Check whether the agentview files exist before trying to read them.
[gnus] / lisp / ChangeLog
1 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4         files exist before trying to read them.
5
6         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7         around <pre_int>.
8
9         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10
11         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12
13 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14
15         * mm-util.el (mm-image-load-path): Just return the image directories,
16         not all directories in the path in addition to the image directories.
17         (mm-image-load-path): Maintain a cache of the image directories so that
18         the `g' command in Gnus doesn't have to stat dozens of directories each
19         time.
20
21         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
22         (gnus-html-wash-tags): Add a new `i' command to insert images.
23         (gnus-html-insert-image): New command and keystroke.
24         (gnus-html-redisplay-with-images): New command and keystroke.
25         (gnus-html-show-images): Renamed command.
26         (gnus-html-wash-tags): Remove more white space before <pre_int> image
27         spacers.
28         (gnus-html-wash-tags): Decode entities at the end, so that entities
29         inside the tags don't mess up the rest of the "parsing".
30
31         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
32         so that nnimap methods aren't agentized by default.  There's apparently
33         many problems related to agent/imap behaviour.
34
35         * gnus-art.el (gnus-article-copy-string): New command and key binding.
36
37         * gnus-html.el: Doc fix.
38
39 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
42         specifier-spec-list for Emacs 21.
43
44         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
45         glyph-width and glyph-height instead of display-graphic-p and
46         image-size; make avoidance of displaying small images work for XEmacs.
47
48         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
49         for XEmacs.
50
51         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
52         of symbol that holds plist data.
53         (gnus-process-plist): Remove plist of process after getting it.
54
55 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56
57         * message.el (message-generate-hashcash): Change default to
58         'opportunistic if hashcash is installed.
59
60         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
61         (gnus-html-put-image): Only call image-size once, since it's somewhat
62         time-consuming on remote X servers.
63
64 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
67         type on data, not a file name.
68
69         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
70         window-pixel-edges for Emacs 21.
71
72         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
73         decoded contents.
74         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
75
76 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
79         group line format, since it isn't very interesting.
80
81         * gnus-agent.el (gnus-agent-short-article),
82         (gnus-agent-long-article): Increase values for these two variables,
83         since most people are likely to have more network connection and
84         storage than before.
85
86         * gnus.el (gnus-refer-article-method): Change default to 'current.
87         When referring an article, the common behaviour is to refer it from the
88         current select method, not the native select method.  The chances of
89         the native select method having the message in question is rather slim
90         these days.
91
92         * gnus-sum.el (gnus-auto-select-subject): Change default to
93         `unseen-or-unread'.  I think it's likely that most people want to
94         select an unseen article over a previously seen, but unread one.
95
96         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
97         means that in the article buffer none of the minor mode elements will
98         be shown, usually, and this is not desirable in most cases.
99
100         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
101         that commands like `d' (and the like) go to the next line in the
102         buffer, instead of the next unread article.  I think this is the
103         behaviour that is most natural for most users.
104         (gnus-single-article-buffer): Change default to nil, so that people can
105         have as many article buffers open as they have summary buffer.  I think
106         this is the most natural way for the groups to behave.
107
108         * message.el (message-generate-new-buffers): Change default to
109         `unsent', so that all new message buffers start their names with the
110         string "*unsent", and it's easier to find the buffers if you move from
111         them.
112
113 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
114
115         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
116         small. They're probably tracking images.
117         (gnus-html-wash-tags): Remove all <pre_int> place holders.
118         (gnus-html-rescale-image): Yet another try at getting the image sizing
119         right.
120
121         * nntp.el (nntp-request-set-mark): Refuse to do marks if
122         nntp-marks-file-name is nil.
123
124 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
125
126         * gnus-html.el (gnus-html-wash-tags)
127         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
128         Better logging.
129
130 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131
132         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
133
134         * gnus-html.el (gnus-html-wash-tags): Check the value of
135         gnus-blocked-images in the summary buffer.
136
137 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
138
139         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
140
141 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
144         like "a", it seems like.
145         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
146         since it needs to be picked from the correct buffer.
147
148         * nnwfm.el: Removed.
149
150         * nnlistserv.el: Removed.
151
152 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
153
154         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
155         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
156
157 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * nnkiboze.el: Removed.
160
161         * nndb.el: Removed.
162
163         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
164         alt text.
165         (gnus-html-rescale-image): Try to get the rescaling logic right for
166         images that are just wide and not tall.
167
168         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
169         overshadow variable bindings.
170
171 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
172
173         * gnus-html.el (gnus-html-wash-tags)
174         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
175         extra logging.
176
177 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
180         (gnus-max-image-proportion): New variable.
181         (gnus-html-rescale-image): New function.
182         (gnus-html-put-image): Rescale images.
183
184 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
185
186         Fix up some byte-compiler warnings.
187         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
188         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
189         (gnus-article-fill-cited-article, gnus-article-hide-citation)
190         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
191         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
192         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
193         (gnus-group-update-group): Use save-excursion and with-current-buffer.
194
195 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * gnus-html.el (gnus-article-html): Decode contents by charset.
198
199 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
202         (gnus-html-frame-width, gnus-blocked-images)
203         * message.el (message-prune-recipient-rules): Add custom version.
204         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
205
206         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
207         functions.
208
209         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
210         gnus-process-get.
211
212 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
213
214         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
215         instead of lsub directly.
216
217 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * nnwarchive.el: Removed.
220
221         * gnus-soup.el: Removed.
222
223         * nnsoup.el: Removed.
224
225         * nnultimate.el: Removed.
226
227         * gnus-html.el (gnus-blocked-images): New variable.
228
229         * message.el (message-prune-recipients): New function.
230         (message-prune-recipient-rules): New variable.
231
232         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
233         guess whether a long line is natural text or not.
234
235         * gnus-html.el (gnus-html-schedule-image-fetching): Use
236         gnus-process-plist and friends for compatibility.
237
238 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
239
240         * gnus-html.el: Require packages that define macros used in this file.
241         (gnus-article-mouse-face): Declare to silence byte-compiler.
242         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
243         process-get.
244         (gnus-html-put-image): Use plist-get to avoid getf.
245         (gnus-html-prefetch-images): Use with-current-buffer.
246
247 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * gnus-ems.el: Provide compatibility functions for
250         gnus-set-process-plist.
251
252         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
253         header-line-format for XEmacs 21.4.
254
255         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
256         * gnus.el (gnus-valid-select-methods)
257         * message.el (message-send-mail-partially-limit)
258         * mm-decode.el (mm-text-html-renderer)
259         * mml.el (mml-insert-mime-headers-always)
260         * smiley.el (smiley-regexp-alist): Bump custom version.
261
262 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * gnus-html.el: require mm-url.
265         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
266         with the url to `url'.
267         (gnus-html-wash-tags): Support cid: URLs/images.
268
269 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
272         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
273         bindings, as they aren't useful at all. `w' is moved to `W w'.
274
275         * gnus-move.el: Removed file, since it doesn't really work.
276
277         * gnus-html.el (gnus-article-html): Tell w3m that the input is
278         UTF-8. This seems to fix problems with some German web feeds.
279
280         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
281         at the top so that the proper colours are applied.
282
283         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
284         don't have dots in their names.
285
286         * gnus-art.el (gnus-article-view-part): Doc fix.
287
288         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
289         XEmacs-compatible.
290         (gnus-html-put-image): Don't do images on non-graphic displays.
291
292         * nnslashdot.el: Removed this unused backend.
293
294         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
295         actions.
296         (gnus-undo-register-1): Revert last change.
297
298         * gnus-group.el (gnus-group-completing-read): Protect against not
299         having completion-styles bound.
300
301         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
302         make broken recipients happier.
303
304         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
305
306         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
307         point parameter.
308
309         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
310
311         * gnus-group.el (gnus-group-completing-read): Add 'substring to
312         completion-styles for group selection.
313
314 2009-02-04  Andreas Schwab  <schwab@suse.de>
315
316         * gnus-score.el (gnus-score-string): Fix regex for matching extra
317         headers and regexp-quote the match if necessary.
318
319 2009-03-24  Miles Bader  <miles@gnu.org>
320
321         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
322         the blinking smiley.
323
324 2009-03-24  Simon Josefsson  <simon@josefsson.org>
325
326         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
327         blink smiley.
328
329 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
332         where the dribbel file lives exists.
333
334         * message.el (message-send-mail-partially-limit): Change the default to
335         nil, since most people don't want this.
336
337         * mm-url.el (mm-url-decode-entities): Also decode entities like
338         &#x3212.
339
340 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
341
342         * gnus-sum.el (gnus-summary-idna-message):
343         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
344         Hyperlink urls in docstrings with URL `...'.
345
346 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
347
348         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
349         functions.
350
351 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
352
353         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
354         say what the mouseover text should be.
355
356         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
357         version of the mm-w3m-safe-url-regexp variable to only download images
358         in the groups where we want that to happen.
359
360         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
361
362         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
363         easier debugging.
364         (gnus-article-beginning-of-window): Add kludge to allow spacing past
365         big pictures in the article buffer.
366
367         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
368         gnus-article-html.
369         (mm-text-html-renderer): gnus-article-html needs curl in addition to
370         w3m.
371
372         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
373
374 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
377         which doesn't exist.
378
379         * message.el (message-inhibit-ecomplete): New variable to allow some
380         function to inhibit ecomplete address storage.
381         (message-resend): Disable ecomplete message storage when resending
382         messages.
383
384         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
385
386 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
389         Save excursion while copying, moving, and deleting articles in order to
390         prevent the cursor from jumping to unforeseen place.
391
392 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * lpath.el: No need to bind bookmark-current-buffer,
395         bookmark-yank-point and bookmark-make-record-function.
396
397 2010-08-17  Glenn Morris  <rgm@gnu.org>
398
399         * gnus-sync.el: Require gnus components whose functions are used.
400
401         * gnus-art.el (bookmark-make-record-function):
402         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
403         Declare for compiler.
404
405         * mm-url.el (mml-compute-boundary): Autoload.
406
407 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
410
411 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
412
413         Typo fix "hoo4a" -> "hook".
414
415         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
416
417 2010-08-14  Glenn Morris  <rgm@gnu.org>
418
419         * gnus-sync.el (gnus-sync): Fix defgroup version.
420
421 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
422
423         Doc fixes and keep unknown groups (ammended for nunion bug fix).
424
425         * gnus-sync.el: Fix docs.
426         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
427         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
428
429 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
430
431         Optimizations for gnus-sync.el.
432
433         * gnus-sync.el: Add docs about gnus-sync-backend
434         possibilities.
435         (gnus-sync-save): Remove unnecessary message.
436         (gnus-sync-read): Optimize and show what groups were skipped.
437
438 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
439
440         Minor bug fixes for gnus-sync.el.
441
442         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
443         read the sync on get-new-news.
444
445         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
446         quiet.
447
448         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
449
450 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
451
452         Make saving and restoring of hidden threads work with overlays.
453         Patch applied by Ted Zlatanov.
454
455         * gnus-sum.el (gnus-hidden-threads-configuration)
456         (gnus-restore-hidden-threads-configuration): Update to deal with text
457         properties, rather than searching for a magic character.
458
459 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
460
461         New gnus-sync.el library for synchronization of marks.
462
463         * gnus-sync.el: New library for synchronization of marks.
464
465         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
466         renamed from `gnus-registry-grep-in-list'.
467
468         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
469
470         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
471
472 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
475         determining charset of text fails.
476
477 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * nnmail.el (nnmail-get-new-mail-1): Revert.
480
481         * nnml.el (nnml-active-number): Make sure names of newly created groups
482         in nnml-group-alist are encoded.
483
484 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
487         containing non-ASCII characters in active file for nnml back end.
488
489 2010-07-24  David Engster  <dengste@eml.cc>
490
491         * mml-smime.el (mml-smime-epg-verify): Also accept the older
492         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
493
494 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
495
496         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
497         tag (Bug#6654).
498
499 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
500
501         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
502         the article buffer, not the summary buffer.
503
504 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
507         Emacs 23 as well.
508
509 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
512         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
513
514 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
515
516         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
517         Patch applied by Karl Fogel.
518
519         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
520         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
521
522 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
523
524         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
525         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
526         C-w still not working correctly from Article buffers; Thierry's
527         patch to fix that will be applied after this.
528
529         * gnus-art.el (bookmark-make-record-function): New local variable.
530
531         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
532         article buffer.
533         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
534
535 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
536
537         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
538         on changes in bookmark.el.
539
540 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
543         `no-log' instead of message not to log prompt string.
544
545 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
546
547         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
548         the *other* type of HTML form submission.
549
550 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
551
552         * auth-source.el (auth-source-pick): If choice does not contain a
553         questioned keyword, set the check to t.
554
555 2010-06-12  Romain Francoise  <romain@orebokech.com>
556
557         * gnus-util.el (gnus-date-get-time): Move up before first use.
558
559 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
562         (gnus-article-edit-part): Bind it to make last part that is substituted
563         or deleted visible.
564         (gnus-mime-display-single): Buttonize part of which id equals to
565         gnus-mime-buttonized-part-id.
566
567 2010-06-10  Dan Christensen  <jdc@uwo.ca>
568
569         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
570         (gnus-dd-mmm): Use gnus-date-get-time.
571         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
572         simplify logic.
573         (gnus-summary-limit-to-age): Use gnus-date-get-time.
574         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
575
576 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
577
578         * auth-source.el (top): Autoload `secrets-list-collections',
579         `secrets-create-item', `secrets-delete-item'.
580         (auth-sources): Fix tag string.
581         (auth-get-source, auth-source-retrieve, auth-source-create)
582         (auth-source-delete): New defuns.
583         (auth-source-pick): Rewrite in order to avoid 2 passes.
584         (auth-source-forget-user-or-password): New parameter USERNAME.
585         (auth-source-user-or-password): New parameters CREATE-MISSING and
586         DELETE-EXISTING.  Retrieve password interactively, if needed.
587
588 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
589
590         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
591         deleting unused directories when gnus-expert-user is t.
592
593 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
596         for each temp file when gnus-article-browse-delete-temp is ask.
597
598 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
599
600         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
601         Lisp calls to delete-backward-char by calls to delete-char.
602
603 2010-05-20  Kevin Ryde  <user42@zip.com.au>
604
605         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
606
607 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
608
609         * password-cache.el (password-cache-remove): Fix docstring.
610
611 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
614         article unless decoding article to be saved.
615
616 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
619         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
620         generated within the mm-with-unibyte-current-buffer macro.
621
622 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
625         to nil when we're in a mml-preview buffer and no group is selected.
626
627 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
628
629         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
630         when catching the `C-g'.  Reported by "Leo".
631
632 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * message.el (message-forward-make-body-plain)
635         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
636         multibyte-string-p.
637
638         * lpath.el: Revert.
639
640 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * message.el (message-forward-make-body-mml): Assume original message
643         is multibyte string; error on unibyte.
644         (message-forward-make-body-plain): Ditto; don't add excessive newline
645         in body end.
646
647         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
648
649 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
650
651         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
652         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
653
654 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
655
656         * mm-extern.el (mm-extern-url): Don't use
657         mm-with-unibyte-current-buffer.
658         (mm-extern-cache-contents): Use with-current-buffer instead of
659         save-excursion + set-buffer.
660
661 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * mm-util.el (mm-emacs-mule): Remove.
664
665 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
666
667         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
668         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
669         change.
670
671 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
674         bind the default value of enable-multibyte-characters to nil.
675
676 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * message.el (message-forward-make-body-plain)
679         (message-forward-make-body-mml):
680         Don't use mm-with-unibyte-current-buffer.
681
682 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
683
684         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
685
686 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
687
688         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
689         (Bug#5592).
690
691 2010-05-07  Julien Danjou  <julien@danjou.info>
692
693         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
694         it to mm-pipe-part.
695
696         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
697         it is given.
698
699 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
700
701         * binhex.el (binhex-decode-region-internal)
702         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
703         (dns-query)
704         * nnweb.el (nnweb-gmane-search)
705         * pgg-parse.el (pgg-parse-armor)
706         * pgg.el (pgg-verify-region)
707         * sha1.el (sha1-string-external)
708         * uudecode.el (uudecode-decode-region-internal)
709         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
710         XEmacs.
711
712         * gnus-art.el (gnus-article-browse-html-parts)
713         * gnus-group.el (gnus-read-ephemeral-gmane-group)
714         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
715         make-temp-file.
716
717         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
718         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
719         compiling.
720
721         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
722         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
723         XEmacs when compiling.
724
725         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
726         gnus-pick-mode-off-hook for XEmacs when compiling.
727         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
728         gnus-binary-mode-off-hook for XEmacs when compiling.
729
730         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
731         nil if char-charset is not available.
732
733         * imap.el (imap-disable-multibyte)
734         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
735         macros.
736
737         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
738         instead of encode-coding-string.
739
740         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
741         'xemacs) instead of mm-emacs-mule to switch function definitions.
742         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
743
744         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
745         bind temporary-file-directory for XEmacs;
746         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
747         timer-set-function for XEmacs 21.4 and SXEmacs;
748         bind timer-list for XEmacs 21.4 and SXEmacs;
749         fbind char-charset and find-charset-region for non-Mule XEmacs;
750         fbind decode-coding-region, decode-coding-string, detect-coding-region,
751         encode-coding-region and encode-coding-string for XEmacs having no
752         file-coding feature.
753
754 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
755
756         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
757
758 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
761         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
762
763 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
764
765         * mm-util.el (mm-decompress-buffer): Use `delete-file';
766         alias `jka-compr-delete-temp-file' no longer exists.
767
768 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
769
770         Use define-minor-mode in Gnus where applicable.
771         * mml.el (mml-mode): Use define-minor-mode.
772         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
773         (gnus-undo-mode): Use define-minor-mode.
774         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
775         (gnus-dead-summary-mode): Use define-minor-mode.
776         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
777         Initialize in declaration.
778         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
779         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
780         (gnus-mailing-list-mode): Use define-minor-mode.
781         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
782         (gnus-draft-mode): Use define-minor-mode.
783         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
784         (gnus-dired-mode): Use define-minor-mode.
785
786 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
787
788         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
789         handles on recursive mml-to-mime translation and check them for
790         boundary delimiter collisions.  Reported by Greg Troxel.
791
792 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
795
796 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
797
798         * mm-util.el (mm-find-buffer-file-coding-system):
799         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
800
801 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
802
803         * message.el (message-generate-headers): Record insertion of optional
804         headers as well.  Otherwise the check to prevent repeated insertion of
805         optional headers is a no-op.
806
807 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
808
809         * smime.el: Don't mention CVS.
810
811         * nnrss.el (nnrss-fetch): Don't mention CVS.
812
813         * nnir.el: Don't mention CVS.
814
815 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
816
817         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
818
819 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * lpath.el: Fbind bookmark-default-handler,
822         bookmark-get-bookmark-record, bookmark-make-record-default,
823         bookmark-prop-get for Emacs <23 and XEmacs.
824
825 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
826
827         * gnus-sum.el: Add bookmark declarations to silence the compiler.
828         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
829         Use with-current-buffer to silence the byte-compiler.
830         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
831         bother to require `gnus'.
832         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
833
834 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
835
836         * gnus-sum.el (gnus-summary-bookmark-make-record)
837         (gnus-summary-bookmark-jump): New functions.
838         (gnus-summary-mode): Setup bookmark support.
839
840 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
841
842         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
843         if set.
844
845 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
848         gnus-article-browse-html-save-cid-image; make it work recursively for
849         forwarded messages as well.
850         (gnus-article-browse-html-parts): Work when prefix arg is given.
851         (gnus-article-browse-html-article): Doc fix.
852
853 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
854
855         * message.el (message-default-mail-headers):
856         (message-default-headers): Carry the value mail-default-headers over
857         into message-default-mail-headers, rather than message-default-headers.
858
859 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
860
861         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
862         charset.
863
864         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
865         charset into the <meta> tag when the article is encoded to utf-8.
866
867 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
870         directories as well.
871         (gnus-article-browse-html-parts): Work for images that do not specify
872         file names; delete temp directory when quitting; insert header at the
873         right place; use file: scheme for image files.
874
875 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
876
877         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
878         (gnus-article-browse-html-parts): Use it to make temporary cid image
879         files in addition to html file so that browser may display them.
880
881 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
884
885 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
886
887         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
888
889 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
890
891         * auth-source.el (auth-sources): Change default to be simpler.  Explain
892         about Secret Service API sources.  Improve Customize options.
893         (auth-source-pick): Change to accept any number of search parameters.
894         Implement fallbacks iteratively, not recursively.  Add scoring on the
895         second pass and sort by score.  Call Secret Service API when needed.
896         (auth-source-user-or-password): Use it.  Call Secret Service API
897         directly when needed to get the user name and the password.
898
899 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
900
901         * message.el (message-interactive): Doc fix.
902         (message-qmail-inject-args): Reflow.
903         (message-kill-to-signature): Fix typo in docstring.
904
905         * smiley.el (smiley-buffer): Fix typo in docstring.
906
907 2010-03-24  Glenn Morris  <rgm@gnu.org>
908
909         * mail-source.el (gnus-message): Declare.
910         (mail-source-delete-old-incoming): Require gnus-util.
911
912 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
913
914         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
915
916         * message.el (ecomplete-setup): Autoload it for Emacs <23.
917
918         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
919         password-cache's default if it is not bound.
920         (mml-secure-passphrase-cache-expiry): Default to 16 that is
921         password-cache-expiry's default if it is not bound.
922
923         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
924         available in Emacs 21.
925
926         * lpath.el: Suppress compiler warnings for:
927         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
928         XEmacs;
929         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
930         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
931         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
932
933 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
934
935         * auth-source.el (auth-sources): Fix up definition so extra parameters
936         are always inline.
937
938 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
939
940         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
941         wasn't updated after mismatch.  Clear cached mailbox info correctly
942         when uidvalidity changes.
943         (nnimap-group-prefixed-name): New function to avoid some code
944         duplication.
945         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
946         (nnimap-request-group): Use it.
947         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
948         (nnimap-update-unseen): Significantly improved speed of Gnus startup
949         with many imap folders.  This is done by caching the group status from
950         the imap server persistently in a group parameter `imap-status'.  (This
951         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
952         but not persistently, so every Gnus startup was still very slow.)
953
954 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
955
956         * assistant.el (assistant-render-text): Run `widget-setup' and don't
957         delete the extra newline.  Otherwise editing of :string and :number
958         types don't work.
959
960 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
961
962         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
963         secrets.el dependency.
964         (auth-sources): Add optional user name.  Add secrets.el configuration
965         choice (unused right now).
966
967 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
968
969         * gnus-sum.el (gnus-summary-make-menu-bar): Let
970         `gnus-registry-install-shortcuts' fill in the functions.
971
972         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
973         warnings.
974         (gnus-registry-misc-menus): Variable to hold registry mark menus.
975         (gnus-registry-install-shortcuts): Populate and use it in a
976         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
977
978 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
979
980         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
981         In-place substitutions for the group name encoding/decoding.
982         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
983         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
984         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
985         (nnimap-update-unseen, nnimap-request-list)
986         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
987         (nnimap-request-set-mark, nnimap-split-to-groups)
988         (nnimap-split-articles, nnimap-request-newgroups)
989         (nnimap-request-create-group, nnimap-request-accept-article)
990         (nnimap-request-delete-group, nnimap-request-rename-group)
991         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
992         `encoded-mbx' for consistency.
993         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
994         variable `imap-current-mailbox'.
995
996         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
997         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
998
999 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1000
1001         * pop3.el (pop3-display-message-size-flag): Display message size byte
1002         counts during POP3 download.
1003         (pop3-movemail): Use it.
1004         (pop3-list): Implement listing of available messages.
1005
1006 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1007
1008         * nnir.el (nnir-get-article-nov-override-function): New function to
1009         override the normal NOV retrieval.
1010         (nnir-retrieve-headers): Use it.
1011
1012 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1013
1014         * auth-source.el (netrc-machine-user-or-password): Autoload.
1015
1016 2010-03-19  Glenn Morris  <rgm@gnu.org>
1017
1018         Stop message.el from loading about 40 libraries it doesn't always need.
1019         The general approach is to autoload rather than require, and to
1020         require in the specific functions rather than the file.  (Bug#5642)
1021
1022         * gmm-utils.el: Don't require wid-edit.
1023         (widget-create-child-value, widget-convert, widget-default-get):
1024         Autoload.
1025
1026         * gnus-util.el: Don't require time-date, netrc.
1027         (message-fetch-field, gnus-group-name-decode): Declare rather than
1028         autoloading.
1029         (gnus-fetch-field): Require message.
1030         (gnus-decode-newsgroups): Require gnus-group.
1031
1032         * ietf-drums.el: Don't require time-date.
1033
1034         * message.el: Don't require hashcash, canlock, ecomplete.
1035         Do require mail-utils.  Require nnheader only when compiling.
1036         (smtpmail-default-smtp-server): Remove declaration.
1037         (message-send-mail-function): Check smtpmail-default-smtp-server
1038         is bound rather than requiring smtpmail.
1039         (message-auto-save-directory, message-insert-signature): Use
1040         expand-file-name rather than nnheader-concat.
1041         (nnheader-insert-file-contents): Autoload.
1042         (hashcash-wait-async): Declare.
1043         (message-send-mail): Only call gnus-setup-posting-charset if
1044         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1045         (message-send-mail-with-sendmail): Require sendmail.
1046         (canlock-password, canlock-password-for-verify): Declare.
1047         (message-canlock-password): Require canlock.
1048         (nnheader-get-report): Autoload.
1049         (gnus-setup-posting-charset): Declare.
1050         (message-send-news): Require gnus-msg.
1051         (message-make-references, message-make-in-reply-to): Use mail-header-id
1052         rather than the alias mail-header-message-id.
1053         (ecomplete-add-item, ecomplete-save): Declare.
1054         (message-put-addresses-in-ecomplete): Require ecomplete.
1055         (ecomplete-display-matches): Autoload.
1056
1057         * mm-decode.el: Don't require mailcap, gnus-util.
1058         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1059         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1060         Autoload.
1061         (mailcap-mime-extensions): Declare.
1062
1063         * mm-encode.el: Don't require mailcap.
1064         (mailcap-extension-to-mime): Autoload.
1065
1066         * mml-sec.el: Don't require password-cache.
1067
1068         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1069         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1070         (mml-minibuffer-read-type): Require mailcap.
1071         (mml-preview): Require gnus-msg.
1072
1073         * mml1991.el: Require password-cache.
1074         (password-cache-expiry): Remove declaration.
1075
1076         * mml2015.el: Require password-cache.
1077         (password-cache-expiry): Remove declaration.
1078
1079         * nneething.el (mailcap): Require mailcap.
1080
1081         * nnheader.el (declare-function): Add compatibility stub.
1082         (message-remove-header): Declare rather than autoload.
1083         (nnheader-replace-header): Require message.
1084
1085         * nnimap.el (declare-function): Add compatibility stub.
1086         (netrc-parse, netrc-machine-user-or-password): Declare.
1087         (nnimap-open-connection): Require netrc.
1088
1089         * nntp.el (declare-function): Add compatibility stub.
1090         (netrc-parse, netrc-machine, netrc-get): Declare.
1091         (nntp-send-authinfo): Require netrc.
1092
1093         * rfc2047.el: Don't require qp.
1094         (quoted-printable-encode-region, quoted-printable-decode-string):
1095         Autoload.
1096
1097         * sieve-mode.el: Don't require easymenu.
1098         (easy-menu-add-item): Autoload it.
1099
1100         * spam-stat.el (time-to-number-of-days): Autoload it.
1101
1102 2010-03-19  Glenn Morris  <rgm@gnu.org>
1103
1104         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1105
1106 2010-03-18  Glenn Morris  <rgm@gnu.org>
1107
1108         * hashcash.el (declare-function): Remove duplicate definition.
1109
1110 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1111
1112         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1113         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1114         value if any backslash escapes).
1115
1116 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1119         if it is available.  (bug#5647)
1120
1121         * lpath.el: Suppress compiler warning for coding-system-from-name for
1122         Emacs 21 and XEmacs.
1123
1124 2010-03-14  Juri Linkov  <juri@jurta.org>
1125
1126         * hmac-def.el:
1127         * hmac-md5.el:
1128         * netrc.el: Fix keywords.
1129
1130 2010-02-26  Glenn Morris  <rgm@gnu.org>
1131
1132         * message.el (message-send-mail-function): Change the default, so that
1133         it inherits from a customized send-mail-function.  (Bug#5643)
1134
1135 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1136
1137         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1138         shell-command-to-string signals an error (bug#5299).
1139
1140 2010-02-24  Glenn Morris  <rgm@gnu.org>
1141
1142         * message.el (message-smtpmail-send-it)
1143         (message-send-mail-with-mailclient): Doc fixes.
1144
1145 2010-02-16  Glenn Morris  <rgm@gnu.org>
1146
1147         * message.el (message-default-mail-headers): Change the default value
1148         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1149
1150 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1153         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1154
1155 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1156
1157         * time-date.el (date-to-time): Doc fix (Bug#5408).
1158
1159 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1160
1161         * message.el (message-mail): Just pass yank-action on to message-setup.
1162         (message-setup): Handle (FUN . ARGS) form of yank-action.
1163         (message-with-reply-buffer, message-widen-reply)
1164         (message-yank-original): Handle non-buffer values of
1165         message-reply-buffer (Bug#4080).
1166         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1167
1168 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1169
1170         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1171         Fix typo in docstring.
1172
1173 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1174
1175         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1176         response.
1177
1178 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1179
1180         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1181
1182         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1183
1184         * message.el (message-check-news-header-syntax): Protect against a
1185         string that `rfc822-addresses' returns when parsing fails.
1186
1187 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1190         (gnus-previous-char-property-change): New functions.
1191
1192         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1193
1194 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1195
1196         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1197         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1198
1199 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1200
1201         * message.el (message-exchange-point-and-mark): Rework last change to
1202         avoid using optional arg of exchange-point-and-mark, for backward
1203         compatibility.
1204
1205 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1206
1207         * message.el (message-exchange-point-and-mark): Call
1208         exchange-point-and-mark with an argument rather than setting
1209         mark-active by hand (Bug#5175).
1210
1211 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1212
1213         * nntp.el (nntp-service-to-port): Work for service expressed with
1214         numeric string; replace [:digit:] with [0-9] for XEmacs.
1215
1216 2009-12-17  Glenn Morris  <rgm@gnu.org>
1217
1218         * gnus-group.el (gnus-bug-group-download-format-alist):
1219         Change emacs entry to debbugs.gnu.org.  Bump :version.
1220
1221 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1222
1223         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1224
1225 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1226
1227         * message.el (message-info): Explain why we use `Info-goto-node'.
1228
1229 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1232
1233 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1234
1235         * message.el (message-completion-in-region): New compatibility function.
1236         (message-expand-group): Use it.
1237
1238 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1241         with no unread article should be listed if the 2nd arg `predicate' is
1242         given.
1243
1244 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1247
1248 2009-11-29  Juri Linkov  <juri@jurta.org>
1249
1250         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1251         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1252         on `gnus-recenter'. (Bug#4698, Bug#4981)
1253
1254 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1255
1256         * sha1.el (sha1-string-external): default-directory "/" in case
1257         otherwise non-existent.  process-connection-type pipe for touch of
1258         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1259
1260 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1261
1262         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1263         it's comms related and sgml-mode.el has "comm" on that basis too.
1264
1265 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1268         containing tspecial characters if they have been already quoted.
1269
1270 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1271
1272         * dns-mode.el (auto-mode-alist): Purecopy string.
1273
1274 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1275
1276         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1277
1278 2009-10-24  Glenn Morris  <rgm@gnu.org>
1279
1280         * gnus-art.el (help-xref-stack-item): Define for compiler.
1281
1282 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1283
1284         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1285
1286 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1289
1290 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1293         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1294
1295 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1298         (gnus-overlays-in): New alias to overlays-in.
1299
1300         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1301         gnus-overlay-get, and gnus-delete-overlay.
1302         (gnus-summary-show-thread): Make it work as well for systems in which
1303         next-single-char-property-change is not available.
1304         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1305
1306         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1307         (gnus-overlay-get): New alias to extent-property.
1308         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1309
1310         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1311         SXEmacs.
1312
1313         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1314         SXEmacs.
1315
1316 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1317
1318         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1319
1320 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1321
1322         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1323         and XEmacs that don't have `remove-overlays'.
1324
1325 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1326
1327         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1328         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1329         selective display.  Use overlays instead.
1330
1331 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1332
1333         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1334
1335 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1336
1337         * spam-stat.el (spam-stat-load): Fix typo in message.
1338
1339 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1340
1341         * dig.el (dig-invoke): Fix typo in docstring.
1342         (query-dig): Reflow docstring.
1343
1344 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1345
1346         * gnus-art.el (gnus-article-encrypt-body):
1347         * message.el (message-check-recipients):
1348         * mm-util.el (mm-codepage-setup):
1349         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1350         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1351
1352 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1353
1354         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1355         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1356         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1357         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1358         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1359
1360 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1361
1362         * dig.el: Add "Keywords: comm", as per net-utils.el.
1363
1364 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1365
1366         * dig.el (dig-mode): Use define-derived-mode.
1367
1368 2009-09-19  Glenn Morris  <rgm@gnu.org>
1369
1370         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1371
1372 2009-09-18  Glenn Morris  <rgm@gnu.org>
1373
1374         * gnus-diary.el (gnus-diary-check-message):
1375         * message.el (message-insert-formatted-citation-line):
1376         * nnbabyl.el (top-level):
1377         * nndiary.el (nndiary-schedule):
1378         Fix typos in condition-case handlers.
1379
1380 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1383         configuration that provides the sole article window in a frame;
1384         position point correctly after deleting a part.
1385
1386 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1387
1388         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1389         (spam-resolve-registrations-routine): Use it to unregister articles
1390         that change status.
1391
1392 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1395         with XEmacs.
1396         (parse-time-string-chars): Use it.
1397
1398 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1399
1400         * imap.el (imap-interactive-login): Better messages.
1401         (imap-open): Fix bug with renamed buffer on reconnect.
1402         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1403         for easier debugging and cleaner code.  On successful (guessed based on
1404         server capabilities) secondary authentication, set imap-state
1405         correctly.
1406         (imap-last-authenticator): Define imap-last-authenticator as a variable
1407         to avoid warnings.
1408
1409 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * nnrss.el (nnrss-request-article): Remove binding of
1412         default-enable-multibyte-characters that has gotten needless by
1413         the 2007-07-13 change in rfc2047-encode-message-header.
1414
1415         * mml.el (mml-insert-multipart): Error on the message header.
1416         (mml-insert-part): Error on the message header; position point at
1417         the end of a MIME tag.
1418
1419 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * time-date.el (autoload): Expand define-obsolete-function-alias into
1422         defalias and make-obsolete for old Emacsen that Gnus supports.
1423         (with-no-warnings): Define it for old Emacsen.
1424         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1425         is available.
1426         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1427         float-time is available; suppress compile warning for time-to-seconds.
1428
1429         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1430         (gnus-float-time): Alias to float-time if it exists.
1431
1432         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1433         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1434         float-time is available; suppress compile warning for time-to-seconds.
1435
1436         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1437         XEmacs.
1438
1439 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1440
1441         * imap.el (imap-message-map): Docstring fix.
1442
1443 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1446         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1447         Add the optional argument `encoding' that overrides the default.
1448
1449         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1450         mm-encode-buffer.
1451
1452 2009-09-04  Glenn Morris  <rgm@gnu.org>
1453
1454         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1455         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1456         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1457         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1458         * mm-util.el (mm-with-unibyte-current-buffer)
1459         (mm-find-buffer-file-coding-system):
1460         * yenc.el (yenc-decode-region): Use default-value rather than
1461         default-enable-multibyte-characters.
1462
1463 2009-09-03  Glenn Morris  <rgm@gnu.org>
1464
1465         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1466         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1467         than default-enable-multibyte-characters.
1468
1469 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1470
1471         * gnus-art.el (gnus-article-read-summary-keys):
1472         Fix gnus-buffer-configuration's value temporarily used.
1473
1474 2009-09-02  Glenn Morris  <rgm@gnu.org>
1475
1476         * gnus-util.el (gnus-float-time): New function.
1477         * gnus-delay.el (gnus-delay-article):
1478         * gnus-sum.el (gnus-thread-latest-date):
1479         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1480         * nnspool.el (nnspool-request-newgroups):
1481         Use gnus-float-time rather than time-to-seconds.
1482         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1483
1484         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1485         (gnus-header-subject-face, gnus-header-newsgroups-face)
1486         (gnus-header-name-face, gnus-header-content-face):
1487         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1488         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1489         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1490         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1491         (gnus-cite-face-11):
1492         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1493         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1494         (gnus-server-closed-face, gnus-server-denied-face)
1495         (gnus-server-offline-face):
1496         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1497         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1498         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1499         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1500         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1501         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1502         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1503         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1504         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1505         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1506         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1507         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1508         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1509         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1510         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1511         (gnus-summary-high-undownloaded-face)
1512         (gnus-summary-low-undownloaded-face)
1513         (gnus-summary-normal-undownloaded-face)
1514         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1515         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1516         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1517         (gnus-splash-face):
1518         * message.el (message-header-to-face, message-header-cc-face)
1519         (message-header-subject-face, message-header-newsgroups-face)
1520         (message-header-other-face, message-header-name-face)
1521         (message-header-xheader-face, message-separator-face)
1522         (message-cited-text-face, message-mml-face):
1523         * sieve-mode.el (sieve-control-commands-face)
1524         (sieve-action-commands-face, sieve-test-commands-face)
1525         (sieve-tagged-arguments-face):
1526         * spam.el (spam-face):
1527         Mark face aliases with "-face" in the name as obsolete.
1528
1529 2009-09-01  Glenn Morris  <rgm@gnu.org>
1530
1531         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1532         than goto-line.
1533
1534 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1537         Don't move point if the command is invoked inside the message header.
1538
1539 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1540
1541         * imap.el (imap-send-command): Simplify.
1542         (imap-wait-for-tag): point-max -> buffer-size.
1543
1544 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1545
1546         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1547         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1548         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1549         * nnir.el (nnir-swish-e-index-file):
1550         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1551         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1552         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1553         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1554         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1555         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1556
1557 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1560         Don't save excursion.
1561
1562 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1563
1564         * nnheader.el (nnheader-find-file-noselect):
1565         * mm-util.el (mm-insert-file-contents):
1566         Use (default-value 'major-mode) instead of default-major-mode.
1567
1568 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1569
1570         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1571
1572 2009-08-26  Glenn Morris  <rgm@gnu.org>
1573
1574         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1575         than placing in files.el.
1576
1577 2009-08-25  Glenn Morris  <rgm@gnu.org>
1578
1579         * nnir.el (top-level): Don't require cl at run-time.
1580         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1581         Replace cl-function substitute with gnus-replace-in-string.
1582         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1583         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1584         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1585         simplified expansions.
1586
1587 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1588
1589         * dig.el (dig): Add autoload cookie.
1590
1591 2009-08-22  Glenn Morris  <rgm@gnu.org>
1592
1593         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1594         goto-line.
1595
1596 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1597
1598         * parse-time.el (parse-time-string-chars): Save match data.
1599
1600 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1601
1602         * parse-time.el (parse-time-string-chars): Compute using character
1603         classes, to handle non-ascii characters (Bug#3190).
1604
1605 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1608
1609         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1610         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1611         (gnus-mm-display-part, gnus-mime-display-single)
1612         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1613         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1614
1615         * gnus-sum.el
1616         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1617         (gnus-summary-move-article): Add expirable mark to articles copied or
1618         moved to group that has auto-expire turned on if the option is non-nil.
1619
1620 2009-07-24  Glenn Morris  <rgm@gnu.org>
1621
1622         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1623         Fix typo.  (Bug#3903)
1624
1625 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1628         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1629         that should not be used for draft articles.
1630         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1631         that has no concern in minor mode keys.
1632         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1633         Abolish.
1634
1635 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1638         article without making inquiry to a user for unknown encoding.
1639
1640         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1641         (nnmaildir--scan): Assume i-node and device number that file-attributes
1642         returns might be cons-cell.
1643
1644         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1645
1646         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1647
1648 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1649
1650         * auth-source.el: Remove docs now in auth.texi.  Don't use
1651         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1652         `auth-source-hide-passwords' and use them.
1653
1654 2009-07-15  Glenn Morris  <rgm@gnu.org>
1655
1656         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1657
1658 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1659
1660         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1661         excessive whitespace from the default values of title and description.
1662
1663 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1666         mail-fetch-field to fetch Content-Description header in order to
1667         exclude newlines.
1668
1669 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1670
1671         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1672         format used by GnuPG 2.0.11.
1673
1674 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1677         to deleted part.
1678
1679 2009-05-30  David Engster  <dengste@eml.cc>
1680
1681         * nnmairix.el: Remove old documentation in the commentary block.
1682         (nnmairix-request-group): Do not update active file for nnml back ends.
1683         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1684         end so that overview files are ignored.
1685         (nnmairix-update-groups): Make updating the groups more robust by using
1686         marks.
1687         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1688         with dollar characters in message-id.
1689
1690 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1691
1692         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1693         2008-12-25 in dns.el.
1694
1695 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1696
1697         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1698         could happen if the text is only composed of spaces and/or tabs.
1699
1700 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1701
1702         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1703         when sending a queued message to avoid extra mml tags.
1704
1705 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1708
1709 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1710
1711         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1712         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1713         rmail-toggle-header for XEmacs;
1714         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1715
1716 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * gnus-dired.el: Remove autoload for gnus-setup-message.
1719         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1720         displaying Gnus logo; always use compose-mail.
1721
1722 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1725
1726 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1729         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1730         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1731         available.
1732         (gnus-nocem-epg-verify): New function.
1733
1734 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1735
1736         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1737
1738 2009-02-15  Glenn Morris  <rgm@gnu.org>
1739
1740         * gnus-util.el (rmail-insert-rmail-file-header)
1741         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1742         autoloads.
1743         (rmail-default-rmail-file): Remove unnecessary declaration.
1744         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1745
1746 2009-02-14  Glenn Morris  <rgm@gnu.org>
1747
1748         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1749         variable (only used in gnus-util, which declares it anyway).
1750         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1751         which was only needed by gnus-art (changed to not use it any more).
1752         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1753         only used in gnus-util, which autoloads it itself.
1754         (rmail-update-summary): Fix autoload.
1755
1756         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1757         rather than rmail-output-to-rmail-file.
1758
1759 2009-02-07  Glenn Morris  <rgm@gnu.org>
1760
1761         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1762         autoload of function that no longer exists.
1763         (rmail-toggle-header): Declare.
1764         (message-forward-rmail-make-body): Handle mbox Rmail.
1765
1766 2009-01-31  Glenn Morris  <rgm@gnu.org>
1767
1768         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1769         2009-01-09 change.
1770
1771 2009-01-31  Dave Love  <fx@gnu.org>
1772
1773         * imap.el (imap-fetch-safe): Bind debug-on-error.
1774         (imap-debug): Add imap-fetch-safe.
1775
1776 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1777
1778         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1779         (auth-source-forget-all-cached): New convenience function.
1780         (auth-source-user-or-password): Accept list of modes or a single mode.
1781
1782         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1783         auth-source modes.
1784
1785         * netrc.el (netrc-machine-user-or-password): Use list of
1786         auth-source modes.
1787
1788         * nnimap.el (nnimap-open-connection): Use list of
1789         auth-source modes.
1790
1791         * nntp.el (nntp-send-authinfo): Use list of
1792         auth-source modes.
1793
1794 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1795
1796         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1797         now.
1798
1799 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1802         coding system in XEmacs; add a workaround for XEmacs.
1803
1804         * lpath.el: Fbind coding-system-aliasee.
1805
1806 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1809         of current-language-environment.
1810
1811 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1812
1813         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1814         available at runtime.
1815
1816 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1819
1820 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1821
1822         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1823         the greatest positive fixnum value doesn't work under an XEmacs with
1824         bignum support; use the most-positive-fixnum constant instead,
1825         available since Emacs 21.1 with cl and XEmacs 21.1.
1826
1827 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1830         XEmacs gets not to work.
1831
1832 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * mm-util.el (mm-coding-system-priorities): Allow the value like
1835         "Japanese (UTF-8)" of current-language-environment.
1836
1837 2009-01-09  Glenn Morris  <rgm@gnu.org>
1838
1839         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1840         with last-command-event.
1841
1842 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1843
1844         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1845         in the doc string.
1846
1847         * message.el (message-fix-before-sending): Amend comment.
1848
1849 2009-01-08  Dave Love  <fx@gnu.org>
1850
1851         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1852
1853 2009-01-07  David Engster  <dengste@eml.cc>
1854
1855         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1856         simplified server definitions by converting it via
1857         gnus-server-to-method.
1858
1859 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1862         parameter's operands.
1863
1864 2009-01-06  David Engster  <dengste@eml.cc>
1865
1866         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1867         primary select method (for gnus-group-mark-article-as-read).
1868
1869 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1870
1871         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1872         `(gnus)Face', not `(gnus)X-Face'.
1873
1874 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * mm-util.el (mm-ucs-to-char): New function.
1877
1878         * mm-url.el (mm-url-decode-entities): Use it.
1879
1880         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1881         unicode-to-char.
1882
1883 2009-01-05  Dave Love  <fx@gnu.org>
1884
1885         * time-date.el: Require cl for `declare'.
1886
1887 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1888
1889         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1890         Dave Love.
1891
1892 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1893
1894         * message.el (message-fix-before-sending): Add `eight-bit' to
1895         illegible-text check.
1896
1897 2009-01-03  Michael Olson  <mwolson@gnu.org>
1898
1899         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1900         `headers' is nil.  This can occur if the IMAP server does not have
1901         permissions to read messages from a folder, but can write new messages
1902         to the folder.
1903         (nnimap-request-article-part): Do not insert `data' if it is nil.
1904
1905         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1906         characters which will confuse `read', so skip past them.
1907
1908 2009-01-01  Dave Love  <fx@gnu.org>
1909
1910         * imap.el (imap-string-to-integer): Fix typo.
1911         (imap-fetch-safe): New function.
1912         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1913
1914         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1915
1916         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1917         (imap-parse-greeting): Fix doc strings.
1918         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1919         (imap-parse-flag-list): Make messages unique.
1920         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1921
1922         * nnimap.el: Fix author email.
1923         (nnimap-split-rule): Add FIXME comment.
1924         (nnimap-debug): Fix doc string.
1925
1926 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1927
1928         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1929
1930 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1931
1932         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1933         nslookup if resolv.conf isn't available.
1934         (dns-query): Rename from query-dns.
1935         (dns-query-cached): Rename from query-dns-cached.
1936
1937 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1940         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1941         to check if those variables exist (first appeared in Emacs 18.50).
1942
1943 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * mm-util.el (mm-line-number-at-pos): New function.
1946
1947         * spam-report.el (spam-report-process-queue): Use it.
1948
1949 2008-12-24  David Engster  <dengste@eml.cc>
1950
1951         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1952         parameters that haven't existed as variables as buffer-local variables.
1953
1954 2008-12-23  Dave Love  <fx@gnu.org>
1955
1956         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1957         cadar.
1958
1959         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1960         imap-starttls-p.
1961         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1962
1963 2008-12-22  Dave Love  <fx@gnu.org>
1964
1965         * imap.el: Fix author email.  Doc fixes.
1966         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1967         reply.
1968
1969 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1970
1971         * spam-report.el (spam-report-gmane-max-requests): New constant.
1972         (spam-report-gmane-wait): New variable.
1973         (spam-report-gmane-ham, spam-report-gmane-spam)
1974         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1975         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1976         the server.
1977
1978         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1979         Add explanations.
1980
1981         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1982         nnheader-accept-process-output and nnheader-read-timeout if available.
1983         (pop3-movemail): Use it.
1984
1985         * message.el (message-check-news-body-syntax): Fix signature check if
1986         there's an attachment.
1987
1988 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * mm-util.el: Add comments to the mm- emulating functions.
1991
1992 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1993
1994         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1995         by Stephen Berman <stephen.berman@gmx.net>.
1996
1997 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * mm-util.el (mm-substring-no-properties): New function.
2000         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2001         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2002         (mm-string-to-multibyte): Doc fix.
2003
2004         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2005
2006 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2007
2008         * mml.el (mml-attach-file): Strip text properties from file name.
2009         (Bug#1574)
2010
2011 2008-12-16  Glenn Morris  <rgm@gnu.org>
2012
2013         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2014
2015 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2018         knows since the charset specified might be a bogus alias that
2019         mm-charset-synonym-alist provides.
2020
2021 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2022
2023         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2024         "ISO_8859-1".
2025
2026         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2027
2028 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * mm-util.el (mm-charset-eval-alist):
2031         Define it before mm-charset-to-coding-system.
2032         (mm-charset-to-coding-system): Add optional argument `silent';
2033         define it before mm-charset-override-alist.
2034         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2035         default value if it can be used in Emacs currently running;
2036         silence mm-charset-to-coding-system.
2037
2038 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2041         `allow-override' which says whether to use `mm-charset-override-alist'.
2042         (rfc2047-decode-encoded-words): Use it.
2043
2044         * mm-util.el (mm-charset-override-alist): Fix custom type;
2045         add `(gb2312 . gbk)' to choices.
2046
2047 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2050         fast.
2051
2052         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2053
2054         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2055
2056 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2057
2058         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2059         on links.
2060
2061         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2062
2063 2008-12-03  Lute Kamstra  <lute@gnu.org>
2064
2065         * sha1.el: Remove leading * from docstrings of defcustoms,
2066         deffaces, defconsts and defuns.
2067
2068 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2071         users' addresses that don't have domain parts.
2072         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2073         rather than message-narrow-to-head since there will be the message
2074         header separator.
2075
2076 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2077
2078         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2079         since the result is inserted in a unibyte buffer anyway.
2080         (nnimap-demule-use-string-to-multibyte): Remove.
2081         (nnimap-demule): Alias it to mm-string-to-multibyte.
2082
2083 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2084
2085         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2086         variable for debugging bug#464 and bug#1174.
2087         (nnimap-demule): Use it.
2088
2089 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2090
2091         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2092         score calculation correctly.
2093
2094 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2095
2096         * message.el (message-send-mail): Just set the buffer to unibyte
2097         rather than use mm-with-unibyte-current-buffer which does a lot more.
2098         (message-send-mail-partially): Don't bother with
2099         mm-with-unibyte-current-buffer since it's already been made unibyte by
2100         message-send-mail.
2101
2102 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2103
2104         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2105
2106 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2107
2108         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2109
2110 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2113         require itself and to remove `with-no-warnings'.
2114
2115 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2116
2117         * starttls.el (starttls-any-program-available): Get the name of the
2118         available TLS layer program.
2119         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2120         well as the host name in the "opening" message.
2121
2122         * auth-source.el (auth-source-cache, auth-source-do-cache)
2123         (auth-source-user-or-password): Cache passwords and logins by default,
2124         allow override with `auth-source-do-cache'.
2125         (auth-source-forget-user-or-password): Allow users to remove cache
2126         entries if needed.
2127
2128 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2129
2130         * md4.el (md4-buffer): Fix typo in docstring.
2131         (md4, md4-64): Doc fixes.
2132         (md4-pack-int32): Reflow docstring.
2133
2134 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2135
2136         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2137         condition-case to only the forward-sexp call.
2138
2139 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2140
2141         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2142         quotes contained.  Make it more robust regardless by an extra
2143         condition-case wrapper.
2144
2145 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2148
2149 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2150
2151         * nnml.el (nnml-request-expire-articles): Check if the function set to
2152         `nnmail-expiry-target' returns the symbol `delete'.
2153
2154         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2155
2156         * nnmail.el (nnmail-expiry-target): Fix custom type.
2157
2158 2008-10-02  Glenn Morris  <rgm@gnu.org>
2159
2160         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2161         Silence compiler warning.
2162
2163 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2164
2165         * tls.el (open-tls-stream): Show the actual command being
2166         executed, instead of the format string.
2167
2168 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * lpath.el: Fbind codepage-setup for Emacs 23.
2171
2172 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2173
2174         * mml.el (mml-menu): Don't assume mml2015 is bound.
2175
2176 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2179         exists.
2180
2181 2008-09-27  Glenn Morris  <rgm@gnu.org>
2182
2183         * gnus-util.el (mail-header-remove-comments): Autoload it.
2184
2185 2008-09-27  Andreas Schwab  <schwab@suse.de>
2186
2187         * gnus-util.el (gnus-split-references): Strip comments.
2188         (gnus-parent-id): Likewise.
2189
2190 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2191
2192         * message.el (message-confirm-send): Fix version.
2193
2194 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * message.el (message-idna-to-ascii-rhs-1): Use
2197         mail-extract-address-components rather than mail-header-parse-addresses
2198         that is an alias by default to ietf-drums-parse-addresses that does not
2199         support non-ASCII names in headers' contents.
2200
2201 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2202
2203         * message.el (message-confirm-send): Fixed variable documentation to
2204         avoid the "y/n" wording.
2205
2206 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2207
2208         * message.el (message-set-auto-save-file-name): Save to a different
2209         filename so multiple messages (especially drafts) can be recovered.
2210
2211 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2212
2213         * message.el (message-confirm-send): Add appropriate version.
2214
2215 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2216
2217         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2218         defvar.
2219
2220 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2221
2222         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2223         (mm-pkcs7-enveloped-magic): Ditto.
2224
2225 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2226
2227         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2228         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2229
2230 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2231
2232         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2233         default, it's better.
2234
2235 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2236
2237         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2238         summary line gnus-number property and ignore them (with a warning
2239         message).
2240
2241 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2244         macro caddr in the interactive form since it won't be expanded.
2245
2246 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2249         `charset'; fix name of function called recursively.
2250         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2251
2252 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2255         (gnus-mime-set-charset-parameters): New function.
2256         (gnus-mime-view-part-as-charset): Use it to correctly display part
2257         specifying wrong charset.
2258
2259 2008-09-08  David Engster  <dengste@eml.cc>
2260
2261         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2262         in completing-read for back end server.
2263
2264 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2265
2266         * message.el (message-confirm-send): New variable to confirm sending a
2267         message.
2268         (message-send): Use it.
2269
2270 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2271
2272         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2273
2274 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2277
2278 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2279
2280         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2281         prevent tracking too many groups.
2282         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2283         Use it.
2284
2285 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2286
2287         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2288         moving point to the bottom of the window in order to avoid recentering.
2289
2290 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2293
2294         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2295         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2296         (gnus-article-beginning-of-window): Fix calculation.
2297
2298 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * gnus-msg.el (gnus-summary-supersede-article)
2301         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2302         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2303         message header.
2304
2305 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2306
2307         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2308         pending output coming after the status change.
2309
2310 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2311
2312         * message.el:
2313         * gnus-start.el:
2314         * gnus-registry.el: Remove VMS support.
2315
2316 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2319         macro.
2320         (rfc2104-hash): Use it.
2321
2322 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2323
2324         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2325         (gnus-summary-sort-by-most-recent-date): New commands.
2326         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2327         and menu entries.
2328
2329 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2332         don't redisplay article for raw contents; remove plural articles stuff.
2333
2334         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2335         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2336         on gnus-summary-save-article; display results properly.
2337
2338 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2339
2340         * lpath.el: No need to fbind ns-focus-frame.
2341
2342 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2345
2346 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2349         gnus-save-all-headers.
2350
2351 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2352
2353         * gnus-util.el (ns-focus-frame): Remove declaration.
2354         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2355         like x.
2356
2357 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2358
2359         * rfc2104.el (rfc2104-zero): Delete defconst.
2360         (rfc2104-hex-alist): Likewise.
2361         (rfc2104-hex-to-int): Delete func.
2362         (rfc2104-hexstring-to-bitstring): Likewise.
2363         (rfc2104-nybbles): New defconst.
2364         (rfc2104-hash): Rewrite for speed.
2365
2366 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * tls.el (open-tls-stream): Make it work with the 2nd argument
2369         BUFFER that is a string but does not exist as a buffer object, as
2370         mentioned in the doc-string.
2371
2372 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2375         SXEmacs.
2376
2377 2008-07-16  Glenn Morris  <rgm@gnu.org>
2378
2379         * gnus-util.el (ns-focus-frame): Declare for compiler.
2380
2381 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2384         set as a group parameter.
2385         (gnus-summary-save-in-pipe): Work when it is called independently.
2386         (gnus-summary-pipe-to-muttprint): Don't modify
2387         gnus-summary-pipe-output-default-command.
2388
2389 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2390
2391         * message.el (message-send-mail-with-sendmail):
2392         Display the error message.
2393
2394 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * gnus-art.el (gnus-default-article-saver):
2397         Add gnus-summary-save-in-pipe to choices.
2398         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2399         gnus-summary-pipe-output-default-command as the default command.
2400         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2401         instead of gnus-last-shell-command.
2402
2403         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2404         New user option.
2405         (gnus-summary-muttprint-program): Mention the value will be changed.
2406         (gnus-summary-save-article): Force showing of all headers.
2407         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2408
2409 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2410
2411         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2412
2413 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2414
2415         * nnimap.el (nnimap-id):
2416         * sieve-manage.el (sieve-manage-open): Doc fixes.
2417
2418 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2419
2420         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2421         if available.
2422
2423 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2424
2425         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2426
2427         * nnkiboze.el (nnkiboze-generate-group):
2428         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2429
2430         * nnmairix.el: Require CL.
2431
2432 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * dgnushack.el: Autoload get-display-table and put-display-table for
2435         XEmacs 21.5.
2436
2437         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2438         21.4 and SXEmacs.
2439
2440 2008-06-15  David Engster  <dengste@eml.cc>
2441
2442         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2443
2444 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2445
2446         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2447         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2448         runtime choice under XEmacs.
2449
2450         * gnus-sum.el (gnus-summary-set-display-table):
2451         Use `gnus-put-display-table', `gnus-get-display-table',
2452         `gnus-set-display-table' for the display table, instead of `aset'.
2453
2454         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2455         Use `gnus-put-display-table', `gnus-get-display-table',
2456         `gnus-set-display-table' for the display table.
2457
2458 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2459
2460         * nnmairix.el: Add autoloads.
2461
2462 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2463
2464         * nnmairix.el (nnmairix-delete-recreate-group)
2465         (nnmairix-update-and-clear-marks): Fix error messages.
2466
2467 2008-06-14  David Engster  <dengste@eml.cc>
2468
2469         * nnmairix.el: Upgrade to version 0.6.
2470         (nnmairix-group-toggle-propmarks-this-group)
2471         (nnmairix-group-toggle-readmarks-this-group)
2472         (nnmairix-group-delete-recreate-this-group)
2473         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2474         (nnmairix-remove-tick-mark-original-article): New commands.
2475         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2476         (nnmairix-propagate-marks-to-nnmairix-groups)
2477         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2478         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2479         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2480         functions needed for marks propagation and manipulation of read marks.
2481         (nnmairix-update-groups): New function.
2482         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2483         (nnmairix-determine-original-group-from-registry)
2484         (nnmairix-determine-original-group-from-path)
2485         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2486         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2487         New helper functions.
2488         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2489         keystrokes for new commands.
2490         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2491         (nnmairix-request-group): Check allow-fast group parameter.
2492         (nnmairix-request-create-group): Set allow-fast group parameter if
2493         nnmairix-allowfast-default is set.
2494         (nnmairix-close-group): Propagate marks upon closing if needed.
2495         (nnmairix-group-toggle-threads-this-group): Use new.
2496         nnmairix-group-toggle-parameter helper function.
2497         (nnmairix-search): Better check for empty search result.
2498         (nnmairix-goto-original-article): Use new helper functions for
2499         determining original article.
2500         (nnmairix-show-original-article): Make sure message-id is in brackets.
2501         (nnmairix-call-mairix-binary): Change variable name.
2502         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2503         helper function.
2504         (nnmairix-widget-toggle-activate): Fix doc string.
2505
2506 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * nnir.el: Require edmacro when compiling with XEmacs.
2509         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2510         available in Emacs 21.
2511
2512 2008-06-11  Glenn Morris  <rgm@gnu.org>
2513
2514         * gnus-util.el (x-focus-frame):
2515         * gnus.el (image-size):
2516         * mm-decode.el (image-size): Declare.
2517
2518         * gnus-picon.el (declare-function): Add compat definition.
2519         (image-size): Declare.
2520
2521         * gnus-group.el (tool-bar-map):
2522         * gnus-sum.el (tool-bar-map): Define for compiler.
2523
2524         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2525
2526         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2527
2528         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2529         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2530         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2531         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2532         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2533         * sieve-manage.el, spam-report.el, spam.el:
2534         Remove unnecessary eval-and-compile of autoloads.
2535
2536 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2537
2538         * auth-source.el: Precise Tramp doc.
2539
2540 2008-06-07  Glenn Morris  <rgm@gnu.org>
2541
2542         * nnmairix.el: Remove unnecessary eval-when-compile.
2543
2544 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * lpath.el: Fbind propertize for XEmacs 21.4.
2547
2548 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2549
2550         * nnir.el: Move here from ../contrib.
2551
2552 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2553
2554         * gnus-util.el (gnus-read-shell-command): New function.
2555         * mm-decode.el (mm-pipe-part):
2556         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2557
2558 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2561
2562 2008-06-03  Glenn Morris  <rgm@gnu.org>
2563
2564         * pop3.el (nnheader-accept-process-output): Autoload it.
2565
2566 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2569         are not 2-digit hexadecimal characters that follow `%'s.
2570
2571 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2572
2573         * message.el (message-bogus-recipient-p): Fix type in doc string.
2574         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2575         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2576         Improve custom options.
2577         (message-bogus-recipient-p): Adjust accordingly.
2578
2579 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2580
2581         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2582         long-form month and day names.
2583
2584 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * dgnushack.el: Autoload debug, eudc-expand-inline and
2587         pgg-snarf-keys-region for XEmacs.
2588
2589         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2590
2591         * nnmairix.el: Require edmacro when compiling with XEmacs.
2592
2593 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2594
2595         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2596         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2597
2598 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2599
2600         * auth-source.el: Add more docs.
2601
2602         * netrc.el (netrc-machine): Always match if the port is not given.
2603
2604 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2607         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2608         retrieval faster in some cases, but might make CPU usage larger.  If
2609         this has any bad side effects, we might revert this change.
2610
2611         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2612         seems to make mail retrieval much, much faster.
2613         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2614         unconditionally.
2615
2616         * gnus-draft.el (gnus-group-send-queue): Bind
2617         message-send-mail-partially-limit to nil to avoid being prompted.
2618
2619 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2620
2621         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2622
2623         * message.el (message-bogus-address-regexp): Fix and improve custom
2624         type.
2625         (message-setup-hook): Add message-check-recipients as custom option.
2626
2627 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2628
2629         * message.el (message-cite-function): Remove bogus autoload which crept
2630         in during merge from v5-10.
2631
2632 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2633
2634         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2635
2636         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2637
2638         * auth-source.el: Preliminary Tramp docs.
2639         (auth-sources): Change the default auth-sources to use
2640         EPA .gpg files.
2641
2642 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2643
2644         * nntp.el: Autoload `auth-source-user-or-password'.
2645         (nntp-send-authinfo): Use it.
2646
2647         * nnimap.el: Autoload `auth-source-user-or-password'.
2648         (nnimap-open-connection): Use it.
2649
2650         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2651         for the gnus-message function.
2652         (auth-source-user-or-password): Use it.
2653
2654 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2655
2656         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2657         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2658         (rfc2104-hash): Use it.
2659
2660 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2661
2662         * gnus-art.el (gnus-article-toggle-truncate-lines):
2663         Don't use `iff' in docstring.
2664
2665 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2666
2667         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2668
2669         * gnus-util.el (gnus-extract-address-component-name)
2670         (gnus-extract-address-component-email): Convenience functions around
2671         `gnus-extract-address-components'.
2672
2673         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2674         Use `gnus-extract-address-component-email' to fix bug of comparing full
2675         sender name to `user-mail-address'.
2676
2677 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2678
2679         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2680         catch/throw to optimize.
2681         (gnus-registry-find-keywords): Just use member to find a keyword.
2682
2683 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2684
2685         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2686         is current before calling gnus-server-prepare.
2687         (gnus-server-setup-buffer, gnus-server-update-server)
2688         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2689
2690 2008-05-04  Juri Linkov  <juri@jurta.org>
2691
2692         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2693         (mailcap-file-default-commands): Use mailcap-replace-in-string
2694         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2695         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2696
2697 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2698
2699         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2700
2701 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2702
2703         * gnus.el: Bump version to 0.11.
2704
2705 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2706
2707         * gnus.el: No Gnus v0.10 is released.
2708
2709 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710
2711         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2712         hooks.
2713         (gnus-update-read-articles): Speed up non-marks-using users.
2714         (gnus-use-marks): Define gnus-use-marks.
2715         (gnus-propagate-marks): Rename variable to something more sensible.
2716
2717 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2718
2719         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2720         (gmm-image-load-path-for-library): Fix typos in docstrings.
2721         (gmm-message): Reflow docstring.
2722
2723 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2724
2725         * mail-source.el (mail-source-set-1, mail-source-bind):
2726         Move auth-source code out of the macro to clean it up and fix bugs.
2727
2728 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2729
2730         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2731         by sender if it's equal to user-mail-address, it's likely to be
2732         useless.
2733
2734         * mail-source.el (mail-source-bind): Don't use user or password if they
2735         are not bound.  Unintern them if they are nil.  Don't use server unless
2736         it's bound, and default it to empty string otherwise.
2737
2738 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2739
2740         * mail-source.el: Load auth-source.el.
2741         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2742         get user name or password, if auth-sources is set up.
2743
2744         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2745         strategy of splitting with parent.
2746         (gnus-registry-split-fancy-with-parent)
2747         (gnus-registry-post-process-groups): Use it and fix prior
2748         bug (returning a list as the split result).
2749
2750         * auth-source.el (auth-sources): Remove server parameter.
2751         (auth-source-pick, auth-source-user-or-password)
2752         (auth-source-user-or-password-imap)
2753         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2754         (auth-source-user-or-password-sftp)
2755         (auth-source-user-or-password-smtp): Remove server parameter.
2756
2757 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2758
2759         * smime.el (smime-sign-region, smime-encrypt-region)
2760         (smime-decrypt-region):
2761         Remove redundant calls to `generate-new-buffer-name'.
2762
2763 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2764
2765         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2766         Don't use QP for message/rfc822.
2767         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2768
2769 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2770
2771         * sieve-manage.el (sieve-string-bytes): Remove.
2772         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2773         correct byte-length only if the process's coding-system is the same as
2774         the one used internally by Emacs to represent strings.
2775
2776 2008-04-22  Juri Linkov  <juri@jurta.org>
2777
2778         * mailcap.el (mailcap-file-default-commands): New function.
2779
2780 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2781
2782         * message.el (message-signature-separator, message-cite-function):
2783         Change custom version.
2784
2785 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2786
2787         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2788         commands.
2789         (tls-checktrust): Ditto.
2790
2791 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2792
2793         * mm-decode.el (mm-display-external): Make temp file read-only.
2794
2795 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2796
2797         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2798         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2799         `C-c C-f d'.
2800
2801 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2802
2803         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2804
2805 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2806
2807         * gnus.el: Bump version to 0.9.
2808
2809 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2810
2811         * gnus.el: No Gnus v0.8 is released.
2812
2813 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2814
2815         * mail-source.el (mail-source-value):
2816         Prefer fboundp to functionp so it works with macros as well.
2817
2818 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2819
2820         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2821         Fix last change in case the element is not even a symbol.
2822
2823 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2824
2825         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2826         Prefer fboundp to functionp so it works with macros as well.
2827
2828 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2829
2830         * auth-source.el: Added docs.
2831         (auth-sources): Modify format to support server.
2832         (auth-source-pick, auth-source-user-or-password)
2833         (auth-source-user-or-password-imap)
2834         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2835         (auth-source-user-or-password-sftp)
2836         (auth-source-user-or-password-smtp): Add server parameter.
2837
2838 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2839
2840         * gnus-registry.el: Initialize the registry when gnus-registry-install
2841         is t.
2842
2843 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * compface.el (uncompface): Make buffer unibyte.
2846
2847 2008-04-05  Glenn Morris  <rgm@gnu.org>
2848
2849         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2850
2851 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2852
2853         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2854         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2855
2856         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2857         multibyteness after rather than before erasing it.
2858
2859         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2860         mm-with-multibyte.
2861         (gnus-request-article-this-buffer): Make sure the proper decoding is
2862         used if gnus-original-article-buffer happens to be unibyte.
2863
2864         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2865         default-enable-multibyte-characters.
2866
2867         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2868         default-enable-multibyte-characters.
2869
2870         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2871
2872         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2873
2874 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2875
2876         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2877         (imap-message-copyuid-1): Use it.
2878         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2879         J. Williams in
2880         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2881
2882         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2883         imap-enable-exchange-bug-workaround.
2884         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2885
2886 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2887
2888         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2889         a 100 byte status-checks into a 2-3MB transfer for each group.
2890         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2891         to enable bug workaround or not.
2892         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2893
2894 2008-03-31  Glenn Morris  <rgm@gnu.org>
2895
2896         * message.el (mml2015-use): Declare for compiler.
2897         (message-info): Require mml2015 when appropriate.
2898
2899 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2902         whitespace.
2903
2904 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2905
2906         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2907         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2908         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2909         (nntp-service-to-port): New function.
2910         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2911         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2912         (nntp-open-netcat-stream): New function.
2913         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2914
2915 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2916
2917         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2918
2919 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2920
2921         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2922
2923 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2924
2925         * dns.el (dns-write): Use set-buffer-multibyte.
2926
2927 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2928
2929         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2930
2931 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2932
2933         * message.el (message-signature-separator): Change default.
2934         Improve custom type.
2935         (message-cite-function): Change default to
2936         message-cite-original-without-signature.
2937
2938         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2939         toggle.
2940
2941         * message.el (message-check-news-body-syntax): Fix signature check.
2942         (message-setup-1): Mark buffer as unmodified _after_ running
2943         message-setup-hook and handling message-alternative-emails.
2944         (message-shorten-references): Be more strict when building list of
2945         valid references to comply with GNKSA.
2946
2947         * gnus-group.el (gnus-read-ephemeral-bug-group)
2948         (gnus-read-ephemeral-debian-bug-group)
2949         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2950
2951         * message.el (message-info): Don't use booleanp which isn't supported
2952         in Emacs 21 and XEmacs.
2953
2954 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2955
2956         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2957         gnus-group-gmane-group-download-format.
2958         (gnus-group-read-ephemeral-gmane-group): Rename from
2959         gnus-group-read-ephemeral-gmane-group.
2960         (gnus-read-ephemeral-gmane-group-url): Rename from
2961         gnus-group-read-ephemeral-gmane-group-url.
2962         (gnus-bug-group-download-format-alist): New variable.
2963         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2964         (gnus-read-ephemeral-emacs-bug-group): New commands.
2965
2966 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2967
2968         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2969         (gnus-visible-headers): Improve custom type.
2970
2971 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2972
2973         * mml.el (mml-menu): Add workarounds for XEmacs.
2974
2975         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2976         X-Boundary header.
2977
2978         * message.el (message-simplify-recipients): Fix previous commit.
2979
2980 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2981
2982         * mm-util.el (mm-set-buffer-multibyte): New function.
2983         * mm-decode.el (mm-copy-to-buffer): Use it.
2984
2985 2008-03-19  Glenn Morris  <rgm@gnu.org>
2986
2987         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2988         Accidentally removed in the sync process with Emacs.
2989
2990 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2991
2992         * message.el (message-alter-recipients-discard-bogus-full-name):
2993         New function.
2994         (message-alter-recipients-function): New variable.
2995         (message-get-reply-headers): Use it.
2996         (message-replace-header): New helper function.
2997         (message-recipients-without-full-name): New variable.
2998         (message-simplify-recipients): New command.
2999
3000         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3001
3002         * message.el (message-info): Handle EasyPG manual.
3003
3004         * mml.el (mml-menu): Add entry for EasyPG.
3005
3006 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3007
3008         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3009         parameter.
3010
3011         * message.el (message-disassociate-draft): Specify drafts group name
3012         fully.
3013
3014 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3015
3016         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3017         unnecessary duplicates from the match list.
3018
3019 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3020
3021         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3022
3023         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3024
3025         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3026         args of `how-many' of which the XEmacs version doesn't take; declare
3027         Info-index-next as function.
3028
3029 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3030
3031         * gnus-score.el (gnus-score-headers): Fix handling of
3032         gnus-inhibit-slow-scoring.
3033
3034         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3035         string.
3036         (gnus-button-url-regexp): Improve handling of parenthesis.
3037         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3038         (gnus-button-handle-info-keystrokes): Handle index entries.
3039
3040 2008-03-15  Glenn Morris  <rgm@gnu.org>
3041
3042         * parse-time.el (parse-time-string): Simplify.
3043
3044 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3047         Incoming* files.
3048
3049 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3050
3051         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3052         (auth-source-pick): Use it.
3053
3054 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3055
3056         * binhex.el (binhex-decode-region-internal):
3057         * uudecode.el (uudecode-decode-region-internal):
3058         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3059         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3060         setting default-enable-multibyte-characters.
3061
3062 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3063
3064         * auth-source.el (auth-source-protocols)
3065         (auth-source-protocols-customize, auth-source-choices): Added and
3066         modified variable customizations and defaults.
3067         (auth-source-pick, auth-source-user-or-password)
3068         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3069         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3070         (auth-source-user-or-password-sftp)
3071         (auth-source-user-or-password-smtp): Use new variables and provide an
3072         interface to netrc.el.
3073
3074 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3077         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3078         Make sure the nntp port to specify is a string.
3079
3080 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3081
3082         * nntp.el: Use with-current-buffer.
3083         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3084         dubious mm-with-unibyte-current-buffer.
3085         (nntp-with-open-group-function): New function extracted from
3086         nntp-with-open-group macro.
3087         (nntp-with-open-group): Use the function, so it's easier to debug.
3088         Add indentation and debugging info.
3089         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3090         the use of the netcat alternatives.
3091
3092         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3093         Avoid mm-string-as-multibyte as well.
3094
3095         * nnweb.el (nnweb-insert-html):
3096         Remove use of nnheader-string-as-multibyte.
3097
3098         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3099         (nnheader-string-as-multibyte): Remove.
3100
3101         * mm-view.el: Use inhibit-read-only.
3102         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3103         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3104         or unibyte-string.
3105
3106         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3107         (mm-uu-yenc-extract): Use with-current-buffer.
3108
3109         * gnus-soup.el (gnus-soup-send-packet): Don't use
3110         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3111
3112         * nnmh.el: Use with-current-buffer.
3113         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3114         mm-string-as-multibyte on the output of mm-encode-coding-string.
3115
3116         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3117         (nnimap-request-move-article): Use with-current-buffer.
3118
3119         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3120         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3121         conversion uses string-make-unibyte rather than string-as-unibyte.
3122
3123         * gnus-msg.el: Use with-current-buffer.
3124
3125         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3126
3127 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3128
3129         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3130         string for caching if it is 'PIN.
3131
3132 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * lpath.el: Consider the case without Emacs/W3.
3135
3136 2008-03-08  Glenn Morris  <rgm@gnu.org>
3137
3138         * time-date.el (date-to-time, time-subtract, time-add)
3139         (safe-date-to-time): Doc fixes.
3140
3141 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3142
3143         * mail-source.el (mail-source-delete-old-incoming-confirm):
3144         Change default to nil.
3145         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3146
3147 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * lpath.el: Rearrange.
3150
3151         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3152         (gnus-article-goto-prev-page): Work for articles having ^L's.
3153
3154         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3155
3156         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3157
3158 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3159
3160         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3161         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3162         (gnus-bookmark-jump): Adjust some variable names.
3163
3164 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3165
3166         * auth-source.el: New package.
3167         (auth-source-choices): Add customization entry point variable.
3168
3169         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3170         bug.
3171
3172 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3173
3174         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3175         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3176         (gnus-registry-install-shortcuts): Rename from
3177         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3178         the `gnus-registry-mark-map' keymap dynamically from
3179         `gnus-registry-marks'.  The generated functions update the summary line
3180         when a registry mark is added or deleted, and will call
3181         `gnus-registry-install-p' (see the comments in the code).
3182         (gnus-registry-user-format-function-M): Use concat intelligently.
3183
3184         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3185         the registry mark functions.
3186
3187 2008-03-05  Glenn Morris  <rgm@gnu.org>
3188
3189         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3190         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3191         gnus-art.
3192         (top-level): No need to load own source when compiling.
3193
3194 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3195
3196         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3197         Suggested by <chris.anderton@zetnet.co.uk>.
3198
3199 2008-03-04  Glenn Morris  <rgm@gnu.org>
3200
3201         * gnus-sum.el (top-level): No need to require gnus when compiling,
3202         since unconditionally required near start of file.
3203         (gnus-summary-display-while-building): Move definition before use.
3204
3205 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3206
3207         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3208         formatting function.
3209
3210 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3211
3212         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3213         with plists.
3214         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3215         Use new format.
3216
3217 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3220         `where-is-internal' that returns a range of key sequences.
3221
3222 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3223
3224         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3225
3226         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3227         (gnus-summary-jump-to-group): Consider windows on other displayed
3228         frames as well.  Similar changes might be needed elsewhere, but that's
3229         the one I've bumped into during my use.
3230
3231         * nndoc.el (nndoc-oe-dbx-type-p):
3232         * gnus-msg.el (gnus-debug):
3233         * gnus-group.el (gnus-update-group-mark-positions):
3234         Use mm-string-to-multibyte.
3235
3236 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3237
3238         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3239         doesn't handle NotDashEscaped.
3240
3241         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3242         (mml-dnd-attach-options): Fix typo in custom choice.
3243
3244         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3245         nndoc-article-type to mbox.
3246         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3247
3248         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3249         to nil, instead of html2text.
3250
3251         * imap.el (imap-debug): Add `imap-ping-server'.
3252
3253         * gnus-bookmark.el: Add FIXMEs.
3254
3255         * message.el (message-form-letter-separator)
3256         (message-send-form-letter-delay): New variables.
3257         (message-send-form-letter): Use them.  New command to send form
3258         letters.  Requested by Uwe Siart.
3259         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3260
3261 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3262
3263         * Update copyright years.
3264
3265 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3266
3267         Sync from EMACS_22_BASE.
3268
3269         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3270
3271 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3272
3273         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3274         empty author.
3275
3276 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3277
3278         * gnus-registry.el (gnus-registry-marks): Add variable for
3279         customization of marks and their appearance.
3280         (gnus-registry-read-mark): Use it.
3281         (gnus-registry-do-marks): Add utility function to loop through
3282         `gnus-registry-marks'.
3283         (gnus-registry-install-shortcuts-and-menus): Add function to install
3284         shortcuts and menus.
3285         (gnus-registry-initialize): Use it.
3286         (gnus-registry-default-mark): Clarify documentation.
3287
3288 2008-02-29  Glenn Morris  <rgm@gnu.org>
3289
3290         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3291         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3292         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3293         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3294         Change defcustom :version from 23.0 to 23.1.
3295
3296 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3297
3298         * gnus-registry.el (gnus-registry-follow-group-p)
3299         (gnus-registry-post-process-groups): Add functions to aid registry
3300         splitting and improve logging.  Clarify behavior in function
3301         documentation.
3302         (gnus-registry-split-fancy-with-parent): Use them.
3303
3304 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3305
3306         * gnus-art.el: Use with-current-buffer.
3307
3308 2008-02-27  David Engster  <dengste@eml.cc>
3309
3310         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3311         Express real group name in the response.
3312
3313 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3316         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3317         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3318         autoload gnus-registry-fetch-group when compiling.
3319         (nnmairix-request-group-with-article-number-correction): Remove
3320         unreferenced argument passed to nnmairix-call-backend.
3321
3322 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3323
3324         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3325         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3326         Wilde.
3327
3328 2008-02-27  Glenn Morris  <rgm@gnu.org>
3329
3330         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3331         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3332         variables to defconsts.  Convert comments to doc-strings.
3333         (nnmairix-last-server, nnmairix-current-server): Convert from free
3334         variables to defvars.  Convert comments to doc-strings.
3335         (gnus-registry-fetch-group): Autoload.
3336         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3337         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3338         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3339         caddr.
3340         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3341         nnmairix-request-group-with-article-number-correction call.
3342         (nnmairix-fast, nnmairix-group): New, less general names, for free
3343         variables passed from nnmairix-request-group to
3344         nnmairix-request-group-with-article-number-correction.  Declare.
3345         (nnmairix-request-group-with-article-number-correction):
3346         Use nnmairix-fast, nnmairix-group rather than fast, group.
3347
3348 2008-02-26  David Engster  <dengste@eml.cc>
3349
3350         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3351         version 0.5.
3352
3353 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3354
3355         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3356         instead of making an extra function call.  Don't add the current group
3357         to articles only when they have the group.  Use
3358         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3359         Reported by David <de_bb@arcor.de>.
3360
3361 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3364         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3365
3366 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3367
3368         * mail-source.el (mail-source-delete-incoming): Change default.
3369         Supplement doc string.
3370
3371         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3372
3373 2008-02-14  Glenn Morris  <rgm@gnu.org>
3374
3375         * time-date.el (format-seconds): New function.
3376
3377 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3378
3379         * nnmail.el (nnmail-message-id-cache-file): Derive from
3380         `gnus-home-directory'.
3381
3382 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3383
3384         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3385         Document negative prefix.
3386
3387         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3388
3389 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * message.el (message-unsent-separator): Add the Exim bounce
3392         separator.
3393
3394 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3395
3396         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3397         list.
3398         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3399         recipient/signer list.
3400
3401 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * Makefile.in (datarootdir): Define.
3404         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3405         name that might contain whitespace.
3406
3407 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3408
3409         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3410         fbound (Emacs 23 unicode), signal an error.
3411
3412 2008-02-08  Glenn Morris  <rgm@gnu.org>
3413
3414         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3415
3416 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3417
3418         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3419         ports to the calls to `netrc-machine-user-or-password' in addition to
3420         "imap" and "imaps".
3421
3422 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3423
3424         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3425
3426         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3427
3428 2008-02-01  Kenichi Handa  <handa@m17n.org>
3429
3430         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3431         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3432         (rfc2104-hash): Convert the result of concat to unibyte string.
3433
3434 2008-02-01  Dave Love  <fx@gnu.org>
3435
3436         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3437         coding-system-for-read.
3438         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3439
3440 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3441
3442         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3443         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3444         <hanche@math.ntnu.no>.
3445
3446 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3449
3450         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3451
3452 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3453
3454         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3455         * message.el (message-beginning-of-line): Use featurep instead of bound
3456         tests in order to resolve conditionals at compile time.
3457
3458 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3459
3460         * mail-source.el (mail-sources): Add `group' choice.
3461
3462         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3463         parameter `in-group' to control into which group the articles go.
3464         Add treatment of `group' mail-source.
3465
3466 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3469
3470         * mm-decode.el (mm-dissect-buffer): Decode description.
3471
3472         * mml.el (mml-to-mime): Encode message header first.
3473
3474 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3477         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3478
3479         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3480         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3481
3482 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3483
3484         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3485
3486 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3489         prefix keys.
3490         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3491         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3492         gnus-xmas.el.
3493
3494         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3495         (gnus-xmas-article-describe-bindings): New function.
3496         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3497         gnus-xmas-article-describe-bindings.
3498
3499         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3500
3501 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3502
3503         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3504         Add new variables for article mark management.
3505         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3506         list of extra data entries which, when present, will indicate that the
3507         article ID should not be trimmed from the registry.
3508         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3509         functions.
3510         (gnus-registry-read-mark): New function to read a mark name from the
3511         user.
3512         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3513         (gnus-registry-set-article-mark-internal): New functions to add and
3514         remove marks.
3515         (gnus-registry-get-article-marks): New function to show the marks for
3516         an article, or retrieve them for further use.
3517
3518 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3521         keys when no argument is given.
3522
3523 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3524
3525         * imap.el (imap-ping-server): New variable.
3526         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3527         (imap-ping-server): Minor doc string fixes.
3528
3529 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3530
3531         * imap.el (imap-ping-server): New function.
3532         (imap-opened): Call imap-ping-server.
3533
3534 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3535
3536         * gnus-sum.el (gnus-article-sort-by-random)
3537         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3538         jidanni@jidanni.org.
3539
3540 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * gnus-art.el (gnus-article-describe-bindings): New function.
3543         (gnus-article-read-summary-keys): Use it.
3544         (gnus-article-mode-map): Bind `C-h b' to it.
3545
3546 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3549         XEmacs.
3550         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3551         against non-character events.
3552
3553         * lpath.el: Fbind map-keymap for Emacs 21.
3554
3555 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3556
3557         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3558         command.
3559         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3560         instead of END.  Change name of the temp file.
3561         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3562         customizable.
3563
3564 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3567         bind `S W' to gnus-article-wide-reply-with-original; set default
3568         binding to gnus-article-read-summary-send-keys.
3569         (gnus-article-read-summary-keys): Fix the order of keys; display
3570         continuation keys correctly in the echo area; describe bindings
3571         correctly when keys end with `C-h'.
3572         (gnus-article-read-summary-send-keys): New function.
3573         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3574         for gnus-article-read-summary-send-keys; display continuation keys
3575         correctly in the echo area.
3576         (gnus-article-reply-with-original): Ignore prefix argument.
3577         (gnus-article-wide-reply-with-original): New function.
3578
3579         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3580         Emacs 21.
3581
3582 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3585         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3586
3587 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3588
3589         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3590         (gnus-group-read-ephemeral-gmane-group): New command.
3591
3592 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3593
3594         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3595
3596 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3597
3598         * message.el (message-send-mail-function): Increase custom version.
3599
3600         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3601         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3602
3603 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3604
3605         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3606         for the cases where imap-authenticate is called with a nil buffer
3607         parameter.
3608
3609 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3612         html parts correctly; support forwarded messages.
3613         (gnus-article-browse-html-article): Remove work buffers.
3614
3615         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3616         compiling.
3617         (netrc-bound-and-true-p): New macro.
3618         (netrc-parse): Use it instead of bound-and-true-p that is not available
3619         in XEmacs 21.4.
3620
3621 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3622
3623         * gnus-registry.el (gnus-registry-mark-article)
3624         (gnus-registry-article-marks): Add functionality to mark articles
3625         through the Gnus registry.
3626
3627         * encrypt.el: Clarify documentation for the new pgg method.
3628         (encrypt-file-alist): Add PGG option.
3629         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3630         functionality.  Abstract password key and messaging to external
3631         functions.
3632         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3633         (encrypt-message-method-and-cipher): Add new convenience external
3634         functions.
3635         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3636         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3637
3638         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3639         (netrc-parse): Use encrypt-file-alist to determine if
3640         encrypt-find-model or encrypt-insert-file-contents should be used.
3641
3642         * encrypt.el: Clarify documentation.  Load password-cache or
3643         password, whichever one is found first, instead of autoloading.
3644
3645 2007-12-19  Glenn Morris  <rgm@gnu.org>
3646
3647         * mml.el (message-options-set, message-narrow-to-head)
3648         (message-in-body-p, message-mail-p, message-encode-message-body):
3649         Autoload.
3650         (message-remove-header, message-narrow-to-headers-or-head)
3651         (message-subscribed-p, message-make-mail-followup-to)
3652         (message-position-on-field, message-news-p)
3653         (message-options-set-recipient, message-generate-headers)
3654         (message-sort-headers): Declare as functions.
3655
3656 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3657
3658         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3659         convention in doc string.
3660
3661 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3664         title to html parts.
3665         (gnus-article-browse-html-article): Pass message header to it.
3666
3667         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3668
3669 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3670
3671         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3672         or password compatible with XEmacs.
3673
3674 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3675
3676         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3677         format document.
3678         (gnus-mime-delete-part): Don't write description line if empty.
3679         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3680
3681 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3682
3683         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3684         (gnus-summary-mark-read-and-unread-as-read)
3685         (gnus-summary-mark-current-read-and-unread-as-read)
3686         (gnus-summary-mark-unread-as-ticked): Doc fix.
3687         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3688
3689 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3690
3691         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3692         Christoph Conrad <christoph.conrad@gmx.de>.
3693
3694 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3695
3696         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3697         yes-or-no-p.
3698
3699 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * mm-decode.el (mm-add-meta-html-tag): New function.
3702         (mm-save-part-to-file, mm-pipe-part): Use it.
3703
3704         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3705         gnus-y-or-n-p instead of y-or-n-p.
3706         (gnus-article-browse-html-parts): Work with message/external-body; use
3707         mm-add-meta-html-tag.
3708
3709 2007-12-11  Glenn Morris  <rgm@gnu.org>
3710
3711         * gnus-cache.el: Require gnus-sum not just when compiling.
3712
3713         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3714
3715         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3716         definitions before use.
3717
3718         * mm-decode.el: Require gnus-util.
3719         (mm-remove-part): Only call delete-annotation on XEmacs.
3720
3721         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3722
3723         * nnmail.el: Require gnus-int.
3724
3725         * spam.el: Move `require's before `eval-when-compile's.
3726
3727         * gnus-ems.el (gnus-alive-p):
3728         * gnus-fun.el (message-goto-eoh):
3729         * gnus-util.el (gnus-group-name-decode):
3730         * mail-source.el (gnus-compress-sequence):
3731         * message.el (Info-goto-node, format-spec):
3732         * mm-bodies.el (message-options-get):
3733         * mm-decode.el (mm-view-pkcs7):
3734         * mm-util.el (gmm-write-region):
3735         * mml-smime.el (mml-compute-boundary)
3736         (gnus-completing-read-with-default):
3737         * mml.el (widget-button-press, gnus-make-hashtable):
3738         * mml1991.el (mm-decode-content-transfer-encoding)
3739         (mm-encode-content-transfer-encoding)
3740         (message-options-get, message-options-set):
3741         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3742         * nnfolder.el (gnus-request-group):
3743         * nnheader.el (ietf-drums-unfold-fws):
3744         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3745         * smime.el (gnus-run-mode-hooks):
3746         * spam-stat.el (gnus-message): Autoload.
3747
3748         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3749         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3750         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3751         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3752         Add declare-function compatibility definition.
3753
3754         * gnus-cache.el (nnvirtual-find-group-art):
3755         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3756         (gnus-add-image, gnus-add-wash-type):
3757         * gnus-group.el (nnkiboze-score-file):
3758         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3759         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3760         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3761         (message-tokenize-header, gnus-get-buffer-create)
3762         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3763         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3764         * gnus.el (gnus-group-decoded-name):
3765         * mail-source.el (imap-capability):
3766         * mm-bodies.el (message-options-set):
3767         * mm-decode.el (gnus-configure-windows):
3768         * mm-extern.el (message-goto-body):
3769         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3770         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3771         (epg-sub-key-validity, message-options-set):
3772         * mml.el (widget-event-point, gnus-configure-windows):
3773         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3774         * mml2015.el (epg-check-configuration, epg-configuration)
3775         (message-options-set):
3776         * nndb.el (nndb-request-article):
3777         * nnfolder.el (gnus-request-create-group):
3778         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3779         * nnmaildir.el (gnus-group-mark-article-read):
3780         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3781         * rfc1843.el (message-fetch-field):
3782         * spam.el (gnus-extract-address-components):
3783         Declare as functions.
3784
3785 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3788
3789         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3790
3791         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3792         bind show-trailing-whitespace for XEmacs.
3793
3794 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3795
3796         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3797         new no-op macro for backward compatibility.
3798
3799         * imap.el (imap-string-to-integer): New function.
3800
3801 2007-12-09  Glenn Morris  <rgm@gnu.org>
3802
3803         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3804
3805         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3806         * message.el, mm-view.el, sieve-manage.el, smime.el:
3807         Add declare-function compatibility definition.
3808
3809         * gnus-art.el (w3-region, w3m-region, Info-menu):
3810         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3811         * gnus-sum.el (gnus-get-predicate):
3812         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3813         * message.el (mail-abbrev-in-expansion-header-p):
3814         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3815         (w3m-detect-meta-charset, w3m-region):
3816         * sieve-manage.el (password-read, password-cache-add)
3817         (password-cache-remove):
3818         * smime.el (password-read-and-add): Declare as functions.
3819
3820 2007-12-08  David Kastrup  <dak@gnu.org>
3821
3822         * gnus-sum.el (gnus-summary-simplify-subject-query):
3823         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3824         `message'.
3825
3826 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3829         it to bind idna-program, installation-directory, defined-colors, and
3830         face-attribute for XEmacs of the version that compiles defcustom forms.
3831
3832 2007-12-07  Glenn Morris  <rgm@gnu.org>
3833
3834         * gnus-art.el (article-make-date-line): Revert previous change.
3835
3836 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3837
3838         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3839
3840 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3841
3842         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3843         Call gnus-add-to-range ranges only once with a prepared article-list.
3844
3845 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3846
3847         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3848         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3849         group names with backslashes.  Reported by Tassilo Horn
3850         <tassilo@member.fsf.org>.
3851
3852 2007-12-06  Deepak Goel  <deego3@gmail.com>
3853
3854         * gnus-art.el (article-make-date-line):
3855         * gnus-start.el (gnus-load):
3856         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3857
3858 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * gnus-art.el (gnus-use-idna)
3861         * gnus-start.el (gnus-site-init-file)
3862         * message.el (message-use-idna)
3863         * mm-uu.el (mm-uu-hide-markers)
3864         * smiley.el (smiley-style): Revert changes that suppress warnings.
3865
3866 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3869         specify charset to html source.  Reported by Christoph Conrad
3870         <christoph.conrad@gmx.de>.
3871
3872 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3875         idna-program in order to suppress byte compile warning issued by XEmacs
3876         that came to byte compile the default value section of defcustom forms
3877         recently.
3878
3879         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3880         value of installation-directory.
3881
3882         * message.el (message-use-idna): Don't directly refer to the value of
3883         idna-program.
3884
3885         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3886
3887         * smiley.el (smiley-style): Don't directly call face-attribute.
3888
3889 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3890
3891         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3892
3893         * gnus-dired.el: Reduce Gnus dependencies.
3894         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3895         require.  Use autoloads instead.
3896         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3897         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3898         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3899         (gnus-dired-mode): Adjust doc string.
3900         (gnus-dired-mail-mode): New variable.
3901         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3902         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3903         (gnus-dired-mail-buffers): New function.  Return mail or message
3904         composition buffers.
3905         (gnus-dired-attach): Use it.
3906         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3907         NO-DECODE.
3908         (gnus-dired-print): Use `gnus-print-buffer' depending on
3909         `gnus-dired-mail-mode'.
3910
3911 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * rfc2047.el (rfc2047-encoded-word-regexp)
3914         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3915         explaining what regexp patterns are for.
3916
3917 2007-12-04  Glenn Morris  <rgm@gnu.org>
3918
3919         * password.el: Move to password-cache.el.
3920
3921         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3922         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3923         * mml-smime.el (password-read, password-cache-add)
3924         (password-cache-remove):
3925         No need to autoload, since mml-sec requires password.
3926
3927         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3928         * message.el (gnus-extract-address-components):
3929         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3930
3931         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3932         password.
3933
3934 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3935
3936         * mailcap.el: Reduce dependencies.
3937         (mail-header-parse-content-type): Autoload.
3938         (mailcap-delete-duplicates): New alias.
3939         (mailcap-mime-info): Add optional argument NO-DECODE.
3940         (mailcap-mime-types): Use mailcap-delete-duplicates.
3941
3942         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3943
3944 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3945
3946         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3947         (imap-parse-status): Upcase status-att for servers that sends them
3948         lower-case (e.g., MS Exchange 2007).
3949
3950 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3953         function.
3954
3955         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3956         (gnus-uu-yenc-article): New function.
3957
3958         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3959
3960         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3961         buffer.
3962
3963 2007-12-02  Glenn Morris  <rgm@gnu.org>
3964
3965         * binhex.el (binhex): New custom group.
3966         (binhex-decoder-program, binhex-decoder-switches)
3967         (binhex-use-external): Move to the binhex custom group.
3968
3969         * uudecode.el (uudecode): New custom group.
3970         (uudecode-decoder-program, uudecode-decoder-switches)
3971         (uudecode-use-external): Move to the uudecode custom group.
3972
3973         * netrc.el (top-level): Don't load `encrypt' features.
3974         (netrc-parse): Don't use encrypt.
3975         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3976
3977         * encrypt.el: Remove file.
3978
3979 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3980
3981         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3982         matches on patches.
3983
3984         * gnus-art.el (gnus-article-browse-html-article): Mention
3985         `mm-text-html-renderer' in the doc string.
3986
3987         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3988         string.  Add comments.
3989
3990         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3991         if rhs is ASCII.
3992
3993 2007-12-01  Glenn Morris  <rgm@gnu.org>
3994
3995         * mail-source.el (top-level): Require format-spec before
3996         eval-when-compile.
3997
3998 2007-11-30  Glenn Morris  <rgm@gnu.org>
3999
4000         * encrypt.el: Require password, rather than autoloading password-read.
4001
4002 2007-11-29  Glenn Morris  <rgm@gnu.org>
4003
4004         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4005         (sasl-make-client, sasl-next-step, sasl-step-data)
4006         (sasl-step-set-data): Declare as functions.
4007
4008 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4009
4010         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4011
4012 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4013
4014         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4015         certs should be verified and what is to be done in the event of a
4016         verification failure.
4017
4018         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4019         caller can indicate whether the cache should be disregarded for this
4020         call.  This way the result of the call is reproducible at all times and
4021         can be considered a canonical server name for the supplied method.
4022         (gnus-agent-method-p): Canonicalize server names by pushing their
4023         method through `gnus-method-to-server' using the no-cache argument.
4024
4025         * gnus-srvr.el (gnus-server-insert-server-line): Call
4026         `gnus-method-to-server' with `no-cache' argument.
4027
4028         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4029         gnus-agent-possibly-synchronize-flags as this should be called when the
4030         server is actually being opened.
4031         (gnus-agent-possibly-synchronize-flags)
4032         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4033         flags file of an agentized server to the latter function.
4034
4035         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4036         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4037         after a connection has been established successfully.
4038
4039 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * gnus-art.el (article-display-face): Force to display face if called
4042         interactively; check if gnus-article-x-face-too-ugly matches author.
4043         (article-display-x-face): Display face even if From header is missing
4044         as article-display-face does.
4045
4046 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4047
4048         * hashcash.el (message-narrow-to-headers-or-head)
4049         (message-fetch-field, message-goto-eoh)
4050         (message-narrow-to-headers): Declare as functions.
4051
4052 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4053
4054         * mail-source.el (mail-sources): Default to fetch from file for
4055         compatibility with default of nnmail-spool-file.
4056
4057 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4058
4059         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4060         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4061         to look for encoded word that should be encoded again.
4062         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4063         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4064         encoding pattern.
4065         (rfc2047-decode-region): Switch strict regexp and loose one according
4066         to rfc2047-allow-irregular-q-encoded-words.
4067
4068 2007-11-25  Romain Francoise  <romain@orebokech.com>
4069
4070         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4071
4072 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4073
4074         * tls.el (tls-program): Provide more custom choices from
4075         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4076         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4077
4078 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4079
4080         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4081         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4082
4083         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4084         `nnmail-spool-file'.
4085
4086         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4087         `nnmail-spool-file'.
4088
4089         * gnus-move.el (gnus-change-server): Ditto.
4090
4091         * gnus-kill.el (gnus-batch-score): Ditto.
4092
4093         * gnus-cache.el (gnus-jog-cache): Ditto.
4094
4095         * gnus-msg.el (gnus-summary-reply):
4096         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4097
4098 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4099
4100         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4101         version.  Minor improvement to doc strings.
4102         (tls-program): Add comment.
4103
4104 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4105
4106         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4107         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4108         mismatch between the hostname provided in the certificate and the name
4109         of the host connnecting to.
4110         (open-tls-stream): Use them.  Check certificates against trusted root
4111         certificates.
4112
4113 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4114
4115         * gnus-cache.el (gnus-cache-generate-nov-databases):
4116         Use nnml-generate-nov-databases-directory instead of
4117         nnml-generate-nov-databases-1.
4118
4119 2007-11-24  Glenn Morris  <rgm@gnu.org>
4120
4121         * message.el (message-tool-bar-retro): Update for rename
4122         mail_send.xpm->mail-send.xpm.
4123
4124 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4125
4126         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4127         `smime-ldap-search' for Emacs 22 and up.
4128
4129 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4130
4131         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4132
4133         * message.el (message-send-mail-function): Fix error convention.
4134         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4135         (message-widen-reply, message-send-mail, message-talkative-question)
4136         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4137         (message-clone-locals, message-send-news): Use with-current-buffer.
4138         (message-insert-or-toggle-importance): Remove unused var `valid'.
4139         (message-make-references): Remove unused var `new-references'.
4140         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4141
4142 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4143
4144         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4145         (spam-split-symbolic-return-positive): Reflow docstring.
4146         (spam-backends, spam-summary-exit-behavior)
4147         (spam-mark-ham-unread-before-move-from-spam-group)
4148         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4149         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4150         (spam-clear-cache, spam-backend-check, spam-install-backend)
4151         (spam-install-statistical-backend, spam-list-of-processors)
4152         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4153         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4154         (spam-check-crm114, spam-initialize, spam-unload-hook):
4155         Fix typos in docstrings.
4156
4157 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4160         been checked if they have never been read and those group levels are
4161         higher than the one that a user specified.
4162
4163 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4166         foreign groups unless a group level is specified by a user.
4167         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4168
4169 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4170
4171         * message.el (message-send-mail-function): Require sendmail.
4172
4173 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * message.el (message-send-mail-function): Check for smtpmail too.
4176
4177         * utf7.el (utf7-encode, utf7-decode): Use coding system
4178         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4179
4180         * message.el (message-send-mail-function): New function.
4181         (message-send-mail-function): Set default using
4182         message-send-mail-function.  Adjust doc string.
4183         (message-send-mail-with-mailclient): New function.
4184
4185 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4186
4187         * smime.el (from):
4188         * rfc2047.el (message-posting-charset):
4189         * qp.el (mm-use-ultra-safe-encoding):
4190         * pop3.el (parse-time-months):
4191         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4192         * nnml.el (files):
4193         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4194         (jka-compr-compression-info-list, ange-ftp-path-format)
4195         (efs-path-regexp):
4196         * nndiary.el (files):
4197         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4198         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4199         (epg-digest-algorithm-alist, inhibit-redisplay)
4200         (password-cache-expiry):
4201         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4202         (pgg-output-buffer, password-cache-expiry):
4203         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4204         (efs-path-regexp):
4205         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4206         (inhibit-redisplay):
4207         * mm-uu.el (file-name, start-point, end-point, entry)
4208         (gnus-newsgroup-name, gnus-newsgroup-charset):
4209         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4210         (latin-unity-ucs-list):
4211         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4212         (mm-uu-binhex-decode-function):
4213         * message.el (gnus-message-group-art, gnus-list-identifiers)
4214         (rmail-enable-mime-composing, gnus-local-organization)
4215         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4216         (gnus-read-active-file, facemenu-add-face-function)
4217         (facemenu-remove-face-function, gnus-article-decoded-p)
4218         (tool-bar-mode):
4219         * mail-source.el (display-time-mail-function):
4220         * gnus-util.el (nnmail-pathname-coding-system)
4221         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4222         (gnus-original-article-buffer, gnus-user-agent)
4223         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4224         (xemacs-codename, sxemacs-codename, emacs-program-version):
4225         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4226         * gnus-start.el (gnus-agent-covered-methods)
4227         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4228         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4229         (gnus-newsgroup-headers, gnus-group-list-mode)
4230         (gnus-group-mark-positions, gnus-newsgroup-data)
4231         (gnus-newsgroup-unreads, nnoo-state-alist)
4232         (gnus-current-select-method, mail-sources)
4233         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4234         (nnmail-spool-file, gnus-cache-active-hashtb):
4235         * gnus-mh.el (mh-lib-progs):
4236         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4237         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4238         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4239         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4240         (gnus-group-buffer):
4241         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4242         (font-lock-set-defaults):
4243         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4244         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4245         (gnus-summary-post-menu, total-parts, type, condition, length):
4246         * gnus-agent.el (gnus-agent-read-agentview):
4247         * flow-fill.el (show-trailing-whitespace):
4248         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4249         eval-and-compile wrappers for byte compiler pacifiers.
4250
4251         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4252         (mm-display-inline-fontify): Check for featurep 'xemacs not
4253         extent-list.
4254
4255         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4256         itimer-list.
4257         (mm-create-image-xemacs): Only do something for XEmacs.
4258         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4259
4260         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4261
4262         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4263         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4264
4265 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4266
4267         * nnimap.el (nnimap-split-download-body):
4268         * gnus-demon.el (gnus-demon):
4269         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4270
4271 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4274         macros.
4275         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4276         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4277         copy data from unibyte buffer to multibyte current buffer.
4278         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4279         to copy data from unibyte current buffer to multibyte buffer.
4280         (nntp-make-process-buffer): Make process buffer unibyte.
4281
4282         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4283
4284 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4285
4286         * pop3.el (pop3-open-server): Accept and process data more robustly at
4287         connexion start to avoid spurious "POP SSL connexion failed" errors.
4288
4289 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4292         read group names.
4293
4294 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4295
4296         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4297
4298 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4301         (nnmail-save-active): Use a unibyte buffer when saving active file,
4302         which may contain non-ASCII group names.
4303
4304         * nnml.el (nnml-request-group): Decode group names in messages.
4305
4306 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4307
4308         * message.el (message-citation-line-function)
4309         (message-insert-formatted-citation-line): Fix spelling of
4310         `message-insert-formated-citation-line'.
4311
4312 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4313
4314         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4315
4316 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4319         nnmail-pathname-coding-system.
4320
4321         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4322         that a user enters; decode group names in messages.
4323
4324         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4325
4326 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4327
4328         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4329
4330         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4331
4332         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4333         risky local variable.
4334
4335         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4336
4337 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4338
4339         * encrypt.el: Improve documentation to fix function name typo.
4340         Reported by Daiki Ueno <ueno@unixuser.org>.
4341
4342 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4345         even if the point is not in the last page of an article.
4346         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4347         back to the previous page.
4348
4349 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4350
4351         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4352
4353 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4356
4357 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4358
4359         * message.el (message-check-news-body-syntax): Avoid
4360         mm-string-as-multibyte.
4361         (message-hide-headers): Don't assume (point-min)==1.
4362
4363 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4364
4365         * message.el (message-remove-blank-cited-lines): Fix if remove is
4366         given.
4367         (message-bogus-address-regexp): New variable.
4368         (message-bogus-recipient-p): New function.
4369         (message-check-recipients): New command.
4370         (message-syntax-checks): Add `bogus-recipient'.
4371         (message-fix-before-sending): Add `bogus-recipient'.
4372
4373         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4374         (gnus-treat-body-boundary): Don't test window-system.
4375
4376 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4377
4378         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4379
4380 2007-10-28  Miles Bader  <miles@gnu.org>
4381
4382         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4383         at compile-time too.
4384
4385 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4386
4387         * gnus-msg.el (gnus-message-setup-hook): Add
4388         `message-remove-blank-cited-lines' to options.
4389
4390 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4391
4392         * message.el (message-remove-blank-cited-lines): New function.
4393         Suggested by Karl Plästerer.
4394
4395 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4398         mapc.
4399
4400         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4401         (top-level): Use mapc to set functions to be traced for debugging.
4402
4403         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4404         called for effect with while loop.
4405
4406         * message.el (message-talkative-question): Replace mapcar called for
4407         effect with mapc.
4408
4409         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4410         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4411         called for effect with dolist.
4412
4413         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4414
4415         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4416         gnus-extra-headers and nnmail-extra-headers.
4417
4418         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4419         called for effect with dolist.
4420         (top-level): Use mapc to set functions to be traced for debugging.
4421
4422         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4423         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4424         dolist.
4425
4426         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4427         Replace mapcar called for effect with mapc.
4428         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4429         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4430         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4431         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4432
4433         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4434         remove-if that's a cl function.
4435
4436         * webmail.el (webmail-debug): Replace mapcar called for effect with
4437         dolist.
4438
4439         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4440         with mapc.
4441
4442 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4445         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4446         with while loop.
4447
4448         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4449         functions from article-* functions.
4450         (gnus-multi-decode-header): Replace mapcar called for effect with
4451         dolist.
4452
4453         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4454         (gnus-bookmark-show-details): Replace mapcar called for effect with
4455         while loop.
4456
4457         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4458         called for effect with while loop.
4459
4460         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4461         with dolist.
4462
4463         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4464         mapcar called for effect with dolist.
4465
4466         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4467
4468         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4469         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4470         Replace mapcar called for effect with dolist.
4471         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4472         mapc.
4473
4474         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4475         Replace mapcar called for effect with dolist.
4476         (gnus-topic-list): Replace mapcar called for effect with mapc.
4477
4478         * gnus.el: Use mapc instead of mapcar to add autoloads.
4479
4480 2007-10-23  Richard Stallman  <rms@gnu.org>
4481
4482         * gnus-group.el (gnus-group-highlight): Mark as risky.
4483
4484 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * gnus.el (gnus-server-to-method): Return method found first in
4487         gnus-newsrc-alist.
4488
4489         * gnus-art.el (gnus-article-highlight-signature)
4490         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4491         button overlay without the front stickiness.
4492
4493 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4494
4495         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4496         overview buffer needed a catch to receive its throw.
4497         (gnus-agent-flush-cache): Declared as interactive to make this function
4498         easier to use.
4499
4500 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4501
4502         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4503         `next-line'.
4504
4505 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4508         exclude address matching message-dont-reply-to-names.
4509
4510 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * gnus-util.el (gnus-string<): New function.
4513
4514         * gnus-sum.el (gnus-article-sort-by-author)
4515         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4516
4517 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4520         the frame-focus tag is set in gnus-buffer-configuration.
4521
4522 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4525         the front stickiness.
4526
4527 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4530         url pattern; remove duplicate one.
4531         (gnus-article-extend-url-button): New function.
4532         (gnus-article-add-buttons): Use it.
4533         (gnus-button-push): Use concatenated url that it makes.
4534
4535 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4536
4537         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4538
4539 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4540
4541         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4542         Don't hardcode point-min==1.
4543
4544 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4545
4546         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4547         Fix comment about "iso8859-1".
4548
4549 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4550
4551         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4552         ones returned from the verify-function.
4553
4554         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4555         mml2015-extract-cleartext-signature if extraction failed.
4556
4557 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4558
4559         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4560         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4561         failed.
4562
4563 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4564
4565         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4566
4567 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4568
4569         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4570         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4571         recommends to use EasyPG instead of PGG.
4572
4573         * pgg.el: Revert to revision 6.23.2.16.
4574
4575         * pgg-def.el: Revert to revision 6.6.2.14.
4576
4577         * pgg-gpg.el: Revert to revision 6.23.2.34.
4578
4579 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4580
4581         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4582         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4583         thread for both the null and zero (kill/expire thread) universal prefix
4584         cases.
4585         (gnus-summary-expire-thread): Add new function to expire a thread,
4586         using gnus-summary-kill-thread.
4587         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4588         shortcuts for gnus-summary-expire-thread.
4589         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4590         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4591
4592 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4595         extras value, so an extras entry can be deleted.
4596         (gnus-registry-delete-extra-entry): Use it.
4597         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4598         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4599         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4600         storage through the gnus-registry, and provide an appropriate API for
4601         it.
4602
4603 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4606         Suggested by Leo <sdl.web@gmail.com>.
4607
4608         * gnus.el: Do.
4609
4610 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4613         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4614
4615         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4616
4617         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4618         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4619
4620 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4623         newline.
4624         (nnmbox-request-accept-article): Don't change article in source buffer;
4625         narrow to header to use message-fetch-field rather than
4626         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4627         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4628         as delimiters; make sure article ends with newline.
4629         (nnmbox-delete-mail): Correct last position of article to be deleted;
4630         ignore X-Gnus-Newsgroup header in article body.
4631         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4632         positions; make sure article ends with newline.
4633
4634         * message.el (message-display-abbrev): Don't infloop when a user
4635         inserts SPC in the beginning of header.
4636
4637         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4638         coding-system-for-read and coding-system-for-write for XEmacs having no
4639         file-coding feature.
4640
4641         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4642
4643 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4644
4645         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4646         list of groups not followed by default.  Fix type to be regexp.
4647         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4648
4649 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4650
4651         * hmac-def.el (define-hmac-function): Switch from old-style to
4652         new-style backquotes.
4653
4654         * md4.el (md4-make-step): Likewise.
4655
4656 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4659         raw-text coding system when saving .newsrc file, which may contain
4660         non-ASCII group names.
4661
4662 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus-cus.el (gnus-score-extra): New widget.
4665         (gnus-score-extra-convert): New function.
4666         (gnus-score-customize): Use it for Extra.
4667
4668 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4669
4670         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4671         (mml2015-mailcrypt-clear-verify): Use it.
4672         (mml2015-gpg-clear-verify): Use it.
4673         (mml2015-pgg-clear-verify): Use it.
4674         (mml2015-epg-clear-verify): Replace the current part with the output
4675         from GnuPG; don't extract the plaintext by itself.
4676
4677         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4678         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4679         mml2015-clear-verify-function; don't touch the armor headers or
4680         dash-escaped text here.
4681
4682 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4685         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4686         parts, or application/octet-stream as a last resort.
4687         (gnus-mime-view-part-as-type): Don't toggle display.
4688         (gnus-mime-view-part-as-charset): Don't turn off display before
4689         querying charset.
4690
4691         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4692         stuff to undisplayer function in Emacs.
4693         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4694
4695         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4696         text/calendar parts.
4697
4698 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4701         decoding text/calendar parts.
4702
4703         * message.el (message-forward-make-body-mime): Always mark body as
4704         having no illegible text; remove signed-or-encrypted argument.
4705         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4706
4707         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4708         (mml-generate-mime-1): Don't encode body if it is specified to be in
4709         raw form; don't make buffer be unibyte when inserting multibyte string.
4710
4711 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4712
4713         * sha1.el: Fix up comment style.
4714         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4715         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4716
4717         * hex-util.el: Fix up comment style.
4718         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4719
4720         * gnus-salt.el: Use with-current-buffer.
4721         (gnus-pick-setup-message): Fix long-standing typo.
4722
4723 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * imap.el (imap-logout-timeout): New variable.
4726         (imap-logout, imap-logout-wait): New functions.
4727         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4728
4729         * nnimap.el (nnimap-logout-timeout): New server variable.
4730         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4731         nnimap-logout-timeout.
4732
4733         * gnus-art.el (gnus-article-summary-command-nosave)
4734         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4735
4736 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * gnus.el (gnus-maximum-newsgroup): New variable.
4739
4740         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4741         according to gnus-maximum-newsgroup.
4742
4743         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4744         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4745         Limit the range of articles according to gnus-maximum-newsgroup.
4746
4747 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4748
4749         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4750         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4751         Don't perform gnus-configure-windows here; reuse existing sticky
4752         article buffer.
4753
4754         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4755         it doesn't exist in gnus-article-mode.
4756
4757 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4760         (gnus-agent-decoded-group-name): New function.
4761         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4762         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4763
4764 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4765
4766         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4767         Add binding for gnus-sticky-article.
4768         (gnus-summary-exit): Don't kill sticky article buffers.
4769
4770         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4771         article buffer.
4772         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4773         (gnus-kill-sticky-article-buffers): New commands.
4774
4775 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * nntp.el (nntp-xref-number-is-evil): New server variable.
4778         (nntp-find-group-and-number): If it is non-nil, don't trust article
4779         numbers in the Xref header.
4780
4781 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * gnus-agent.el (gnus-agent-read-group): New function.
4784         (gnus-agent-flush-group, gnus-agent-expire-group)
4785         (gnus-agent-regenerate-group): Use it.
4786         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4787         nnmail-pathname-coding-system.
4788
4789 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4790
4791         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4792
4793         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4794         that are unread as unread, and also as selected so that information of
4795         marks having been changed by a user may be updated when exiting group.
4796
4797 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4800         calculated ignoring signature parts to gnus-treat-article.
4801
4802 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4805         a point here in order to keep the window start.
4806         (gnus-insert-mime-security-button): Make a button overlay without the
4807         front stickiness.
4808         (gnus-mime-display-security): Goto the end of a button.
4809
4810         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4811
4812 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4815         group-name-at-point.
4816         (gnus-group-completing-read): New function that offers decoded
4817         non-ASCII group names for completion.
4818         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4819         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4820         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4821         (gnus-group-fetch-control): Use it.
4822         (gnus-fetch-group): Use group-name-at-point for the initial value
4823         rather than the default value; use gnus-alive-p.
4824
4825         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4826         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4827         (gnus-summary-post-news): Use gnus-group-completing-read.
4828
4829         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4830         (gnus-read-move-group-name): Decode group name for completion.
4831
4832 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4833
4834         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4835         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4836         Yamaoka slightly modified the code).
4837
4838 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4841         (nnmail-split-incoming): Bind it.
4842
4843         * nnml.el (nnml-group-name-charset): New function.
4844         (nnml-decoded-group-name): Use it; don't decode group name if
4845         nnmail-group-names-not-encoded-p is non-nil.
4846         (nnml-encoded-group-name): New function.
4847         (nnml-group-pathname): Inline nnml-decoded-group-name.
4848         (nnml-request-expire-articles): Decode group name in message.
4849         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4850         nnmail-pathname-coding-system.
4851         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4852         not decoded ones according to nnmail-group-names-not-encoded-p.
4853         (nnml-generate-active-info): Use nnml-encoded-group-name.
4854
4855 2007-08-08  Glenn Morris  <rgm@gnu.org>
4856
4857         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4858         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4859         doc-strings and comments.
4860
4861 2007-07-25  Glenn Morris  <rgm@gnu.org>
4862
4863         * Relicense all FSF files to GPLv3 or later.
4864
4865 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * gnus-sum.el (gnus-summary-move-article): Make
4868         gnus-summary-respool-article work.
4869
4870 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4871
4872         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4873         string.
4874
4875 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4876
4877         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4878         that should be ignored when comparing distant RSS articles with local
4879         ones.
4880         (nnrss-make-hash-index): New function.  Create a hash index according
4881         to the ignored fields.
4882         (nnrss-check-group): Use it.
4883
4884 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4887
4888         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4889
4890         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4891         the new optional argument ENCODED is non-nil.
4892         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4893         coding system for encoding group name.
4894         (gnus-group-make-rss-group): Pass un-encoded group name to
4895         gnus-group-make-group.
4896         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4897         encoded.
4898
4899         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4900         Encode group name to which articles are moved or copied.
4901         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4902         coding system for encoding Newsgroup, Followup-To and Xref headers.
4903
4904         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4905         marks; use nnheader-file-coding-system to write a file.
4906         (nnagent-retrieve-headers): Bind file-name-coding-system to
4907         nnmail-pathname-coding-system.
4908
4909         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4910
4911         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4912         (nnml-request-article, nnml-request-create-group)
4913         (nnml-request-rename-group, nnml-find-id)
4914         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4915         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4916         (nnml-save-marks): Use nnml-group-pathname instead of
4917         nnmail-group-pathname.
4918
4919         (nnml-request-create-group, nnml-request-expire-articles)
4920         (nnml-request-move-article, nnml-request-delete-group)
4921         (nnml-deletable-article-p, nnml-possibly-create-directory)
4922         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4923         (nnml-open-marks): Bind file-name-coding-system to
4924         nnmail-pathname-coding-system.
4925
4926         (nnml-request-article): Pass server argument to nnml-find-group-number.
4927         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4928         server argument to nnml-possibly-create-directory.
4929         (nnml-request-accept-article): Pass server argument to
4930         nnml-active-number and nnml-save-mail.
4931         (nnml-find-group-number): Pass server argument to nnml-find-id.
4932         (nnml-request-update-info): Pass server argument to
4933         nnml-marks-changed-p.
4934
4935         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4936         (nnml-save-mail, nnml-active-number): Add server argument.
4937
4938         (nnml-request-delete-group): Warn if group is missing.
4939         (nnml-get-nov-buffer): Decode group name.
4940         (nnml-generate-active-info): Encode group name.
4941         (nnml-open-marks): Decode group name in messages.
4942
4943 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4946         if it is not specified.
4947         (gnus-article-pipe-part, gnus-article-save-part)
4948         (gnus-article-interactively-view-part, gnus-article-copy-part)
4949         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4950         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4951         (gnus-article-replace-part, gnus-article-delete-part)
4952         (gnus-article-view-part-as-type): Pass raw prefix argument to
4953         gnus-article-part-wrapper.
4954
4955 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * gnus-agent.el (gnus-agent-save-active): Bind
4958         nnheader-file-coding-system to gnus-agent-file-coding-system.
4959
4960         * gnus-cache.el (gnus-cache-save-buffers)
4961         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4962         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4963         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4964         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4965         (gnus-cache-generate-active, gnus-cache-rename-group)
4966         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4967         (gnus-cache-update-overview-total-fetched-for): Bind
4968         file-name-coding-system to nnmail-pathname-coding-system.
4969         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4970         variables.
4971         (gnus-cache-decoded-group-name): New function.
4972         (gnus-cache-file-name): Use it.
4973         (gnus-cache-generate-active): Use non-decoded group name for active.
4974
4975         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4976         right place.
4977         (gnus-write-active-file): Don't break non-ASCII group names.
4978
4979         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4980         nnmail-pathname-coding-system.
4981
4982         * lpath.el: Bind default-file-name-coding-system,
4983         file-name-coding-system and language-info-alist for XEmacs.
4984
4985         * gnus-uu.el (gnus-uu-decode-save): Typo.
4986
4987 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4990
4991 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4994         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4995         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4996         (gnus-agent-flush-group, gnus-agent-flush-cache)
4997         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4998         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4999         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5000         (gnus-agent-regenerate-group)
5001         (gnus-agent-update-files-total-fetched-for)
5002         (gnus-agent-update-view-total-fetched-for): Bind
5003         file-name-coding-system to nnmail-pathname-coding-system.
5004         (gnus-agent-group-pathname): Don't encode file names by
5005         nnmail-pathname-coding-system.
5006         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5007         coding-system-for-write instead of buffer-file-coding-system to
5008         gnus-agent-file-coding-system.
5009
5010         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5011         Decode group name.
5012
5013         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5014
5015         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5016         (gnus-read-newsrc-el-file): Make group names unibyte.
5017
5018         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5019         nnmail-pathname-coding-system.
5020
5021         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5022         (nnrss-request-delete-group): Bind file-name-coding-system to
5023         nnmail-pathname-coding-system.
5024         (nnrss-read-server-data, nnrss-read-group-data): Bind
5025         file-name-coding-system correctly.
5026         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5027
5028         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5029         (nntp-server-to-method-cache): New variable.
5030         (nntp-group-pathname): New function that decodes non-ASCII group names.
5031         (nntp-possibly-create-directory, nntp-marks-changed-p)
5032         (nntp-save-marks, nntp-open-marks): Use it.
5033         (nntp-possibly-create-directory, nntp-open-marks):
5034         Bind file-name-coding-system to nnmail-pathname-coding-system.
5035         (nntp-open-marks): Decode group names when bootstrapping marks.
5036
5037         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5038         Newsgroups and Folowup-To headers.
5039
5040 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5043         (gnus-server-closed-face, gnus-server-denied-face)
5044         (gnus-server-offline-face): Remove variable.
5045         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5046
5047         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5048         of modifying message-stack directly for XEmacs.
5049
5050         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5051         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5052         if the coding-system argument is nil for XEmacs.
5053
5054         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5055         mm-charset-override-alist.
5056
5057         * rfc2047.el: Don't require base64; require rfc2045 for the function
5058         rfc2045-encode-string.
5059         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5060         to quote the parameter value.
5061
5062 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5065         form in gnus-group-name-charset-method-alist.
5066
5067         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5068         overrides the default layout edit-form.
5069
5070         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5071
5072         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5073
5074 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5077         as unfetched articles.
5078
5079 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5080
5081         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5082
5083 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5086         original back end that keeps marks in the local system.
5087
5088 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5091         arg of pop-to-buffer for XEmacs.
5092         (gnus-article-read-summary-keys): Ditto; don't restore window
5093         configuration if summary command ends up with neither article buffer
5094         nor summary buffer; describe bindings if summary keys end with C-h.
5095
5096 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * message.el (message-fix-before-sending): Skip raw message part to be
5099         forwarded while checking illegible text.
5100         (message-forward-make-body-mime, message-forward-make-body): Mark
5101         signed or encrypted raw message as having no illegible text.
5102
5103 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5106         (gnus-message-with-timestamp-1): New macro.
5107         (gnus-message-with-timestamp): New function.
5108         (gnus-message): Use them.
5109
5110         * nnheader.el (nnheader-message): Use them.
5111
5112 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5115         .newsrc.eld file.
5116
5117 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * gnus-agent.el (gnus-agent-fetch-headers)
5120         (gnus-agent-retrieve-headers): Bind
5121         gnus-decode-encoded-address-function to identity.
5122
5123         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5124         available also when the server returns simply a dot.
5125
5126         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5127
5128 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5131
5132 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-ems.el (gnus-x-splash): Make it work.
5135
5136         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5137         from being used.
5138
5139         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5140
5141 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5144         4th and the 5th arguments.
5145
5146         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5147         the front stickiness.
5148         (gnus-article-summary-command-nosave): Correct the order of the
5149         arguments passed to pop-to-buffer.
5150         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5151         summary command ends up with the article buffer.
5152
5153         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5154         the same faces.
5155
5156 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5157
5158         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5159
5160 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5161
5162         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5163         * gnus-sum.el (gnus-summary-highlight):
5164         * pgg.el (pgg-sign-region, pgg-sign):
5165         * mail-source.el (mail-source-delete-old-incoming-confirm):
5166         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5167
5168 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * gnus-art.el (gnus-mime-view-part-externally)
5171         (gnus-mime-view-part-internally): Fix predicate function passed to
5172         completing-read.
5173
5174         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5175
5176         * gnus.el (gnus-update-message-archive-method): Add :version.
5177
5178 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * gnus.el (gnus-update-message-archive-method): New variable.
5181
5182         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5183         according to gnus-message-archive-method if
5184         gnus-update-message-archive-method is non-nil.
5185
5186 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5189         by Loic Dachary <loic@dachary.org>.
5190         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5191
5192 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * message.el (message-pop-to-buffer): Add switch-function argument.
5195         (message-mail): Pass switch-function argument to it.
5196
5197 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5200         Improve doc string.
5201
5202 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5205         (gnus-header-content)
5206         * gnus-cite.el (gnus-cite-10)
5207         * gnus-srvr.el (gnus-server-closed)
5208         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5209         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5210         (gnus-group-mail-3-empty, gnus-group-mail-low)
5211         (gnus-group-mail-low-empty, gnus-splash)
5212         * message.el (message-header-to, message-header-cc)
5213         (message-header-subject, message-header-other, message-header-name)
5214         (message-header-xheader, message-separator, message-cited-text)
5215         (message-mml): Lighten colors of faces used for dark background.
5216
5217 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5218
5219         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5220         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5221
5222 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * message.el (message-narrow-to-headers-or-head):
5225         Ignore mail-header-separator in the body.
5226
5227 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5230         same as window size.
5231
5232 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5233
5234         * message.el (message-font-lock-keywords): Use message-header-xheader
5235         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5236         ahead of the anything pattern, to get it recognised.
5237
5238 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5241         spam.el loads uses it in the compiled defadvice form.
5242
5243 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5244
5245         * gnus-sum.el (gnus-articles-to-read)
5246         (gnus-summary-insert-old-articles): Don't truncate group name for
5247         `read-string'.
5248
5249         * gnus-util.el (gnus-limit-string): Delete this function.
5250
5251         * gnus-sum.el (gnus-simplify-subject-fully): Use
5252         `truncate-string-to-width' instead.
5253
5254 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5255
5256         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5257         if, on summary exit, the next group has to be selected.
5258         (gnus-summary-exit): Use it.
5259
5260 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5263         non-break space.
5264
5265 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5268         Check if group is not a directory.
5269         (nnfolder-request-expire-articles): Don't delete articles if the target
5270         group is not available.
5271
5272         * nnml.el (nnml-request-create-group): Properly check if group is not a
5273         file.
5274         (nnml-request-expire-articles): Don't delete articles if the target
5275         group is not available.
5276
5277         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5278         Don't quote characters that are within parentheses.
5279
5280 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5283         (gnus-handle-ephemeral-exit): Select article according to it.
5284
5285 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5286
5287         * message.el (message-insert-formated-citation-line): Remove newline.
5288         (message-citation-line-format): Add final \n here so that the user can
5289         avoid a blank line.
5290
5291 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5292
5293         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5294         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5295         Update lanl/arXiv support.
5296
5297 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5298
5299         * gnus.el: Bump version number.
5300
5301 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5302
5303         * gnus.el (gnus-version-number): Bump version.
5304
5305 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5306
5307         * gnus.el: No Gnus v0.6 is released.
5308
5309 2007-04-27  Didier Verna  <didier@xemacs.org>
5310
5311         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5312         * gmm-utils.el (gmm-regexp-concat): here.
5313         * message.el: Don't require 'gnus-util.
5314         (message-dont-reply-to-names): Handle name change above.
5315         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5316
5317 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5320         since the initial value varies according to the system.
5321
5322 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5325
5326 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5327
5328         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5329
5330 2007-04-24  Didier Verna  <didier@xemacs.org>
5331
5332         Improve the type of gnus-ignored-from-addresses.
5333         * gnus-util.el (gnus-orify-regexp): New function.
5334         * message.el (gnus-util): Require it.
5335         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5336         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5337         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5338
5339 2007-04-24  Didier Verna  <didier@xemacs.org>
5340
5341         * gnus-sum.el:
5342         * gnus-utils.el: Fix some trailing whitespaces.
5343
5344 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5347         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5348         article's Message-ID; refer parent article in summary buffer.
5349
5350         * message.el (message-bounce): Call mime-to-mml.
5351
5352         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5353         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5354         optimize and/or forms properly.
5355
5356 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5357
5358         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5359         URL.
5360
5361 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5364
5365 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5368         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5369         displayed of multipart/alternative part if it is invoked from summary
5370         buffer.
5371
5372         * mm-view.el (mm-inline-text-html-render-with-w3m)
5373         (mm-inline-text-html-render-with-w3m-standalone)
5374         (mm-inline-render-with-function): Use mail-parse-charset by default.
5375
5376 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5377
5378         * parse-time.el (parse-time-string-chars): Check if CHAR
5379         is less than the length of parse-time-syntax.
5380
5381 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5384         from gnus-newsgroup-processable.
5385
5386 2007-04-16  Didier Verna  <didier@xemacs.org>
5387
5388         * gnus-msg.el (gnus-configure-posting-styles): Handle
5389         message-signature-directory properly with :file syntax.  Reported by
5390         "Leo".
5391
5392 2007-04-11  Didier Verna  <didier@xemacs.org>
5393
5394         New user option: message-signature-directory.
5395         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5396         * message.el (message-insert-signature): Ditto.
5397         * message.el (message-signature-file): Doc update.
5398         * message.el (message-signature-directory): New.
5399
5400 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * gnus-msg.el (gnus-inews-yank-articles): Use
5403         message-exchange-point-and-mark instead of exchange-point-and-mark.
5404
5405 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * message.el (message-yank-original): Make sure cited text ends with
5408         newline; don't exchange point and mark.
5409
5410 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5411
5412         * tls.el (open-tls-stream): Properly handle case where there
5413         is no associated buffer.
5414
5415 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5416
5417         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5418         message-yank-original, make sure (< mark TEXT point).
5419
5420 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5421
5422         * message.el (message-fill-column): New variable.
5423         (message-mode): Use it.  Add comment on a possible new hook.
5424
5425         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5426         (nnmail-get-new-mail): Reformat.
5427
5428         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5429
5430         * gmm-utils.el: Fix Commentary.
5431         (gmm-tool-bar-from-list): Fix typo in doc string.
5432
5433 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5434
5435         * message.el (message-yank-original): Don't switch point and mark
5436         unnecessarily to put point and mark as documented.
5437
5438 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5439
5440         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5441         from the message heads.
5442
5443 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5444
5445         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5446         article buffer does not have a window.  This may not be the best
5447         solution but is certainly better than setting the start of the null,
5448         that is the current, window.
5449
5450 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5451
5452         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5453         (gnus-draft-setup): Run it.
5454
5455         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5456         gnus-score-fast-scoring.  Allow regexp.
5457         (gnus-score-headers): Use it.
5458
5459         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5460         XEmacs.
5461
5462         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5463         string.
5464         (gnus-button-alist): Also catch `<f1> k ...'.
5465         (gnus-treat-display-x-face): Fix doc string.
5466
5467 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5468
5469         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5470         evaluation of gnus-extended-version to ensure correct generation of the
5471         User-Agent header when message-generate-headers-first is used.
5472
5473 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5474
5475         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5476         hashcash-path is nil.  Don't call callback with incorrect number of
5477         parameters if val is 0.
5478
5479 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5480
5481         * message.el (message-required-news-headers):
5482         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5483
5484 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5485
5486         * tls.el (open-tls-stream): In handshake-waiting loop,
5487         don't wait more if there is output available to process.
5488
5489 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5490
5491         * tls.el (tls-program): Doc fix.
5492
5493 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * message.el (message-generate-new-buffers): Change the meaning of the
5496         nil value; add `standard' to the choices; treat t as `unique'; improve
5497         doc string.
5498         (gnus-select-frame-set-input-focus): Autoload.
5499         (message-buffer-name): Search for the existing message buffer if
5500         message-generate-new-buffers is nil or `standard'; treat the value t of
5501         message-generate-new-buffers as `unique'.
5502         (message-pop-to-buffer): Raise the frame already displaying the message
5503         buffer; clear the echo area after querying.
5504         (message-setup): Pass the `continue' argument to compose-mail.
5505         (message-mail): Prefer `switch-function' if it is given; search for the
5506         existing message buffer if the `continue' argument is non-nil; pass
5507         continue and switch-function arguments to compose-mail by way of
5508         message-setup.
5509         (message-mail-other-window): Adjust argument of message-setup.
5510         (message-mail-other-frame): Ditto.
5511
5512 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5515         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5516         to turn font-lock on when turning gnus-message-citation-mode on.
5517
5518 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5519
5520         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5521         (mml-smime-function-alist): New variable; add epg as the backend.
5522         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5523         mml-smime- functions instead.
5524         * mm-view.el: Require smime.
5525
5526 2007-03-05  Didier Verna  <didier@xemacs.org>
5527
5528         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5529         instead of just inheritance for posting styles.
5530         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5531
5532 2007-02-24  Chris Moore  <dooglus@gmail.com>
5533
5534         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5535         * pgg-pgp.el (pgg-pgp-encrypt-region):
5536         * pgg-gpg.el (pgg-gpg-encrypt-region):
5537         Check pgg-encrypt-for-me if no other recipients.
5538
5539 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5540
5541         * tls.el (tls-certtool-program): Fix custom type.
5542
5543 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5546         and point-at-eol instead of line-(beginning|end)-position.
5547
5548         * assistant.el (assistant-parse-buffer): Ditto.
5549
5550         * netrc.el (netrc-parse-services): Ditto.
5551
5552 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5553
5554         * mml2015.el (mml2015-epg-find-usable-key): New function.
5555         (mml2015-epg-sign): Use it.
5556         (mml2015-epg-encrypt): Use it.
5557
5558 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * message.el (message-make-in-reply-to): Quote name containing
5561         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5562         if there are special characters.  Reported by NAKAJI Hiroyuki
5563         <nakaji@jp.freebsd.org>.
5564
5565 2007-02-27  Didier Verna  <didier@xemacs.org>
5566
5567         Include the group parameters as well as the topic ones in the
5568         inheritance filter process.
5569         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5570         argument GROUP-PARAMS-LIST.
5571         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5572
5573 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * nntp.el (nntp-never-echoes-commands)
5576         (nntp-open-connection-functions-never-echo-commands): New variables.
5577         (nntp-send-command): Use them.
5578
5579 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5580
5581         * mml2015.el (mml2015-epg-verify): Simplified.
5582
5583 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * mml.el (mml-content-disposition-alist): New user option.
5586         (mml-content-disposition): New function.
5587         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5588         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5589
5590 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5591
5592         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5593         verification.
5594
5595 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5596
5597         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5598         articles posted in the last 24 hours.
5599
5600 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5601
5602         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5603
5604 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5605
5606         * nntp.el (nntp-send-command): Don't wait for echoes when
5607         nntp-open-ssl-stream is used.
5608
5609 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5612         (gnus-message-add-citation-keywords)
5613         (gnus-message-remove-citation-keywords): Remove.
5614         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5615         directly, make the variables in font-lock-defaults buffer-local, add
5616         gnus-message-citation-keywords to them and then update the value of
5617         font-lock-keywords.
5618
5619 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * message.el (message-cite-original-1): Don't call
5622         gnus-article-highlight-citation.
5623
5624         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5625         citations; fix line count.
5626
5627 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5630         (gnus-message-add-citation-keywords)
5631         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5632         versions of font-lock-add-keywords and font-lock-remove-keywords to
5633         work with XEmacs correctly.
5634
5635 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * gnus-cite.el (gnus-cite-face-list): Set the values of
5638         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5639         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5640         (gnus-message-cite-prefix-regexp): New variable.
5641         (gnus-message-search-citation-line): Use it; protect against long
5642         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5643         the 0th match data for Emacs.
5644         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5645         (gnus-message-add-citation-keywords): Append keywords rather than
5646         prepending; emulate font-lock-add-keywords if it is not available.
5647         (gnus-message-remove-citation-keywords): Emulate
5648         font-lock-remove-keywords if it is not available.
5649
5650         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5651
5652         * message.el (message-cite-prefix-regexp): Set the value of
5653         gnus-message-cite-prefix-regexp.
5654
5655 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5656
5657         * nnweb.el (nnweb-google-parse-1): Update parser.
5658
5659 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5660
5661         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5662
5663 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5664
5665         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5666         regexp.
5667
5668 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5671         string-to-multibyte.
5672         (uudecode-decode-region-internal): Use it.
5673
5674         * lpath.el: Fbind string-as-multibyte for XEmacs.
5675
5676 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5679         custom choice.
5680
5681         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5682
5683 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5684
5685         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5686
5687         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5688         `write-region' to respect `mm-inhibit-file-name-handlers'.
5689
5690 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5691
5692         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5693         Use gnus-home-directory instead of "~/" or "$HOME".
5694
5695 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5696
5697         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5698         to mention filename.
5699         Add comments at beginning regarding usage.
5700         (encrypt-write-file-contents): Change interactive so a string is
5701         acceptable.  If the file has no associated model, show an error instead
5702         of a nonsense prompt.
5703
5704 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5705
5706         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5707         Thanks to Yoshihiko Yamada for kind notification of this typo.
5708
5709 2007-01-12  Kenichi Handa  <handa@m17n.org>
5710
5711         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5712         multibyte buffer.
5713
5714 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5715
5716         * gnus-score.el (gnus-score-fast-scoring): New variable.
5717         (gnus-score-headers): Use it.
5718
5719         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5720
5721         * message.el (message-cite-original-1): Call
5722         gnus-article-highlight-citation if requested.
5723         (message-make-from): Allow name and address as optional arguments.
5724
5725         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5726
5727         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5728         bugs to doc string.
5729         (gnus-button-alist): Add mid\\|message-id.
5730         (gnus-button-fetch-group): Extend for use in
5731         `browse-url-browser-function'.
5732         (gnus-button-url-regexp): Try to catch paired parentheses like in
5733         Wikipedia URLs.
5734
5735         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5736         Suggested by Simon Krahnke <overlord@gmx.li>.
5737
5738 2007-01-13  Romain Francoise  <romain@orebokech.com>
5739
5740         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5741         Update copyright.
5742
5743 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5744
5745         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5746
5747 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5748
5749         * gnus-registry.el (gnus-registry-unfollowed-groups)
5750         (gnus-registry-split-fancy-with-parent): Fix documentation.
5751
5752 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5755         from nnweb groups.
5756
5757 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5758
5759         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5760         Xref urls.  Erase buffer before requesting head.
5761
5762 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5763
5764         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5765         customizable.
5766
5767 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5768
5769         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5770         no signing key is found.
5771         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5772         no encrypting and/or signing key is found.
5773
5774 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5775
5776         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5777
5778 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5779
5780         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5781         headers read from disk with the ones newly found in the current search.
5782         This should no longer cause problems, because the article numbers in
5783         Gmane's `nov.php' output are ignored since the previous change.
5784
5785 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5786
5787         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5788
5789 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5792         replace-regexp-in-string; bind url-version; fbind display-images-p and
5793         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5794         find-face and set-itimer-function for Emacs; bind itimer-list for
5795         Emacs.
5796
5797         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5798
5799 2007-01-01  Romain Francoise  <romain@orebokech.com>
5800
5801         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5802
5803 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5804
5805         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5806         `define-minor-mode' macro definition expanded properly.
5807         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5808         exclude it there.
5809
5810         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5811         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5812         `fboundp' test.
5813         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5814         This is OK to autoload in (S)XEmacs now.
5815
5816 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5817
5818         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5819         keystroke.
5820         (gnus-summary-limit-to-singletons): Fix typo.
5821
5822         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5823         else fails.
5824
5825 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5826
5827         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5828         docstring.
5829
5830         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5831         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5832         (gnus-summary-insert-dormant-articles): Fix typo in message.
5833
5834 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5837         nil for XEmacs.
5838         (gnus-message-citation-mode): Don't autoload in XEmacs.
5839
5840         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5841
5842 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5843
5844         * nnimap.el (nnimap-expunge-search-string): Mention
5845         nnimap-search-uids-not-since-is-evil in docstring.
5846
5847 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * spam.el: Revert to make-obsolete-variable because
5850         define-obsolete-variable-alias is not supported in Emacs 21.
5851
5852         * spam.el (spam-ifile-path, spam-ifile-database-path)
5853         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5854         make-obsolete-variable.
5855         (spam-bsfilter-path, spam-bsfilter-program)
5856         (spam-spamassassin-path, spam-spamassassin-program)
5857         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5858         use "path" inappropriately.
5859         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5860         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5861         variable names.
5862
5863 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5864
5865         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5866         summary buffer.
5867
5868         * password.el (password-cache-remove): Use clear-string to burn
5869         password, if available.
5870
5871 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5872
5873         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5874
5875         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5876
5877         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5878         (gnus-message-highlight-citation): Move defcustom here from
5879         gnus-cite.el.
5880         (gnus-message-citation-mode): Autoload.
5881
5882         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5883         checks to make it compile with XEmacs.
5884         (gnus-message-citation-mode): New minor mode.
5885         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5886         (gnus-message-highlight-citation): New variables.
5887         (gnus-message-search-citation-line)
5888         (gnus-message-add-citation-keywords)
5889         (gnus-message-remove-citation-keywords)
5890         (turn-on-gnus-message-citation-mode)
5891         (turn-off-gnus-message-citation-mode): New functions.
5892
5893 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5894
5895         * gnus-cite.el: Enable highlighting of different citation levels in
5896         message-mode.
5897
5898 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * message.el (message-make-fqdn): Fix comment.
5901         (message-bogus-system-names): Add ".local".
5902
5903         * spam.el (spam-ifile-path, spam-ifile-program)
5904         (spam-ifile-database-path, spam-ifile-database)
5905         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5906         Don't use "path" inappropriately.
5907         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5908         strings.
5909         (spam-check-ifile, spam-ifile-register-with-ifile)
5910         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5911         new variable names.
5912
5913         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5914         (gnus-treat-display-smileys): Simplify using
5915         gnus-image-type-available-p.
5916
5917         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5918         available.
5919
5920         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5921         `display-images-p' if available.
5922
5923 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5924
5925         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5926         one after turning on the buffer's multibyteness instead of decoding
5927         them directly in the unibyte buffer that causes unexpected conversion
5928         in Emacs 23 (unicode).
5929
5930 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5931
5932         * message.el (message-generate-hashcash): Fix custom type.
5933
5934 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5935
5936         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5937
5938 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5941         disconnect icons.  Add help text.
5942
5943 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5944
5945         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5946         negated to be consistent with the others we handle.
5947
5948 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5951         version of gnus-summary-buffer to something, so that we can use two
5952         article buffers at the same time.
5953
5954 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5955
5956         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5957         trigger all the extra headers.
5958         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5959         sorting.
5960
5961 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5962
5963         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5964         solid groups.
5965
5966 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5967
5968         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5969
5970 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5971
5972         * legacy-gnus-agent.el: Add Copyright notice.
5973
5974 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5975
5976         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5977
5978 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5979
5980         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5981
5982         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5983         to make it work reliably in CVS Emacs.
5984         (gnus-summary-limit-strange-charsets-predicate)
5985         (gnus-summary-limit-to-predicate): New functions.
5986
5987 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5988
5989         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5990         specifying array size.
5991         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5992         array if it is too small.
5993         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5994         (gnus-sort-threads-loop): New function.
5995
5996 2006-12-06  Chris Moore  <dooglus@gmail.com>
5997
5998         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5999         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6000
6001 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6002
6003         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6004         options.
6005
6006 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6007
6008         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6009         DOS-ing the recipient.
6010
6011         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6012         the headers when creating the mapping to avoid mismappings.
6013         (nnweb-gmane-create-mapping): Always nix out old mapping.
6014
6015 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6018         and mm-verify-option to never.
6019
6020 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * message.el (message-signed-or-encrypted-p): New function.
6023         (message-forward-make-body): Use it.
6024
6025         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6026         Replace encode-coding-string with mm-encode-coding-string.
6027
6028 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * nneething.el (nneething-decode-file-name): Replace
6031         decode-coding-string with mm-decode-coding-string.
6032
6033         * gnus-int.el (gnus-open-server): Say failed server's name.
6034
6035 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6036
6037         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6038         strings to a single string.  Quote `errors-file-name'.
6039         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6040         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6041         Adjust calls.  Use `shell-quote-argument'.
6042
6043 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6044
6045         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6046         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6047
6048         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6049         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6050         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6051         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6052         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6053         (gnus-subscribe-newsgroup, gnus-1):
6054         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6055         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6056         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6057         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6058
6059 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6060
6061         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6062         keystroke.
6063         (gnus-summary-limit-to-bodies): Implement headersp.
6064
6065 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6066
6067         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6068
6069 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6072
6073 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6074
6075         * message.el (message-generate-hashcash): Expand range of values to
6076         include `opportunistic'.
6077         (message-send-mail): Use it.
6078
6079 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6080
6081         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6082         and comment it.
6083
6084         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6085
6086 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6087
6088         * gnus-util.el (gnus-extract-address-components): Improve comment.
6089
6090 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * gnus-util.el (gnus-extract-address-components): Work with address in
6093         which the name portion contains @.
6094
6095         * lpath.el: Fbind custom-autoload.
6096
6097 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6098
6099         * gnus.el (gnus-start): Move custom group up.
6100         (gnus-select-method): Don't autoload, but make it available for
6101         `customize-variable'.
6102         (gnus-getenv-nntpserver): Don't autoload.
6103
6104 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6105
6106         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6107
6108 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6109
6110         * message.el (message-sendmail-extra-arguments): New variable.
6111         (message-send-mail-with-sendmail): Use it.
6112
6113 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6116         mm-with-unibyte-current-buffer to make string unibyte.
6117
6118         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6119         mm-string-as-multibyte.
6120
6121 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6122
6123         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6124         Reported by Werner Koch <wk@gnupg.org>.
6125
6126 2006-11-14  Daiki Ueno  <ueno@p360>
6127
6128         * mml2015.el: Autoload epa-select-keys when compiling.
6129
6130 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6131
6132         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6133         message-options.
6134         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6135
6136 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6137
6138         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6139         EasyPG (< 0.0.6).
6140         (mml2015-always-trust): New user option.
6141         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6142         prompt.
6143
6144 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * nntp.el (nntp-authinfo-force): New variable.
6147         (nntp-send-authinfo): Use it.
6148
6149 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6150
6151         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6152         decode encoded words.  Improve prompt.  Add comment about forwarding.
6153         (message-replacement-char): Move up.
6154
6155 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6156
6157         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6158         instead of gnus-intersection because arguments of gnus-sorted-nunion
6159         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6160
6161 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6162
6163         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6164         (message-simplify-subject-functions): Enable
6165         message-strip-subject-encoded-words by default.
6166
6167 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6168
6169         * message.el (message-strip-subject-encoded-words): New function.
6170         (message-simplify-subject-functions): New variable.
6171         (message-simplify-subject): Use it.  Fix typo in doc string.
6172         Support message-strip-subject-encoded-words.
6173
6174 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6175
6176         * gnus-diary.el (gnus-diary-delay-format-function):
6177         * nndiary.el (nndiary-reminders):
6178         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6179
6180 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * gnus-art.el (article-hide-boring-headers): Fetch date from
6183         gnus-original-article-buffer to avoid problems with localized date
6184         strings.
6185
6186 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6189
6190 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6191
6192         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6193         New variables.
6194         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6195         (mm-charset-synonym-alist): Move some entries to
6196         mm-codepage-iso-8859-list.
6197         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6198         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6199
6200 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6203
6204 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6207         with Emacs 21 and XEmacs.
6208
6209 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6210
6211         * spam.el (spam-parse-address): New function for better parsing,
6212         catching errors, etc.
6213         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6214
6215 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6216
6217         * mm-view.el: Add interactive arg to html2text autoload.
6218
6219 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6222
6223 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6226         variables.
6227         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6228         (mm-charset-synonym-alist): Move some entries to
6229         mm-codepage-iso-8859-list.
6230
6231         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6232
6233 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6234
6235         * message.el (message-citation-line-format)
6236         (message-insert-formated-citation-line): Fix implementation of %E, %N
6237         and %n according to the doc string.
6238
6239 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6240
6241         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6242         car-safe to avoid bad parses.
6243
6244 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6247         names.
6248
6249         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6250
6251 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6254         header.
6255
6256         * message.el (message-draft-headers): Add Date.
6257         (message-headers-to-generate): Fix typo in docstring.
6258
6259         * nndraft.el (nndraft-required-headers): New variable.
6260         (nndraft-generate-headers): Use it.
6261
6262         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6263
6264 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6265
6266         * gnus-registry.el (gnus-registry-wash-for-keywords)
6267         (gnus-registry-find-keywords): New functions to allow easy searching of
6268         articles that are in the registry.
6269
6270 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6271
6272         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6273         ietf-drums-parse-address instead of gnus-extract-address-components.
6274         Reported by Damien Elmes <damien@repose.cx>.
6275
6276 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6277
6278         * gnus.el (gnus-mime): Remove unused custom group.
6279
6280 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6281
6282         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6283         "blank line" when searching for end of armor headers.
6284
6285 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * gmm-utils.el (gmm-write-region): Fix variable name.
6288
6289 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * gmm-utils.el (gmm-write-region): New function based on compatibility
6292         code from `mm-make-temp-file'.
6293
6294         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6295
6296         * nnmaildir.el (nnmaildir--update-nov)
6297         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6298         Use `gmm-write-region'.
6299
6300 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6301
6302         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6303         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6304
6305         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6306
6307         * message.el (message-replacement-char): New variable.
6308         (message-fix-before-sending): Use it.
6309         (message-simplify-subject): New function to remove duplicate code.
6310         (message-reply, message-followup): Use it.
6311
6312         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6313         gnus-summary-limit-to-articles.
6314
6315 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * gnus-util.el (gnus-with-local-quit): New macro.
6318
6319         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6320
6321 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6322
6323         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6324         ignore non-string data.
6325
6326 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6327
6328         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6329         non-string data (needs to be done in the registry too).
6330
6331 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6332
6333         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6334         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6335         (gnus-registry-split-fancy-with-parent)
6336         (gnus-registry-fetch-simplified-message-subject-fast)
6337         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6338         Remove text properties on ingress into the registry and when it's saved.
6339         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6340         registry from entries with no groups.
6341
6342 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6343
6344         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6345         function to remove string properties.
6346
6347 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * gmm-utils.el (gmm): Adjust custom version.
6350
6351         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6352         custom version.
6353
6354         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6355
6356 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6357
6358         * gnus-art.el (gnus-insert-prev-page-button)
6359         (gnus-insert-next-page-button): Simplify.  Reformat.
6360
6361 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6362
6363         * gnus-art.el (gnus-insert-prev-page-button)
6364         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6365
6366 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6367
6368         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6369
6370 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6371
6372         * gnus-art.el (gnus-insert-mime-button)
6373         (gnus-insert-mime-security-button):
6374         Apply gnus-article-button-face to MIME and security buttons.
6375
6376 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6377
6378         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6379         readable.
6380
6381 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6384
6385 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6386
6387         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6388         `browse-url-of-file' instead of `browse-url'.
6389
6390 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6391
6392         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6393         regexp.  Articles containing quotation were cut prematurely.
6394
6395 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * message.el (message-cite-original-1): Use nobody by default for the
6398         value of From header.
6399         (message-reply): Ditto.
6400
6401 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6402
6403         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6404         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6405         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6406
6407 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6408
6409         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6410         mails in the doc string.  Add some URLs in comment.
6411         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6412
6413 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6416         backslashes handling and the way to find boundaries of quoted strings.
6417
6418 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6419
6420         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6421         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6422         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6423         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6424
6425 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6426
6427         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6428         doc string.
6429         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6430
6431 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * lpath.el: Fbind epg-check-configuration.
6434
6435 2006-09-06  Simon Josefsson  <jas@extundo.com>
6436
6437         * mml2015.el (mml2015-use): Doc fix, mention epg.
6438
6439 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6440
6441         * mml2015.el (mml2015-use): Default to epg, if available.
6442
6443 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6444
6445         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6446         message-sender.
6447         (mml1991-epg-encrypt): Ditto.
6448         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6449         message-sender.
6450         (mml2015-epg-encrypt): Ditto.
6451
6452 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6453
6454         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6455         several common directories.
6456
6457 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6458
6459         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6460         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6461
6462 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * gnus-art.el (article-decode-encoded-words): Make it fast.
6465
6466 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6469
6470         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6471         in quoted string into `\'.
6472
6473 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6476         Use standard-syntax-table.
6477
6478 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * gnus-art.el (gnus-decode-address-function): New variable.
6481         (article-decode-encoded-words): Use it to decode headers which are
6482         assumed to contain addresses.
6483         (gnus-mime-delete-part): Remove useless `or'.
6484
6485         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6486         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6487         (gnus-nov-parse-line): Use it to decode From header.
6488         (gnus-get-newsgroup-headers): Ditto.
6489         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6490
6491         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6492         (mail-decode-encoded-address-string): New alias.
6493
6494         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6495         New function.
6496         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6497         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6498         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6499         (rfc2047-decode-string): Ditto.
6500         (rfc2047-decode-address-region): New function.
6501         (rfc2047-decode-address-string): New function.
6502
6503 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6504
6505         * message.el (message-caesar-buffer-body): Allow rotating headers.
6506
6507         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6508
6509         * message.el (message-insert-formated-citation-line): Fix %f.
6510         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6511
6512 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6515         (gnus-bookmark-mouse-available-p): New macro.
6516         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6517         (gnus-bookmark-bmenu-show-infos): Use it.
6518         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6519         (gnus-bookmark-bmenu-hide-infos): Ditto.
6520         (gnus-bookmark-remove-properties): New function.
6521         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6522         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6523         (gnus-bookmark-write-file): Bind coding-system-for-write.
6524         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6525         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6526         group before selecting it.
6527         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6528         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6529         quit-window if it is not available; use gnus-mouse-2 and bind it to
6530         gnus-bookmark-bmenu-select-by-mouse.
6531         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6532         (gnus-bookmark-bmenu-select-by-mouse): New function.
6533
6534 2006-08-13  Romain Francoise  <romain@orebokech.com>
6535
6536         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6537         space.
6538
6539 2006-08-10  Romain Francoise  <romain@orebokech.com>
6540
6541         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6542         (dns-mode-soa-auto-increment-serial): New user option.
6543         (dns-mode-soa-maybe-increment-serial): New function.
6544         (dns-mode): Add the latter to `write-contents-functions'.
6545
6546 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * compface.el (uncompface): Use binary rather than raw-text-unix.
6549
6550 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * compface.el (uncompface): Make sure the eol conversion doesn't take
6553         place when communicating with the external programs.  Reported by
6554         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6555
6556 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6559
6560 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6561
6562         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6563         Make it more robust by parsing author and date independently.
6564
6565 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6568
6569 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6570
6571         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6572         first matching secret key.
6573         (mml2015-epg-encrypt): Ditto.
6574
6575         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6576         first matching secret key.
6577         (mml1991-epg-encrypt): Ditto.
6578
6579         * mml2015.el (mml2015-encrypt-to-self): New user option.
6580         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6581         mml2015-epg-encrypt-to-self is set.
6582
6583         * mml1991.el (mml1991-encrypt-to-self): New variable.
6584         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6585         mml1991-epg-encrypt-to-self is set.
6586
6587         * mml2015.el (mml2015-signers): New user option.
6588         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6589         (mml2015-epg-encrypt): Allow to select signing keys.
6590
6591         * mml1991.el (mml1991-signers): New variable.
6592         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6593         (mml1991-epg-encrypt): Allow to select signing keys.
6594
6595 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * nnheader.el (nnheader-insert-head): Make it work even if the file
6598         uses CRLF for the line-break code.
6599
6600 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6601
6602         * mml2015.el: Require mml-sec instead of password.
6603         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6604         (mml2015-cache-passphrase): Inherit the default value from
6605         mml-secure-cache-passphrase.
6606         (mml2015-passphrase-cache-expiry): Inherit the default value from
6607         mml-secure-passphrase-cache-expiry.
6608
6609         * mml1991.el: Require mml-sec instead of password.
6610         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6611         (mml1991-cache-passphrase): Inherit the default value from
6612         mml-secure-cache-passphrase.
6613         (mml1991-passphrase-cache-expiry): Inherit the default value from
6614         mml-secure-passphrase-cache-expiry.
6615
6616         * mml-sec.el: Require password.
6617         (mml-secure-verbose): New user option.
6618         (mml-secure-cache-passphrase): New user option.
6619         (mml-secure-passphrase-cache-expiry): New user option.
6620
6621 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6622
6623         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6624         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6625         andreas@altroot.de (Andreas Vögele).
6626
6627         FIXME: Use `tiny change'?
6628
6629 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6630
6631         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6632         workaround for the url package included with Emacs.
6633
6634         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6635
6636 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6639         correctly.  This fixes a bug caused by the 2006-05-12 change.
6640
6641 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6642
6643         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6644         some information about the error when saying that the `bogus' mail
6645         group will be used.
6646
6647 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6648
6649         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6650         string.
6651
6652 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6653
6654         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6655
6656 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6657
6658         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6659
6660 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6661
6662         * mml1991.el (mml1991-function-alist): Add epg.
6663         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6664         (mml1991-epg-encrypt): New functions.
6665
6666 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6667
6668         * mml2015.el (mml2015-verbose): New variable.
6669         (mml2015-cache-passphrase): Ditto.
6670         (mml2015-passphrase-cache-expiry): Ditto.
6671         (mml2015-function-alist): Add epg.
6672         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6673         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6674         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6675         functions.
6676
6677 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6678
6679         * message.el (message-cite-original-1): Preserve region when removing
6680         quoted text due to X-No-Archive in order to avoid bogus attribution
6681         when citing multiple messages.
6682
6683 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6684
6685         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6686         Kenneth Jacker <khj@be.cs.appstate.edu>.
6687
6688 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6689
6690         * gnus-diary.el (gnus-user-format-function-d)
6691         (gnus-user-format-function-D): Autoload.
6692
6693         * imap.el (Commentary): Fix typo.
6694
6695         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6696         2006-04-22 contribution.
6697
6698 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6699
6700         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6701         It didn't really fix the bogosity I'm seeing with solid web groups.
6702
6703 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6704
6705         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6706         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6707         created using server names.  If we use the feature without declaring
6708         it, Gnus does not properly manage server and group state.
6709
6710         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6711         bound.
6712
6713 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6714
6715         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6716         looking up the method using GROUP's prefix before inventing a new one.
6717         It is used on killed/unknown groups in various places where returning
6718         an all-new method isn't expected by the caller.
6719
6720         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6721         and match semantics of gnus-group-real-prefix.
6722
6723 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6724
6725         * nnmail.el (nnmail-broken-references-mailers): New variable.
6726         (nnmail-ignore-broken-references): New function generalizing
6727         nnmail-fix-eudora-headers.
6728         (nnmail-fix-eudora-headers): Now obsolete.
6729
6730         * gnus-art.el (gnus-button-handle-custom): Support
6731         `customize-apropos*'.
6732
6733 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6734
6735         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6736
6737         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6738         articles.
6739
6740 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         * message.el (message-cite-reply-above): New variable.
6743         (message-yank-original): Use it.
6744
6745 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6748
6749 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6752         as read.
6753
6754         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6755
6756 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6757
6758         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6759         (gnus-bookmark-default-file): Use gnus-directory.
6760         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6761         Remove "*" in doc string.
6762         (gnus-bookmark-write-file): Simplify.
6763         (gnus-bookmark-maybe-sort-alist): Use `when'.
6764         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6765         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6766         FIXME about Emacs 21 and XEmacs compatibility.
6767         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6768         compatibility.
6769         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6770         compatibility.
6771         (gnus-bookmark-menu-heading): Fix version.
6772
6773 2006-06-19  Bastien Guerry  <bzg@altern.org>
6774
6775         * gnus-bookmark.el: New file.
6776
6777 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * message.el (message-syntax-checks): Doc fix.
6780
6781 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6782
6783         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6784         unsubscribed groups as if they were killed ones.  It causes duplicate
6785         entries in gnus-newsrc-alist.
6786
6787 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * message.el (message-syntax-checks): Doc fix.
6790         (message-send-mail): Add check for continuation headers.
6791         (message-check-news-header-syntax): Fix regexp used to check for
6792         continuation headers.
6793
6794 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6797
6798 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6799
6800         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6801
6802 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6805         default-truncate-lines.
6806
6807 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6810         to fill the utf-8 entry.
6811
6812         * lpath.el: Fbind unicode-precedence-list.
6813
6814 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6815
6816         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6817
6818 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6819
6820         * gnus-agent.el (directory-files-and-attributes): Move all the way
6821         forward (the third and final move).
6822         (gnus-agent-read-agentview): Trap reconstruction errors due to
6823         nonexistant directory.  Handle by returning nil.
6824
6825 2006-05-30  Didier Verna  <didier@xemacs.org>
6826
6827         * message.el (message-dont-reply-to-names): Update the custom type.
6828         * message.el (message-dont-reply-to-names): New defsubst: potentially
6829         convert a list of regexps into a single one.
6830         * message.el (message-get-reply-headers): Use it.
6831         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6832
6833 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * gnus-agent.el (directory-files-and-attributes): Move forward.
6836
6837 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6838
6839         * gnus-ml.el (gnus-mailing-list-subscribe)
6840         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6841         (gnus-mailing-list-message): Fix doc strings.
6842
6843 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6844
6845         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6846         of doing it manually.
6847
6848 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6851         comment.
6852
6853 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6854
6855         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6856         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6857         (gnus-agent-read-local): All symbols allocated in my-obarray.
6858         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6859         (gnus-agent-regenerate-group): Check numeric names to see if they are
6860         messages or groups.
6861         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6862         better way of do this...)
6863
6864         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6865         'dummy.group' (there should be a better way of do this...)
6866
6867 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6870         (gnus-saved-headers): Ditto.
6871         (gnus-default-article-saver): Mention functions may have properties.
6872         (gnus-article-save): Override gnus-save-all-headers and
6873         gnus-saved-headers by :headers property which saver function may have.
6874         (gnus-summary-save-in-file): Add :headers property.
6875         (gnus-summary-write-to-file): Ditto.
6876
6877         * gnus-sum.el (gnus-summary-save-article): Bind
6878         gnus-prompt-before-saving to t when saving many articles in a file;
6879         always show all headers.
6880
6881         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6882
6883 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6886         marks.
6887
6888         * message.el (message-indent-citation): Add optional arguments to allow
6889         using it outside of message buffers.
6890
6891         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6892         (gnus-article-treat-unfold-headers): Use it.
6893         (gnus-article-truncate-lines): New variable.
6894         (gnus-article-mode): Use it.
6895         (gnus-article-toggle-truncate-lines): New function.
6896
6897         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6898         gnus-article-toggle-truncate-lines.
6899
6900         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6901         coding system in XEmacs, use binary.
6902
6903 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6906         after-load-alist.
6907
6908         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6909         this function should save decoded articles.
6910         (gnus-summary-write-to-file): Use property to specify this function
6911         should save decoded articles and specify gnus-summary-save-in-file
6912         should be used to save articles other than the first one when saving
6913         many articles.
6914         (gnus-summary-save-body-in-file): Use property to specify this
6915         function should save decoded articles.
6916         (gnus-summary-write-body-to-file): Use property to specify this
6917         function should save decoded articles and specify
6918         gnus-summary-save-body-in-file should be used to save articles other
6919         than the first one when saving many articles.
6920
6921         * gnus-sum.el (gnus-summary-save-article): Simplify.
6922
6923 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-art.el (gnus-default-article-saver): Add
6926         gnus-summary-write-body-to-file.
6927         (gnus-article-save-coding-system): Don't use coding system object
6928         in XEmacs.
6929         (gnus-read-save-file-name): Add optional `dir-var' argument which
6930         specifies directory in which files are saved; work even if optional
6931         `variable' argument is not specified.
6932         (gnus-summary-write-to-file): Read file name.
6933         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6934         (gnus-summary-write-body-to-file): New function.
6935
6936         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6937         (gnus-summary-local-variables): Add it.
6938         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6939         (gnus-summary-save-article): Remove optional `decode' argument;
6940         determine whether to decode articles by the value of
6941         gnus-default-article-saver; when saving many files using
6942         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6943         it first and use gnus-summary-save-in-file or
6944         gnus-summary-save-body-in-file thereafter unless
6945         gnus-prompt-before-saving is always; move point to article which
6946         will be saved.
6947         (gnus-summary-save-article-file): Revert.
6948         (gnus-summary-write-article-file): Revert.
6949         (gnus-summary-save-article-body-file): Revert.
6950         (gnus-summary-write-article-body-file): New function.
6951
6952 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-art.el (gnus-default-article-saver): Doc fix.
6955         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6956         from gnus-summary-save-article-coding-system, and default to a
6957         certain coding system.
6958         (gnus-output-to-file): Add coding cookie and encode text according
6959         to gnus-article-save-coding-system; don't use mm-append-to-file.
6960
6961         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6962         gnus-art.el and rename to gnus-article-save-coding-system.
6963         (gnus-summary-save-article): Require gnus-art; don't show all
6964         headers if it decodes articles; don't add coding cookie here;
6965         don't bind mm-text-coding-system-for-write.
6966         (gnus-summary-save-article-file): Save decoded articles.
6967         (gnus-summary-write-article-file): When saving many files, use
6968         gnus-summary-write-to-file first and gnus-summary-save-in-file
6969         thereafter unless gnus-prompt-before-saving is always.
6970         (gnus-summary-save-article-body-file): Save decoded articles.
6971
6972         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6973
6974 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * nnrss.el (nnrss-check-group): Bind hash-index.
6977
6978 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6979
6980         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6981         its hash index.  Store this hash in `nnrss-group-data'.
6982         (nnrss-read-group-data): Update accordingly.
6983
6984 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6987         entry.
6988
6989         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6990         gnus-article-browse-html-article.
6991
6992 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6993
6994         * gnus-sum.el (gnus-summary-mime-map): Add
6995         gnus-article-browse-html-article.
6996
6997         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6998
6999 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7000
7001         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7002         suitable coding systems in customize.
7003
7004 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * mail-source.el (mail-sources): Fix custom type.
7007
7008 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7011         (gnus-summary-expire-articles-now): Shorten prompt.
7012
7013         * gmm-utils.el (wid-edit): Require.
7014         (defun-gmm): Renamed from `gmm-defun-compat'.
7015         (gmm-image-search-load-path): Use it.
7016         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7017
7018 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7021         variable.
7022         (gnus-summary-save-article): Add optional `decode' argument.  If
7023         it is set and gnus-summary-save-article-coding-system is non-nil,
7024         save decoded article.
7025         (gnus-summary-write-article-file): Save decoded article if
7026         gnus-summary-save-article-coding-system is non-nil.
7027
7028         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7029         type.
7030
7031 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7034
7035 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7038         first to test gnus-single-article-buffer which may be buffer-local.
7039
7040         * gnus-sum.el (gnus-summary-setup-buffer): Make
7041         gnus-single-article-buffer buffer-local and nil in ephemeral
7042         group; make gnus-article-buffer, gnus-article-current, and
7043         gnus-original-article-buffer always buffer-local.
7044         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7045         group.
7046         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7047
7048 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7049
7050         * nnml.el (nnml-request-compact-group): Compressed files might not
7051         have .gz extension.
7052
7053 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7054
7055         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7056         (mm-copy-to-buffer): Use with-current-buffer.
7057         (mm-display-part): Simplify.
7058         (mm-inlinable-p): Add optional arg `type'.
7059
7060 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7061
7062         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7063         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7064         Try harder to show the attachment internally or externally using
7065         gnus-mime-view-part-as-type.
7066
7067 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7068
7069         * message.el (message-from-style, message-signature-separator)
7070         (message-user-organization-file, message-send-mail-function)
7071         (message-citation-line-function, message-yank-prefix)
7072         (message-indent-citation-function, message-signature)
7073         (message-signature-file, message-signature-insert-empty-line):
7074         Remove autoloads.
7075
7076         * gnus-art.el (gnus-buttonized-mime-types): Remove
7077         "multipart/signed".  Revert 2006-04-26 change.
7078
7079 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7080
7081         * gnus.el (gnus-version-number): Bump version.
7082
7083 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7084
7085         * gnus.el: No Gnus v0.5 is released.
7086
7087 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7088
7089         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7090         fetching articles by message-id.
7091
7092 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * message.el (hashcash): Require hashcash as normal.
7095
7096         * ecomplete.el (ecomplete-highlight-match-line): Use
7097         point-at-eol.
7098         (ecomplete-highlight-match-line): Use `highlight', because that
7099         face exists in both Emacs and XEmacs.
7100
7101         * message.el (message-display-abbrev): Use point-at-bol.
7102
7103         * mail-source.el: Don't require timer/timer-funcs.
7104
7105         * gnus-async.el: Ditto.
7106
7107         * password.el: Ditto.
7108
7109         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7110
7111         * mm-url.el: Ditto.
7112
7113         * gnus-xmas.el: Don't require timer-funcs.
7114
7115         * mm-util.el: Require timer/timer-funcs.
7116
7117 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7118
7119         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7120         Close.
7121
7122 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7125         unibyte after clear-decrypt function runs.
7126
7127         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7128         returns as a unibyte string.
7129
7130 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * lpath.el: Revert.
7133
7134         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7135         (pgg-gpg-process-sentinel): Revert.
7136
7137         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7138         (pgg-pgp-lookup-key): Revert.
7139
7140         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7141         (pgg-pgp5-lookup-key): Revert.
7142
7143         * pgg.el (pgg-fetch-key): Revert.
7144
7145 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * lpath.el: Fbind string-as-multibyte for XEmacs.
7148
7149         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7150         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7151         (mml1991-pgg-encrypt): Ditto.
7152
7153         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7154         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7155         a multibyte buffer.
7156
7157         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7158         (pgg-pgp-lookup-key): Ditto.
7159
7160         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7161         (pgg-pgp5-lookup-key): Ditto.
7162
7163         * pgg.el (pgg-fetch-key): Ditto.
7164
7165 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * message.el (message-user-organization-file): Check several
7168         locations of the organization file.
7169
7170         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7171         Add gnus-article-view-part-as-type.
7172
7173         * gnus-art.el (gnus-article-view-part-as-type): New function.
7174
7175         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7176         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7177
7178         * mml.el: Simplify autoload.
7179         (mml-mode): defvar dnd-protocol-alist instead of using
7180         symbol-value.
7181         (mml-default-directory): New variable.
7182         (mml-minibuffer-read-file): Use it.
7183         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7184
7185         * message.el (message-citation-line-format): New variable.
7186         (message-insert-formated-citation-line): New function.
7187         (message-citation-line-function): Add
7188         `message-insert-formated-citation-line' to custom type.
7189
7190         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7191         to doc string.
7192
7193         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7194         depending on mm-verify-option.
7195
7196 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7199         binding pgg-* variables; reimplement the section which prevents
7200         MIME header from being signed.
7201         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7202         pgg-text-mode; remove a blank line at the top of body.
7203
7204         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7205         lines at the top of body; use gnus-newsgroup-charset if there's no
7206         Charset header.
7207
7208 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * message.el (message-self-insert-commands): Doc fix.
7211
7212         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7213         (mm-uu-pgp-encrypted-test): Ditto.
7214         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7215         between header and body; return application/pgp-encrypted handle
7216         if decryption failed; decode decrypted body by charset.
7217
7218         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7219         element match to application/pgp-*.
7220
7221 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7222
7223         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7224         HTML.
7225
7226 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7227
7228         * mail-source.el (mail-source-call-script): Message the error
7229         string.
7230
7231 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7232
7233         * gnus-util.el (gnus-byte-compile): Use it.
7234
7235 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7236
7237         * gnus-util.el (kill-empty-logs): New function.
7238
7239 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7240
7241         * message.el (message-mail-alias-type): Doc fix.
7242         (message-mail-alias-type-p): New function.
7243         (message-send): Use it.
7244         (message-mode): Ditto.
7245         (message-strip-forbidden-properties): Ditto.
7246
7247         * ecomplete.el (ecomplete-database-file-coding-system): New
7248         variable.
7249         (ecomplete-save): Use it.
7250         (ecomplete-setup): Use it.
7251
7252 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * message.el (message-self-insert-commands): New variable.
7255         (message-strip-forbidden-properties): Use it.
7256
7257 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7258
7259         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7260         that doesn't make XEmacs choke.
7261
7262 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * gnus-util.el (gnus-replace-in-string):
7265         Prefer replace-regexp-in-string over of replace-in-string.
7266
7267 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * gnus-util.el (gnus-select-frame-set-input-focus):
7270         Use select-frame-set-input-focus if it is available in XEmacs; use
7271         definition defined in Emacs 22 for old Emacsen.
7272
7273         * dgnushack.el: Autoload unmorse-region for XEmacs.
7274
7275         * lpath.el: Bind cursor-in-non-selected-windows and
7276         select-frame-set-input-focus for XEmacs.
7277
7278 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7281
7282 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7283
7284         * gnus-registry.el (gnus-registry-cache-save): Remove text
7285         properties when saving via the temp buffer.
7286
7287 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * message.el (message-generate-hashcash): Honor custom type.
7290
7291 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7292
7293         * message.el (message-generate-hashcash): Default to non-nil when
7294         hashcash is found.
7295
7296         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7297         (gnus-refer-thread-limit): Increase default to 500.
7298
7299         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7300
7301         * flow-fill.el (fill-flowed): Allow delete-space.
7302
7303 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7306         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7307         Remove autoloads.
7308
7309 2006-04-18  Simon Josefsson  <jas@extundo.com>
7310
7311         * message.el (message-generate-hashcash): Default to.
7312
7313 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7316         concatenating segments rather than before concatenating them.
7317
7318 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7319
7320         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7321
7322 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7323
7324         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7325
7326         * message.el (message-forward-make-body-plain): Allow
7327         message-forward-ignored-headers to be a list.
7328         (message-remove-ignored-headers): Factor out into function.
7329         (message-forward-make-body-mml): Use it.
7330
7331         * imap.el (imap-quote-specials): New function.
7332         (imap-login-auth): Quote specials.
7333
7334         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7335         (rfc2231-parse-string): Allow concatanation of parameters that
7336         aren't contiguous.  The test case is
7337           (mail-header-parse-content-type "message/external-body;
7338             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7339             access-type=LOCAL-FILE;
7340             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7341
7342 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7343
7344         * nntp.el (nntp-accept-process-output): Return the value of
7345         `nnheader-accept-process-output'.
7346
7347 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7348
7349         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7350         (gnus-button-alist): Recognize more diff formats.
7351         (gnus-button-patch): Strip directory.
7352
7353 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7354
7355         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7356         Emacs 22 when setting focus.
7357
7358 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7359
7360         * gnus-art.el (gnus-article-treat-types): Do treatment of
7361         text/x-verbatim parts.
7362         (gnus-button-patch): New command.
7363
7364         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7365         addresses that contain invalid characters.
7366
7367 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7368
7369         * message.el (message-put-addresses-in-ecomplete): Use
7370         gnus-replace-in-string.
7371         (message-is-yours-p): Use the more correct
7372         mail-header-parse-address instead of
7373         mail-extract-address-components.
7374         (message-put-addresses-in-ecomplete): Fix typo.
7375
7376         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7377         keystroke.
7378
7379         * gnus-art.el (gnus-treatment-function-alist): Change order of
7380         newsgroups/generic header folding to avoid double-folding.
7381
7382         * message.el (message-hidden-headers): Add X-Draft-From.
7383
7384         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7385         command.
7386         (gnus-summary-repeat-search-article-backward): New command.
7387
7388         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7389         groups in the parent topic.
7390
7391 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7392
7393         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7394         (spam-extra-header-to-number): Return the CRM114 number as a
7395         number instead of a string.
7396
7397 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7398
7399         * gnus-art.el (gnus-face-properties-alist): Moved here from
7400         gnus-fun.
7401
7402         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7403
7404 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7405
7406         * message.el (message-strip-forbidden-properties): Only display on
7407         self-insert-command.
7408
7409         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7410         reindent.
7411         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7412
7413 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7414
7415         * smiley.el (smiley-style): Fix typo.
7416
7417 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7418
7419         * hashcash.el (hashcash-insert-payment-async-2): Use
7420         message-goto-eoh instead of doing it manually.
7421         (mail-add-payment): Use message-narrow-to-header instead of trying
7422         to do the same itself.
7423
7424         * message.el (message-hidden-headers): Add Face.
7425
7426         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7427         reparenting code.
7428         (gnus-summary-reparent-children): Refactored out code.
7429         (gnus-summary-thread-map): New keystroke.
7430         (gnus-summary-reparent-children): Make into command.
7431
7432         * smiley.el (smiley-style): Default to `medium' if using a large
7433         font.
7434
7435         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7436         does it itself.
7437
7438         * message.el (message-point-in-header-p): Simplify definition.
7439
7440 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7441
7442         * nnagent.el (nnagent-request-set-mark): Silence log file
7443         writing.
7444         (nnagent-request-set-mark): Use write-region instead of
7445         append-to-file.
7446
7447         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7448         strange select method.
7449
7450         * ecomplete.el (ecomplete-display-matches): Get highlightling
7451         right.
7452         (ecomplete-display-matches): Use literals.
7453         (ecomplete-display-matches): Disable message logging.
7454
7455         * message.el (message-display-abbrev): Small optimization.
7456
7457         * ecomplete.el (ecomplete-display-matches): Allow automatic
7458         display.
7459
7460         * message.el (message-strip-forbidden-properties): Display
7461         abbrevs.
7462         (message-display-abbrev): Get automatic display right.
7463
7464         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7465         keystrokes.
7466
7467 2006-04-13  Romain Francoise  <romain@orebokech.com>
7468
7469         TODO: Backport to v5-10!
7470
7471         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7472         Moved here (and renamed) from gnus-registry.el.
7473
7474         * gnus-registry.el: Require gnus-util.
7475         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7476
7477 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7478
7479         * gnus-group.el (gnus-group-catchup-current): Change
7480         if-then-else-if-then-else into cond.
7481         (gnus-group-catchup): Indent.
7482         (group-name-at-point): New function.
7483         (gnus-fetch-group): Provide default from thing at point.
7484
7485 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7486
7487         * message.el (message-display-abbrev): Fix regexp.
7488
7489         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7490         choosing.
7491         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7492         dead variables.
7493
7494         * message.el (message-newline-and-indent): Remove debugging.
7495         (message-display-abbrev): Use new implementation.
7496
7497 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * gnus-art.el (gnus-article-mode): Set
7500         cursor-in-non-selected-windows to nil.
7501
7502         * smiley.el: Revert previous change.
7503         (smiley-data-directory): defvar it before using it in the
7504         defcustom of `smiley-style'.
7505
7506 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7507
7508         * message.el (message-newline-and-indent): New function.
7509
7510         * ecomplete.el: Implement more bits.
7511
7512         * message.el (message-put-addresses-in-ecomplete): Clean up the
7513         string.
7514
7515         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7516
7517         * gnus-sum.el (gnus-summary-save-parts): Bind
7518         gnus-summary-save-parts-counter and use it to make unique file
7519         names.
7520
7521         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7522
7523         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7524         parameter to say whether to actually parse the individual
7525         addresses.
7526
7527         * message.el (message-put-addresses-in-ecomplete): New function.
7528         (ecomplete): Require.
7529         (message-mail-alias-type): Add ecomplete as an option.
7530
7531 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7532
7533         * flow-fill.el (fill-flowed): Remove trailing space from blank
7534         quoted lines.
7535
7536 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7537
7538         * smiley.el (smiley-style): Move definition later to avoid a
7539         compilation warning.
7540
7541 2006-04-12  Kenichi Handa  <handa@m17n.org>
7542
7543         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7544         buffer and then decode the buffer text if necessary.
7545         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7546         first, and after mm-encode-body, change the buffer to unibyte.
7547         Use mm-disable-multibyte instead of set-buffer-multibyte.
7548
7549 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7552         Content-Type header instead of Content-Disposition header.
7553         (gnus-mime-inline-part): Ditto.
7554         (gnus-mime-view-part-as-charset): Ignore charset that the part
7555         specifies.
7556
7557         * mm-decode.el (mm-display-part): Work with external parts and
7558         usual parts similarly.
7559
7560         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7561         instead of gnus-display-mime.
7562
7563         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7564         instead of with-temp-buffer.
7565
7566         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7567         tag to summarized topics part in order to encode non-ASCII text.
7568
7569 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * smiley.el (smiley-style): New variable.
7572         (smiley-directory): New function.
7573         (smiley-data-directory): Derive from `smiley-style' using
7574         `smiley-directory'.
7575         (smiley-regexp-alist): Add new entries.
7576
7577         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7578         (gnus-article-browse-delete-temp): Add :version.
7579
7580 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7581
7582         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7583         the sieve region.
7584
7585 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7586
7587         * gnus.el (gnus-version-number): Bump version.
7588
7589 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7590
7591         * gnus.el: No Gnus v0.4 is released.
7592
7593 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7594
7595         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7596         layout.
7597
7598         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7599         unknown charset.
7600
7601         * message.el (message-header-synonyms): Add Original-To to the
7602         default.
7603
7604         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7605         optional parameter.
7606
7607 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * gnus-fun.el (gnus): Require it for gnus-directory.
7610
7611 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7614
7615 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7616
7617         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7618
7619 2006-04-05  Simon Josefsson  <jas@extundo.com>
7620
7621         * password.el (password-reset): New function.
7622
7623 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7624
7625         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7626         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7627
7628 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7629
7630         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7631         Some whitespace was matched into the url, which broke browsing hits
7632         > 100 when mm-url-use-external was nil.
7633
7634 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7635
7636         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7637         gnus-extra-headers for 'Newsgroups.
7638
7639         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7640         bound.
7641
7642 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7643
7644         * pgg-gpg.el: Clean up process buffers every time gpg processes
7645         complete.
7646
7647 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7648
7649         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7650         doc string.
7651
7652 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7653
7654         * pgg-gpg.el (pgg-gpg-process-filter)
7655         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7656
7657         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7658         lines, temporary fix.
7659
7660 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7663
7664 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7665
7666         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7667         default-enable-multibyte-characters.  This reverts the change from
7668         revision 6.17 which is no longer necessary because the passphrase
7669         is sent separately now.  GnuPG messages are unreadable under
7670         multibyte locales with default-enable-multibyte-characters set to
7671         nil.
7672
7673 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7674
7675         * message.el (message-tool-bar-gnome): Move "spell".
7676
7677 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7678
7679         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7680         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7681         instead.
7682
7683 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7684
7685         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7686         newsgroups handling for NNTP overviews which don't include
7687         Newsgroups.
7688
7689 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7690
7691         * message.el (message-resend): Bind message-generate-hashcash to nil.
7692
7693 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7694
7695         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7696         when searching for already-paid recipients.
7697
7698 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7699
7700         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7701         passphrases when it is not needed.
7702         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7703         passphrase stuff from gpg, should only be necessary when you use
7704         gpg with a smartcard.
7705
7706 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * mml.el (mml-insert-mime): Ignore cached contents of
7709         message/external-body part.
7710
7711         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7712         (mm-insert-part): Ditto.
7713
7714 2006-03-23  Simon Josefsson  <jas@extundo.com>
7715
7716         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7717         Reiner.
7718         (pgg-gpg-use-agent-p): Use it again.
7719
7720 2006-03-23  Simon Josefsson  <jas@extundo.com>
7721
7722         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7723         older emacsen.
7724         (pgg-gpg-use-agent-p): Don't use it.
7725
7726 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7729         if we can.
7730
7731 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7732
7733         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7734         (pgg-gpg-update-agent): New function.
7735         (pgg-gpg-use-agent-p): New function.
7736         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7737         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7738         (pgg-gpg-sign-region): Use it.
7739
7740 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7743         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7744
7745 2006-03-21  Simon Josefsson  <jas@extundo.com>
7746
7747         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7748         <wilde@sha-bang.de>.
7749         (pgg-gpg-use-agent): New variable.
7750         (pgg-gpg-process-region): Use it.
7751         (pgg-gpg-encrypt-region): Likewise.
7752         (pgg-gpg-encrypt-symmetric-region): Likewise.
7753         (pgg-gpg-decrypt-region): Likewise.
7754         (pgg-gpg-sign-region): Likewise.
7755         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7756
7757 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7760
7761         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7762         Add comment on version.
7763
7764 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7765
7766         * smiley.el: Add missing test smiley.
7767
7768 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * mm-decode.el (mm-with-part): New macro.
7771         (mm-get-part): Use it; work with message/external-body as well.
7772         (mm-save-part): Treat name and filename equally.
7773
7774         * mm-extern.el (mm-extern-cache-contents): New function.
7775         (mm-inline-external-body): Use it; force the part to be displayed;
7776         move undisplayer added to the cached handle to the parent.
7777
7778         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7779         (gnus-mime-view-part-as-type): Work with message/external-body.
7780
7781         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7782
7783 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7786         images in image-load-path.  [Sync with image.el, revision 1.60, in
7787         Emacs.]
7788
7789 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7792         path rather than symbol.  Always return list of directories.
7793         Guarantee that image directory comes first.  [Sync with image.el,
7794         revision 1.59, in Emacs.]
7795
7796         * message.el (message-make-tool-bar): Adjust to new API of
7797         `gmm-image-load-path-for-library'.
7798
7799         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7800
7801         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7802
7803 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7804
7805         * gnus-art.el (gnus-article-only-boring-p):
7806         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7807         intangible text.
7808         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7809
7810 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7813         `defun' instead of `gmm-defun-compat'.
7814
7815 2006-03-14  Simon Josefsson  <jas@extundo.com>
7816
7817         * message.el (message-unique-id): Don't use message-number-base36
7818         if (user-uid) is a float.
7819         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7820
7821 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7824
7825         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7826         empty line between a part and a message part.
7827
7828 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * smiley.el: Add more test smileys.
7831         (smiley-data-directory, smiley-regexp-alist)
7832         (gnus-smiley-file-types): Fix doc strings.
7833         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7834         adding new elements.
7835         (smiley-mouse-map): Unused code.  Make it a comment.
7836
7837 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7840         scan latest NoCeM messages instead of old ones.
7841         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7842         delimiters that are recently used.
7843         (gnus-nocem-load-cache): Add autoload cookie.
7844
7845         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7846
7847         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7848         level which is larger than gnus-use-nocem is specified.
7849
7850         * gnus-group.el (gnus-group-get-new-news): Ditto.
7851
7852 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7853
7854         * gnus-util.el (gnus-tool-bar-update): New function.
7855
7856         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7857         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7858
7859         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7860
7861         * gnus-group.el (gnus-group-redraw-when-idle)
7862         (gnus-group-redraw-check): Remove.
7863         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7864
7865 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7868         if optional last element is specified in splits (FIELD VALUE...).
7869
7870 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7871
7872         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7873         to gmm-image-load-path-for-library.  Call with no-error argument.
7874         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7875
7876         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7877
7878         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7879
7880         * gmm-utils.el (gmm-image-load-path): Remove alias.
7881
7882 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * gmm-utils.el (gmm-image-load-path): Add alias.
7885
7886         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7887         nnml-generate-nov-databases-1.
7888         (nnml-generate-nov-databases): Use it.
7889         (nnml-generate-nov-databases-directory): Document no-active
7890         argument.
7891
7892         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7893         directory if path is t.  Add no-error.
7894
7895         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7896         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7897
7898         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7899         resetting gnus-article-browse-html-temp-list.
7900
7901         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7902         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7903         Add example to docstring.  Rename local variables.  Move error
7904         checks to default case in cond and simplify.
7905
7906 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7909         handle is multipart when calling it recursively.
7910         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7911
7912 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7913
7914         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7915         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7916
7917 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7920         is loaded.
7921
7922         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7923         loaded.
7924
7925 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7928         to "Emacs 23 (unicode)" in doc string.
7929
7930         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7931         "Emacs 23 (unicode)" in comment.
7932
7933 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7936
7937         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7938         characters 160 through 255 in Emacs 23.
7939
7940 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7941
7942         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7943         gnus-article-browse-html-temp.
7944         (gnus-article-browse-delete-temp): Make it customizable.  Add
7945         `file'.  Adjust doc string.
7946         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7947         query for each file.  Adjust doc string.
7948         (gnus-article-browse-html-parts): Add
7949         `gnus-article-browse-delete-temp-files' to
7950         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7951
7952 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7953
7954         * gnus-art.el (gnus-article-browse-html-temp)
7955         (gnus-article-browse-delete-temp): New variables.
7956         (gnus-article-browse-delete-temp-files): New function.
7957         (gnus-article-browse-html-parts): Use it.
7958
7959 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7960
7961         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7962
7963         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7964         string.
7965
7966         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7967         gnus-summary-insert-new-articles when unplugged.  Remove
7968         gnus-summary-search-article-forward.
7969
7970         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7971         display-visual-class instead of display-color-cells.
7972
7973 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * dgnushack.el: Autoload customize-group for XEmacs.
7976
7977         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7978         message/* containing non-ASCII text properly.
7979
7980 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7981
7982         * message.el: Require gmm-utils, remove autoloads.
7983         (message-tool-bar): Set default based on
7984         gmm-tool-bar-style.
7985         (message-tool-bar-gnome): Add gmm-customize-mode.
7986
7987         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7988         gmm-tool-bar-style.
7989         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7990
7991         * gnus-group.el (gnus-group-tool-bar): Set default based on
7992         gmm-tool-bar-style.
7993         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7994
7995         * gmm-utils.el (gmm-image-directory): Rename variable from
7996         gmm-image-load-path.
7997         (gmm-image-load-path): Use gmm-image-directory.
7998         (gmm-customize-mode): New function.
7999         (gmm-tool-bar-style): New variable.
8000
8001         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8002         gnus-group-redraw-line-number.
8003         (gnus-group-redraw-check): Simplify.
8004         (gnus-group-tool-bar-update): Remove redraw check.
8005         (gnus-group-make-tool-bar): Add redraw check.
8006
8007 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8008
8009         * gnus-art.el (gnus-button): Add missing parentheses.
8010
8011 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * lpath.el: Fbind line-number-at-pos.
8014
8015 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8018
8019 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8020
8021         * gnus-art.el (gnus-button): New face.
8022         (gnus-article-button-face): Use it.
8023
8024         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8025         gnus-summary-next-page.  Re-order.
8026
8027         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8028         next-node are now included.
8029         (gnus-group-redraw-line-number): New internal variable.
8030         (gnus-group-redraw-check): Helper function for updating the tool
8031         bar.
8032         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8033
8034         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8035
8036         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8037         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8038         Use it to match format of Spamassassin 3.0 and later.  Reported by
8039         IRIE Tetsuya <irie@t.email.ne.jp>.
8040         (spam-check-bogofilter)
8041         (spam-bogofilter-register-with-bogofilter): Fix args of
8042         `gnus-error' calls.
8043
8044 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8047         unnecessary interaction when sending queued mails.  Reported by
8048         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8049
8050 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8051
8052         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8053         first or last are nil.
8054
8055 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8056
8057         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8058
8059 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8060
8061         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8062
8063 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8064
8065         * dns.el (query-dns): Protect more against buggy tcp output.
8066
8067 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8070         nov.php.
8071
8072 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8073
8074         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8075         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8076         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8077         output on the server side.
8078         (nnweb-google-create-mapping): Update regexps and add some
8079         progress indication.
8080
8081 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8084         gnus-agent-toggle-plugged.  Re-order icons.
8085         (gnus-group-tool-bar-gnome): Add
8086         gnus-group-{prev,next}-unread-group.
8087         (gnus-group-tool-bar-gnome): Re-order icons.
8088
8089         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8090         gnus-summary-insert-new-articles.
8091
8092         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8093         comments.
8094
8095         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8096         also available in Emacs 21.3.
8097
8098         * message.el (message-fix-before-sending): Change "Emacs 22" to
8099         "Emacs 23 (unicode)" in comment.
8100
8101         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8102         "Emacs 23 (unicode)" in comment.
8103
8104         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8105         comment.
8106         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8107
8108         * mm-view.el (mm-fill-flowed): Add :version.
8109
8110 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8113         and load-path.
8114
8115 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * message.el: Autoload gmm-image-load-path.
8118         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8119         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8120         consitency.
8121
8122         * gmm-utils.el (gmm-image-load-path): Also search in
8123         "../etc/images".  Don't set gmm-image-load-path if we don't find
8124         the image.
8125
8126 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * gmm-utils.el (gmm-image-load-path): Don't make
8129         `gmm-image-load-path' include subdirectories which the second arg
8130         `image' might specify.
8131
8132         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8133         subdirectory to icon file names.
8134
8135         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8136
8137 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8138
8139         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8140         gmm-image-load-path calls.
8141
8142         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8143
8144         * message.el (message-make-tool-bar): Ditto.
8145
8146         * mml.el (mml-preview): Added comment concerning tool bar icons.
8147
8148         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8149         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8150
8151         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8152         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8153
8154         * message.el (message-tool-bar-gnome): Use new icon names.
8155         (message-make-tool-bar): Use `gmm-image-load-path'.
8156
8157         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8158         functions from MH-E.
8159         (gmm-image-load-path): New variable from MH-E.
8160         (gmm-image-load-path): New function from MH-E.  Added arguments
8161         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8162         *-image-load-path-called-flag.
8163
8164 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8165
8166         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8167
8168 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8169
8170         * nnimap.el (nnimap-request-move-article): Change folder back to
8171         source group before deleting.
8172
8173 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8174
8175         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8176
8177         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8178         mm-url.
8179
8180         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8181
8182 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8185         coding system which mm-charset-to-coding-system returns for a
8186         given charset is valid.
8187
8188 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8189
8190         * html2text.el (html2text-remove-tag-list):
8191         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8192
8193 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8194
8195         * gnus-cus.el: Revert 2005-10-17 change.
8196
8197 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-art.el (article-strip-banner): Call
8200         article-really-strip-banner only when the regexp match is made.
8201
8202 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * gnus-art.el (article-strip-banner): Use
8205         gnus-extract-address-components instead of
8206         mail-header-parse-addresses to make it work with non-ASCII text;
8207         remove mail-encode-encoded-word-string.
8208
8209         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8210         values which are surrounded with \"...\"; make it never cause a
8211         Lisp error; give up parsing of parameters if it failed in
8212         extracting type.
8213
8214 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8215
8216         * smime.el (smime-cert-by-ldap-1): Fix bug where
8217         `smime-ldap-search' returns results without userCertificates.
8218
8219 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8222
8223 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * spam.el (spam-check-spamassassin-headers): Adapt format for
8226         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8227         <ari@mbf.ocn.ne.jp>.
8228         (spam-list-of-processors): Add spam-use-gmane.
8229
8230 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8233         make-temp-file; make it work with XEmacs as well.
8234
8235         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8236         mm-make-temp-file.
8237
8238         * mm-decode.el (mm-display-external): Use the 3rd arg of
8239         mm-make-temp-file.
8240         (mm-create-image-xemacs): Ditto.
8241
8242 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8245         with message-narrow-to-headers.
8246         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8247         (gnus-draft-check-draft-articles): New function.
8248         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8249
8250 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8251
8252         * gnus-art.el (gnus-article-browse-html-parts):
8253         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8254         Don't use suffix argument for mm-make-temp-file for Emacs 21
8255         compatibility.  Remove useless `format'.
8256
8257 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8258
8259         * nnweb.el (nnweb-google-wash-article): Update regexps.
8260         (nnweb-group-alist): Use defvoo instead of defvar.
8261
8262 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8265         re-loading nn* modules.
8266
8267 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8268
8269         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8270         for `tool-bar-mode' and don't check it's default-value.
8271
8272         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8273
8274         * message.el (message-make-tool-bar): Ditto.
8275
8276         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8277         `substring'.  Shorten tmp-file name.
8278
8279         * gnus.el: Remove bogus comment.
8280
8281 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8282
8283         * gnus-art.el (gnus-article-browse-html-parts): New function.
8284         (gnus-article-browse-html-article): New function for viewing html
8285         articles with a browser.
8286
8287 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8288
8289         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8290         in elisp.
8291         (pgg-gpg-encrypt-symmetric-region): Ditto.
8292         (pgg-gpg-sign-region): Ditto.
8293
8294         * pgg-def.el (pgg-text-mode): New variable.
8295
8296         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8297         (mml2015-pgg-encrypt): Ditto.
8298
8299         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8300         (mml1991-pgg-encrypt): Ditto.
8301
8302 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8305         message-make-date instead of current-time-string.
8306
8307         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8308         to gnus-decoded which mm-uu might set.
8309
8310 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8313         don't decode quoted parameters; remove misimported Emacs code.
8314         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8315         (rfc2231-decode-encoded-string): Don't use split-string which
8316         behaves differently according to Emacs version; use
8317         mm-decode-coding-region to convert charset to coding-system.
8318         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8319         (rfc2231-encode-string): Remove misimported Emacs code.
8320
8321 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8324         when calling mail-header-parse-content-type.
8325         (article-de-quoted-unreadable): Ditto.
8326         (article-de-base64-unreadable): Ditto.
8327         (article-wash-html): Ditto.
8328
8329         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8330         calling mail-header-parse-content-type and
8331         mail-header-parse-content-disposition.
8332         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8333         mail-header-parse-content-type.
8334
8335         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8336         insert charset and format parameters; encode description after
8337         inserting it to buffer.
8338         (mml-insert-parameter): Fold lines properly even if a parameter is
8339         segmented into two or more lines; change the max column to 76.
8340
8341         * rfc1843.el (rfc1843-decode-article-body): Don't use
8342         ignore-errors when calling mail-header-parse-content-type.
8343
8344         * rfc2231.el (rfc2231-parse-string): Return at least type if
8345         possible; don't cause an error even if it fails in parsing of
8346         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8347         (rfc2231-encode-string): Don't break lines at the beginning, leave
8348         it to mml-insert-parameter.
8349
8350         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8351         calling mail-header-parse-content-type.
8352
8353 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8354
8355         * spam-report.el (spam-report-gmane-use-article-number):
8356         Improve doc string.
8357         (spam-report-gmane-internal): Check if a suitable header was found
8358         in the article.
8359
8360 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8363         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8364
8365 2006-02-05  Romain Francoise  <romain@orebokech.com>
8366
8367         Update copyright notices of all files in the gnus directory.
8368
8369 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8370
8371         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8372
8373 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8376         segmented lines of parameter value to cope with Thunderbird 1.5
8377         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8378         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8379         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8380
8381 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8382
8383         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8384         parts.
8385
8386 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8387
8388         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8389         there's only one active file for all servers.
8390         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8391         solid groups.  Gnus might have used a FAST request to select the group.
8392         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8393         and nnweb-search redundantly in the active file.
8394         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8395         (nnweb-request-create-group): Don't use ARGS.
8396         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8397         initialisations.  Let nnoo do the work.
8398
8399 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8402         Say the part has been decoded.
8403
8404         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8405
8406 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8407
8408         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8409         mailcap-viewer-test-cache when there's no 'test clause, since that
8410         will invert the meaning of a "nil" test previously determined by
8411         mailcap-mailcap-entry-passes-test.
8412
8413 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8416         compiling.
8417
8418         * gnus-sum.el: Ditto.
8419
8420         * message.el: Don't bind tool-bar-map when compiling.
8421
8422 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8425
8426 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8427
8428         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8429         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8430         current Google Groups.
8431
8432 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8433
8434         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8435         and tool-bar-mode.
8436
8437         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8438         and tool-bar-mode.
8439
8440         * message.el (message-tool-bar-update): Simplify.
8441         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8442
8443         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8444         gnus-summary-buffer.
8445         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8446         gnus-summary-reply.
8447
8448         * gmm-utils.el (gmm): Add :version.
8449
8450 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * Makefile.in (clean): New rule.
8453         (distclean): Use it.
8454
8455 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8456
8457         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8458         autoload.
8459
8460 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * gmm-utils.el (gmm-verbose): Add :group.
8463
8464 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * message.el: Change some comments WRT tool-bars.
8467
8468         * gnus-sum.el (gnus-summary-tool-bar)
8469         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8470         (gnus-summary-tool-bar-zap-list): New variables.
8471         (gnus-summary-make-tool-bar): Complete rewrite using
8472         `gmm-tool-bar-from-list'.
8473
8474         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8475         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8476         variables.
8477         (gnus-group-make-tool-bar): Complete rewrite using
8478         `gmm-tool-bar-from-list'.
8479         (gnus-group-tool-bar-update): New function.
8480
8481         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8482
8483 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8486         is dissected into a single part of which the type is the same as
8487         the given one; decode charset.
8488
8489 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8490
8491         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8492         into alists as symbol not string, since that's what
8493         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8494         look for.
8495
8496 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8499         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8500
8501         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8502
8503 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8506         (gnus-xmas-mime-security-button-menu): New function.
8507
8508         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8509         (gnus-mime-security-button-menu): New definition.
8510         (gnus-mime-security-button-map): Use them.
8511         (gnus-mime-security-button-menu): New function.
8512         (gnus-insert-mime-security-button): Addition to help echo.
8513         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8514         (gnus-mime-security-pipe-part): New functions.
8515
8516         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8517         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8518
8519         * mm-decode.el (mm-handle-set-disposition): Remove.
8520         (mm-handle-set-description): Remove.
8521
8522 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8525         (mm-w3m-standalone-supports-m17n-p): New function.
8526         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8527         w3m usage.
8528
8529         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8530         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8531
8532 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * message.el (message-tool-bar-zap-list): Use
8535         gmm-tool-bar-zap-list as custom type.
8536         (message-tool-bar-update): New function.
8537         (message-tool-bar, message-tool-bar-gnome)
8538         (message-tool-bar-retro): Add message-tool-bar-update.
8539         (message-tool-bar-gnome): Add flyspell-buffer.
8540
8541         * gnus-util.el (gnus-error): Describe `args'.
8542
8543         * gmm-utils.el (gmm-error): Describe `args'.
8544         (gmm-tool-bar-zap-list): New widget.
8545         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8546
8547 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8550         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8551         the number of recursive calls.
8552
8553         * mm-decode.el (mm-handle-set-disposition): New macro.
8554         (mm-handle-set-description): New macro.
8555
8556 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8559         encoding.
8560
8561 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8562
8563         * message.el (message-tool-bar-zap-list, message-tool-bar)
8564         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8565         (message-tool-bar-local-item-from-menu): Remove.
8566         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8567         (message-make-tool-bar): New function.
8568         (message-mode): Use `message-make-tool-bar'.
8569
8570         * gmm-utils.el: New file.
8571         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8572         (gmm-lazy): New widget copied from `nnmail.el'.
8573         (gmm-tool-bar-from-list): New function for creating customizable
8574         tool bars.
8575         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8576         output.
8577         (gmm): Add :prefix to defgroup.
8578
8579 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8580
8581         * gmm-utils.el (gmm-widget-p): New function.
8582
8583 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8584
8585         * mml.el (mml-attach-file): Describe `description' in doc string.
8586         (mml-menu): Add Emacs MIME manual and PGG manual.
8587
8588 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8589
8590         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8591
8592 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8593
8594         * nntp.el (nntp-end-of-line): Doc fix.
8595
8596 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8597
8598         * imap.el (imap-open): Handle case where buffer is a buffer
8599         object.
8600
8601 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8602
8603         * gnus-delay.el (gnus-delay): Don't autoload.
8604         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8605         to be re-loaded when customizing the `gnus-delay' group.
8606
8607 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8608
8609         * message.el (message-insert-citation-line): Use newlines.
8610
8611 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8612
8613         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8614         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8615         these routines, so the passphrase can be managed externally and
8616         passed in to the system.
8617         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8618         pgg-add-passphrase-to-cache function.
8619
8620         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8621         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8622         these routines, so the passphrase can be managed externally and
8623         passed in to the system.
8624         (pgg-pgp5-sign-region): Use new name of
8625         pgg-add-passphrase-to-cache function.
8626
8627 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8628
8629         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8630         part of the decoded armor to find the key-identifier.
8631         (pgg-gpg-lookup-key-owner): New function to return the
8632         human-readable identifier of a key owner.
8633         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8634         itself.
8635         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8636         the key value) if we have a key and can match it against a secret
8637         key.  Also, added a note pointing out fact that the prompt only
8638         indicates the first matching key.
8639
8640         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8641         pgg-decrypt-region.
8642         (pgg-add-passphrase-to-cache): Rename from
8643         `pgg-add-passphrase-cache' to reduce confusion (all callers
8644         changed).
8645         (pgg-remove-passphrase-from-cache): Rename from
8646         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8647         changed).
8648         (pgg-read-passphrase, pgg-add-passphrase-cache)
8649         (pgg-remove-passphrase-cache): Add informative docstrings.
8650         (pgg-decrypt): Convey provided passphrase in subordinate call to
8651         pgg-decrypt-region.
8652
8653 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8654
8655         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8656         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8657         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8658         'passphrase' argument, so the passphrase can be managed externally
8659         and then passed in to the system.
8660
8661         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8662         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8663         so the passphrase cache can be used reliably with identifiers
8664         besides a pgp packet's key id.
8665
8666         * pgg-gpg.el (pgg-gpg-encrypt-region)
8667         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8668         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8669         these routines, so the passphrase can be managed externally and
8670         passed in to the system.
8671
8672         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8673         'notruncate' argument, so the passphrase cache can be used
8674         reliably with identifiers besides a pgp packet's key id.
8675
8676 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8677
8678         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8679         symmetric encryption.
8680         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8681         encrypted session key.
8682         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8683         message ask for the passphrase in a proper way.
8684
8685         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8686         New user commands for symmetric encryption.
8687
8688 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8691
8692         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8693
8694 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8695
8696         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8697
8698 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * mm-decode.el (mm-inlined-types): Add application/pgp.
8701         (mm-automatic-display): Ditto.
8702
8703         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8704         part as text.
8705
8706 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * nnrss.el: Update copyright.
8709         (nnrss-opml-import): Query whether to subscribe to each entry.
8710
8711         * gnus-art.el:
8712         * gnus-sum.el:
8713         * gnus-xmas.el:
8714         * messagexmas.el:
8715         * mm-uu.el:
8716         * mm-view.el: Update copyright.
8717
8718 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * message.el (message-info): New function.
8721         (message-mode-menu): Add it.
8722         Update copyright.
8723
8724         * ChangeLog: Fix and update copyright.
8725
8726 2006-01-13  Romain Francoise  <romain@orebokech.com>
8727
8728         * message.el (message-forward-subject-name-subject): Prefer the
8729         address to 'nowhere' if the sender has no name.
8730         Fix typo.  Update copyright year.
8731
8732 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-art.el (article-wash-html): Use
8735         gnus-summary-show-article-charset-alist if a numeric arg is given.
8736         (gnus-article-wash-html-with-w3m-standalone): New function.
8737
8738         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8739         mm-inline-text-html-render-with-w3m-standalone.
8740         (mm-text-html-washer-alist): Map w3m-standalone to
8741         gnus-article-wash-html-with-w3m-standalone.
8742         (mm-inline-text-html-render-with-w3m-standalone): New function.
8743
8744 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8745
8746         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8747         Improve LaTeX.
8748
8749 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8752         (nnrss-request-article): Render text/plain parts as HTML.
8753
8754         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8755         the buffer.
8756
8757 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8760         custom definition of `gnus-posting-styles'.
8761
8762         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8763         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8764
8765 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8766
8767         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8768         Use nntp for bug archive.
8769
8770 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8773         parts.
8774         (nnrss-normalize-date): New function converts ISO 8601 date into
8775         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8776         (nnrss-check-group): Use it.
8777
8778 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8781
8782         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8783         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8784         (nnrss-insert-w3): Ditto.
8785
8786 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8789         the articles to be forwarded including the case where neither a
8790         number of articles nor a region is specified.
8791
8792 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * nnrss.el (nnrss-request-article): Fix last change; fill
8795         text/plain parts.
8796
8797 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8800         in text/plain part.
8801         (nnrss-check-group): Don't add excessive newline to dc:subject.
8802
8803 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8804
8805         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8806         article.
8807
8808 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8809
8810         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8811         (nnml-use-compressed-files, nnml-save-mail): Support other
8812         comression programs such as bzip2.
8813
8814 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8815
8816         * dns.el (query-dns): Make sure we check the buffer size before
8817         removing tcp headers.
8818
8819 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8822         remove MIME buttons associated with multipart/alternative parts.
8823         (gnus-mime-display-alternative): Tag buttons using `article-type'
8824         text property.
8825
8826         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8827         associated with multipart/alternative parts.
8828
8829         * gnus-art.el (gnus-signature-separator): Fix custom type.
8830
8831         * mm-decode.el (mm-inlined-types): Fix custom type.
8832         (mm-keep-viewer-alive-types): Ditto.
8833         (mm-automatic-display): Ditto.
8834         (mm-attachment-override-types): Ditto.
8835         (mm-inline-override-types): Ditto.
8836         (mm-automatic-external-display): Ditto.
8837
8838 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * spam-report.el (spam-report-user-mail-address)
8841         (spam-report-user-agent): New variables.
8842         (spam-report-url-ping-plain): Use spam-report-user-agent.
8843
8844 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8845
8846         * gnus-art.el (gnus-button-handle-custom): Do not just use
8847         `customize-apropos' for any "M-x customize-*" button but the
8848         function called for.  Accept both the function name and its
8849         argument in order to achieve this.
8850         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8851         function name to `gnus-button-handle-custom' in case of "M-x
8852         customize-*" buttons.
8853
8854 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8857         multipart/alternative and add xref to mm-discouraged-alternatives
8858         in doc string.
8859
8860         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8861         gnus-buttonized-mime-types in doc string.
8862
8863 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8866         Suggest image/.* in the doc string.
8867
8868 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8869
8870         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8871         message-marks (Debian bug #342521).
8872
8873 2005-12-12  Simon Josefsson  <jas@extundo.com>
8874
8875         * password.el (password-read-from-cache): Add.
8876         (password-read): Use it.
8877
8878 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8881         us-ascii as a MIME charset.
8882
8883         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8884         against the case where the 2nd arg TYPE is nil.
8885
8886 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * pop3.el (pop3-stream-type): Fix custom version.
8889
8890         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8891
8892 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8893
8894         * mm-decode.el (mm-display-external): Add missing cdr.
8895
8896 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8899         RFC1524) if it is in mailcap or add a suffix according to
8900         mailcap-mime-extensions when generating a temp filename; postpone
8901         deleting a temp file for 2 seconds for some wrappers, shell
8902         scripts, and so on, which might exit right after having started a
8903         viewer command as a background job.
8904
8905 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * nntp.el (nntp-marks-directory): Fix custom group.
8908
8909         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8910         steps when < 10.
8911
8912         * gnus-start.el (gnus-no-server-1): Mention
8913         `gnus-level-default-subscribed' in doc string.
8914
8915 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8916
8917         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8918         parens.
8919
8920 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * gnus-xmas.el (gnus-use-toolbar): Revert.
8923         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8924         gnus-use-toolbar is default.
8925
8926         * messagexmas.el (message-use-toolbar): Revert.
8927         (message-setup-toolbar): Use global default-toolbar if
8928         message-use-toolbar is default.
8929
8930 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8933         according to default-toolbar-visible-p.
8934
8935         * messagexmas.el (message-use-toolbar): Ditto.
8936
8937 2005-11-26  Dave Love  <fx@gnu.org>
8938
8939         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8940         (tls-program, tls-success): Provide openssl alternative.
8941
8942         * starttls.el: Doc fixes.
8943         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8944         SERVICE to PORT.
8945
8946         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8947         port null or service name.
8948         (starttls-negotiate): Autoload.
8949
8950 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * message.el (message-kill-to-signature): Fix interactive spec.
8953
8954 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * pop3.el (pop3-open-server): Recognize a string as a service name.
8957
8958 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8959
8960         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8961
8962 2005-11-23  Dave Love  <fx@gnu.org>
8963
8964         Add pop3s, pop3/starttls.
8965
8966         * pop3.el (pop3-authentication-scheme): Clarify doc.
8967         (open-tls-stream, starttls-open-stream): Autoload.
8968         (pop3-stream-type): New.
8969         (pop3-open-server): Use it.
8970
8971         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8972         for POP.
8973         (mail-source-keyword-map): Add :stream for POP.
8974         (mail-source-fetch-pop): Use pop3-stream-type.
8975
8976 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8979         of current-time-string.
8980
8981 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8982
8983         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8984         date header.
8985
8986 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8987
8988         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8989         it can seriously impact performance as it bypasses the agent's
8990         local caches.
8991
8992 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8993
8994         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8995         must be explicitly online rather than "not explicitly offline" for
8996         its flags to be synchronized.
8997
8998         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8999         that gnus-uu-unmark-thread will function correctly.
9000
9001         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9002         1024K is instead displayed as 1M.
9003
9004 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005
9006         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9007
9008 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9009
9010         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9011
9012 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9013
9014         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9015         error message to display actual error condition.
9016         (gnus-agent-save-local): Avoid saving symbols that are bound to
9017         nil as they simply result in a warning message in
9018         gnus-agent-read-local.
9019
9020 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9023         rather than make-variable-buffer-local for file-precious-flag.
9024
9025 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9026
9027         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9028         for duplicates which are removed.  The invalid sort check then
9029         triggers a rescan after the sort as sorting may have moved
9030         duplicate entries such that they can be cheaply detected.
9031
9032 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9035
9036 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9037
9038         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9039         internal variable to a custom variable.  Changed default value
9040         from compressed(2) to uncompressed(1).
9041         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9042         support for uncompressed agentview files.  Taken together, reading
9043         the agentview file should now be 6-7 times faster.
9044
9045 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9046
9047         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9048         as a buffer-local variable.  This avoids creating truncated
9049         dribble files as a result of a hang up, eg.
9050
9051 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9052
9053         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9054         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9055         XEmacs.
9056
9057 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9058
9059         * gnus-start.el (gnus-start-draft-setup): Enforce
9060         `gnus-draft-mode' for nndraft:drafts at startup.
9061
9062         * gnus.el (gnus-splash): Change custom group.
9063         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9064         allow-list argument.
9065
9066         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9067         string.
9068
9069 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * gnus-art.el (gnus-default-article-saver): Add user-defined
9072         `function' to custom type.
9073
9074 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9075
9076         * imap.el (imap-open): Handle case where buffer is a buffer
9077         object.
9078
9079 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9080
9081         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9082         long lines.
9083         (gnus-cache-delete-group): Wrap doc strings.
9084
9085         * gnus-agent.el (gnus-agent-rename-group)
9086         (gnus-agent-delete-group): Wrap doc strings.
9087
9088 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * messagexmas.el (message-use-toolbar): Change the valid values
9091         into default, top, bottom, left, and right.
9092         (message-toolbar-thickness): New variable.
9093         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9094         well.
9095         (message-setup-toolbar): Make it work.
9096
9097         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9098         (gnus-use-toolbar): Change the valid values into default, top,
9099         bottom, left, and right.
9100         (gnus-toolbar-thickness): New variable.
9101         (gnus-xmas-setup-toolbar): New function.
9102         (gnus-xmas-setup-group-toolbar): Use it.
9103         (gnus-xmas-setup-summary-toolbar): Use it.
9104
9105 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * gnus-start.el (gnus-1): Add "native" to
9108         gnus-predefined-server-alist.
9109
9110         * gnus.el (gnus-method-to-server): Don't add "native" to the
9111         lists here, because that leads to problems when
9112         gnus-select-method is bound.
9113
9114 2005-11-09  Simon Josefsson  <jas@extundo.com>
9115
9116         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9117         use (not sort-by-date) instead.
9118
9119 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9120
9121         * gnus-delay.el (gnus-delay-group): Don't autoload.
9122         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9123         to be re-loaded when customizing the `gnus-delay' group.
9124
9125 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9126
9127         * message.el: Revert last changes.
9128         (message-insert-citation-line): Use newlines.
9129
9130 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9131
9132         * message.el (message-courtesy-message)
9133         (message-mark-insert-begin, message-mark-insert-end)
9134         (message-elide-ellipsis, message-cancel-message)
9135         (message-add-header, message-change-subject)
9136         (message-cross-post-followup-to-header)
9137         (message-cross-post-insert-note, message-reduce-to-to-cc)
9138         (message-widen-reply, message-delete-not-region)
9139         (message-kill-to-signature, message-insert-signature)
9140         (message-insert-importance-high, message-insert-importance-low)
9141         (message-insert-or-toggle-importance)
9142         (message-insert-disposition-notification-to)
9143         (message-indent-citation, message-yank-original)
9144         (message-cite-original-without-signature, message-cite-original)
9145         (message-insert-citation-line, message-position-on-field)
9146         (message-fix-before-sending, message-send-mail-partially)
9147         (message-send-mail, message-send-mail-with-sendmail)
9148         (message-send-mail-with-qmail, message-send-news)
9149         (message-check-news-header-syntax, message-generate-headers)
9150         (message-insert-courtesy-copy, message-fill-address)
9151         (message-fill-header, message-shorten-references)
9152         (message-setup-1, message-cancel-news)
9153         (message-forward-make-body-plain, message-forward-make-body-mime)
9154         (message-forward-make-body-mml, message-encode-message-body)
9155         (message-forward-make-body-digest-plain)
9156         (message-forward-make-body-digest-mime)
9157         (message-use-alternative-email-as-from): Insert `hard-newline'
9158         instead of ordinary newlines.
9159
9160 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * message.el (message-generate-headers): Downcase the argument
9163         given to message-check-element.
9164
9165 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9166
9167         * nntp.el (nntp-authinfo-rejected): New error condition.
9168         (nntp-wait-for): Use new error condition to signal authentication
9169         error.
9170         (nntp-retrieve-data): Rethrow new error condition to break out of
9171         recursive call to nntp-send-authinfo.
9172
9173 2005-11-08  Romain Francoise  <romain@orebokech.com>
9174
9175         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9176         (gnus-summary-exit-map): Bind to `Z p'.
9177         (gnus-summary-make-menu-bar): Add menu item.
9178
9179 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9182         (gnus-treat-*): Add `first' in all doc strings.
9183
9184         * gnus-group.el (gnus-group-compact-group): Fix typo.
9185
9186 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * gnus.el (gnus-parameters-case-fold-search): New variable.
9189         (gnus-parameters-get-parameter): Use it.
9190
9191         * gnus-score.el (gnus-home-score-file): Doc fix.
9192
9193 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9194
9195         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9196
9197 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * mm-util.el (mm-special-display-p): New function.
9200
9201         * mml.el (mml-preview): Use it; doc fix.
9202
9203 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9204
9205         * imap.el (imap-open): Handle case where buffer is a buffer object.
9206
9207 2005-10-29  Romain Francoise  <romain@orebokech.com>
9208
9209         * message.el (message-fix-before-sending): Fix comment.
9210
9211 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9212
9213         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9214
9215 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9216
9217         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9218         Used in gnus-score.el.
9219
9220 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9223
9224 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9225
9226         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9227         whitespace removed in revision 7.8.  Use concatenated string to
9228         protect trailing whitespace.
9229
9230 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9231
9232         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9233         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9234         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9235         Courier IMAP ("some version from 2004").  Mostly based on similar
9236         code in the same function.
9237
9238 2005-10-26  Didier Verna  <didier@xemacs.org>
9239
9240         * gnus-group.el (gnus-group-compact-group): Invalidate original
9241         article buffer.
9242         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9243         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9244         NOV database and in article itself.
9245         Invalidate article backlog.
9246
9247 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9248
9249         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9250
9251 2005-10-26  Simon Josefsson  <jas@extundo.com>
9252
9253         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9254         part of 2004-07-25 change.
9255
9256 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * message.el (message-display-completion-list): New function.
9259         (message-expand-group): Use it; make sure the Completions buffer
9260         is modifiable.
9261 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9262
9263         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9264         user-mail-name is an empty string.
9265
9266 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9269         depending on gnus-score-decay-constant.
9270
9271         * encrypt.el (encrypt-insert-file-contents)
9272         (encrypt-write-file-contents): Don't use `gnus-message'.
9273
9274         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9275         arguments.
9276         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9277         arguments to mm-uu-verbatim-marks-extract.
9278         (mm-uu-hide-markers): New variable.
9279         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9280
9281         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9282         (gnus-convert-image-to-face-command): Use "convert" by default to
9283         allow other input image formats.
9284         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9285         accordingly.
9286
9287 2005-10-23  Simon Josefsson  <jas@extundo.com>
9288
9289         * imap.el (imap-gssapi-program): Align command line parameters
9290         with latest GNU SASL.
9291         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9292
9293 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294
9295         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9296         HTML.
9297         (nnslashdot-request-article): Ditto.
9298
9299         * lpath.el (featurep): Add nobreak-char-display.
9300
9301 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9302
9303         * mail-source.el (mail-source-fetch-pop): Require pop3.
9304         (mail-source-check-pop): Ditto.
9305
9306 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9309         errors.
9310
9311 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9314         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9315
9316         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9317
9318         * mm-bodies.el (mm-decode-string): Call
9319         `mm-charset-to-coding-system' with allow-override argument.
9320
9321 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9324         (rfc2047-charset-to-coding-system): New function.
9325         (rfc2047-decode-encoded-words): New function.
9326         (rfc2047-decode-region): Use them.
9327         (rfc2047-decode-cte): Remove.
9328         (rfc2047-parse-and-decode): Remove.
9329         (rfc2047-decode): Remove.
9330
9331 2005-10-15  Kenichi Handa  <handa@m17n.org>
9332
9333         * rfc2047.el (rfc2047-decode-cte): New function.
9334         (rfc2047-decode-region): Change the way to decode successive
9335         encoded-words: decode B- or Q-encoding in each encoded-word,
9336         concatenate them, and decode it as charset.
9337
9338 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * lpath.el: Fbind codepage-setup for XEmacs.
9341
9342 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9343
9344         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9345         widget-move-and-invoke.
9346         (gnus-custom-mode): Use gnus-custom-map.
9347
9348 2005-10-15  Bill Wohler  <wohler@newt.com>
9349
9350         * message.el (message-tool-bar-map): Renamed image file from
9351         mail_send to mail/send.
9352
9353 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9354
9355         * message.el (message-expand-group): Pass the common
9356         prefix substring of completion to `display-completion-list'.
9357
9358 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9359
9360         * mml-sec.el (mml-secure-method): New internal variable.
9361         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9362         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9363         functions using mml-secure-method.
9364
9365         * mml.el (mml-mode-map): Add key bindings for those functions.
9366         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9367         Harder <harder@myrealbox.com>.
9368         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9369         end of message if point is the headers of the message.
9370
9371         * message.el (message-in-body-p): New function.
9372
9373         * assistant.el: Autoload gnus-util and netrc.
9374
9375         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9376         Use `mm-charset-override-alist' only when decoding.
9377
9378         * mm-bodies.el (mm-decode-body): Call
9379         `mm-charset-to-coding-system' with allow-override argument.
9380
9381         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9382         `filename' from Content-Disposition if Content-Type doesn't
9383         provide `name'.
9384         (gnus-mime-view-part-as-type): Set default instead of
9385         initial-input.
9386
9387 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9388
9389         * format-spec.el (format-spec): Propagate text properties of % spec.
9390
9391 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * gnus-art.el (gnus-treat-predicate): Add `first'.
9394
9395 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9396
9397         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9398         (mm-charset-override-alist): New variable.
9399         (mm-charset-to-coding-system): Use it.
9400         (mm-codepage-setup): New helper function.
9401         (mm-charset-eval-alist): New variable.
9402         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9403         about unknown charsets.
9404
9405         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9406
9407 2005-10-04  David Hansen  <david.hansen@gmx.net>
9408
9409         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9410         (nnrss-check-group): Ditto.
9411
9412 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9413
9414         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9415         Rename x-gnus-verbatim to x-verbatim.
9416         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9417
9418         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9419         x-verbatim.
9420
9421         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9422
9423         * gnus-util.el (gnus-remove-duplicates): Remove.
9424
9425         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9426         instead of gnus-remove-duplicates.
9427
9428         * message.el (message-remove-duplicates): Remove.
9429         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9430         message-remove-duplicates.
9431
9432         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9433         available, else use implementation from `delete-dups'.
9434
9435         * message.el (message-insert-expires): New function.
9436         (message-mode-map): Add key binding.
9437         (message-mode-field-menu): Add menu entry.
9438         (message-mode): Document it.
9439         (message-make-expires-date): Use `message-make-date'.
9440
9441 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9442
9443         * message.el (message-make-expires-date): New function.
9444
9445 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * Makefile.in (list-installed-shadows): New entry.
9448         (install): Use it.
9449         (remove-installed-shadows): New entry.
9450
9451         * dgnushack.el (dgnushack-default-load-path): New variable.
9452         (dgnushack-find-lisp-shadows): New function.
9453         (dgnushack-remove-lisp-shadows): New function.
9454
9455 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * Makefile.in (install-el-elc): New entry.
9458         (install): Use it so that .el files are necessarily installed.
9459
9460 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9463
9464 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9465
9466         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9467         function rather than the diff-mode.el package.
9468         (mm-display-external): Use with-current-buffer.
9469         (mm-viewer-completion-map, mm-viewer-completion-map):
9470         Move initialization inside declaration.
9471
9472 2005-09-29  Simon Josefsson  <jas@extundo.com>
9473
9474         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9475         autoload mail-check-payment.
9476         (spam-check-hashcash): Define unconditionally, since hashcash.el
9477         is part of Gnus now.  Ignore errors from payment checking.
9478
9479 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * message.el (message-bold-region, message-unbold-region): Rename
9482         from `bold-region' and `unbold-region'.
9483
9484         * message.el: Remove useless autoloads.
9485
9486 2005-09-28  Simon Josefsson  <jas@extundo.com>
9487
9488         * message.el (message-use-idna): Default to t.
9489         (message-use-idna): Test whether encoding works too.  Doc fix.
9490
9491 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * nntp.el (nntp-warn-about-losing-connection): Remove.
9494
9495 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9498         customizable.  Change default value.
9499         (mm-uu-diff-groups-regexp): Change default value.
9500         (mm-uu-type-alist): Add doc string.
9501         (mm-uu-configure): Add doc string.  Make it interactive.
9502         (mm-uu-tex-groups-regexp): New variable.
9503         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9504         (mm-uu-type-alist): Add LaTeX documents.
9505         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9506         of "text/verbatim".
9507         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9508
9509         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9510         instead of "text/verbatim".
9511
9512         * message.el (message-mark-inserted-region)
9513         (message-mark-insert-file): Use slrn style marks when called with
9514         prefix argument.
9515
9516 2005-09-27  Simon Josefsson  <jas@extundo.com>
9517
9518         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9519
9520 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9521
9522         * message.el (message-remove-duplicates): New function.
9523         Implementation borrowed from `gnus-remove-duplicates'.
9524         (message-idna-to-ascii-rhs): Also encode idna addresses in
9525         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9526         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9527         only ask about the same idna domain once per header and also tell
9528         in what header to replace the idna domain.
9529
9530         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9531         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9532         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9533         a header is decoded and not just the last one.
9534
9535 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9538         has been decoded.
9539
9540         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9541         (mm-insert-part): Don't modify text if it has been decoded.
9542
9543         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9544         decoded.
9545
9546         * mm-view.el (mm-inline-text): Don't strip text props unless
9547         decoding enriched or richtext parts.
9548
9549 2005-09-25  Romain Francoise  <romain@orebokech.com>
9550
9551         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9552         * gnus-start.el (gnus-subscribe-interactively):
9553         * gnus-uu.el (gnus-uu-grab-articles):
9554         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9555         space.
9556
9557 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9558
9559         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9560         * mm-view.el (mm-view-pkcs7-decrypt):
9561         * gnus-sum.el (gnus-summary-limit-to-extra)
9562         (gnus-summary-respool-article, gnus-read-move-group-name):
9563         * gnus-score.el (gnus-summary-increase-score):
9564         * gnus-util.el (gnus-completing-read-with-default):
9565         * gnus-art.el (gnus-read-save-file-name)
9566         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9567         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9568         * message.el (message-check-news-header-syntax):
9569         Follow convention for reading with the minibuffer.
9570
9571 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * spam-report.el (spam-report-url-ping-plain):
9574         Use gnus-extended-version as User-Agent.
9575
9576         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9577         default value is nil.
9578
9579         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9580         (mm-uu-verbatim-marks-extract): New function.
9581         (mm-uu-extract): New face.
9582         (mm-uu-copy-to-buffer): Use it.
9583
9584         * spam-report.el (spam-report-gmane-ham): Renamed from
9585         `spam-report-gmane-unspam'.
9586         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9587         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9588
9589         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9590         Autoload.
9591         (spam-report-gmane-unregister-routine): Renamed
9592         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9593
9594 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9595
9596         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9597         (spam-report-gmane-unregister-routine): Add support for gmane
9598         unregistration.
9599
9600         * spam-report.el (spam-report-gmane-unspam)
9601         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9602         (spam-report-gmane): Change to take a single article and do unspam
9603         registration.
9604
9605 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * mm-url.el (mm-url-decode-entities): Fix regexp.
9608
9609 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610
9611         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9612         default to nil, to be able to use Gnus at all.  If the default
9613         switches to something else, then the function should be fixed not
9614         be exceedingly slow.
9615
9616 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9617
9618         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9619         fail hard.
9620
9621         * spam-report.el: Add better Keywords line.
9622
9623         * spam.el: Add Maintainer and better Keywords line.
9624
9625 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * gnus-art.el (gnus-article-replace-part)
9628         (gnus-mime-replace-part): New functions.
9629         (gnus-mime-action-alist, gnus-mime-button-commands)
9630         (gnus-mime-save-part-and-strip): Added file argument.
9631         (gnus-article-part-wrapper): Added interactive argument.
9632
9633         * gnus-sum.el (gnus-summary-mime-map): Add
9634         `gnus-article-replace-part'.
9635
9636 2005-09-19  Didier Verna  <didier@xemacs.org>
9637
9638         The nnml compaction feature:
9639         * nnml.el (nnml-request-compact-group): New function.
9640         * nnml.el (nnml-request-compact): New function.
9641         * gnus-int.el (gnus-request-compact-group): New function.
9642         * gnus-int.el (gnus-request-compact): New function.
9643         * gnus-group.el (gnus-group-compact-group): New function.
9644         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9645         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9646         * gnus-srvr.el (gnus-server-compact-server): New function.
9647         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9648         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9649
9650 2005-09-18  Deepak Goel  <deego@gnufans.org>
9651
9652         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9653         format spec.
9654
9655 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9658
9659 2005-09-15  Romain Francoise  <romain@orebokech.com>
9660
9661         * message.el (message-fill-paragraph): Clarify docstring.
9662
9663 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * gnus-art.el (gnus-mime-display-part): Protect against broken
9666         MIME messages.
9667
9668 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9671         before parsing header.
9672
9673 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9674
9675         * html2text.el (html2text-replace-list): Add new entities.
9676
9677 2005-09-11  Romain Francoise  <romain@orebokech.com>
9678
9679         * message.el (message-alternative-emails): Improve docstring.
9680         (message-setup-1): Call `message-use-alternative-email-as-from'
9681         after `message-setup-hook' to give it precedence over posting
9682         styles, etc.
9683         (message-use-alternative-email-as-from): Add docstring.  Remove
9684         the original From header if present.
9685
9686         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9687         (nnml-save-mail): Use it.
9688
9689         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9690         articles.  Add new argument `silent'.
9691         (gnus-uu-mark-all): Report the total number of marked articles.
9692
9693 2005-09-10  Romain Francoise  <romain@orebokech.com>
9694
9695         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9696         (gnus-uu-mark-series): Likewise.
9697
9698 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * spam-report.el (spam-report-gmane): Fix generation of spam
9701         report URL.
9702
9703 2005-09-10  Simon Josefsson  <jas@extundo.com>
9704
9705         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9706         t, based on discussion on the ding list with Robert Epprecht
9707         <epprecht@solnet.ch>.
9708
9709 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9710
9711         * spam-report.el (spam-report-gmane): Make it work without
9712         X-Report-Spam header.  Gmane now only provides Archived-At.
9713         This is only used if `spam-report-gmane-use-article-number' is nil.
9714         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9715
9716         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9717         make `gnus-summary-sort-by-recipient' work with threading.
9718
9719         * nnweb.el (nnweb-google-wash-article): Print a message if article
9720         is not available.
9721
9722 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9723
9724         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9725         change.  Decode text/* parts content before displaying.
9726
9727 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9728
9729         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9730
9731 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9734
9735         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9736         url-package-name, url-package-version,
9737         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9738         w3m-display-inline-images, and w3m-minor-mode-map.
9739
9740 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9741
9742         * message.el (message-tab-body-function): Fix mismatched custom type.
9743
9744         * gnus.el (gnus-group-change-level-function): Ditto.
9745
9746         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9747
9748         * gnus-art.el (gnus-signature-limit)
9749         (gnus-article-mime-part-function): Ditto.
9750
9751 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * mml.el (mml-mode): Silence the byte compiler.
9754
9755         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9756         using `(sit-for 0)' before moving the point to the specified part;
9757         skip unbuttonized parts.
9758         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9759         return to the summary window if gnus-auto-select-part is non-nil.
9760
9761 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9762
9763         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9764         variables.
9765         (mml-dnd-attach-file, mml-mode): Use them.
9766
9767         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9768         Make fetching article by MID work again for Google Groups.  Added
9769         FIXME concerning gnus-group-make-web-group.
9770
9771         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9772         Don't depend on Gnus by using mail-extract-address-components if
9773         gnus-extract-address-components is not bound.
9774
9775 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9776
9777         * gnus-art.el (gnus-mime-display-security): Don't display the
9778         signature, but only the signed part.
9779
9780 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9783
9784         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9785         list, not listp.
9786
9787 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9788
9789         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9790         when encoding.
9791
9792         * mm-bodies.el (mm-decode-content-transfer-encoding):
9793         De-canonicalize CRLF for all text content types, not just
9794         text/plain.
9795
9796 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9799         valid article; point arrow and cursor at the MIME button.
9800
9801 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9804         Suggested by Dan Christensen <jdc@uwo.ca>.
9805
9806         * mm-decode.el (mm-save-part): Enable change of prompt.
9807
9808 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9809
9810         * gnus-msg.el (gnus-inews-add-send-actions): Made
9811         `message-post-method' lambda parameter ARG `&optional'.
9812
9813 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9814
9815         * gnus-sum.el (gnus-summary-mime-map): Added
9816         gnus-article-save-part-and-strip, gnus-article-delete-part and
9817         gnus-article-jump-to-part.
9818
9819         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9820         (gnus-article-edit-part): Use it.
9821         (gnus-article-part-wrapper): Added no-handle argument.
9822         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9823         functions.
9824
9825 2005-08-29  Romain Francoise  <romain@orebokech.com>
9826
9827         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9828         docstring.
9829         (gnus-face-from-file): Likewise.
9830
9831 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9832
9833         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9834         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9835         non-nil.
9836         (gnus-auto-select-part): New variable.
9837         (gnus-article-jump-to-part): New function.
9838         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9839         (gnus-mime-delete-part): Allow selecting specified part after
9840         deleting or stripping parts.
9841         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9842         part if argument is bogus.
9843
9844 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9845
9846         * gnus-art.el (w3m-minor-mode-map):
9847         * gnus-spec.el (gnus-newsrc-file-version):
9848         * gnus-util.el (nnmail-active-file-coding-system)
9849         (gnus-original-article-buffer, gnus-user-agent):
9850         * gnus.el (gnus-ham-process-destinations)
9851         (gnus-parameter-ham-marks-alist)
9852         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9853         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9854         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9855         * mm-decode.el (gnus-current-window-configuration):
9856         * mm-extern.el (gnus-article-mime-handles):
9857         * mm-url.el (url-current-object, url-package-name)
9858         (url-package-version):
9859         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9860         (smime-keys, w3m-cid-retrieve-function-alist)
9861         (w3m-current-buffer, w3m-display-inline-images)
9862         (w3m-minor-mode-map):
9863         * mml-smime.el (gnus-extract-address-components):
9864         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9865         (gnus-newsrc-hashtb, message-default-charset)
9866         (message-deletable-headers, message-options)
9867         (message-posting-charset, message-required-mail-headers)
9868         (message-required-news-headers):
9869         * mml1991.el (mc-pgp-always-sign):
9870         * mml2015.el (mc-pgp-always-sign):
9871         * nnheader.el (nnmail-extra-headers):
9872         * rfc1843.el (gnus-decode-encoded-word-function)
9873         (gnus-decode-header-function, gnus-newsgroup-name):
9874         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9875
9876 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9877
9878         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9879         the end of the date treatments.
9880
9881 2005-08-15  Simon Josefsson  <jas@extundo.com>
9882
9883         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9884         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9885         Capello and Romain Francoise.
9886         (pgg-fetch-key-function): Removed, not used?
9887         (pgg-insert-url-with-w3): Require url, to get
9888         url-insert-file-contents regardless of where it is defined.
9889
9890 2005-08-13  Romain Francoise  <romain@orebokech.com>
9891
9892         * message.el (message-cite-original-1): New function.
9893         (message-cite-original): Use it.
9894         (message-cite-original-without-signature): Ditto.
9895
9896 2005-08-08  Romain Francoise  <romain@orebokech.com>
9897
9898         * message.el (message-yank-empty-prefix): New variable.
9899         (message-indent-citation): Use it.
9900         (message-cite-original-without-signature): Respect X-No-Archive.
9901
9902 2005-08-08  Simon Josefsson  <jas@extundo.com>
9903
9904         * pgg.el: Autoload url-insert-file-contents instead of loading
9905         w3/url.
9906         (pgg-insert-url-with-w3): Don't load url here.
9907
9908 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9909
9910         * message.el (message-kill-to-signature): Don't insert newline at
9911         bol.
9912         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9913
9914 2005-08-06  Romain Francoise  <romain@orebokech.com>
9915
9916         * message.el (message-user-fqdn): Fix typo in docstring.
9917
9918 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9919
9920         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9921
9922         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9923
9924 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * mm-bodies.el (mm-encode-body): Use coding system rather than
9927         charset to encode text.
9928
9929         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9930         number of charsets if utf-8 is available (XEmacs).
9931
9932 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9935         taken from `gnus-button-mid-or-mail-regexp'.
9936         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9937         (gnus-button-alist): Improve regexp for domain part of the MIDs
9938         for news:localpart@domain buttons.
9939         (gnus-button-ctan-directory-regexp): Update.
9940
9941 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * sieve-manage.el (sieve-manage-interactive-login): Use
9944         make-local-variable rather than make-variable-buffer-local.
9945         (sieve-manage-open): Ditto.
9946         (sieve-manage-authenticate): Ditto.
9947
9948         * mml.el (mml-generate-mime-1): Make the content type default to
9949         text/plain if the filename is not specified.
9950
9951 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9954         instead of insert-buffer.
9955
9956         * message.el (message-yank-original): Ditto; set the mark at the
9957         end of the yanked message.
9958
9959 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9962         lines to scroll rather than to stop it.
9963
9964         * mml.el (mml-generate-default-type): Add doc string.
9965         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9966         default to application/octet-stream when determining the content
9967         type if it is not specified for the part or the mml contents; add
9968         a comment about mml-generate-default-type.
9969
9970 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9971
9972         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9973         make it default to application/octet-stream when determining the
9974         content type if it is not specified for the external contents.
9975
9976 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9979         segmented parameter but also other parameters might be there.
9980
9981 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * mm-decode.el (mm-display-external): Delete temp file, directory
9984         and buffer immediately if the external process is exited.
9985
9986 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9989         fewer lines than that of scroll-margin.
9990         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9991
9992 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * gnus-art.el (gnus-article-next-page): Revert.
9995         (gnus-article-beginning-of-window): New macro.
9996         (gnus-article-next-page-1): Use it.
9997         (gnus-article-prev-page): Ditto.
9998         (gnus-article-edit-part): Use insert-buffer-substring instead of
9999         insert-buffer.
10000         (gnus-article-edit-exit): Ditto.
10001
10002         * gnus-util.el (gnus-beginning-of-window): Remove.
10003         (gnus-end-of-window): Remove.
10004
10005         * lpath.el: Don't bind header-line-format and scroll-margin.
10006
10007 2005-07-25  Simon Josefsson  <jas@extundo.com>
10008
10009         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10010         to have the url package without w3.  Reported by Daiki Ueno
10011         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10012
10013 2005-07-20  Didier Verna  <didier@xemacs.org>
10014
10015         * gnus-diary.el: Remove the description comment (nndiary is now
10016         properly documented in the Gnus manual).
10017         Fix the spelling of "Back End".
10018         * nndiary.el: Ditto.
10019         Fix the copyright notice.
10020
10021 2005-07-18  Romain Francoise  <romain@orebokech.com>
10022
10023         * gnus-sum.el (gnus-summary-to-prefix)
10024         (gnus-summary-newsgroup-prefix): New variables.
10025         (gnus-summary-from-or-to-or-newsgroups): Use them.
10026
10027 2005-07-17  Romain Francoise  <romain@orebokech.com>
10028
10029         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10030         space as it's generally not especially interesting to the user.
10031
10032 2005-07-16  Romain Francoise  <romain@orebokech.com>
10033
10034         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10035         nil to avoid prompting and file modification if one of the
10036         messages at the top of the nnfolder file contains a copyright
10037         notice.
10038         Update copyright notice.
10039
10040         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10041         instead of `current-time-string' as the latter creates a time
10042         string that is not RFC 2822 compliant (it lacks the zone).
10043         Update copyright notice.
10044
10045 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10046
10047         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10048         for text/rtf.  Display default in prompt.  Pass default for M-n.
10049
10050         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10051
10052 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10053
10054         * gnus-msg.el (gnus-button-mailto): Remove
10055         save-selected-window-window hackery because it relies on
10056         save-selected-window internals.
10057
10058 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10061         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10062         (gnus-article-prev-page): Ditto.
10063
10064         * gnus-util.el (gnus-beginning-of-window): New function.
10065         (gnus-end-of-window): New function.
10066
10067         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10068
10069 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10070
10071         * gnus-score.el (gnus-score-edit-all-score): Set
10072         gnus-score-edit-exit-function to gnus-score-edit-done and call
10073         gnus-message.
10074
10075 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10076
10077         * gnus-msg.el (gnus-button-mailto): Remove
10078         save-selected-window-window hackery because it relies on
10079         save-selected-window internals.
10080
10081 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10084         add-minor-mode.
10085         (gnus-binary-mode): Ditto.
10086
10087         * gnus-topic.el (gnus-topic-mode): Ditto.
10088
10089 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10090
10091         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10092         (gnus-article-prev-page): Take scroll-margin into consideration.
10093
10094 2005-07-04  Lute Kamstra  <lute@gnu.org>
10095
10096         Update FSF's address in GPL notices.
10097
10098 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10099
10100         * gnus.el (gnus-exit):
10101         * gnus-group.el (gnus-group-icons):
10102         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10103
10104         * gnus-nocem.el (gnus-nocem):
10105         * message.el (message-various, message-buffers, message-sending)
10106         (message-interface, message-forwarding, message-insertion)
10107         (message-headers, message-news, message-mail):
10108         * pgg-gpg.el (pgg-gpg):
10109         * pgg-parse.el (pgg-parse):
10110         * pgg-pgp.el (pgg-pgp):
10111         * pgg-pgp5.el (pgg-pgp5):
10112         * pop3.el (pop3): Finish `defgroup' description with period.
10113
10114 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * gnus-art.el (article-display-face): Improve the efficiency.
10117         (article-display-x-face): Ditto; remove grey x-face stuff.
10118
10119 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * gnus-art.el (article-display-face): Correct the position in
10122         which Faces are inserted.
10123
10124 2005-06-29  Didier Verna  <didier@xemacs.org>
10125
10126         * gnus-art.el (article-display-face): Display faces in correct
10127         order.
10128
10129 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10132         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10133         (gnus-nocem-check-article): Fetch the Type header.
10134         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10135         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10136         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10137         make sure gnus-nocem-hashtb is initialized.
10138         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10139         (gnus-nocem-unwanted-article-p): Ditto.
10140
10141         * pgg.el (pgg-verify): Return the verification result.
10142
10143 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10144
10145         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10146         is ascii.
10147
10148 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10149
10150         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10151         `show-nonbreak-escape'.
10152
10153 2005-06-23  Lute Kamstra  <lute@gnu.org>
10154
10155         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10156
10157         * dig.el (dig-mode):
10158         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10159
10160 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10161
10162         * nnimap.el (nnimap-split-download-body): Fix spellings.
10163
10164 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10165
10166         * gnus-art.el (gnus-article-encrypt-body):
10167         * gnus-cus.el (gnus-score-customize):
10168         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10169         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10170
10171 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10172
10173         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10174         header by looking for magic "MII" at the beginnig.
10175
10176 2005-06-16  Miles Bader  <miles@gnu.org>
10177
10178         * gnus-xmas.el (gnus-xmas-group-startup-message):
10179         Use renamed gnus-splash face.
10180
10181         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10182         (assistant-field-face): New backward-compatibility alias for renamed
10183         face.
10184         (assistant-render-text): Use renamed assistant-field face.
10185
10186         * spam.el (spam): Remove "-face" suffix from face name.
10187         (spam-face): New backward-compatibility alias for renamed face.
10188         (spam-face, spam-initialize): Use renamed spam face.
10189
10190         * message.el (message-header-to, message-header-cc)
10191         (message-header-subject, message-header-newsgroups)
10192         (message-header-other, message-header-name)
10193         (message-header-xheader, message-separator, message-cited-text)
10194         (message-mml): Remove "-face" suffix from face names.
10195         (message-header-to-face, message-header-cc-face)
10196         (message-header-subject-face, message-header-newsgroups-face)
10197         (message-header-other-face, message-header-name-face)
10198         (message-header-xheader-face, message-separator-face)
10199         (message-cited-text-face, message-mml-face):
10200         New backward-compatibility aliases for renamed faces.
10201         (message-font-lock-keywords): Use renamed message faces.
10202
10203         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10204         (sieve-test-commands, sieve-tagged-arguments):
10205         Remove "-face" suffix from face names.
10206         (sieve-control-commands-face, sieve-action-commands-face)
10207         (sieve-test-commands-face, sieve-tagged-arguments-face):
10208         New backward-compatibility aliases for renamed faces.
10209         (sieve-control-commands-face, sieve-action-commands-face)
10210         (sieve-test-commands-face, sieve-tagged-arguments-face):
10211         Use renamed sieve faces.
10212
10213         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10214         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10215         (gnus-group-news-3-empty, gnus-group-news-4)
10216         (gnus-group-news-4-empty, gnus-group-news-5)
10217         (gnus-group-news-5-empty, gnus-group-news-6)
10218         (gnus-group-news-6-empty, gnus-group-news-low)
10219         (gnus-group-news-low-empty, gnus-group-mail-1)
10220         (gnus-group-mail-1-empty, gnus-group-mail-2)
10221         (gnus-group-mail-2-empty, gnus-group-mail-3)
10222         (gnus-group-mail-3-empty, gnus-group-mail-low)
10223         (gnus-group-mail-low-empty, gnus-summary-selected)
10224         (gnus-summary-cancelled, gnus-summary-high-ticked)
10225         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10226         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10227         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10228         (gnus-summary-low-undownloaded)
10229         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10230         (gnus-summary-low-unread, gnus-summary-normal-unread)
10231         (gnus-summary-high-read, gnus-summary-low-read)
10232         (gnus-summary-normal-read, gnus-splash):
10233         Remove "-face" suffix from face names.
10234         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10235         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10236         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10237         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10238         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10239         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10240         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10241         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10242         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10243         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10244         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10245         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10246         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10247         (gnus-summary-normal-ticked-face)
10248         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10249         (gnus-summary-normal-ancient-face)
10250         (gnus-summary-high-undownloaded-face)
10251         (gnus-summary-low-undownloaded-face)
10252         (gnus-summary-normal-undownloaded-face)
10253         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10254         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10255         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10256         (gnus-splash-face):
10257         New backward-compatibility aliases for renamed faces.
10258         (gnus-group-startup-message): Use renamed gnus faces.
10259
10260         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10261         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10262         (gnus-server-agent): Remove "-face" suffix from face names.
10263         (gnus-server-agent-face, gnus-server-opened-face)
10264         (gnus-server-closed-face, gnus-server-denied-face)
10265         (gnus-server-offline-face):
10266         New backward-compatibility aliases for renamed faces.
10267         (gnus-server-agent-face, gnus-server-opened-face)
10268         (gnus-server-closed-face, gnus-server-denied-face)
10269         (gnus-server-offline-face): Use renamed gnus faces.
10270
10271         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10272         Remove "-face" suffix from face names.
10273         (gnus-picon-xbm-face, gnus-picon-face):
10274         New backward-compatibility aliases for renamed faces.
10275
10276         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10277         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10278         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10279         (gnus-cite-11): Remove "-face" suffix from face names.
10280         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10281         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10282         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10283         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10284         New backward-compatibility aliases for renamed faces.
10285         (gnus-cite-attribution-face, gnus-cite-face-list)
10286         (gnus-article-boring-faces): Use renamed gnus faces.
10287
10288         * gnus-art.el (gnus-signature, gnus-header-from)
10289         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10290         (gnus-header-content): Remove "-face" suffix from face names.
10291         (gnus-signature-face, gnus-header-from-face)
10292         (gnus-header-subject-face, gnus-header-newsgroups-face)
10293         (gnus-header-name-face, gnus-header-content-face):
10294         New backward-compatibility aliases for renamed faces.
10295         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10296
10297         * gnus-sum.el (gnus-summary-selected-face)
10298         (gnus-summary-highlight): Use renamed gnus faces.
10299         * gnus-group.el (gnus-group-highlight): Likewise.
10300
10301 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10302
10303         * gnus-sieve.el (gnus-sieve-article-add-rule):
10304         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10305         * spam-stat.el (spam-stat-buffer-change-to-spam)
10306         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10307
10308         * message.el (message-is-yours-p):
10309         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10310
10311 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * mm-view.el (mm-inline-text): Withdraw the last change.
10314
10315 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10318         executing enriched-decode.
10319
10320 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10323         charset of tar files.
10324
10325 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10326
10327         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10328
10329 2005-06-04  Lute Kamstra  <lute@gnu.org>
10330
10331         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10332         information is never recorded.
10333
10334 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10335
10336         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10337
10338 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * pop3.el (pop3-apop): Run md5 in the binary mode.
10341
10342         * starttls.el (starttls-set-process-query-on-exit-flag):
10343         Use eval-and-compile.
10344
10345 2005-05-31  Simon Josefsson  <jas@extundo.com>
10346
10347         * smime.el (smime-replace-in-string): Define.
10348         (smime-cert-by-ldap-1): Use it.
10349
10350 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * gnus-art.el (article-display-x-face): Replace
10353         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10354
10355         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10356         set-process-query-on-exit-flag or process-kill-without-query.
10357
10358         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10359         loop instead of replace-regexp.
10360
10361         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10362         instead of process-kill-without-query if it is available.
10363
10364         * lpath.el: Fbind ldap-search-entries.
10365
10366         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10367         instead of find-file-hooks if it is available.
10368
10369         * mml1991.el: Bind pgg-default-user-id when compiling.
10370
10371         * mml2015.el: Bind pgg-default-user-id when compiling.
10372
10373         * nndraft.el (nndraft-request-associate-buffer):
10374         Use write-contents-functions instead of write-contents-hooks if it is
10375         available.
10376
10377         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10378         instead of find-file-hooks if it is available.
10379
10380         * nntp.el (nntp-open-connection): Replace
10381         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10382         (nntp-open-ssl-stream): Ditto.
10383         (nntp-open-tls-stream): Ditto.
10384
10385         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10386         set-process-query-on-exit-flag or process-kill-without-query.
10387         (starttls-open-stream-gnutls): Use it instead of
10388         process-kill-without-query.
10389         (starttls-open-stream): Ditto.
10390
10391 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10392
10393         * smime.el (smime-cert-by-ldap-1): Don't use
10394         replace-regexp-in-string.
10395
10396 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10397
10398         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10399
10400         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10401         in PEM format.  Adjust to the XEmacs compability.
10402
10403 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10406         by `string-to-number'.
10407         * gnus-agent.el (gnus-agent-regenerate-group)
10408         (gnus-agent-fetch-articles): Ditto.
10409         * gnus-art.el (gnus-button-fetch-group): Ditto.
10410         * gnus-cache.el (gnus-cache-generate-active)
10411         (gnus-cache-articles-in-group): Ditto.
10412         * gnus-group.el (gnus-group-set-current-level)
10413         (gnus-group-insert-group-line): Ditto.
10414         * gnus-score.el (gnus-score-set-expunge-below)
10415         (gnus-score-set-mark-below, gnus-summary-score-effect)
10416         (gnus-summary-score-entry): Ditto.
10417         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10418         (gnus-soup-pack): Ditto.
10419         * gnus-spec.el (gnus-xmas-format): Ditto.
10420         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10421         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10422         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10423         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10424         * nndb.el (nndb-get-remote-expire-response): Ditto.
10425         * nndiary.el (nndiary-parse-schedule-value)
10426         (nndiary-string-to-number, nndiary-request-replace-article)
10427         (nndiary-request-article): Ditto.
10428         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10429         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10430         * nneething.el (nneething-make-head): Ditto.
10431         * nnfolder.el (nnfolder-request-article)
10432         (nnfolder-retrieve-headers): Ditto.
10433         * nnheader.el (nnheader-file-to-number): Ditto.
10434         * nnkiboze.el (nnkiboze-request-article): Ditto.
10435         * nnmail.el (nnmail-process-unix-mail-format)
10436         (nnmail-process-babyl-mail-format): Ditto.
10437         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10438         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10439         (nnmh-request-create-group, nnmh-request-list-1)
10440         (nnmh-request-group, nnmh-request-article): Ditto.
10441         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10442         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10443         * nnsoup.el (nnsoup-make-active): Ditto.
10444         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10445         * nntp.el (nntp-find-group-and-number)
10446         (nntp-retrieve-headers-with-xover): Ditto.
10447         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10448         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10449         (pgg-format-key-identifier): Ditto.
10450         * pop3.el (pop3-last, pop3-stat): Ditto.
10451         * qp.el (quoted-printable-decode-region): Ditto.
10452
10453         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10454         of concat.
10455
10456 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10459
10460         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10461
10462         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10463
10464         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10465
10466         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10467
10468         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10469
10470         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10471         (gnus-carpal-mode): Ditto.
10472
10473         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10474         (gnus-browse-mode): Ditto.
10475
10476         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10477
10478         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10479
10480 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10481
10482         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10483
10484 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * gnus-util.el (gnus-run-mode-hooks): New function.
10487
10488         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10489
10490         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10491         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10492
10493 2005-05-27  Lute Kamstra  <lute@gnu.org>
10494
10495         * dns-mode.el (dns-mode): Specify customization group.
10496
10497 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10498
10499         * gnus-agent.el (gnus-agent-make-mode-line-string):
10500         Use mode-line-highlight as mouse-face.
10501
10502 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * canlock.el (canlock): Change the parent group to news.
10505
10506         * deuglify.el (gnus-outlook-deuglify): Add :group.
10507
10508         * dig.el (dig): Add :group.
10509
10510         * dns-mode.el (dns-mode): Add :group.
10511
10512         * encrypt.el (encrypt): Add :group.
10513
10514         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10515         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10516         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10517         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10518         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10519
10520         * gnus-diary.el (gnus-diary): Add :group.
10521
10522         * gnus.el (gnus-group-news-1-face): Add :group.
10523         (gnus-group-news-1-empty-face): Ditto.
10524         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10525         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10526         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10527         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10528         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10529         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10530         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10531         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10532         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10533         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10534         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10535         (gnus-summary-high-ticked-face): Ditto.
10536         (gnus-summary-low-ticked-face): Ditto.
10537         (gnus-summary-normal-ticked-face): Ditto.
10538         (gnus-summary-high-ancient-face): Ditto.
10539         (gnus-summary-low-ancient-face): Ditto.
10540         (gnus-summary-normal-ancient-face): Ditto.
10541         (gnus-summary-high-undownloaded-face): Ditto.
10542         (gnus-summary-low-undownloaded-face): Ditto.
10543         (gnus-summary-normal-undownloaded-face): Ditto.
10544         (gnus-summary-high-unread-face): Ditto.
10545         (gnus-summary-low-unread-face): Ditto.
10546         (gnus-summary-normal-unread-face): Ditto.
10547         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10548         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10549
10550         * hashcash.el (hashcash): New custom group.
10551         (hashcash-default-payment): Add :group.
10552         (hashcash-payment-alist): Ditto.
10553         (hashcash-default-accept-payment): Ditto.
10554         (hashcash-accept-resources): Ditto.
10555         (hashcash-path): Ditto.
10556         (hashcash-extra-generate-parameters): Ditto.
10557         (hashcash-double-spend-database): Ditto.
10558         (hashcash-in-news): Ditto.
10559
10560         * message.el (message-minibuffer-local-map): Add :group.
10561
10562         * netrc.el (netrc): Add :group.
10563
10564         * sieve-manage.el (sieve-manage-log): Add :group.
10565         (sieve-manage-default-user): Diito.
10566         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10567         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10568         (sieve-manage-authenticators): Ditto.
10569         (sieve-manage-authenticator-alist): Ditto.
10570         (sieve-manage-default-port): Ditto.
10571
10572         * sieve-mode.el (sieve-control-commands-face): Add :group.
10573         (sieve-action-commands-face): Ditto.
10574         (sieve-test-commands-face): Ditto.
10575         (sieve-tagged-arguments-face): Ditto.
10576
10577         * smime.el (smime): Add :group.
10578
10579         * spam-report.el (spam-report): Add :group.
10580
10581         * spam.el (spam, spam-face): Add :group.
10582
10583 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10584
10585         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10586         return \n.\n.\n at the end of articles.  Protect against that.
10587         (nntp-with-open-group): Allow debugging.
10588
10589         * nnheader.el (mail-header-set-extra): Make into a function
10590         because I just could't understand how to quote the list properly.
10591
10592         * dns.el (query-dns-cached): New function.
10593
10594 2005-05-26  Lute Kamstra  <lute@gnu.org>
10595
10596         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10597
10598 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10601
10602         * gnus-art.el: Don't autoload mail-extract-address-components.
10603
10604         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10605         eval-and-compile to evaluate it.
10606
10607         * hashcash.el: Don't autoload executable-find.
10608
10609         * nndb.el: Don't declare the nndb back end two or more times; don't
10610         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10611
10612         * nntp.el: Autoload format-spec instead of format; use
10613         eval-and-compile to evaluate autoload forms.
10614
10615 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10616
10617         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10618
10619 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10620
10621         * gnus.el (gnus-version-number): Bump version.
10622
10623 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10624
10625         * gnus.el: No Gnus v0.3 is released.
10626
10627 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10628
10629         * lpath.el (featurep): Bind show-nonbreak-escape.
10630
10631 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-art.el (gnus-article-edit-part): Disable undo.
10634
10635 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10638         gnus-article-date-lapsed-new-header is t if date timer is active;
10639         skip headers in which the original date value is empty.
10640         (gnus-article-save-original-date): Redefine it as a macro.
10641         (gnus-display-mime): Use it.
10642
10643 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * gnus-art.el (article-date-ut): Support converting date in
10646         forwarded parts as well.
10647         (gnus-article-save-original-date): New function.
10648         (gnus-display-mime): Use it.
10649
10650 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10651
10652         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10653         enclosure element of <item>.
10654
10655 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * message.el (message-kill-buffer-query): Renamed from
10658         `message-kill-buffer-query-if-modified'.  Added :version.
10659
10660 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10663         window layout.
10664
10665 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * mml.el: Autoload dnd when compiling.
10668
10669 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10672         x-dnd-*.
10673
10674 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * qp.el (quoted-printable-encode-region): Save excursion.
10677
10678 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10679
10680         * message.el (message-kill-buffer-query-if-modified): Add new variable
10681         so the user can kill a modified message buffer quickly.
10682         (message-kill-buffer): Use it.
10683
10684 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * lpath.el: Fbind display-time-event-handler; don't fbind
10687         string-to-multibyte.
10688
10689         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10690
10691 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10694         contained in text because xml.el decodes entities) with LFs.
10695
10696 2005-04-11  Lute Kamstra  <lute@gnu.org>
10697
10698         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10699         differently.
10700
10701 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10702
10703         * mm-util.el (mm-detect-coding-region): Typo.
10704
10705 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10708
10709 2005-04-06  Deepak Goel  <deego@gnufans.org>
10710
10711         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10712         user-function allow user modifications of the scores.
10713         (spam-stat-score-buffer-user): New function, to allow
10714         user-computed modifications to the score.
10715         (spam-stat-score-buffer-user-functions): List of additional
10716         scoring functions.
10717         (spam-stat-error-holder): Global temporary error holder.
10718         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10719         variable.
10720
10721 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10722
10723         * gnus-registry.el (gnus-registry-clean-empty-function)
10724         (gnus-registry-trim, gnus-registry-fetch-groups)
10725         (gnus-registry-delete-group): Groups that match
10726         `gnus-registry-ignored-groups' are removed from the registry
10727         entries, not just ignored for splitting.  This helps clean up the
10728         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10729         to get all the groups a message ID is in.
10730
10731         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10732         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10733         (spam-stat-score-buffer-user-functions): Add :number custom type.
10734
10735 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10738         argument in XEmacs.
10739
10740         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10741         (nnrss-request-group): Decode group name first.
10742         (nnrss-request-article): Make a text/plain article if mml-to-mime
10743         failed.
10744         (nnrss-get-encoding): Return a compatible encoding according to
10745         nnrss-compatible-encoding-alist.
10746         (nnrss-find-el): Use consp instead of listp.
10747         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10748
10749 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10752         which Emacs 20 doesn't support.
10753         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10754
10755 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10758         silence the byte compiler inside the defun.
10759
10760         * gnus-demon.el (parse-time-string): Add autoload.
10761
10762         * gnus-delay.el (parse-time-string): Add autoload.
10763
10764         * gnus-art.el (parse-time-string): Add autoload.
10765
10766         * nnultimate.el (parse-time): Require for `parse-time-string'.
10767
10768 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10769
10770         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10771
10772         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10773
10774         * smime.el (smime-ldap-host-list): Add :version.
10775
10776 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10779         pass it to `gnus-browse-read-group'.
10780         (gnus-browse-read-group): Add NUMBER argument and pass it to
10781         `gnus-group-read-ephemeral-group'.
10782
10783         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10784         argument and pass it to `gnus-group-read-group'.
10785
10786 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10787
10788         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10789         mm-xemacs-find-mime-charset-1 if we have the mule feature
10790         available at runtime.
10791
10792 2005-03-25  Werner Lemberg  <wl@gnu.org>
10793
10794         * nnmaildir.el: Replace `illegal' with `invalid'.
10795
10796 2005-03-23  Lute Kamstra  <lute@gnu.org>
10797
10798         * time-date.el: Add comment on time value formats.
10799         Don't require parse-time.
10800         (with-decoded-time-value): New macro.
10801         (encode-time-value): New function.
10802         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10803         (days-to-time): Return a valid time value when arg is huge.
10804         (time-since): Use time-subtract.
10805         (time-to-number-of-days): Use time-to-seconds.
10806
10807 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10808
10809         * gnus-start.el (gnus-display-time-event-handler):
10810         Check display-time-timer at runtime rather than only at load time
10811         in case display-time-mode is turned off in the mean time.
10812
10813 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10814
10815         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10816         used.
10817
10818         * nneething.el (nneething-map-file-directory): Derive from
10819         `gnus-directory'.
10820
10821         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10822         the To/Cc button.
10823
10824 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10825
10826         * nnmaildir.el (nnmaildir-request-accept-article):
10827         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10828
10829 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10830
10831         * gnus-async.el: Require timer-funcs at compile time when in
10832         XEmacs for `run-with-idle-timer'.
10833
10834 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10835
10836         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10837         autoloaded function.
10838
10839 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10840
10841         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10842
10843 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10844
10845         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10846
10847 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10848
10849         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10850         gnus-expert-user to default.
10851
10852 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10853
10854         * nnimap.el (nnimap-open-server): Ditto.
10855
10856         * imap.el (imap-authenticate): Fix typo.
10857
10858 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10859
10860         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10861         buffer (since IMAP server might return FETCH response out of
10862         order, and the nntp buffer must be sorted).
10863
10864 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10865
10866         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10867         comparison on string.
10868
10869         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10870         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10871         (gnus-agent-summary-fetch-series): Modified to protect against
10872         gnus-agent-summary-fetch-group clearing processable flags.
10873         (gnus-agent-synchronize-group-flags): Update live group buffer as
10874         synchronization may occur due to the user toggle the plugged
10875         status.
10876         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10877         successfully downloaded.
10878         (gnus-agent-expire-group-1): Avoid using markers when the overview
10879         is in ascending order; greatly improves performance.
10880         (gnus-agent-regenerate-group): Use
10881         gnus-agent-synchronize-group-flags to reset read status in both
10882         gnus and server.
10883         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10884
10885 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10886
10887         * message.el: Don't autoload former message-utils variables.
10888         (message-strip-subject-trailing-was): Change doc string.
10889
10890         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10891         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10892         (nnweb-google-search): Add "hl=en" here.
10893         (nnweb-google-parse-1, nnweb-google-create-mapping):
10894         Don't hardcode URL.
10895
10896 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10897
10898         * message.el (message-get-reply-headers, message-followup):
10899         Mention related variables `message-use-followup-to' and
10900         `message-use-mail-followup-to', in the information buffer.
10901
10902         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10903         of broken groups(-beta).google.com.
10904
10905 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10906
10907         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10908         parameter to invoked gnus-request-move-article; remove the
10909         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10910         all at once instead of once per article.
10911         (gnus-summary-remove-process-mark): Accept a list of articles as
10912         well as a single article for processing.
10913
10914         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10915         parameter.
10916
10917         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10918
10919         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10920
10921         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10922         parameter.
10923
10924         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10925         parameter.
10926
10927         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10928         parameter and remove the gnus-sum-hint-move-is-internal variable.
10929
10930         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10931         parameter.
10932
10933         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10934         parameter.
10935
10936         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10937         parameter.
10938
10939         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10940
10941         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10942         parameter.
10943
10944         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10945         parameter.
10946
10947 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10948
10949         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10950         a more conservative way.
10951
10952 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10953
10954         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10955         buffer, so it moves the window's cursor.
10956
10957 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10958
10959         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10960         `mm-dissect-multipart' and receive the from field as an (optional)
10961         argument from `mm-dissect-multipart'.
10962         (mm-dissect-multipart): Receive the from field as an argument and
10963         pass it on when we call `mm-dissect-buffer' on MIME parts.
10964         Fixes verification/decryption of signed/encrypted MIME parts.
10965
10966 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10967
10968         * gnus-sum.el (gnus-summary-move-article): Set
10969         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10970         whatever it calls (right now, only nnimap-request-move article
10971         respects it).
10972
10973         * nnimap.el (nnimap-request-move-article): When
10974         gnus-sum-hint-move-is-internal is set, don't do the extra
10975         nnimap-request-article.
10976
10977 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10978
10979         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10980
10981         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10982         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10983
10984         * gnus-sum.el (gnus-summary-caesar-message):
10985         Apply `gnus-treat-article' after rotation.
10986
10987         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10988         doc string.
10989
10990 2005-02-22  Simon Josefsson  <jas@extundo.com>
10991
10992         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10993         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10994         <arne@arnested.dk>.
10995         (encrypt): Add password-cache and password-cache-expiry as group
10996         members.
10997
10998 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10999
11000         * smime.el (smime-ldap-host-list): Doc fix.
11001         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11002         cache) password.
11003         (smime-sign-region): Use it.
11004         (smime-decrypt-region): Use it.
11005         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11006         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11007         fails.
11008         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11009         certificate from DER to PEM format rather than calling openssl.
11010
11011         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11012
11013         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11014         for signing/encryption.
11015
11016         * mml.el (mml-parse-1): Use them.
11017
11018 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11019
11020         * nnrss.el (nnrss-verbose): Removed.
11021         (nnrss-request-group): Use `nnheader-message' instead.
11022
11023 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11024
11025         * nnrss.el (nnrss-verbose): New variable.
11026         (nnrss-request-group): Make it say nnrss is requesting a group.
11027
11028 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11031         Handle news URL with given port correctly.
11032
11033 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11036         containing special characters.
11037
11038         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11039
11040         * mml.el (mime-to-mml): Ditto.
11041
11042         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11043         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11044         (rfc2047-decode-region): Quote decoded words containing special
11045         characters when rfc2047-quote-decoded-words-containing-tspecials
11046         is non-nil.
11047
11048 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11049
11050         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11051
11052         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11053
11054 2005-02-15  Simon Josefsson  <jas@extundo.com>
11055
11056         * nnimap.el (nnimap-debug): Doc fix.
11057
11058         * imap.el (imap-debug): Doc fix.
11059
11060 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11063
11064 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11065
11066         * gnus.el (spam-contents): Improve docs for spam-contents
11067         parameter in its variable incarnation.
11068
11069 2005-02-14  Simon Josefsson  <jas@extundo.com>
11070
11071         * smime-ldap.el: Use require instead of load-library for ldap.
11072         (smime-ldap-search): Indent.
11073         (smime-ldap-search-internal): Shorten line.
11074
11075         * smime.el (smime-cert-by-dns): Add doc-string.
11076         (smime-cert-by-ldap-1): Indent.
11077
11078         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11079         mml-smime-get-dns-ldap.
11080         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11081
11082 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11083
11084         * smime.el: Require smime-ldap.
11085         (smime-ldap-host-list): New variable.
11086         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11087
11088         * mml-smime.el (mml-smime-encrypt-query): New function.
11089         (mml-smime-encrypt-query): Use it.
11090
11091         * smime-ldap.el: New file.
11092
11093 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11096
11097 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11098
11099         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11100         argument in doc string.  Make query for type more clear.
11101
11102 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * gnus.el (gnus-group-startup-message): Search for gnus images in
11105         etc/images/gnus.
11106         * mm-util.el (mm-image-load-path): Likewise.
11107         * smiley.el (smiley-data-directory): Search for smilies in
11108         etc/images/smilies.
11109
11110 2005-02-09  Kim F. Storm  <storm@cua.dk>
11111
11112         Change Emacs release version from 21.4 to 22.1 throughout.
11113         Change Emacs development version from 21.3.50 to 22.0.50.
11114
11115 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11118
11119         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11120         non-Mule XEmacs as well.
11121         (mm-decompress-buffer): Signal an error intentionally if it does
11122         not decompress compressed data because auto-compression-mode is
11123         disabled.
11124
11125 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11126
11127         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11128         an ID in the registry even if it has no groups.
11129
11130 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11133         merge it into mm-decompress-buffer.
11134         (gnus-mime-copy-part): Use the MIME part charset, the value which
11135         a user specified or gnus-newsgroup-charset for decoding, like
11136         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11137         save-buffer what was used.  Suggested by Kevin Ryde
11138         <user42@zip.com.au>.
11139         (gnus-mime-inline-part): Allow the name parameter as well as the
11140         filename parameter; force decompressing of compressed data; always
11141         display contents being not decoded as unibyte.
11142
11143         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11144         as well as the filename parameter.
11145
11146         * mm-util.el (mm-decompress-buffer): Merge
11147         gnus-mime-jka-compr-maybe-uncompress.
11148         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11149         of compressed data.
11150
11151 2005-02-08  Simon Josefsson  <jas@extundo.com>
11152
11153         * imap.el (imap-log): Doc fix.
11154
11155 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11158         the coding cookies; decompress compressed parts.
11159
11160         * mml.el (mml-generate-mime-1): Add the charset parameter according
11161         to the value which a user specified manually or the coding cookie.
11162
11163         * mm-util.el (mm-string-to-multibyte): New function.
11164         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11165         (mm-coding-system-to-mime-charset): New function.
11166         (mm-decompress-buffer): New function.
11167         (mm-find-buffer-file-coding-system): New function.
11168
11169         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11170         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11171         parts.
11172
11173 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11174
11175         * mm-view.el (mm-display-inline-fontify): Decode a part according
11176         to the charset parameter.
11177
11178 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11181         prefix arg is neither nil nor a number, as info specifies.
11182
11183 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11186         timestamps.
11187
11188 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11189
11190         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11191         groups error checking and notify user.
11192
11193 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11194
11195         * message.el (message-send-mail-function): Check existence of
11196         sendmail-program first before using default value
11197         `message-send-mail-with-sendmail'.  Otherwise use more generic
11198         `smtpmail-send-it'.
11199
11200 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * nntp.el (nntp-request-update-info): Always return nil.
11203
11204 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11205
11206         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11207
11208 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11209
11210         * message.el (message-beginning-of-line): Change the behavior when
11211         invoked between BOL and : so that it first moves backward.
11212
11213 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11216         article buffer when editing of the article is discarded.
11217         (gnus-article-prepare): Revert.
11218
11219 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * gnus-art.el (gnus-article-prepare):
11222         Remove message-strip-forbidden-properties from the local hook.
11223
11224 2005-01-27  Simon Josefsson  <jas@extundo.com>
11225
11226         * password.el (password-cache-add): Only start one timer per key.
11227         Reported by Derek Atkins <warlord@MIT.EDU>.
11228
11229 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11230
11231         * run-at-time.el: Removed.  It is no longer needed as
11232         timer-funcs.el in the xemacs-base package has a working version of
11233         `run-at-time'.
11234
11235         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11236
11237         * password.el: Require timer-funcs instead of run-at-time in
11238         XEmacs.
11239         Remove `password-run-at-time' macro.
11240         (password-cache-add): Use `run-at-time' instead of
11241         `password-run-at-time'.
11242
11243         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11244         Remove `nnheader-cancel-function-timers' alias,
11245         `cancel-function-timers' exists in XEmacs in timer-funcs.
11246
11247         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11248         for `run-with-idle-timer'.
11249
11250         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11251         for `run-at-time'.
11252
11253         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11254         for `with-timeout'.
11255
11256         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11257         the same as for XEmacs 21.4.
11258         No need to ignore `run-with-idle-timer', this function exists in
11259         XEmacs now in timer-funcs.el in the xemacs-base package.
11260         (dgnushack-compile): No need to delete
11261         run-at-time.el from the list of files to compile because it
11262         doesn't exist anymore.
11263
11264 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11267         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11268
11269 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11270
11271         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11272         sensitively.
11273
11274 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11275
11276         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11277
11278 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11281         which will be inserted according to the multibyteness of a buffer
11282         rather than the type of contents.  Suggested by ARISAWA Akihiro
11283         <ari@mbf.ocn.ne.jp>.
11284
11285         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11286         of string which old xml.el may return rather than a string.
11287
11288 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11291
11292 2005-01-16  Simon Josefsson  <jas@extundo.com>
11293
11294         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11295         idn/idna.el isn't available.
11296         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11297         <michael@waxrat.com>.
11298
11299         * hashcash.el: Remove non-FSF copyright header.
11300
11301         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11302         (hashcash-generate-payment): Use it.
11303         (hashcash-generate-payment-async): Use it.
11304
11305 2005-01-15  Simon Josefsson  <jas@extundo.com>
11306
11307         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11308         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11309
11310         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11311         gnus-summary-idna-message.
11312         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11313         (gnus-summary-idna-message): New function.
11314
11315 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11318         gnus-novice-user.
11319
11320 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * nnrss.el (nnrss-request-delete-group): Delete entries in
11323         nnrss-group-alist as well.
11324         (nnrss-save-server-data): Insert newline.
11325
11326 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * gnus.el (gnus-user-agent): Use list of symbols instead of
11329         symbols.  Display full version number for (S)XEmacs.  Optionally
11330         display (S)XEmacs codename.
11331
11332         * gnus-util.el (gnus-emacs-version): Update for new
11333         `gnus-user-agent'.
11334
11335         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11336         Gnus version.
11337
11338 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11341         which is unreadable in some setups.
11342
11343 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * gnus-spec.el (gnus-update-format-specifications): Flush the
11346         group format spec cache if it doesn't support decoded group names.
11347
11348 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11351         Allow to apply decay on score files matching a regexp.
11352
11353 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11356         compatibility in %g and %c.
11357
11358 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11361         name for only %g and %c.
11362         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11363         of gnus-tmp-group to decoded group name.
11364         (gnus-group-make-rss-group): Exclude `/'s from group names.
11365
11366 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * nnrss.el (nnrss-get-encoding): Fix regexp.
11369
11370 2004-12-27  Simon Josefsson  <jas@extundo.com>
11371
11372         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11373         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11374         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11375
11376 2004-12-17  Kim F. Storm  <storm@cua.dk>
11377
11378         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11379
11380         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11381
11382 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11383
11384         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11385
11386 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * nnrss.el: Require rfc2047 and mml.
11389         (nnrss-file-coding-system): New variable.
11390         (nnrss-format-string): Redefine it as an inline function.
11391         (nnrss-decode-group-name): New function.
11392         (nnrss-string-as-multibyte): Remove.
11393         (nnrss-retrieve-headers): Decode group name; don't use
11394         nnrss-format-string.
11395         (nnrss-request-group): Decode group name.
11396         (nnrss-request-article): Decode group name; allow a Message-ID as
11397         well as an article number; don't use nnrss-format-string; encode a
11398         Message-ID string which may contain non-ASCII characters; use
11399         mml-to-mime to compose a MIME article.
11400         (nnrss-request-expire-articles): Decode group name.
11401         (nnrss-request-delete-group): Decode group name.
11402         (nnrss-fetch): Clarify error message.
11403         (nnrss-read-server-data): Use insert-file-contents instead of load;
11404         bind file-name-coding-system; use multibyte buffer.
11405         (nnrss-save-server-data): Bind coding-system-for-write to the
11406         value of nnrss-file-coding-system; bind file-name-coding-system;
11407         add coding cookie.
11408         (nnrss-read-group-data): Use insert-file-contents instead of load;
11409         bind file-name-coding-system; use multibyte buffer.
11410         (nnrss-save-group-data): Bind coding-system-for-write to the
11411         value of nnrss-file-coding-system; bind file-name-coding-system.
11412         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11413         make it work with non-ASCII text.
11414         (nnrss-find-el): Make it work with old xml.el as well.
11415
11416 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11417
11418         * nnrss.el (nnrss-get-encoding): New function.
11419         (nnrss-fetch): Use unibyte buffer initially; bind
11420         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11421         decode contents according to the encoding attribute.
11422         (nnrss-save-group-data): Add coding cookie.
11423         (nnrss-mime-encode-string): New function.
11424         (nnrss-check-group): Use it to encode subject and author.
11425
11426 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11427
11428         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11429         imaginary variable.
11430
11431 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11434         correctly even if there are wide characters.
11435
11436 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11437
11438         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11439         downcased symbol names; make a new cache instead of reusing
11440         bbdb-hashtable.
11441
11442 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11445         concatenating segments rather than before concatenating them.
11446         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11447
11448         * message.el (message-get-reply-headers): Bind `extra'.
11449
11450 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11451
11452         * message.el (message-extra-wide-headers): New variable.
11453         (message-get-reply-headers): Use it.
11454
11455 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11458         (gnus-agent-group-pathname): Ditto.
11459
11460         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11461
11462         * gnus-group.el (gnus-group-make-group): Decode group name.
11463         (gnus-group-make-rss-group): Register the group data after opening
11464         the nnrss group.
11465
11466 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11467
11468         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11469         by expiry now get marked as read.
11470
11471 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11474
11475 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11476
11477         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11478         unify Latin characters in XEmacs.
11479         (mm-find-mime-charset-region): Use it.
11480
11481 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11482
11483         * gnus-util.el (gnus-delete-directory): New function.
11484
11485         * gnus-agent.el (gnus-agent-delete-group): Use it.
11486
11487         * gnus-cache.el (gnus-cache-delete-group): Use it.
11488
11489 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11492         names.
11493
11494 2004-12-16  Simon Josefsson  <jas@extundo.com>
11495
11496         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11497
11498 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11501
11502         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11503         (gnus-group-set-current-level): Decode group name.
11504
11505 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11506
11507         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11508         failed.
11509
11510 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * gnus-group.el (gnus-group-delete-group): Decode group name.
11513         (gnus-group-make-rss-group): Encode group name.
11514         (gnus-group-catchup-current): Decode group name.
11515         (gnus-group-kill-group): Decode group name.
11516
11517 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11518
11519         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11520
11521 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * gnus-group.el (gnus-group-make-rss-group):
11524         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11525
11526         * gnus-start.el (gnus-setup-news): Honor user's setting to
11527         gnus-message-archive-method.  Suggested by Lute Kamstra
11528         <lute@gnu.org>.
11529
11530 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11531
11532         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11533         global counterparts of the buffer-local variables.
11534
11535 2004-11-16  Romain Francoise  <romain@orebokech.com>
11536
11537         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11538         counterparts of the buffer-local variables.
11539
11540 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11541
11542         * message.el (message-forbidden-properties): Fixed typo in doc
11543         string.
11544
11545 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11546
11547         * gnus-util.el (gnus-replace-in-string): Added doc string.
11548
11549         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11550         to avoid problems when splitting mails with many recipients.
11551
11552 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11553
11554         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11555         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11556
11557 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11558
11559         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11560         if there is no hashtable in memory or file modification time is
11561         newer than cached timestamp.
11562
11563 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11566         not-matching option.
11567
11568 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11571         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11572         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11573         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11574         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11575         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11576
11577 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * message.el (message-forward-make-body-mml): Remove headers
11580         according to message-forward-ignored-headers if a message is decoded.
11581
11582 2004-12-02  Romain Francoise  <romain@orebokech.com>
11583
11584         * message.el (message-forward-make-body-plain): Always remove
11585         headers according to message-forward-ignored-headers.
11586
11587 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11588
11589         * spam.el (spam-summary-prepare-exit): Remove the
11590         gnus-summary-limit pop for now, it has problems with ham marks for
11591         me.
11592
11593 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11594
11595         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11596         correctly.
11597
11598 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11599
11600         * format-spec.el (format-spec): Message the char.
11601
11602 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11603
11604         * gnus-art.el (gnus-split-methods): Reformat comments.
11605
11606         * spam.el (spam-summary-prepare-exit): Remove article limits
11607         before exiting the summary buffer.
11608
11609 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11610
11611         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11612         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11613
11614         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11615         order to silence the byte compiler.
11616
11617         * spam.el: Fix the way to silence the byte compiler, which
11618         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11619         bbdb-search-simple, spam-BBDB-register-routine,
11620         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11621         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11622         spam-stat-buffer-is-spam, spam-stat-load,
11623         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11624         spam-stat-save and spam-stat-split-fancy.
11625
11626 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11629         which may confuse users.
11630         (canlock-password-for-verify): Ditto.
11631
11632         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11633
11634         * gnus-art.el (gnus-emphasis-alist): Ditto.
11635
11636         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11637
11638         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11639
11640         * gnus-start.el (gnus-save-killed-list): Ditto.
11641
11642         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11643         (gnus-sum-thread-tree-root): Ditto.
11644         (gnus-sum-thread-tree-false-root): Ditto.
11645         (gnus-sum-thread-tree-single-indent): Ditto.
11646
11647         * message.el (message-courtesy-message): Ditto.
11648         (message-archive-note): Ditto.
11649         (message-subscribed-address-file): Ditto.
11650         (message-user-fqdn): Ditto.
11651
11652         * spam-report.el (spam-report-gmane-regex): Ditto.
11653
11654         * spam.el (spam-blackhole-good-server-regex): Ditto.
11655
11656 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * mml.el (mml-preview): Widen the message buffer before copying
11659         the contents to the preview buffer; sort headers before previewing.
11660
11661         * message.el (message-hidden-headers): Fix the way to avoid a bug
11662         in the `repeat' widget in Emacs 21.3 or earlier.
11663
11664 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * message.el (message-hidden-headers): Default to "^References:".
11667         Improve customization type.  Suggested by Reiner Steib
11668         <Reiner.Steib@gmx.de>.
11669
11670 2004-11-25  Romain Francoise  <romain@orebokech.com>
11671
11672         * message.el (message-strip-forbidden-properties): Remove check for
11673         obsolete `message-hidden' text property, hidden headers are not
11674         accessible in the buffer anymore.
11675
11676 2004-11-22  Romain Francoise  <romain@orebokech.com>
11677
11678         * message.el (message-header-format-alist): Add `From' in list
11679         so that it can be sorted.
11680         (message-fix-before-sending): Widen and sort headers before
11681         sending.
11682         (message-hide-headers): Use narrowing to hide headers by moving
11683         them to the top of the buffer and narrowing to the region
11684         underneath.
11685
11686 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11687
11688         * message.el (message-strip-forbidden-properties): Bind
11689         buffer-read-only (etc) to nil.
11690
11691 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11694         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11695
11696 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11697
11698         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11699
11700 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11701
11702         * dns.el (query-dns): Use sit-for to time instead of
11703         accept-process-output, since that doesn't seem to work on udp
11704         sockets.
11705
11706 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11709
11710 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11711
11712         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11713         doc string.  Improve doc string.
11714
11715 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * nntp.el (nntp-request-update-info): Return nil if
11718         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11719         may not call gnus-activate-group which uselessly issues the GROUP
11720         commands for all nntp groups and wastes time.  Reported by Romain
11721         Francoise <romain@orebokech.com>.
11722
11723         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11724
11725 2004-11-15  Simon Josefsson  <jas@extundo.com>
11726
11727         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11728         headers separately.
11729         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11730         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11731
11732 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11733
11734         * gnus-start.el (gnus-convert-old-newsrc):
11735         Assign legacy-gnus-agent to 5.10.7.
11736
11737 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11738
11739         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11740         start of the lines.
11741
11742 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11743
11744         * hashcash.el (hashcash-default-payment): Change default to 20.
11745         (hashcash-default-accept-payment): Change default to 20.
11746         (hashcash-process-alist): New variable.
11747         (hashcash-generate-payment-async): Add.
11748         (hashcash-already-paid-p): Add.
11749         (hashcash-insert-payment): Don't generate payments twice.
11750         (hashcash-insert-payment-async): Add.
11751         (hashcash-insert-payment-async-2): Add.
11752         (hashcash-cancel-async): Add.
11753         (hashcash-wait-async): Add.
11754         (hashcash-processes-running-p): Add.
11755         (hashcash-wait-or-cancel): Add.
11756         (mail-add-payment): New optional argument.  Conditionally start
11757         asynchronous calculation.
11758         (mail-add-payment-async): Add.
11759
11760         * message.el (message-send-mail): Wait for asynchronous hashcash
11761         results.  Don't clobber existing X-Hashcash headers.
11762         (message-setup-1): Call mail-add-payment-async when
11763         message-generate-hashcash is non-nil.
11764
11765 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11766
11767         * message.el (message-use-alternative-email-as-from): Examine the
11768         From header as well; use message-make-from in order to include a
11769         user's full name.
11770
11771 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11774         default; improve customization type.
11775         (gnus-emphasis-custom-with-format): New macro.
11776         (gnus-emphasis-custom-value-to-external): New function.
11777         (gnus-emphasis-custom-value-to-internal): New function.
11778
11779 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11780
11781         * dns.el (query-dns): Resolve reverse addresses.
11782
11783 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11784
11785         * gnus-group.el (gnus-group-get-new-news): Use it.
11786
11787         * gnus-start.el (gnus-check-reasonable-setup): New function.
11788
11789 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11792         "Args out of range" error.  Reported by Arnaud Giersch
11793         <arnaud.giersch@free.fr>.
11794
11795 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11796
11797         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11798
11799 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11800
11801         * spam.el (spam group): Add :version.
11802
11803         * pgg-def.el (pgg group): Add :version.
11804
11805 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * gnus-art.el (gnus-article-edit-article): Don't associate the
11808         article buffer with a draft file.  This is a temporary measure
11809         against the 2004-08-22 change to gnus-article-edit-mode.
11810
11811 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11814         (html2text-format-tags): Remove unused variable `attr'.
11815
11816 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11817
11818         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11819
11820         * tls.el (tls-process-connection-type, tls-success)
11821         (tls-certtool-program): Add :version.
11822
11823         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11824         (starttls-extra-arguments, starttls-process-connection-type)
11825         (starttls-connect, starttls-failure, starttls-success): Add :version.
11826
11827         * spam-stat.el (spam-stat): Add :version.
11828
11829         * sieve.el (sieve): Add :version.
11830
11831         * sha1.el (sha1): Add :version.
11832         (sha1-use-external): Remove redundant version.
11833
11834         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11835         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11836         (nnmail-split-fancy-match-partial-words)
11837         (nnmail-split-lowercase-expanded): Add :version.
11838
11839         * nndiary.el (nndiary): Add :version.
11840
11841         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11842
11843         * mml-sec.el (mml-default-sign-method)
11844         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11845         Add :version.
11846
11847         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11848
11849         * mm-url.el (mm-url-use-external, mm-url-program)
11850         (mm-url-arguments): Add :version.
11851
11852         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11853         (mm-attachment-file-modes, mm-decrypt-option)
11854         (mm-w3m-safe-url-regexp): Add :version.
11855
11856         * message.el (message-cite-prefix-regexp)
11857         (message-sendmail-envelope-from, message-minibuffer-local-map)
11858         (message-user-fqdn, message-completion-alist): Add :version.
11859
11860         * gnus-win.el (gnus-configure-windows-hook)
11861         (gnus-use-frames-on-any-display): Add :version.
11862
11863         * gnus-art.el (gnus-article-address-banner-alist)
11864         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11865         (gnus-treat-from-picon, gnus-treat-mail-picon)
11866         (gnus-treat-x-pgp-sig): Add :version.
11867
11868         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11869         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11870         (gnus-summary-article-delete-hook)
11871         (gnus-summary-display-while-building): Add :version.
11872
11873         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11874         (gnus-get-top-new-news-hook): Add :version.
11875
11876         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11877         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11878
11879         * gnus-registry.el (gnus-registry): Add :version.
11880
11881         * gnus-spec.el (gnus-use-correct-string-widths)
11882         (gnus-make-format-preserve-properties): Add :version.
11883
11884         * gnus.el (gnus-group-charter-alist)
11885         (gnus-group-fetch-control-use-browse-url)
11886         (gnus-install-group-spam-parameters): Add :version.
11887
11888         * gnus-diary.el (gnus-diary): Add :version.
11889
11890         * gnus-delay.el (gnus-delay): Add :version.
11891
11892         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11893         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11894         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11895         Add :version.
11896
11897         * gnus-agent.el (gnus-agent-max-fetch-size)
11898         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11899         (gnus-agent-prompt-send-queue): Add :version.
11900
11901         * deuglify.el (gnus-outlook-deuglify): Add :version.
11902
11903         * html2text.el: Beautify code.  Improve doc strings.  Some
11904         checkdoc cleanup.
11905         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11906
11907 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11908
11909         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11910
11911 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11912
11913         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11914         when package is loaded.
11915
11916         * spam.el (spam-summary-score-preferred-header): Add global preference
11917         for people who want to override the default SpamAssassin over
11918         Bogofilter preference (when both are set).
11919         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11920         (spam-user-format-function-S): Check
11921         spam-summary-score-preferred-header.
11922         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11923         (spam-user-format-function-S): Format the score correctly.
11924
11925 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11928         signature file.  Suggested by Manoj Srivastava
11929         <srivasta@golden-gryphon.com>.
11930
11931         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11932         iso-2022-jp even in the Japanese language environment.
11933         Suggested by Jason Rumney <jasonr@gnu.org>.
11934
11935 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11938         use the same characters as the dummy marks; make it free from
11939         getting affected by the language environment.
11940         (gnus-summary-read-group-1): Update mark positions only when the
11941         format spec is updated.
11942
11943         * gnus-spec.el (gnus-update-format-specifications): Return a list
11944         of updated types.
11945
11946 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11949         of boundp to check if display-warning is available.
11950
11951 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11952
11953         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11954
11955 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * nnspool.el (nnspool-spool-directory): Use news-path if the
11958         news-directory variable is not bound.
11959
11960         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11961         function instead of display-warning if it is not available.
11962
11963 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11964
11965         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11966         v5-10: Use `point-at-bol'.
11967
11968 2004-10-26  Simon Josefsson  <jas@extundo.com>
11969
11970         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11971         <chenggao@gmail.com>.
11972
11973 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11974
11975         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11976         instead.
11977
11978 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11979
11980         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11981         to remove a server from the nnimap-server-buffer-alist.
11982         (nnimap-open-connection, nnimap-close-server): Use it.
11983
11984         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11985
11986 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11989         running the major-mode function.
11990
11991 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11992
11993         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11994         dummy marks in the right way.
11995
11996 2004-10-18  David Edmondson  <dme@dme.org>
11997
11998         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11999         excessively.
12000
12001 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12002
12003         * gnus-util.el (gnus-split-references): Accept a nil references
12004         string and go on blissfully.
12005
12006         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12007         cases where the references string is non-nil but has no references.
12008
12009         * encrypt.el: Add autoload tags.
12010
12011         * spam.el (spam-resolve-registrations-routine): Remove article
12012         from unregistration list too.  Reported by David Hanak
12013         <dhanak@isis.vanderbilt.edu>
12014
12015 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12018         nil.  Changed custom type.
12019
12020 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12023
12024         * gnus-sum.el (gnus-summary-move-article): Use it.
12025
12026 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12027
12028         * encrypt.el: Add autoload cookies.
12029
12030         * spam.el (spam-backend-article-list-property)
12031         (spam-backend-get-article-todo-list)
12032         (spam-backend-put-article-todo-list)
12033         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12034         Resolve registrations separately.
12035         (spam-register-routine): Format comments.
12036         (spam-unregister-routine, spam-register-routine): Always call with
12037         specific-articles, no default list.
12038         (spam-summary-prepare-exit): Use the spam-classifications function.
12039
12040         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12041         gnus-encrypt.el.
12042
12043         * encrypt.el: Copied from gnus-encrypt.el.
12044
12045         * gnus-encrypt.el: Commented that it's obsolete.
12046
12047 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12050         (gnus-score-save): Use it.
12051
12052         * message.el (message-bury): Use `window-dedicated-p'.
12053
12054 2004-10-15  Simon Josefsson  <jas@extundo.com>
12055
12056         * pop3.el (top-level): Don't require nnheader.
12057         (pop3-read-timeout): Add.
12058         (pop3-accept-process-output): Add.
12059         (pop3-read-response, pop3-retr): Use it.
12060
12061 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12062
12063         * spam.el (spam-register-routine): Move comment.
12064         (spam-verify-bogofilter): Use 'unknown for the initial
12065         spam-bogofilter-valid state, not 'never.
12066
12067         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12068         for netrc-machine.
12069
12070         * nnimap.el (nnimap-open-connection): Use
12071         netrc-machine-user-or-password.
12072
12073 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12074
12075         * gnus-registry.el (gnus-registry-unload-hook):
12076         Set as a variable with add-hook.
12077
12078         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12079         of news-path.
12080
12081         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12082
12083         * spam.el: Delete duplicate `provide'.
12084         (spam-unload-hook): Set as a variable with add-hook.
12085
12086 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12087
12088         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12089         in the doc string.
12090
12091         * message.el (message-ignored-news-headers)
12092         (message-ignored-supersedes-headers)
12093         (message-ignored-resent-headers)
12094         (message-forward-ignored-headers): Improve custom type.
12095
12096 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * message.el (message-tokenize-header): Fix 2004-09-06 change
12099         which used point-min in the wrong place.
12100
12101 2004-10-12  Simon Josefsson  <jas@extundo.com>
12102
12103         * tls.el (tls-certtool-program): New variable.
12104         (tls-certificate-information): New function, based on
12105         ssl-certificate-information.
12106
12107 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * compface.el: Move the version of ELisp-based uncompface program
12110         to the contrib directory because of the copyright problem.
12111
12112 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * message.el (message-kill-buffer): Raise the current frame.
12115
12116 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12119
12120         * gnus.el (message-y-or-n-p): Autoload.
12121
12122         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12123         (pop3-password-required, pop3-authentication-scheme)
12124         (pop3-leave-mail-on-server): Made customizable.
12125         (pop3): New custom group.
12126         (pop3-retr): Remove `sleep-for' statements.
12127         Suggested by Dave Love <fx@gnu.org>.
12128
12129         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12130         Windows/DOS.
12131
12132         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12133         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12134         Dave Love <fx@gnu.org>.
12135
12136         * mml.el (mml-minibuffer-read-disposition): Require match.
12137         Suggested by Dave Love <fx@gnu.org>.
12138
12139 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12140
12141         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12142         doc string.
12143
12144 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12147
12148 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12149
12150         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12151         instead of calling `mm-insert-inline', to decode text/* parts
12152         before displaying them.
12153
12154 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * mm-uu.el (mm-uu-text-plain-type): New variable.
12157         (mm-uu-pgp-signed-extract-1): Use it.
12158         (mm-uu-pgp-encrypted-extract-1): Use it.
12159         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12160         bind mm-uu-text-plain-type with that value.
12161         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12162         mm-uu-dissect.
12163
12164 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * gnus-group.el (gnus-update-group-mark-positions):
12167         * gnus-sum.el (gnus-update-summary-mark-positions):
12168         * message.el (message-check-news-body-syntax):
12169         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12170         of string-as-multibyte.
12171
12172 2004-10-05  Juri Linkov  <juri@jurta.org>
12173
12174         * gnus-group.el (gnus-update-group-mark-positions):
12175         * gnus-sum.el (gnus-update-summary-mark-positions):
12176         * message.el (message-check-news-body-syntax):
12177         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12178         8-bit unibyte values to a multibyte string for search functions.
12179
12180 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12183         (mm-uu-dissect-text-parts): New function.
12184
12185         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12186         dissect text parts.
12187
12188         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12189         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12190
12191         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12192
12193         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12194         gnus-current-topics instead of gnus-current-topic.
12195
12196 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12197
12198         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12199
12200 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12201
12202         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12203         where approriate.
12204
12205         * nnml.el (nnml-generate-active-info): do.
12206
12207         * nndiary.el (nndiary-generate-active-info): do.
12208
12209         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12210         (gnus-topic-move): do.
12211
12212         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12213         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12214
12215         * gnus-srvr.el (gnus-server-prepare)
12216         (gnus-server-open-all-servers): do.
12217
12218         * gnus-msg.el (gnus-summary-cancel-article)
12219         (gnus-summary-resend-message)
12220         (gnus-summary-mail-crosspost-complaint): do.
12221
12222         * gnus-move.el (gnus-change-server): do.
12223
12224         * gnus-group.el (gnus-group-unmark-all-groups)
12225         (gnus-group-set-current-level): do.
12226
12227 2004-10-04  Simon Josefsson  <jas@extundo.com>
12228
12229         * message.el (message-generate-hashcash): Doc fix.
12230
12231 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12232
12233         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12234         avoid infinite recursion via gnus-get-function.
12235
12236 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12237
12238         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12239
12240         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12241
12242         * nnmail.el (nnmail-split-history): do.
12243
12244         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12245         (nnml-request-delete-group): do.
12246
12247         * nnslashdot.el (nnslashdot-read-groups): do.
12248
12249         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12250         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12251
12252         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12253         (nnspool-sift-nov-with-sed): Use last.
12254         (nnspool-retrieve-headers-with-nov): Use mapc.
12255         (nnspool-request-newgroups): Use dolist.
12256         (nnspool-request-group): Use last.
12257
12258         * nntp.el (nntp-read-server-type): Use dolist.
12259
12260         * nnvirtual.el (nnvirtual-create-mapping)
12261         (nnvirtual-update-read-and-marked): Use dolist.
12262         (nnvirtual-convert-headers): Simplify.
12263
12264 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12265
12266         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12267         support for sync'ing tick marks.
12268
12269 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12272         there's no visible header.
12273
12274 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12275
12276         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12277         necessary, pass full group name to gnus-request-set-marks.
12278
12279 2004-10-01  Simon Josefsson  <jas@extundo.com>
12280
12281         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12282         acroread.
12283
12284 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12285
12286         * spam-report.el (spam-report-gmane): Fix interactive.
12287
12288         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12289
12290         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12291         when writing file.
12292         (gnus-agent-synchronize-flags): Don't default to being
12293         interactive.
12294
12295 2004-09-30  Simon Josefsson  <jas@extundo.com>
12296
12297         * message.el (message-generate-hashcash): Add.
12298         (message-send-mail): Use it, call mail-add-payment.
12299
12300 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12301
12302         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12303
12304 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12305
12306         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12307         gnus-requst-update-info with explicit code to sync the in-memory
12308         info read flags with the marks being sync'd to the backend.
12309
12310         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12311
12312 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12313
12314         * spam.el (spam-verify-bogofilter): Add new function.
12315         (spam-check-bogofilter)
12316         (spam-bogofilter-register-with-bogofilter): Use it.
12317         (spam-verify-bogofilter): Add small fixes.
12318
12319 2004-09-28  Simon Josefsson  <jas@extundo.com>
12320
12321         * hashcash.el (hashcash-generate-payment): Revert.
12322
12323 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12324
12325         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12326         gnus-extract-references instead of gnus-split-references.
12327
12328         * gnus-util.el (gnus-extract-references): Add new function, analogous
12329         to gnus-split-references but extracts only the message-ID without
12330         anything extra.
12331
12332         * hashcash.el (hashcash-generate-payment)
12333         (hashcash-check-payment): Do the right thing if hashcash-path is
12334         nil (because the hashcash program could not be found).
12335
12336         * spam.el (spam-use-hashcash): Remove comment.
12337
12338 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12339
12340         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12341         (gnus-cache-enter-article, gnus-cache-remove-article)
12342         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12343
12344         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12345
12346         * gnus-art.el (article-hide-boring-headers)
12347         (article-translate-strings, article-display-face)
12348         (gnus-article-mime-match-handle-first)
12349         (gnus-article-highlight-headers)
12350         (gnus-article-add-buttons-to-head): do.
12351
12352 2004-09-27  Simon Josefsson  <jas@extundo.com>
12353
12354         * hashcash.el: New version, from
12355         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12356         ../contrib/.
12357
12358 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12361
12362 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12363
12364         * gnus-dup.el (gnus-dup-open): Use mapc.
12365         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12366
12367         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12368         Reported by Stefan Wiens <s.wi@gmx.net>.
12369
12370         * gnus.el (gnus-shutdown): Use dolist.
12371
12372         * gnus-undo.el (gnus-undo): Use mapc.
12373
12374         * nnrss.el (nnrss-generate-active): do.
12375
12376         * message.el (message-cite-original-without-signature)
12377         (message-cite-original): Use mapc.
12378         (message-do-actions, message-make-forward-subject): Use dolist.
12379
12380 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12381
12382         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12383         deletion to remove entire duplicate line.  Fixes merged article
12384         number bug.
12385
12386 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12387
12388         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12389         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12390         first ask if you want to open a server and then, even when you
12391         responded with no, asking if you want to synchronize the server's
12392         flags.
12393         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12394         multi-line expressions.
12395         (gnus-agent-synchronize-group-flags): New internal function.
12396         Updates marks in memory (in the info structure) AND in the
12397         backend.
12398
12399         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12400
12401         * nnagent.el (nnagent-request-set-mark): Use
12402         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12403         method, to ensure that synchronization updates marks in the
12404         backend and in the info (in memory) structure.
12405
12406 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12409         convention fully; don't miss the root article of a thread; make
12410         the X-Draft-From header with correct article numbers.
12411
12412 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12413
12414         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12415         unless plugged.  Disable the agent so that an open failure causes
12416         an error.
12417
12418         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12419         Reverted 2004-09-21 change.  The backend must be opened while
12420         synchronizing flags even when the backend stores the flags
12421         locally.
12422
12423 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12424
12425         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12426         in `header' match.  Reported by Svend Tollak Munkejord.
12427
12428         * message.el (message-cite-original): Fix use of
12429         `message-cite-articles-with-x-no-archive'.
12430
12431 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12434         (gnus-window-to-buffer): Ditto.
12435
12436         * mml.el (mml-preview-buffer): New variable.
12437         (mml-preview): Manage window layout with gnus-buffer-configuration.
12438
12439         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12440         X-Draft-From header even if those articles aren't quoted.
12441
12442 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12443
12444         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12445         (gnus-request-set-mark, gnus-request-update-mark): Use new
12446         g-s-t-u-l-m to decide to use backend even when unplugged.
12447
12448 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12451         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12452
12453 2004-09-20  Simon Josefsson  <jas@extundo.com>
12454
12455         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12456         "utf-16-le".
12457
12458 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12459
12460         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12461
12462 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12463
12464         * uudecode.el (uudecode-use-external): Add :version.
12465
12466         * smime.el (smime-CA-file, smime-encrypt-cipher)
12467         (smime-dns-server): Add :version.
12468
12469         * smiley.el (gnus-smiley-file-types): Add :version.
12470
12471         * sha1.el (sha1-use-external): Add :version.
12472
12473         * pgg-def.el (pgg-query-keyserver): Add :version.
12474
12475         * nnmail.el (nnmail-fancy-expiry-targets)
12476         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12477         Add :version.
12478
12479         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12480         (nnimap-retrieve-groups-asynchronous): Add :version.
12481         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12482
12483         * mml.el (mml-content-disposition-parameters)
12484         (mml-insert-mime-headers-always): Add :version.
12485
12486         * mm-util.el (mm-coding-system-priorities): Add :version.
12487
12488         * mm-decode.el (mm-inline-text-html-with-images)
12489         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12490         (mm-verify-option): Add :version.
12491         (mm-text-html-renderer): Change :version.
12492
12493         * message.el (message-fcc-externalize-attachments)
12494         (message-required-headers, message-draft-headers)
12495         (message-subject-trailing-was-query)
12496         (message-subject-trailing-was-ask-regexp)
12497         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12498         (message-mark-insert-end, message-archive-header)
12499         (message-archive-note, message-cross-post-default)
12500         (message-cross-post-note, message-followup-to-note)
12501         (message-cross-post-note-function, message-use-mail-followup-to)
12502         (message-subscribed-address-functions)
12503         (message-subscribed-address-file, message-subscribed-addresses)
12504         (message-subscribed-regexps, message-allow-no-recipients)
12505         (message-yank-cited-prefix, message-signature-insert-empty-line)
12506         (message-hidden-headers, message-hierarchical-addresses)
12507         (message-mail-user-agent, message-use-idna)
12508         (message-valid-fqdn-regexp)
12509         (message-strip-special-text-properties, message-header-synonyms)
12510         (message-beginning-of-line, message-tab-body-function): Add :version.
12511         (message-insert-canlock, message-wide-reply-confirm-recipients):
12512         Change :version.
12513
12514         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12515         and :version.
12516         (mail-source-delete-old-incoming-confirm)
12517         (mail-source-movemail-program): Add :version.
12518
12519         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12520         (gnus-agent-cache, gnus-agent): Change :version.
12521
12522         * gnus-util.el (gnus-use-byte-compile): Change :version.
12523
12524         * gnus-sum.el (gnus-summary-make-false-root-always)
12525         (gnus-summary-default-high-score)
12526         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12527         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12528         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12529         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12530         (gnus-sum-thread-tree-single-indent)
12531         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12532         (gnus-sum-thread-tree-leaf-with-other)
12533         (gnus-sum-thread-tree-single-leaf): Add :version.
12534         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12535         (gnus-article-loose-mime): Change :version.
12536
12537         * gnus-start.el (gnus-backup-startup-file)
12538         (gnus-save-startup-file-via-temp-buffer): Add :version.
12539
12540         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12541         (gnus-server-offline-face): Add :version.
12542
12543         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12544
12545         * gnus-msg.el (gnus-gcc-externalize-attachments)
12546         (gnus-debug-files, gnus-debug-exclude-variables)
12547         (gnus-discouraged-post-methods): Change :version.
12548         (gnus-confirm-mail-reply-to-news)
12549         (gnus-confirm-treat-mail-like-news): Add :version.
12550
12551         * gnus-int.el (gnus-server-unopen-status): Add :version.
12552
12553         * gnus-group.el (gnus-group-jump-to-group-prompt)
12554         (gnus-large-ephemeral-newsgroup)
12555         (gnus-fetch-old-ephemeral-headers): Add :version.
12556
12557         * gnus-fun.el (gnus-x-face-directory)
12558         (gnus-convert-pbm-to-x-face-command)
12559         (gnus-convert-image-to-x-face-command)
12560         (gnus-convert-image-to-face-command): Add :version.
12561
12562         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12563
12564         * gnus-cite.el (gnus-cite-blank-line-after-header)
12565         (gnus-article-boring-faces): Add :version.
12566
12567         * gnus-art.el (gnus-buttonized-mime-types)
12568         (gnus-inhibit-mime-unbuttonizing)
12569         (gnus-treat-display-face)
12570         (gnus-treat-body-boundary): Change :version.
12571         (gnus-body-boundary-delimiter, gnus-picon-databases)
12572         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12573         (gnus-treat-date-english, gnus-treat-fold-headers)
12574         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12575         (gnus-treat-mail-picon, gnus-treat-wash-html)
12576         (gnus-article-encrypt-protocol)
12577         (gnus-use-idna, gnus-article-over-scroll)
12578         (gnus-mime-display-multipart-alternative-as-mixed)
12579         (gnus-mime-display-multipart-related-as-mixed)
12580         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12581         (gnus-ctan-url, gnus-button-ctan-handler)
12582         (gnus-button-handle-ctan-bogus-regexp)
12583         (gnus-button-ctan-directory-regexp)
12584         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12585         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12586         (gnus-button-man-level, gnus-button-emacs-level)
12587         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12588
12589         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12590         (gnus-agent-go-online): Change :version.
12591         (gnus-agent-expire-unagentized-dirs)
12592         (gnus-agent-auto-agentize-methods): Add :version.
12593
12594         * flow-fill.el (fill-flowed-display-column)
12595         (fill-flowed-encode-column): Add :version.
12596
12597         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12598         (gnus-outlook-deuglify-unwrap-max)
12599         (gnus-outlook-deuglify-cite-marks)
12600         (gnus-outlook-deuglify-unwrap-stop-chars)
12601         (gnus-outlook-deuglify-no-wrap-chars)
12602         (gnus-outlook-deuglify-attrib-cut-regexp)
12603         (gnus-outlook-deuglify-attrib-verb-regexp)
12604         (gnus-outlook-deuglify-attrib-end-regexp)
12605         (gnus-outlook-display-hook): Add :version.
12606
12607         * binhex.el (binhex-use-external): Add :version.
12608
12609 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12610
12611         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12612         and `invisible'.
12613
12614 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12615
12616         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12617         in gnus-registry-trim.
12618
12619 2004-09-13  Simon Josefsson  <jas@extundo.com>
12620
12621         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12622
12623         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12624
12625         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12626         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12627         <yamaoka@jpl.org>.
12628         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12629         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12630         <yamaoka@jpl.org>.
12631
12632         * sieve.el (sieve-manage-mode): Ditto.
12633
12634 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12637
12638 2004-09-11  Simon Josefsson  <jas@extundo.com>
12639
12640         * dns-mode.el: Add.
12641
12642         * mm-view.el (mm-display-dns-inline): Add.
12643
12644         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12645         (mm-automatic-display): Ditto.
12646
12647         * mailcap.el (mailcap-mime-data): Add text/dns.
12648         (mailcap-mime-extensions): Map .soa to text/dns.
12649
12650 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12651
12652         * gnus-art.el (article-decode-mime-words, article-babel)
12653         (gnus-article-highlight-signature, gnus-article-add-buttons)
12654         (gnus-signature-toggle): Remove unnecessary bindings of
12655         `inhibit-read-only' inherited from v5.10 merge.
12656
12657 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * nntp.el (nntp): New customization group.
12660         (nntp-authinfo-file): Add customization group.
12661
12662         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12663
12664         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12665
12666         * gnus.el (to-address, to-list, subscribed)
12667         (large-newsgroup-initial): Ditto.
12668
12669         * flow-fill.el (fill-flowed-display-column)
12670         (fill-flowed-encode-column): Ditto.
12671
12672 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12673
12674         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12675         Use point-min rather than 1.
12676         (message-send-mail): Use buffer-size rather than point-max.
12677
12678         * gnus-sum.el (gnus-summary-search-article-forward):
12679         Signal a specific `search-failed' rather than a generic `error'.
12680
12681         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12682         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12683         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12684
12685 2004-09-10  Simon Josefsson  <jas@extundo.com>
12686
12687         * nndb.el (require): Remove tcp and duplicate cl.
12688
12689 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * gnus-agent.el (directory-files-and-attributes): Move forward.
12692
12693 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12694
12695         * gnus-agent.el (directory-files-and-attributes): Optionally
12696         defined to support XEmacs.
12697
12698 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12699
12700         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12701         to avoid run-time CL dependencies.
12702         (gnus-agent-unfetch-articles): New function.
12703         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12704         article numbers even when local .overview file is missing.
12705         (gnus-agent-read-article-number): New function.  Only accepts
12706         27-bit article numbers.
12707         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12708         gnus-agent-read-article-number.
12709         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12710         from backend while recognizing that article numbers in .overview
12711         must be valid.
12712         (gnus-agent-update-files-total-fetched-for): Use
12713         directory-files-and-attributes to improve performance.
12714         * gnus-int.el (gnus-request-move-article): Use
12715         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12716         improve performance.
12717
12718         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12719         some users confused by references to .newsrc when they only have a
12720         .newsrc.eld file.
12721         (gnus-convert-mark-converter-prompt)
12722         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12723         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12724         New function.  Used internally to only display 'gnus converting
12725         files' message when actually necessary.
12726
12727         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12728         methods now autoloaded.
12729
12730 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12733         identifiers.
12734
12735 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12736
12737         * gnus-picon.el: Fix indentation and closing parenthesis.
12738
12739 2004-09-01  Simon Josefsson  <jas@extundo.com>
12740
12741         * message.el (message-canlock-generate): Require sha1, not
12742         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12743         to require within a function.  Sadly, if sha1.el isn't loaded, the
12744         let binding in m-c-g will hide the defcustom definition, which is
12745         bad.)
12746
12747         * canlock.el: Require sha1, not sha1-el.
12748
12749         * message.el: Don't autoload sha1 (there is a autoload cookie in
12750         sha1.el).
12751
12752         * sha1-el.el: Renamed to sha1.el.
12753
12754 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12755
12756         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12757
12758 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12759
12760         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12761
12762 2004-08-30  Kim F. Storm  <storm@cua.dk>
12763
12764         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12765
12766         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12767         Add :group 'nnimap.
12768
12769 2004-08-30  Andreas Schwab  <schwab@suse.de>
12770
12771         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12772         ?* and ?\;.
12773
12774         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12775         and ?\' to symbol instead of whitespace.
12776
12777 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12778
12779         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12780
12781         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12782         instead of re-search-forward.
12783
12784         * gnus-uu.el (gnus-uu-save-article): Ditto.
12785         (gnus-uu-post-encode-uuencode): Ditto.
12786
12787         * html2text.el (html2text-clean-list-items): Ditto.
12788         (html2text-clean-dtdd): Ditto.
12789         (html2text-format-tags): Ditto.
12790
12791         * message.el (message-send-mail-with-sendmail): Fix regexp.
12792         (message-fill-field-general): Use search-forward instead of
12793         re-search-forward.
12794         (unbold-region): Ditto.
12795
12796         * nnrss.el (nnrss-request-article): Ditto.
12797
12798         * nnslashdot.el (nnslashdot-request-article): Ditto.
12799
12800         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12801
12802         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12803         "Unrecognized menu descriptor" error in XEmacs.
12804
12805 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12806
12807         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12808         parent article of a sparse article in the thread hashtb.
12809
12810 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12811
12812         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12813         (nnmail-expand-newtext): Lowercase expanded entries if
12814         nnmail-split-lowercase-expanded is non-nil.
12815
12816 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12819
12820         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12821         of gnus-tmp-news-method into string under XEmacs.  It will be
12822         passed to gnus-correct-length which takes only a string argument.
12823
12824 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * gnus-util.el (gnus-bind-print-variables): New macro.
12827         (gnus-prin1): Use it.
12828         (gnus-prin1-to-string): Use it.
12829         (gnus-pp): New function.
12830         (gnus-pp-to-string): New function.
12831
12832         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12833         Replace pp-to-string with gnus-pp-to-string.
12834         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12835         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12836         * gnus-msg.el (gnus-debug): Ditto.
12837         * gnus-score.el (gnus-score-save): Ditto.
12838         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12839         gnus-pp-to-string.
12840         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12841         with gnus-pp.
12842         * score-mode.el (gnus-score-pretty-print): Ditto.
12843         * webmail.el (webmail-debug): Ditto.
12844
12845 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * gnus-art.el (article-display-face, article-display-x-face):
12848         Use buffer-read-only.
12849
12850 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * gnus-art.el (article-hide-list-identifiers):
12853         Bind inhibit-read-only as t.
12854
12855 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12856
12857         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12858
12859 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12860
12861         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12862         (gnus-narrow-to-page): Don't assume point-min == 1.
12863         (gnus-article-edit-mode): Derive from message-mode.
12864
12865         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12866         point-min == 1.
12867
12868         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12869         Disable incorrect use of `assert'.
12870
12871         * message.el (message-mode): Set comment-start-skip.
12872
12873
12874 2004-08-22  Sam Steingold  <sds@gnu.org>
12875
12876         * pop3.el (pop3-leave-mail-on-server): New user variable.
12877         (pop3-movemail): Delete mail only when it is nil.
12878
12879 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12880
12881         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12882
12883         * mml.el (mml-preview): Use `pop-to-buffer'.
12884
12885         * message.el (message-goto-mail-followup-to): Insert after "To".
12886         (message-carefully-insert-headers): Add comment.
12887
12888         * gnus.el: Remove unused variable `gnus-article-check-size'.
12889
12890         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12891
12892         * gnus-art.el (gnus-button-alist): Improve
12893         `gnus-button-handle-library' entry.
12894
12895 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12896
12897         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12898         downcase, since XEmacs capitalizes error messages differently.
12899
12900 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12901
12902         * nntp.el: Add (require 'gnus) due to reference to
12903         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12904
12905 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12906
12907         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12908         `mm-fill-flowed'.
12909
12910         * mm-decode.el (mm-dissect-singlepart): Check it.
12911
12912 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12913
12914         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12915         'imap' for netrc parsing.
12916
12917 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * mailcap.el (mailcap-mime-data): Mark as risky.
12920
12921 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12924         may be included in the encoded word.
12925         (rfc2047-encode): Don't append a space if the encoded word
12926         includes close parenthesis.
12927
12928 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12931         of text within parentheses.
12932
12933 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12934
12935         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12936         (gnus-encrypt-write-file-contents): Make the password key the file
12937         name PLUS the cipher, not just the cipher.  Also remove failed
12938         passwords from the cache.
12939
12940 2004-08-06  Simon Josefsson  <jas@extundo.com>
12941
12942         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12943         fix.
12944
12945 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12948         LWSP.
12949
12950 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12951
12952         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12953         to append in-reply-to: data to the references: header.
12954
12955         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12956         (netrc-parse): Use gnus-encrypt.el functions.
12957
12958         * gnus-encrypt.el: Add new file for encryption support; currently
12959         does only a few GPG ciphers and an internal XOR cipher.
12960
12961         * password.el: Add comments on using password-read-and-add.
12962         (password-read-and-add): Add function to read and add the
12963         password to the cache at once.
12964
12965 2004-07-28  Simon Josefsson  <jas@extundo.com>
12966
12967         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12968         parameter (but don't use it, for now).
12969
12970         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12971         instead of hard coding to nil.
12972
12973 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12976         as mm-inline-image-xemacs does.
12977
12978 2004-07-26  Simon Josefsson  <jas@extundo.com>
12979
12980         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12981         Revert part of 2004-07-17 change below.
12982
12983 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12986         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12987
12988 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12989
12990         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12991         quotes that actually start with ">" at the beginning of the
12992         lines.
12993
12994 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * rfc2047.el (rfc2047-encode-region): Fix last change.
12997         (rfc2047-encode-parameter): Remove useless concat.
12998
12999 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13002         encode special characters; fix some kind of misconfigured headers;
13003         signal a real error if debug-on-quit or debug-on-error is non-nil.
13004         (rfc2047-encode-max-chars): New variable.
13005         (rfc2047-encode-1): Use it.
13006         (rfc2047-encode-parameter): New function.
13007
13008         * mml.el (mml-insert-parameter): Remove an excessive space.
13009
13010 2004-07-17  Simon Josefsson  <jas@extundo.com>
13011
13012         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13013         Kai Grossjohann <kai@emptydomain.de>.
13014         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13015         (gnus-group-make-menu-bar): Ditto.
13016
13017         * gnus-util.el (gnus-group-server): Add.
13018
13019 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13020
13021         * message.el (message-clone-locals): Clone sendmail and smtp
13022         variables.
13023
13024 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * rfc2047.el (rfc2047-encode-region): Fix last change.
13027
13028 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13031         characters as non-special.
13032
13033 2004-07-09  Simon Josefsson  <jas@extundo.com>
13034
13035         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13036         Users will lose all flag changes made while unplugged with
13037         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13038         good default.  See numerous reports on ding mailing list.
13039
13040 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13043         add generate-head-function and generate-article-function to the
13044         rfc822-forward entry.
13045         (nndoc-rfc822-forward-generate-article): New function.
13046         (nndoc-rfc822-forward-generate-head): New function.
13047
13048         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13049
13050 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13051
13052         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13053         respect display group parameter and gnus-summary-expunge-below.
13054         (gnus-articles-to-read): Remove unused reference to display group
13055         parameter.
13056
13057 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13058
13059         * nnheader.el (nnheader-uniquify-message-id): New experimental
13060         variable.
13061         (nnheader-nov-read-message-id): Use it.
13062
13063         * spam-report.el (spam-report-gmane): Add interactive.
13064
13065 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13068         qp-or-base64 for the application/* types.
13069
13070 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13071
13072         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13073
13074 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13075
13076         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13077         trim value.
13078
13079 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13080
13081         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13082         New macro and function.
13083         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13084
13085 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13088         after-load-alist.
13089
13090 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13091
13092         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13093         update info that isn't there.
13094
13095 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13096
13097         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13098         entry.
13099
13100 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * mm-view.el (mm-inline-render-with-function): Use multibyte
13103         buffer; decode html source by charset.
13104
13105         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13106
13107         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13108         Mule-UCS is loaded under XEmacs.
13109         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13110
13111 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13112
13113         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13114
13115 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * mm-util.el (mm-coding-system-p): Return a coding-system.
13118         (mm-mime-mule-charset-alist): Use shift_jis instead of
13119         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13120         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13121         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13122         instead of japanese-shift-jis and iso-latin-1 respectively in
13123         order to share the default value with both Emacs and XEmacs-mule.
13124         (mm-mule-charset-to-mime-charset): Make
13125         mm-coding-system-priorities effective.
13126         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13127         while predicating of candidates upon the priorities.
13128
13129 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13130
13131         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13132         gnus-uu-invert-processable.
13133
13134         * gnus.el: Autoload gnus-uu-invert-processable.
13135
13136 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * mm-util.el (mm-with-multibyte-buffer): New macro.
13139
13140         * rfc2047.el (rfc2047-encode-string): Use it.
13141         (rfc2047-encode-region): Move point to the end of the region after
13142         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13143
13144 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13147         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13148
13149 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13152         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13153         Karl Chen <quarl@nospam.quarl.org>.
13154
13155 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13156
13157         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13158         invalid addresses.
13159
13160 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13161
13162         * spam.el: Change section markers, revise TODO list.
13163         (spam-backends): Make new master list of all installed backends.
13164         (spam-summary-exit-behavior): Add new variable to determine how
13165         messages moves are done at summary exit.
13166         (spam-move-spam-nonspam-groups-only)
13167         (spam-process-ham-in-nonham-groups)
13168         (spam-process-ham-in-spam-groups): Remove variables, the
13169         spam-summary-exit-behavior variable should be used to manage this
13170         behavior.
13171         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13172         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13173         and spam-old-spam-articles.
13174         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13175         Add empty variables, placeholders for the backends they represent.
13176         (spam-set-difference): Move, unchanged.
13177         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13178         unless the user has a processor variable.
13179         (spam-classifications, spam-classification-valid-p)
13180         (spam-backend-properties, spam-backend-property-valid-p)
13181         (spam-backend-function-type-valid-p)
13182         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13183         (spam-report-articles-gmane, spam-report-articles-resend):
13184         Remove functions, they are not needed.
13185         (spam-install-backend-super, spam-backend-list)
13186         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13187         (spam-backend-function, spam-backend-ham-registration-function)
13188         (spam-backend-spam-registration-function)
13189         (spam-backend-ham-unregistration-function)
13190         (spam-backend-spam-unregistration-function)
13191         (spam-backend-statistical-p, spam-backend-mover-p)
13192         (spam-install-backend-alias, spam-install-checkonly-backend)
13193         (spam-install-mover-backend, spam-install-nocheck-backend)
13194         (spam-install-backend, spam-install-statistical-backend)
13195         (spam-install-statistical-checkonly-backend): Add backend installation
13196         support.
13197         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13198         (spam-group-processor-p): Use the new backend code and respect the
13199         summary exit behavior.
13200         (spam-mark-spam-as-expired-and-move-routine): Remove.
13201         (spam-summary-prepare): Change to use the new spam-old-articles
13202         variable.
13203         (spam-copy-or-move-routine, spam-copy-spam-routine)
13204         (spam-move-spam-routine, spam-copy-ham-routine)
13205         (spam-move-ham-routine): Add code to copy/move ham or spam.
13206         (spam-fetch-field-fast): Improve doc and code, plus allow the
13207         'number request.
13208         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13209         variables.
13210         (spam-split, spam-find-spam): Use the new backend code.
13211         (spam-registration-functions): Remove variable.
13212         (spam-unregister-routine): Add convenience wrapper.
13213         (spam-log-undo-registration, spam-register-routine)
13214         (spam-log-processing-to-registry)
13215         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13216         where possible.
13217         (spam-check-gmane-xref, spam-check-regex-headers)
13218         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13219         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13220         (spam-check-bogofilter-headers, spam-check-spamoracle)
13221         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13222         (spam-check-crm114-headers): Use the spam-split-group that
13223         spam-split prepares, no need to determine it every time.
13224
13225         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13226         to the nnheader-parse-naked-head call.
13227
13228         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13229
13230         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13231         the nnheader-nov-read-message-id call.
13232
13233 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13236         gnus-activate-group twice.  Suggested by Markus Peter
13237         <warp@spin.de>.
13238
13239 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * gnus-art.el (gnus-article-time-format): Exchange the order of
13242         day and month in the default value; fix customization type.
13243         (article-date-ut): Use add-text-properties.
13244         (article-make-date-line): Use message-make-date instead of
13245         current-time-string.
13246
13247         * message.el (message-fetch-field): Don't use set-text-properties.
13248         (message-make-date): Simplify.
13249
13250         * messagexmas.el (message-xmas-make-date): New function.
13251         (message-xmas-redefine): Defalias message-make-date to it.
13252
13253 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13256         (rfc2047-encode-region): Treat text within parentheses as special;
13257         show the original text when error has occurred.
13258
13259         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13260         already-computed method to gnus-activate-group.
13261
13262         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13263         same select-methods identical Lisp objects.
13264
13265         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13266         object when modifying the info.
13267
13268 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13271         gnus-opened-servers since it has never been opened with the new
13272         configuration yet.
13273
13274 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13277         arg to nnheader-generate-fake-message-id.
13278
13279 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13280
13281         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13282         number and build a fake message ID localized to a group and
13283         article number (so it's repeatable from that point on).
13284         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13285         ID format.
13286
13287         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13288         nnheader-generate-fake-message-id with the article number.
13289
13290 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13291
13292         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13293         end-of-buffer.
13294
13295 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13296
13297         * message.el (message-ignored-supersedes-headers): Add Approved.
13298
13299 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13302         goto-char.
13303         (rfc2047-encode): Fold the line before encoding.
13304
13305 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13306
13307         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13308         folding -- not all headers can be folded, and this should be done
13309         by the message composition mode.  Probably.  I think.
13310
13311 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13314         fast.
13315
13316         * gnus-ems.el (gnus-remove-image): Don't use
13317         message-text-with-property; remove only the image found first.
13318
13319         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13320         found first.
13321
13322 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13323
13324         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13325
13326 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * message.el (message-text-with-property): Make it fast and accept
13329         optional arguments.
13330         (message-strip-forbidden-properties): Use it.
13331         (message-fix-before-sending): Follow the m-t-w-p change.
13332
13333         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13334
13335 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * gnus-art.el (article-hide-headers): Don't change the buffer
13338         mistakenly when performing mml-preview even if
13339         gnus-single-article-buffer is nil.
13340
13341 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13342
13343         * message.el (message-expand-name-databases): New user option.
13344         (message-expand-name): Use it.
13345
13346 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13347
13348         * spam.el (spam-report-articles-resend)
13349         (spam-report-resend-register-routine): Allow ham reporting.
13350         (spam-report-resend-register-ham-routine): Add wrapper.
13351         (spam-registration-functions): Add ham resending functions.
13352         (spam-list-of-processors): Add ham resend processor.
13353
13354         * gnus.el (ham-resend-to): Add new group parameter.
13355         (spam-process): Add ham resend option.
13356
13357         * spam-report.el (spam-report-resend): Allow reporting ham.
13358         (spam-report-resend-ham): Add wrapper.
13359
13360 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13361
13362         * message.el (message-cite-articles-with-x-no-archive): New
13363         variable.
13364         (message-cite-original): Use it.
13365
13366 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13367
13368         * message.el (message-cite-original): Respect X-No-Archive.
13369
13370 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * gnus-art.el (article-hide-headers): Refer to the values for
13373         gnus-ignored-headers and gnus-visible-headers in the summary
13374         buffer since a user may have set them as group parameters.
13375
13376 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13377
13378         * assistant.el (assistant-node-name): Add convenience function.
13379         (assistant-render-text, assistant-render-node): Add error handling,
13380         plus handle multiple next nodes.
13381         (assistant-find-next-node): Comment out for now.
13382         (assistant-find-next-nodes): Add function, returns list of next
13383         nodes.
13384
13385 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13386
13387         * mail-source.el (mail-source-directory): Fix doc-string.
13388
13389 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13390
13391         * assistant.el (assistant-render-text, assistant-eval): Add :set
13392         widget type, which is different because it takes and returns a
13393         list.  Much hilarity ensues.
13394
13395 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13396
13397         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13398
13399         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13400         doc-string.
13401
13402         * gnus-start.el (gnus-activate-group): Added doc-string.
13403
13404 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13407
13408 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13409
13410         * assistant.el (assistant-render-text): Try to add a :set
13411         widget, more to come.
13412
13413         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13414         strings.
13415         (spam-report-articles-resend)
13416         (spam-register-routine): Do registration iff any articles warrant
13417         it.
13418         (spam-summary-prepare-exit): Change log message for nil group
13419         destinations.
13420
13421 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13422
13423         * spam.el (spam-report-resend-register-routine): Allow
13424         spam-report-resend-to to be a group parameter or a global value.
13425
13426 2004-05-26  Simon Josefsson  <jas@extundo.com>
13427
13428         * starttls.el: Merge with my GNUTLS based starttls.el.
13429         (starttls-gnutls-program, starttls-use-gnutls)
13430         (starttls-extra-arguments, starttls-process-connection-type)
13431         (starttls-connect, starttls-failure, starttls-success): New
13432         variables.
13433         (starttls-program, starttls-extra-args): Doc fix.
13434         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13435         functions.
13436         (starttls-negotiate, starttls-open-stream): Check
13437         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13438         function if it is set.
13439
13440 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13443         structured fields.
13444
13445 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13448
13449 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13450
13451         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13452         variable.
13453         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13454         assigning the spam-mark to new messages.
13455
13456 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13457
13458         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13459
13460 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13463
13464         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13465         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13466         default.
13467
13468 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13469
13470         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13471         correct data.
13472
13473 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13474
13475         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13476         (spam-group-processor-p): Fix function.
13477         (spam-group-processor-multiple-p)
13478         (spam-group-spam-processor-report-gmane-p)
13479         (spam-group-spam-processor-report-resend-p)
13480         (spam-group-spam-processor-bogofilter-p)
13481         (spam-group-spam-processor-blacklist-p)
13482         (spam-group-spam-processor-ifile-p)
13483         (spam-group-ham-processor-ifile-p)
13484         (spam-group-spam-processor-spamoracle-p)
13485         (spam-group-spam-processor-crm114-p)
13486         (spam-group-ham-processor-bogofilter-p)
13487         (spam-group-spam-processor-stat-p)
13488         (spam-group-ham-processor-stat-p)
13489         (spam-group-ham-processor-whitelist-p)
13490         (spam-group-ham-processor-BBDB-p)
13491         (spam-group-ham-processor-spamoracle-p)
13492         (spam-group-ham-processor-copy-p): Remove functions with some
13493         prejudice against unneeded code.
13494         (spam-report-articles-resend)
13495         (spam-report-resend-register-routine): Allow the group/topic
13496         spam-resend-to value to override spam-report-resend-to.
13497         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13498         properly now.
13499
13500         * gnus.el (spam-resend-to): Add group/topic parameter.
13501         (spam-process): Move the OBSOLETE processors to the end of the
13502         choices.
13503
13504 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13505
13506         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13507         with resend-to set to nil, and then ask the user if necessary.
13508         (spam-report-resend): spam-report-resend takes a list of articles, not
13509         separate article numbers.
13510
13511 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13514         addition to emacs-w3m.
13515
13516 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13517
13518         * assistant.el (assistant-authinfo-data): New function.
13519         (assistant-eval): Eval for entire assistant.
13520
13521         * netrc.el (netrc-services-file): New variable.
13522         (netrc-parse-services): New function.
13523         (netrc-find-service-name): New function.
13524         (netrc-find-service-number): New function.
13525         (netrc-port-equal): New function.
13526         (netrc-machine): Use it.
13527
13528         * nnimap.el (nnimap-open-connection): Use netrc.
13529
13530         * gnus-util.el (gnus-netrc-get): Remove aliases.
13531
13532         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13533
13534         * assistant.el (wid-edit): Fix compilation.
13535
13536         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13537
13538 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13539
13540         * gnus-util.el (gnus-set-file-modes): New function.  (small
13541         patch).
13542
13543 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13544
13545         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13546
13547         * assistant.el (assistant-render-node): Fix up rendering and
13548         read-only text.
13549         (assistant-render-node): Reset.
13550         (assistant-make-read-only): Not sticky.
13551
13552 2004-05-20  Danny Siu  <dsiu@adobe.com>
13553
13554         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13555         centered even when gnus-auto-center-summary is t.
13556
13557 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13558
13559         * dns.el (dns-get-txt-answer): New function.
13560         (dns-read-txt): Ditto.
13561         (query-dns): Use it.
13562
13563 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13566         active for foreign groups even if the group level is higher than
13567         the specified value.
13568
13569 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13570
13571         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13572         non-active groups.
13573
13574         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13575
13576 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13577
13578         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13579
13580 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13581
13582         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13583         (spam-crm114-header, spam-crm114-spam-switch)
13584         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13585         (spam-crm114-positive-spam-header)
13586         (spam-crm114-database-directory, spam-list-of-processors)
13587         (spam-group-spam-processor-crm114-p)
13588         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13589         (spam-generic-score, spam-list-of-checks)
13590         (spam-list-of-statistical-checks, spam-registration-functions)
13591         (spam-check-crm114-headers, spam-crm114-score)
13592         (spam-check-crm114, spam-crm114-register-with-crm114)
13593         (spam-crm114-register-spam-routine)
13594         (spam-crm114-unregister-spam-routine)
13595         (spam-crm114-register-ham-routine)
13596         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13597         asjo@koldfront.dk (Adam Sjøgren).
13598
13599         * gnus.el: Add spam-use-crm114.
13600
13601         * spam.el (spam-list-of-processors, spam-registration-functions):
13602         Add spam-use-resend.
13603         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13604         (spam-report-articles-gmane): Add doc fix.
13605         (spam-report-articles-resend, spam-report-resend-register-routine):
13606         Add wrappers around spam-report-resend-to.
13607
13608         * spam-report.el (spam-report-resend-to, spam-report-resend):
13609         Add support for resending spam.
13610         (spam-report-gmane): Fix line length >80.
13611
13612         * gnus.el (spam-process): Add spam-use-resend.
13613
13614 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13615
13616         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13617         number of processed spam messages.
13618         (spam-ham-copy-or-move-routine): Return the number of processed
13619         ham messages.
13620         (spam-summary-prepare-exit): Use the above values to decide
13621         whether status messages shouled be displayed.
13622
13623 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13626         `rfc2047-encoding-function-alist' in order to avoid conflicting
13627         with the old version.
13628         (rfc2047-encode-region): Concatenate words containing non-ASCII
13629         characters in structured fields; don't encode space-delimited
13630         ASCII words even in unstructured fields; don't break words at
13631         char-category boundaries.
13632         (rfc2047-encode-1): New function.
13633         (rfc2047-encode): Use it; encode text so that it occupies the
13634         maximum width within 76-column; work correctly on Q encoding for
13635         iso-2022-* charsets.
13636         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13637         sure not to break a line just after the header name.
13638         (rfc2047-b-encode-region): Removed.
13639         (rfc2047-b-encode-string): New function.
13640         (rfc2047-q-encode-region): Removed.
13641         (rfc2047-q-encode-string): New function.
13642
13643         * mm-util.el (mm-replace-in-string): New function.
13644
13645 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13646
13647         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13648         get it right.
13649         (gnus-inews-make-draft): Really.
13650
13651 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13652
13653         * nnmh.el (nnmh-request-list-1): Don't check the link count
13654         before descending.  (small patch)
13655
13656 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13657
13658         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13659         stuff.
13660
13661         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13662         on real group name.
13663
13664         * gnus-art.el (gnus-signature-limit): Doc fix.
13665
13666         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13667
13668         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13669
13670 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13671
13672         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13673         isn't a string.
13674
13675 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13676
13677         * gnus-draft.el (gnus-draft-send): Bind
13678         rfc2047-encode-encoded-words.
13679
13680         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13681         (rfc2047-encodable-p): Say that =? needs encoding.
13682         (rfc2047-encode-encoded-words): New variable.
13683
13684         * gnus-group.el (gnus-group-select-group): Doc fix.
13685
13686         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13687
13688         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13689         to nil.
13690
13691         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13692
13693         * nnheader.el (nnheader-get-lines-and-char): New function.
13694
13695 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13696
13697         * gnus-msg.el (gnus-summary-followup-with-original): Document
13698         yanking of region when active.
13699
13700 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13703         groups if the group level is higher than the specified value.
13704
13705 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13706
13707         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13708         (gnus-group-jump-to-group): Added prefix argument using
13709         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13710         non-active group.
13711
13712         * compface.el (uncompface): Be verbose when changing
13713         `uncompface-use-external'.
13714
13715         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13716         handle manual section.
13717
13718 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13719
13720         * gnus-art.el (gnus-button-alist): Revert previous change.
13721
13722 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13723
13724         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13725
13726 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13727
13728         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13729         whether backend can accept message.
13730
13731         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13732
13733 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13734
13735         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13736         Avoid creating directory when nntp-marks-is-evil is true.
13737         Reported by Reiner Steib.
13738
13739 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13740
13741         * gnus-picon.el (gnus-picon-style): New variable.
13742         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13743         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13744         Jesper Harder <harder@ifa.au.dk>.
13745
13746 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13747
13748         * message.el (message-fill-field): Return point.
13749         (message-generate-headers): Go to end of field.
13750
13751         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13752         stuff for non-living groups.
13753
13754 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13755
13756         * gnus-art.el (gnus-article-followup-with-original)
13757         (gnus-article-reply-with-original): gnus-mark-active-p ->
13758         gnus-region-active-p.
13759
13760 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13761
13762         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13763         only when there is spam or ham to be processed.
13764
13765 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13766
13767         * mail-source.el (mail-source-delete-crash-box): Refactor.
13768         (mail-source-fetch): Use it.
13769         (mail-source-fetch-file): Ditto.
13770         (mail-source-fetch-directory): Run postscript in loop.
13771         (mail-source-fetch-pop): Delete.
13772         (mail-source-fetch-maildir): Ditto.
13773         (mail-source-fetch-imap): Ditto.
13774
13775         * imap.el (imap-authenticators): Comment out sasl.
13776
13777         * message.el (message-skip-to-next-address): New function.
13778         (message-fill-header-address): Refactor.
13779         (message-fill-address): Use it.
13780         (message-delete-address): Use it.
13781         (message-fill-header-general): Refactor.
13782         (message-fill-field-address): Rename.
13783         (message-narrow-to-field): Find the start of the header.
13784         (message-header-format-alist): Don't pre-fill.
13785         (message-fill-header): Removed.
13786         (message-insert-header): New function.
13787         (message-shorten-references): Use it.
13788
13789         * rfc2047.el (rfc2047-field-value): Strip props.
13790
13791         * mail-parse.el (mail-header-make-address): New alias.
13792
13793         * ietf-drums.el (ietf-drums-make-address): New function.
13794
13795         * imap.el: Add compiler directives.
13796
13797         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13798
13799         * gnus-art.el (article-decode-idna-rhs): Don't use
13800         message-idna-inside-rhs-p.
13801
13802 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13803
13804         * message.el (message-idna-inside-rhs-p): Removed.
13805         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13806
13807         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13808         false positives.
13809
13810 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13811
13812         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13813
13814 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13815
13816         * nneething.el (nneething-file-name): Don't create spurious
13817         files.
13818
13819         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13820         (gnus-inews-do-gcc): Remove sleep.
13821
13822         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13823         part under point.
13824
13825         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13826         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13827
13828 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13829
13830         * spam.el (spam-summary-prepare-exit): Fixed (length).
13831
13832 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13833
13834         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13835         as expired without moving it" message when there are spam
13836         messages left.
13837
13838 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13839
13840         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13841         header is not nil.
13842
13843 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13844
13845         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13846         nntp-possibly-create-directory, not nntp-possibly-change-group.
13847         (nntp-marks-changed-p): New arg SERVER.
13848         (nntp-request-update-info): Adjust caller.
13849
13850 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13851
13852         * nntp.el (nntp-save-marks): Pass missing arg.
13853
13854 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13855
13856         * nntp.el: Support marks.
13857         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13858         (nntp-marks-modtime, nntp-marks-directory): New variables.
13859         (nntp-request-set-mark, nntp-request-update-info)
13860         (nntp-possibly-create-directory, nntp-marks-changed-p)
13861         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13862         functions.
13863
13864 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13865
13866         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13867         (gnus-xmas-redefine): Rename.
13868
13869         * gnus-score.el (gnus-score-insert-help): Use
13870         gnus-select-lowest-window.
13871
13872         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13873         appt-select-lowest-window and rename to gnus-select-lowest-window.
13874
13875         * gnus.el: do.
13876
13877 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13878
13879         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13880         encodings of MIME-encoded words, in order to improve
13881         interoperability with several broken MUAs.
13882
13883 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13884
13885         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13886         tags, only when charsets are not specified in headers.
13887         (mm-inline-text-html-render-with-w3m): Ditto.
13888
13889         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13890         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13891
13892 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13893
13894         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13895         instead of MIME-decoded from fields when checking
13896         `gnus-article-address-banner-alist'.
13897
13898 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13899
13900         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13901         description rather than subject.
13902
13903 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13904
13905         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13906
13907 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13908
13909         * gnus.el (gnus-version-number): Bump.
13910
13911 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13912
13913         * gnus.el: No Gnus v0.2 is released.
13914
13915 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13916
13917         * gnus-agent.el (gnus-agent-read-agentview): Inline
13918         gnus-uncompress-range.
13919
13920 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13921
13922         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13923         `exec-installed-p'.
13924
13925 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13926
13927         * gnus.el (spam-process, spam-autodetect-methods): Add
13928         bsfilter and bsfilter-headers.
13929
13930         * spam.el (spam-bsfilter): New customize group.
13931         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13932         (spam-bsfilter-header, spam-bsfilter-probability-header)
13933         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13934         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13935         (spam-bsfilter-database-directory): New options.
13936         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13937         (spam-list-of-statistical-checks, spam-registration-functions):
13938         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13939         (spam-bsfilter-score): New command.
13940         (spam-check-bsfilter-headers, spam-check-bsfilter)
13941         (spam-bsfilter-register-with-bsfilter)
13942         (spam-bsfilter-register-spam-routine)
13943         (spam-bsfilter-unregister-spam-routine)
13944         (spam-bsfilter-register-ham-routine)
13945         (spam-bsfilter-unregister-ham-routine): New functions.
13946         (spam-generic-score): Support bsfilter; Accept an optional argument
13947         to recalcurate spam score even if scoring header has already been
13948         added.
13949         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13950         optional argument to recalcurate spam score even if scoring header
13951         has already been added.
13952
13953 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13954
13955         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13956         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13957         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13958         link is missing.
13959
13960 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13961
13962         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13963         (html2text-get-attr): Rewrite.
13964
13965         * message.el (message-setup-1): Remove redundant put-text-property
13966         on mail-header-separator.
13967
13968 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13969
13970         * gnus-registry.el (gnus-registry-cache-whitespace)
13971         (gnus-registry-action, gnus-registry-spool-action)
13972         (gnus-registry-split-fancy-with-parent): Change message levels
13973         from 5 to 3 or 7, as needed.
13974
13975         * spam.el (spam-summary-prepare-exit)
13976         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13977         (spam-split, spam-find-spam, spam-log-undo-registration)
13978         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13979         level from 5 to 6.
13980
13981 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13984         2004-03-04 change).
13985
13986 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13987
13988         * sieve-manage.el (sieve-manage-open):
13989         * nnweb.el (nnweb-insert-html):
13990         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13991         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13992         * nnspool.el (nnspool-request-group):
13993         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13994         * nnml.el (nnml-request-update-info):
13995         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13996         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13997         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13998         (nnimap-request-set-mark):
13999         * nnfolder.el (nnfolder-request-update-info):
14000         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14001         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14002         * gnus-uu.el (gnus-uu-find-articles-matching):
14003         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14004         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14005         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14006         * gnus-nocem.el (gnus-nocem-scan-groups):
14007         * gnus-int.el (gnus-start-news-server):
14008         * gnus-group.el (gnus-group-make-kiboze-group)
14009         (gnus-group-browse-foreign-server):
14010         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14011         Use mapc when appropriate.
14012
14013 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14014
14015         FIXME: Make separate entries for each person.
14016
14017         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14018         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14019         <shields@msrl.com>:
14020
14021         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14022         may need for spam sorting and scoring.
14023         (spam-user-format-function-S): Add user format function suitable for
14024         general use.
14025         (spam-article-sort-by-spam-status): Add sorting function for summary
14026         sorting.
14027         (spam-extra-header-to-number): Add function to get a score from a
14028         header.
14029         (spam-summary-score): Add function to get a numeric score from the
14030         headers.
14031         (spam-generic-score): Fix function doc, was in wrong place.
14032         (spam-initialize): Take symbols when it's run, and install the
14033         extra headers that spam-necessary-extra-headers thinks we need.
14034
14035 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14036
14037         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14038         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14039
14040 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14041
14042         * gnus-sum.el (gnus-set-global-variables)
14043         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14044         (gnus-article-get-xrefs, gnus-summary-best-group)
14045         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14046         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14047         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14048         Use with-current-buffer.
14049
14050 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14051
14052         * spam.el (spam-summary-prepare-exit): Simplify logic.
14053         (spam-fetch-article-header): Read the article header if it's not
14054         available.
14055         (spam-list-articles): Simplify logic.
14056         (spam-filelist-register-routine): Fix bug with unregister-list.
14057
14058         * gnus-registry.el: Fix comments at beginning.
14059
14060 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14061
14062         * message.el (message-cater-to-broken-inn): Remove.
14063         (message-shorten-references): Make sure the total folded length of
14064         References is shorter than 998 characters to cater to a bug in INN
14065         2.3.  Also, don't pretend that references aren't folded -- this
14066         hasn't worked for a while.
14067
14068 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14069
14070         * gnus-agent.el (gnus-agentize):
14071         gnus-agent-send-mail-real-function no longer set to current value
14072         of message-send-mail-function but rather a lambda that calls
14073         message-send-mail-function.  The change makes the agent real-time
14074         responsive to user changes to message-send-mail-function.
14075
14076 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14077
14078         * legacy-gnus-agent.el
14079         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14080         help from Florian Weimer <fw@deneb.enyo.de>
14081
14082 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * nnmail.el (nnmail-cache-insert): Revert last change.
14085
14086 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * nnmail.el (nnmail-cache-insert): Always check whether
14089         nnmail-cache-ignore-groups matches a group name.
14090
14091 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14092
14093         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14094         (spam-find-spam, spam-log-processing-to-registry)
14095         (spam-log-registered-p, spam-log-unregistration-needed-p)
14096         (spam-log-undo-registration): Use gnus-message instead of
14097         gnus-error, none of these errors are fatal.
14098
14099         * gnus-registry.el (gnus-registry-clean-empty-function)
14100         (gnus-registry-clean-empty): Remove only empty entries without
14101         extra data.
14102
14103 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14104
14105         * spam-stat.el (spam-stat-buffer-change-to-spam)
14106         (spam-stat-buffer-change-to-non-spam): Change (error) to
14107         (gnus-message 8) invocation.
14108
14109 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * nntp.el (nntp-via-netcat-command): New variable.
14112         (nntp-via-netcat-switches): New variable.
14113         (nntp-open-via-rlogin-and-netcat): New function.
14114         (nntp-open-connection-function): Doc fix.
14115         (nntp-telnet-command): Doc fix.
14116         (nntp-end-of-line): Doc fix.
14117         (nntp-via-rlogin-command): Doc fix.
14118         (nntp-via-user-name): Doc fix.
14119         (nntp-via-address): Doc fix.
14120
14121 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14124         error in Emacs 21.1.
14125
14126 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14127
14128         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14129
14130 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14131
14132         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14133         (gnus-agent-with-refreshed-group): New macro.
14134         (gnus-agent-rename-group): New function.
14135         (gnus-agent-delete-group): New function.
14136         (gnus-agent-save-group-info): Use gnus-command-method when
14137         `method' parameter is nil.  Don't write nil entries into the
14138         active file.
14139         (gnus-agent-get-group-info): New function.
14140         (gnus-agent-fetch-articles): Use
14141         gnus-agent-update-files-total-fetched-for to increment disk space
14142         used.
14143         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14144         gnus-agent-update-view-total-fetched-for to increment disk space
14145         used.
14146         (gnus-agent-get-local): Added optional parameters to avoid calling
14147         gnus-group-real-name and gnus-find-method-for-group.
14148         (gnus-agent-set-local): Delete stored entry if either min, or max,
14149         are nil.
14150         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14151         quit, use gnus-agent-regenerate-group to record existance of any
14152         articles fetched to disk before the quit occurred.
14153         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14154         gnus-agent-update-view-total-fetched-for, and
14155         gnus-agent-update-files-total-fetched-for to decrement disk space
14156         used.
14157         (gnus-agent-retrieve-headers): Use
14158         gnus-agent-update-view-total-fetched-for to increment disk space
14159         used.
14160         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14161         with gnus-agent-update-files-total-fetched-for to decrement disk
14162         space and fresh group buffer.
14163         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14164         (gnus-agent-need-update-total-fetched-for): New variable.
14165         (gnus-agent-update-files-total-fetched-for): New function.
14166         (gnus-agent-update-view-total-fetched-for): New function.
14167         (gnus-agent-total-fetched-for): New function.
14168
14169         * gnus-cache.el (gnus-cache-save-buffers): Use
14170         gnus-cache-update-overview-total-fetched-for to change disk space
14171         used by this group.
14172         (gnus-cache-possibly-enter-article): Use
14173         gnus-cache-update-file-total-fetched-for to increment disk space
14174         used by this group.
14175         (gnus-cache-possibly-remove-article): Use
14176         gnus-cache-update-file-total-fetched-for to decrement disk space
14177         used by this group.
14178         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14179         (gnus-cache-rename-group): New function.
14180         (gnus-cache-delete-group): New function.
14181         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14182         (gnus-cache-need-update-total-fetched-for): New variable.
14183         (gnus-cache-with-refreshed-group): New macro.
14184         (gnus-cache-update-file-total-fetched-for): New function.
14185         (gnus-cache-update-overview-total-fetched-for): New function.
14186         (gnus-cache-rename-group-total-fetched-for): New function.
14187         (gnus-cache-delete-group-total-fetched-for): New function.
14188         (gnus-cache-total-fetched-for): New function.
14189
14190         * gnus-group.el: Require gnus-sum and autoload functions to
14191         resolve warnings when gnus-group.el compiled alone.
14192         (gnus-group-line-format): Documented new %F.
14193         (size of Fetched data) group line format; identifies disk space
14194         used by agent and cache.
14195         (gnus-group-line-format-alist): Defined new F format.
14196         (gnus-total-fetched-for): New function.
14197         (gnus-group-delete-group): No longer update
14198         gnus-cache-active-altered as gnus-request-delete-group now keeps
14199         the cache in sync.
14200         (gnus-group-list-active): Let the agent store a server's active
14201         list if currently plugged.
14202
14203         * gnus-int.el (gnus-request-delete-group):
14204         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14205         local disk in sync with the server.
14206         (gnus-request-rename-group):
14207         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14208         local disk in sync with the server.
14209
14210         * gnus-start.el (gnus-get-unread-articles):
14211         Cosmetic simplification to logic.
14212
14213         * gnus-util.el (gnus-rename-file): New function.
14214
14215 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14216
14217         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14218
14219 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14220
14221         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14222         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14223
14224 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14225
14226         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14227         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14228
14229 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14230
14231         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14232
14233 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14234
14235         * spam.el (spam-set-difference): Add function to replace
14236         gnus-set-difference in spam.el.
14237         (spam-summary-prepare-exit): Use spam-set-difference.
14238
14239 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14240
14241         * gnus-registry.el (gnus-registry-cache-file): Update to use
14242         gnus-dribble-directory OR gnus-home-directory OR ~.
14243         (gnus-registry-split-fancy-with-parent): Fix doc.
14244
14245 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * message.el (message-exchange-point-and-mark): Use
14248         message-mark-active-p.  Suggested by Jesper Harder
14249         <harder@ifa.au.dk>.
14250
14251 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14252
14253         * message.el (message-exchange-point-and-mark): Don't activate
14254         region if it was inactive.  Suggested by Hiroshi Fujishima
14255         <pooh@nature.tsukuba.ac.jp>.
14256
14257 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * gnus-art.el (article-display-face): Display Faces in the same
14260         order as X-Faces.
14261
14262 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14265
14266 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14269         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14270         (gnus-article-mime-hierarchy): Remove.
14271         (gnus-article-mime-hierarchy-next): Remove.
14272         (gnus-article-mode): Revert 2004-03-19 change.
14273         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14274         (gnus-insert-mime-button): Revert 2004-03-19 change.
14275         (gnus-mime-accumulate-hierarchy): Remove.
14276         (gnus-mime-enter-multipart): Remove.
14277         (gnus-mime-leave-multipart): Remove.
14278         (gnus-mime-display-part): Revert 2004-03-19 change.
14279         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14280
14281         * mml.el (mml-preview): Revert 2004-03-19 change.
14282
14283 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14284
14285         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14286
14287 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14290         t while entering a file name using the mm-with-multibyte macro.
14291         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14292
14293         * mm-util.el (mm-with-multibyte): New macro.
14294
14295 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14298         user option.
14299         (gnus-mime-multipart-functions): Doc and customization fix.
14300         (gnus-article-mime-hierarchy): New variable.
14301         (gnus-article-mime-hierarchy-next): New variable.
14302         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14303         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14304         gnus-article-mime-hierarchy-next to nil.
14305         (gnus-insert-mime-button): Show hierarchy numbers.
14306         (gnus-mime-accumulate-hierarchy): New function.
14307         (gnus-mime-enter-multipart): New function.
14308         (gnus-mime-leave-multipart): New function.
14309         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14310         (gnus-mime-display-alternative): Show hierarchy numbers.
14311
14312         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14313         gnus-article-mime-hierarchy-next to nil.
14314
14315 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14316
14317         * dns.el: Don't require gnus-xmas.
14318
14319 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14320
14321         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14322         inline PGP.
14323         (mml-menu): Disable mml-quote-region if mark is inactive.
14324
14325 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14328         when the group's active is not available.
14329
14330 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14333         error.
14334
14335 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14336
14337         * imap.el (imap-store-password): New variable.
14338         (imap-interactive-login): Use it.
14339         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14340
14341 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14344         window-start and hscroll to summary window.
14345
14346 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14347
14348         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14349         conversion message to newsrc-dribble when an actual conversion is
14350         performed.
14351
14352 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14353
14354         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14355
14356 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * mm-decode.el (mm-complicated-handles): New function reviving
14359         former definition of mm-multiple-handles.
14360
14361         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14362         (gnus-mime-delete-part): Use it.
14363
14364 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14365
14366         * gnus-agent.el (gnus-agent-read-local): Bind
14367         nnheader-file-coding-system to gnus-agent-file-coding-system to
14368         avoid the implicit assumption that they will always be equal.
14369         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14370         coding-system-for-write, as the with-temp-file macro first prints
14371         to a buffer then saves the buffer.
14372
14373 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * gnus-art.el (gnus-article-edit-part): New function.
14376         (gnus-mime-save-part-and-strip): Use it; do query instead of
14377         signaling an error; don't use mm-multiple-handles.
14378         (gnus-mime-delete-part): Ditto.
14379
14380 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14381
14382         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14383         old file versions.
14384         (gnus-group-prepare-hook): Removed function that converted list
14385         form of gnus-agent-expire-days to group properties.
14386
14387         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14388         (gnus-request-accept-article): Re-indented.
14389
14390         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14391         converters to handle old agent file formats.  Added logic for a
14392         "backup before upgrading warning".
14393         (gnus-convert-mark-converter-prompt): Developers can mark
14394         functions as needing (default), or not needing,
14395         gnus-convert-old-newsrc's "backup before upgrading warning".
14396         (gnus-convert-converter-needs-prompt): Tests whether the user
14397         should be protected from potentially irreversable changes by the
14398         function.
14399
14400         * legacy-gnus-agent.el: New.  Provides converters that are only
14401         loaded when gnus-convert-old-newsrc needs to call them.
14402
14403 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * mail-source.el (mail-source-touch-pop): Doc fix.
14406
14407         * message.el (message-smtpmail-send-it): Doc fix.
14408
14409 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14410
14411         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14412
14413         * nnmail.el (nnmail-split-fancy): do.
14414
14415         * gnus-kill.el (gnus-kill, gnus-execute): do.
14416
14417 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14418
14419         * gnus-sum.el (gnus-widget-reversible-match)
14420         (gnus-widget-reversible-to-internal)
14421         (gnus-widget-reversible-to-external): New functions.
14422         (gnus-widget-reversible): New widget.
14423         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14424
14425 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14426
14427         * gnus-sum.el (gnus-thread-sort-functions)
14428         (gnus-article-sort-functions): Document `(not F)' items.
14429
14430 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14431
14432         * spam.el (spam-use-gmane-xref): Add new backend.
14433         (spam-gmane-xref-spam-group): Add variable to control the name of the
14434         Gmane spam group.
14435         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14436         (spam-regex-headers-spam, spam-regex-headers-ham)
14437         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14438         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14439         backends and checks.
14440         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14441
14442         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14443         an autodetect method.
14444
14445 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14446
14447         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14448         articles are being added to a group.
14449         (gnus-request-replace-article): Inform the agent that articles
14450         need to be uncached as the cached contents are no longer valid.
14451
14452 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14453
14454         * binhex.el: Don't autoload executable-find.
14455
14456         * canlock.el: Don't autoload mail-fetch-field.
14457
14458         * dgnushack.el: Autoload c-mode for XEmacs.
14459
14460         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14461
14462         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14463         rmail-dont-reply-to and rmail-output.
14464
14465         * gnus-score.el: Don't autoload ffap-string-at-point.
14466
14467         * gnus-setup.el: Don't autoload sc-cite-original.
14468
14469         * imap.el: Don't autoload base64-decode-string,
14470         base64-encode-string and md5.
14471
14472         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14473         and rmail-msg-restore-non-pruned-header.
14474
14475         * mm-decode.el: Don't autoload executable-find.
14476
14477         * mm-url.el: Don't autoload executable-find.
14478
14479         * mm-view.el: Don't autoload diff-mode.
14480
14481         * nndb.el: Don't autoload news-reply-mode, news-setup,
14482         cancel-timer and telnet.
14483
14484         * password.el: Don't autoload run-at-time for Emacs.
14485
14486         * sha1-el.el: Don't autoload executable-find.
14487
14488         * sieve-mode.el: Don't autoload c-mode.
14489
14490         * uudecode.el: Don't autoload executable-find.
14491
14492 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14493
14494         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14495         (gnus-agent-possibly-alter-active): Avoid null in numeric
14496         comparison.
14497         (gnus-agent-set-local): Refuse to save null in local object table.
14498         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14499         list of articles that will be marked as unread.
14500
14501 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14504
14505 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14506
14507         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14508         language tags.
14509
14510 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14511
14512         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14513         Don't bind "obarray".
14514
14515         * gnus-sum.el (gnus-thread-sort-functions): Added
14516         `gnus-thread-sort-by-most-recent-number' and
14517         `gnus-thread-sort-by-most-recent-date'.
14518         Reported by Kai Grossjohann <kai@emptydomain.de>.
14519
14520 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14523
14524 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14525
14526         * gnus-cus.el (gnus-agent-customize-category): Removed
14527         ignore-errors macro reference that required cl to be loaded at
14528         run-time.
14529
14530         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14531         single-interval range of the form (min . max).  Previously the
14532         range had to look like ((min . max)).  Likewise, return
14533         (min . max) rather than ((min . max)).
14534         (gnus-range-map): Use gnus-range-normalize to accept
14535         single-interval range.
14536
14537         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14538         the cache, but not the agent, now appear with their usual face.
14539
14540         * dgnushack.el (loaddir): New variable that is bound to the
14541         directory containing the dgnushack.el file. Use loaddir, rather
14542         than srcdir, to update load-path. Change lets dgnushack compile
14543         code in directories other than GNUS/lisp.
14544
14545 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * lpath.el: Don't bind w3m-safe-url-regexp.
14548
14549         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14550         w3m-safe-url-regexp variable buffer-local.
14551
14552         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14553
14554 2004-02-27  Simon Josefsson  <jas@extundo.com>
14555
14556         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14557         gnus-group-real-prefix.
14558         (gnus-summary-move-article): Use it, instead of
14559         gnus-group-real-prefix.
14560
14561 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14562
14563         * lpath.el: Bind w3m-safe-url-regexp.
14564
14565         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14566         w3m-safe-url-regexp variable buffer-local and set it as the value
14567         of mm-w3m-safe-url-regexp.
14568
14569         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14570
14571         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14572         parsing gnus-posting-styles when the message is not for replying.
14573
14574         * dgnushack.el: Autoload sgml-mode for XEmacs.
14575
14576         * nnrss.el (nnrss-opml-export): Use
14577         mm-set-buffer-file-coding-system instead of
14578         set-buffer-file-coding-system.
14579
14580 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14581
14582         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14583         of checkdoc.el).
14584         * nnrss.el: do.
14585         * gnus-mlspl.el: do.
14586         * gnus-ml.el: do.
14587         * gnus-srvr.el: do.
14588
14589         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14590
14591 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14592
14593         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14594         Corrections to custom-manual links.
14595
14596         * gnus-art.el (gnus-article): Ditto.
14597
14598         * mm-decode.el (mime-display, mime-security): Ditto.
14599
14600 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14601
14602         * flow-fill.el: Typo.
14603
14604 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14605
14606         * spam-wash.el: New file.
14607
14608 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14609
14610         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14611
14612 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14613
14614         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14615         to be run with new-articles as LIST1, not LIST2.
14616         (spam-registration-functions): Add spam-use-ham-copy as a nil
14617         registration backend.
14618
14619 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14620
14621         * spam-stat.el (spam-stat-washing-hook): New option.
14622         (spam-stat-buffer-words): Use it.
14623         (spam-stat-process-directory, spam-stat-test-directory): Use
14624         insert-file-contents-literally.
14625         (spam-stat-coding-system): New variable.
14626         (spam-stat-load, spam-stat-save): Use it.
14627
14628 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * spam-report.el (spam-report-plug-agent): Quote
14631         spam-report-url-to-file and spam-report-url-ping-plain.
14632
14633 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14634
14635         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14636         / in mailto URLs.
14637
14638 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14639
14640         * spam-report.el (spam-report-process-queue): Fix interactive use.
14641         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14642         (spam-report-unplug-agent): Doc fixes.
14643         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14644         (spam-report-agentize, spam-report-deagentize): Autoload.
14645
14646 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14649
14650         * message.el (message-setup-fill-variables): Add mml tags to
14651         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14652         <ajk@iu.edu>.
14653         (message-mode): Don't modify paragraph-separate there.
14654
14655 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * compface.el (uncompface-use-external): Default to undecided.
14658         (uncompface-use-external-threshold): New variable.
14659         (uncompface-float-time): New macro.
14660         (uncompface): Determine whether to use the external decoder if
14661         uncompface-use-external is undecided.
14662
14663 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14664
14665         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14666         after images.
14667
14668         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14669
14670 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14671
14672         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14673
14674         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14675
14676         * gnus-sum.el (gnus-summary-limit-to-age)
14677         (gnus-summary-limit-children): do.
14678
14679         * gnus-int.el (gnus-request-scan): do.
14680
14681         * gnus-group.el (gnus-group-suspend): do.
14682
14683         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14684
14685         * gnus-cite.el (gnus-cite-parse-attributions): do.
14686
14687         * gnus-agent.el (gnus-summary-set-agent-mark)
14688         (gnus-agent-regenerate-group): do.
14689
14690         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14691
14692         * binhex.el (binhex-decode-region-internal): do.
14693
14694 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * gnus-fun.el (gnus-face-properties-alist): New user option.
14697         (gnus-display-x-face-in-from): Use it.
14698
14699         * gnus-art.el (article-display-face): Ditto.
14700
14701         * compface.el (uncompface-use-external): Default to nil.
14702
14703 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14704
14705         * nntp.el (nntp-erase-buffer): New function.
14706         (nntp-retrieve-data, nntp-send-command)
14707         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14708         (nntp-possibly-change-group): Use it.
14709
14710         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14711         with-current-buffer.
14712
14713 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14714
14715         * compface.el: Merge the ELisp-based uncompface program.
14716         (compface): New customization group.
14717         (uncompface-use-external): New user option.
14718         (uncompface): Call uncompface-internal if uncompface-use-external
14719         is nil.
14720         (uncompface-internal): New function.  Note that there are also
14721         some other functions and variables added for this function.
14722
14723 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14724
14725         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14726         if necessary.
14727
14728 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14729
14730         * spam-report.el (spam-report-unplug-agent)
14731         (spam-report-plug-agent, spam-report-deagentize)
14732         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14733         Add support for the Agent in spam-report: when unplugged, report to a
14734         file; when plugged, submit all the requests.
14735
14736         * spam.el (spam-register-routine): Fix message about
14737         registration.
14738
14739 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14740
14741         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14742         dependencies.
14743         (rfc2047-encode): Use it.
14744
14745         * gnus-art.el (gnus-button-marker-list): Move before first
14746         reference.
14747
14748         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14749         (imap-parse-body): Fix format string mismatch.
14750
14751         * gnus-score.el (gnus-summary-increase-score): do.
14752
14753         * nnrss.el (nnrss-close): New function.
14754
14755 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14756
14757         * nnrss.el (nnrss-make-filename): New function.
14758         (nnrss-request-delete-group, nnrss-read-server-data)
14759         (nnrss-save-server-data, nnrss-read-group-data)
14760         (nnrss-save-group-data): Use it.
14761         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14762         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14763         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14764
14765 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14766
14767         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14768
14769 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14770
14771         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14772         files.
14773
14774         * message.el (message-generate-headers-first): Don't quote nil
14775         and t in docstrings.
14776
14777         * imap.el (imap-id): do.
14778
14779         * gnus-agent.el (gnus-agent-consider-all-articles)
14780         (gnus-agent-queue-mail): do.
14781
14782 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14783
14784         * spam-report.el (spam-report-process-queue): New function.
14785         Process requests from `spam-report-requests-file'.
14786         (spam-report-process-queue): Doc fix.
14787
14788 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14789
14790         * spam.el (spam-register-routine)
14791         (spam-log-processing-to-registry, spam-log-registered-p)
14792         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14793         Change "check" to "spam-check" for semi-clarity.
14794
14795 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14796
14797         * pop3.el: Require nnheader.
14798
14799         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14800
14801         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14802
14803         * gnus-picon.el: Require cl.
14804
14805         * gnus-fun.el: Require gnus-ems and gnus-util.
14806
14807         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14808
14809         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14810
14811         * gnus-art.el (gnus-article-edit-mode): Define before first
14812         reference.
14813
14814 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14815
14816         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14817         (gnus-uu-post-encoded): Use point-at-bol.
14818
14819         * gnus-topic.el (gnus-group-active-topic-p): do.
14820
14821         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14822
14823         * gnus-group.el (gnus-group-kill-region): do.
14824
14825         * gnus-art.el (article-date-ut): do.
14826
14827         * message.el (message-fetch-field): Remove redundant
14828         case-fold-search binding.
14829         (message-narrow-to-field): Simplify.
14830
14831 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * spam.el (spam-directory): Derive from `gnus-directory'.
14834
14835         * spam-report.el (spam-report-url-to-file)
14836         (spam-report-requests-file): New function and variable for offline
14837         reporting.
14838         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14839         and user defined function.
14840         (spam-report-url-ping-mm-url): Remove doubled slash.
14841
14842 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14843
14844         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14845
14846 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14847
14848         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14849         format string mismatch.
14850
14851         * sieve.el (sieve-deactivate-all): do.
14852
14853         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14854
14855         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14856
14857         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14858
14859         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14860
14861 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14862
14863         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14864         the list of checks.
14865
14866 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14867
14868         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14869         padding.
14870
14871 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14872
14873         * mm-view.el (mm-fill-flowed): New variable.
14874         (mm-inline-text): Use it.
14875
14876 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14877
14878         * spam.el (spam-spamassassin-register-ham-routine)
14879         (spam-spamassassin-register-spam-routine): Fix function names.
14880
14881 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * gnus.el (gnus-tmp-grouplens): Remove.
14884         (gnus-summary-line-format): Remove grouplens.
14885
14886         * gnus-group.el (gnus-group-line-format): Ditto.
14887
14888         * gnus-spec.el (gnus-format-specs): Ditto.
14889         (gnus-update-format-specifications): Flush the group format spec
14890         cache if there's the grouplens stuff.
14891         (gnus-parse-simple-format): Replace %l with the empty string.
14892
14893 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14894
14895         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14896         omission.
14897
14898 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14901         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14902
14903 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14904
14905         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14906         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14907         New macros and functions.
14908         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14909         Handle > NLINK_MAX messages.
14910         * nnmaildir.el (nnmaildir-request-set-mark): Use
14911         nnmaildir--emlink-p and nnmaildir--eexist-p.
14912
14913 2004-01-25  Alex Schroeder  <alex@gnu.org>
14914
14915         * spam-stat.el (spam-stat-process-directory-age): New option.
14916         (spam-stat-process-directory): Use it.
14917
14918 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14919
14920         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14921         (spam-stat-save): Accept prefix argument.
14922
14923 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14924
14925         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14926         links" error.
14927
14928 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14931         the rest of the and/or forms.
14932
14933 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14934
14935         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14936         compatibility with old .newsrc.eld files.
14937
14938         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14939
14940         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14941
14942         * gnus-start.el (gnus-1): do.
14943
14944         * gnus-group.el (gnus-group-line-format-alist): do.
14945
14946         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14947
14948         * gnus-gl.el: Remove.
14949
14950 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14951
14952         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14953         marks consisting of a single range {for example, (3 . 5)} rather
14954         than a list of a single range { ((3 . 5)) }.
14955
14956 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14957
14958         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14959         with-current-buffer.
14960         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14961         avoid consing a string.
14962
14963         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14964         Remove obsolete entries for big5 and gb2312.
14965
14966 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14967
14968         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14969         uncompressed list.
14970
14971 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14972
14973         * spam-stat.el (spam-stat-strip-xref): New function.
14974         (spam-stat-process-directory): Use it.
14975
14976         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14977         here -- it's done in message-fetch-field.
14978
14979 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14980
14981         * gnus-agent.el (gnus-agent-queue-mail)
14982         (gnus-agent-prompt-send-queue): New variables.
14983         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14984         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14985         "nndraft:queue" along to gnus-draft-send.  Use
14986         gnus-agent-prompt-send-queue.
14987         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14988         is "nndraft:queue".  Suggested by Gaute Strokkenes
14989         <gs234@srcf.ucam.org>
14990
14991         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14992         (agent-enable-undownloaded-faces): Added.
14993         (gnus-agent-cat-groups): Use eval-and-compile, not
14994         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14995         method of gnus-agent-cat-groups even when the buffer has been
14996         evaled.
14997         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14998         delete gnus-agent-save-active-1.
14999         (gnus-agent-save-groups): Deleted.  Identical to
15000         gnus-agent-save-active.
15001         (gnus-agent-write-active): No longer adjust agent's copy of active
15002         file as agent's adjustments are now stored in their own
15003         file.  Removed optional parameter.
15004         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15005         servers.  Add use of min/max range limits from server's local
15006         file.
15007         (gnus-agent-save-alist): Removed unused optional argument.
15008         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15009         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15010         (gnus-agent-set-local): A per-server file that keeps min/max range
15011         limits for articles known to the agent.  Provides a fast mechanism
15012         for altering many active ranges.
15013         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15014         active file (local makes it unnecessary).
15015         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15016
15017         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15018         (agent-enable-undownloaded-faces): Added.
15019
15020         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15021         disable it when sending to "nndraft:queue".
15022         (gnus-group-send-queue): Add safety check to avoid sending queue
15023         when unplugged.
15024
15025         * gnus-group.el (gnus-group-catchup): Use new
15026         gnus-sequence-of-unread-articles, not
15027         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15028         numbers of articles.  Use gnus-range-map to avoid having to
15029         uncompress the unread list.
15030         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15031         Fixed invalid ange-ftp reference.
15032
15033         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15034         (gnus-sorted-range-intersection): Intersection of two ranges
15035         without requiring that they first be uncompressed.
15036
15037         * gnus-start.el (gnus-activate-group): Unless blocked by the
15038         caller, possibly expand the active range to include both cached
15039         and agentized articles.
15040         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15041         multiple version-dependent converters.
15042         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15043         gnus-agent-save-active.
15044         (gnus-save-newsrc-file): Save dirty agent range limits.
15045
15046         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15047         gnus-agent-possibly-alter-active.
15048         (gnus-adjust-marked-articles): Faster handling of simple lists.
15049
15050 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15051
15052         * spam-stat.el (spam-stat-test-directory): New optional argument
15053         displays a list of files detected.  Suggested by Andrew Cohen
15054         <cohen@andy.bu.edu>.
15055         (spam-stat-buffer-words-with-scores): Don't narrow and change
15056         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15057
15058 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15059
15060         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15061         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15062         (spam-spamassassin-arguments)
15063         (spam-spamassassin-spam-flag-header)
15064         (spam-spamassassin-positive-spam-flag-header)
15065         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15066         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15067         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15068         (spam-list-of-processors, spam-list-of-checks)
15069         (spam-list-of-statistical-checks, spam-registration-functions)
15070         (spam-check-spamassassin-headers, spam-check-spamassassin)
15071         (spam-spamassassin-score)
15072         (spam-spamassassin-register-with-sa-learn)
15073         (spam-spamassassin-register-spam-routine)
15074         (spam-spamassassin-register-ham-routine)
15075         (spam-assassin-register-spam-routine)
15076         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15077         (spam-bogofilter-score): Fix to show article before scoring.
15078
15079 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15080
15081         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15082         default scoring function.
15083         (spam-generic-score): Call spam-spamassassin-score if
15084         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15085         spam-bogofilter-score otherwise.
15086
15087         * gnus.el (spam-process, spam-autodetect-methods): Add
15088         spamassassin and spamassassin-headers.
15089
15090 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15091
15092         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15093         Suppress unnecessary messages.
15094
15095 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15096
15097         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15098         make-hash-table.
15099
15100 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * canlock.el (base64-encode-string): Don't autoload it.
15103
15104 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * run-at-time.el: Remove useless (require 'itimer),
15107         eval-and-compile and (featurep 'xemacs).
15108
15109 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15110
15111         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15112         GROUP is a virtual group.
15113
15114 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15115
15116         * gnus.el: Autoload `message-y-or-n-p'.
15117
15118 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15119
15120         * pgg-parse.el: Remove unnecessary (require 'custom).
15121
15122         * pgg-def.el: do.
15123
15124         * nnmail.el: do.
15125
15126         * gnus-undo.el: do.
15127
15128         * gnus-picon.el: do.
15129
15130         * gnus-util.el: do.
15131
15132 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15133
15134         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15135
15136 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15139         handle, as well as a list.
15140
15141         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15142         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15143         (mm-w3m-cid-retrieve): Simplify.
15144
15145 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15146
15147         * message.el (message-kill-to-signature): Allow prefix arg to
15148         specify number of lines to keep before signature.
15149
15150 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15151
15152         * message.el (message-kill-to-signature): Change docstring.
15153
15154 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * canlock.el: Always require sha1-el.
15157         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15158
15159         * message.el: Autoload sha1 only when compiling.
15160
15161         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15162         eudc-expand-inline for XEmacs.
15163
15164 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * message.el (message-canlock-generate): Require sha1-el.
15167
15168 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15169
15170         * message.el (message-expand-name): Silence the byte compiler.
15171
15172         * lpath.el: Add detect-coding-system.
15173
15174         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15175         cus-edit.
15176
15177 2004-01-13  Simon Josefsson  <jas@extundo.com>
15178
15179         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15180         Invoke gnus-score-mode.  Reported by
15181         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15182
15183         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15184         Jim Blandy <jimb@redhat.com> (tiny change).
15185
15186 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15187
15188         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15189
15190 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15191
15192         * spam.el (spam-get-article-as-string): Update to use
15193         gnus-request-article-this-buffer, much simpler.
15194         (spam-get-article-as-buffer): Remove.
15195
15196 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15197
15198         * message.el (message-expand-name): Use EUDC if the user uses that.
15199
15200 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15201
15202         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15203         character for the encoding to avoid consing a string.
15204
15205         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15206         unnecessarily.
15207
15208         * mm-util.el (mm-replace-chars-in-string): Remove.
15209
15210         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15211         of mm-replace-chars-in-string.
15212
15213 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15214
15215         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15216
15217         * mm-util.el (mm-subst-char-in-string): Support inplace.
15218
15219         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15220         a new string in every iteration.  Use shy groups.
15221
15222 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15223
15224         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15225         * gnus-soup.el (gnus-soup-group-brew):
15226         * gnus-msg.el (gnus-put-message):
15227         * gnus-move.el (gnus-group-move-group-to-server):
15228         * gnus-kill.el (gnus-batch-score):
15229         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15230         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15231         (gnus-group-update-group, gnus-group-read-group)
15232         (gnus-group-make-group, gnus-group-make-help-group)
15233         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15234         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15235         (gnus-group-sort-by-unread, gnus-group-catchup)
15236         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15237         (gnus-group-yank-group, gnus-group-set-info)
15238         (gnus-group-list-groups):
15239         * gnus.el (gnus-generate-new-group-name):
15240         * gnus-delay.el (gnus-delay-send-queue):
15241         * nnvirtual.el (nnvirtual-catchup-group):
15242         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15243         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15244         (gnus-group-prepare-topics, gnus-topic-check-topology):
15245         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15246         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15247         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15248         (gnus-group-make-articles-read):
15249         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15250         (gnus-group-change-level, gnus-kill-newsgroup)
15251         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15252         (gnus-get-unread-articles, gnus-make-articles-unread)
15253         (gnus-make-ascending-articles-unread): Use accessor
15254         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15255         to get group information for improved readability.
15256
15257
15258 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15259
15260         * gnus-art.el (article-decode-mime-words, article-babel)
15261         (gnus-article-highlight-signature, gnus-article-add-buttons)
15262         (gnus-signature-toggle): Use gnus-with-article-buffer.
15263
15264         * gnus-art.el (gnus-article-highlight-headers)
15265         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15266
15267         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15268         (gnus-article-set-globals, gnus-request-article-this-buffer)
15269         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15270         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15271         (gnus-mime-display-alternative): Use with-current-buffer.
15272
15273 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15274
15275         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15276         also under 80 char limit, and call gnus-error if needed.
15277         (spam-fetch-article-header): Fix - it was a
15278         buffer-local variable (gnus-newsgroup-data).
15279         (spam-find-spam): Use spam-generate-fake-headers, forget about
15280         spam-insert-fake-headers.
15281         (spam-insert-fake-headers): Remove.
15282
15283 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15284
15285         * deuglify.el (gnus-article-outlook-unwrap-lines)
15286         (gnus-outlook-rearrange-article)
15287         (gnus-outlook-repair-attribution-outlook)
15288         (gnus-outlook-repair-attribution-block)
15289         (gnus-outlook-repair-attribution-other): Remove redundant
15290         save-excursion.
15291
15292 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15293
15294         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15295         (spam-fetch-field-subject-fast)
15296         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15297         (spam-fetch-article-header): Add functions to deal with Gnus
15298         internals for fast retrieval of article header data.
15299         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15300
15301 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15302
15303         * pop3.el (pop3-md5): Remove.
15304         (pop3-apop): Replace pop3-md5 with md5.
15305
15306         * mm-bodies.el: base64 is always built-in.
15307
15308         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15309         with-current-buffer.
15310
15311 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * canlock.el (canlock-insert-header): Remove excessive grouping in
15314         regexp.
15315
15316         * gnus-sum.el (gnus-summary-read-document): Ditto.
15317
15318         * gnus-uu.el (gnus-uu-part-number): Ditto.
15319
15320         * html2text.el (html2text-remove-tags): Ditto.
15321         (html2text-format-tags): Ditto.
15322         (html2text-format-single-elements): Ditto.
15323
15324         * mml.el (mml-parse-1): Ditto.
15325
15326 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15327
15328         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15329
15330         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15331
15332         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15333
15334         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15335
15336 2003-11-15  Simon Josefsson  <jas@extundo.com>
15337
15338         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15339         (pgg-gpg-lookup-key): Use regexp match instead of
15340         split-string (split-string is different between emacs 21.2 and
15341         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15342
15343 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15344
15345         * gnus-art.el (gnus-mime-view-all-parts)
15346         (gnus-article-part-wrapper, gnus-article-view-part): Use
15347         with-current-buffer.
15348
15349 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15350
15351         * spam.el (spam-disable-spam-split-during-ham-respool)
15352         (spam-spamoracle-database, spam-cache-lookups)
15353         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15354         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15355         (spam-group-ham-marks, spam-group-spam-marks)
15356         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15357         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15358         also add spam-use-blackholes to the statistical checks.
15359         (spam-fetch-field-fast): Add interface to fetching fields, may
15360         become a macro.
15361         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15362         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15363         (spam-insert-fake-headers): Fake an article when needed.
15364         (spam-find-spam): Fake article when possible.
15365         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15366         (spam-check-bogofilter-headers): Use message-fetch-field instead
15367         of nnmail-fetch-field.
15368
15369 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15370
15371         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15372
15373 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15374
15375         * spam.el (spam-split): Do not require spam-use-CHECK to be
15376         enabled if that check is passed to spam-split explicitly; also
15377         fix so 'spam doesn't get converted to spam-split-group when
15378         spam-split-symbolic-return is t.
15379         (spam-find-spam): Find registrations of the article and use those
15380         instead of re-running spam-split to find the spam/ham
15381         classification of the article.
15382         (spam-log-processing-to-registry, spam-log-registered-p)
15383         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15384         Use gnus-error instead of gnus-message.
15385         (spam-log-registration-type): Add function to determine the
15386         classification of a message based on registry entries; will
15387         return nil if both 'spam and 'ham are found.
15388         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15389         a reasonably fast local cache without the loading errors.
15390         (spam-cache-lookups): Set to t by default.
15391         (spam-find-spam): Don't try to guess spam-cache-lookups.
15392         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15393         spam-caches entry.
15394         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15395         caching of whitelist/blacklist entries.
15396         (spam-check-whitelist, spam-check-blacklist): Invoke
15397         spam-from-listed-p with a type, not a cache variable.
15398         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15399
15400 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15401
15402         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15403
15404         * nnmail.el (nnmail-split-fancy): do.
15405
15406         * mml.el (mml-parse): do.
15407
15408         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15409         (gnus-score-adaptive): do.
15410
15411 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15414         (gnus-mime-button-map): Don't set keymap parent.
15415         (gnus-button-ctan-directory-regexp): Use shy grouping.
15416         (gnus-prev-page-map): Don't set keymap parent.
15417         (gnus-prev-page-map): Remove duplicated one.
15418         (gnus-next-page-map): Don't set keymap parent.
15419         (gnus-mime-security-button-map): Ditto.
15420
15421         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15422         version number.
15423
15424         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15425
15426 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * canlock.el (canlock-sha1-function): Remove.
15429         (canlock-sha1-function-for-verify): Remove.
15430         (canlock-openssl-program): Remove.
15431         (canlock-openssl-args): Remove.
15432         (canlock-ignore-errors): Remove.
15433         (canlock-sha1-with-openssl): Remove.
15434         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15435         (canlock-verify): Don't use canlock-ignore-errors.
15436
15437         * sha1-el.el (sha1-string-external): Make it can return a string
15438         in binary form.
15439         (sha1-region-external): Ditto.
15440         (sha1-string-internal): Ditto.
15441         (sha1-region-internal): Ditto.
15442         (sha1-region): Ditto.
15443         (sha1-string): Ditto.
15444         (sha1): Ditto.
15445
15446 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15447
15448         * spam.el (spam-report-articles-gmane): New command.
15449
15450 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15453
15454         * run-at-time.el (run-at-time-saved): Remove.
15455         (run-at-time): Doc fix.
15456
15457 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15458
15459         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15460         (gnus-summary-limit-map): Add it.
15461         (gnus-summary-make-menu-bar): do.
15462
15463 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15464
15465         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15466         Make attempt at some caching support (done for BBDB only now).
15467         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15468         addresses to be checked.
15469         (spam-clear-cache-BBDB): Add function, to be invoked by
15470         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15471         (spam-check-BBDB): Check and use the caches, if
15472         spam-cache-lookups is on, remove superfluous (provide).
15473
15474 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15475
15476         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15477
15478 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15479
15480         * run-at-time.el (run-at-time-saved): Move to after the definition
15481         of `run-at-time'.
15482
15483         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15484
15485 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15488         mm-w3m-local-map-property.
15489
15490         * mm-view.el (mm-w3m-mode-map): Remove.
15491         (mm-w3m-local-map-property): Remove.
15492         (mm-inline-text-html-render-with-w3m): Don't use
15493         mm-w3m-local-map-property.
15494
15495 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15496
15497         * run-at-time.el: New file.
15498
15499         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15500         under Emacs.
15501
15502         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15503         of gnus-set-text-properties.
15504
15505         * gnus-uu.el (gnus-uu-save-article): Ditto.
15506
15507         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15508
15509         * gnus-cite.el (gnus-cite-parse): Ditto.
15510
15511         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15512         of gnus-.
15513
15514         * gnus-xmas.el (run-at-time): Require run-at-time.
15515
15516         * gnus.el: Changed calls to nnheader-run-at-time and
15517         password-run-at-time throughout to use run-at-time directly.
15518
15519         * password.el: Removed definition of run-at-time.
15520
15521         * nnheaderxm.el: Remove definition of run-at-time.
15522
15523 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15524
15525         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15526         in prompt.
15527
15528 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15529
15530         * messagexmas.el (message-xmas-redefine): Alias
15531         `message-make-caesar-translation-table' to
15532         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15533         version.
15534
15535         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15536         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15537         `gnus-xmas-set-text-properties'.
15538         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15539         `gnus-xmas-completing-read'.
15540         (gnus-xmas-completing-read): Removed.
15541         (gnus-xmas-open-network-stream): Removed.
15542
15543         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15544         XEmacs version.
15545
15546         * dns.el (dns-make-network-process): Use `open-network-stream'
15547         instead of `gnus-xmas-open-network-stream'.
15548
15549         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15550
15551         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15552
15553 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15554
15555         * gnus-art.el (gnus-mime-display-alternative)
15556         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15557         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15558         Don't use gnus-local-map-property.
15559
15560         * gnus-util.el (gnus-local-map-property): Remove.
15561
15562         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15563         gnus-completing-read-maybe-default with completing-read.
15564
15565         * gnus-util.el (gnus-completing-read): do.
15566         (gnus-completing-read-maybe-default): Remove.
15567
15568 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15569
15570         * password.el: Only autoload `run-at-time' if not XEmacs.
15571         Only autoload the itimer functions if XEmacs.
15572
15573 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15574
15575         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15576         XEmacsen.
15577
15578         * dgnushack.el: Autoload executable-find for XEmacs.
15579
15580 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15581
15582         * gnus-art.el (gnus-read-string): Remove.
15583         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15584         read-string.
15585
15586 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15587
15588         * netrc.el: Autoload password-read.
15589         (netrc): Add configuration group.
15590         (netrc-encoding-method, netrc-openssl-path): Add
15591         variables for encoding and decoding of files with symmetric
15592         ciphers.
15593         (netrc-encode): Add assistant function to encode a file with
15594         netrc-encoding-method.
15595         (netrc-parse): Add interactive parameter, added optional
15596         decoding if netrc-encoding-method is non-nil but otherwise
15597         behavior is standard.
15598         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15599         Do s/encode/encrypt/ everywhere.
15600
15601         * spam.el: Remove executable-find autoload.
15602
15603 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15604
15605         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15606
15607         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15608
15609 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15610
15611         * gnus-art.el (gnus-treat-ansi-sequences)
15612         (article-treat-ansi-sequences): New variable and function.
15613         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15614
15615         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15616         Use it.
15617
15618 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15619
15620         * mm-util.el (mm-quote-arg): Remove.
15621
15622         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15623         shell-quote-argument.
15624
15625         * gnus-uu.el (gnus-uu-command): do.
15626
15627         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15628
15629         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15630         with make-char.
15631
15632         * mm-util.el (mm-make-char): Remove.
15633
15634         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15635         add-minor-mode.
15636
15637         * gnus-undo.el (gnus-undo-mode): do.
15638
15639         * gnus-topic.el (gnus-topic-mode): do.
15640
15641         * gnus-sum.el (gnus-dead-summary-mode): do.
15642
15643         * gnus-start.el (gnus-slave-mode): do.
15644
15645         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15646
15647         * gnus-ml.el (gnus-mailing-list-mode): do.
15648
15649         * gnus-gl.el (gnus-grouplens-mode): do.
15650
15651         * gnus-draft.el (gnus-draft-mode): do.
15652
15653         * gnus-dired.el (gnus-dired-mode): do.
15654
15655         * gnus-ems.el (gnus-add-minor-mode): Remove.
15656
15657         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15658         Replace gnus-char-width with char-width.
15659
15660         * gnus-ems.el (gnus-char-width): Remove.
15661
15662         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15663         Replace gnus-char-width with char-width.
15664
15665         * gnus-ems.el (gnus-char-width): Remove.
15666
15667         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15668         definition.
15669         Remove Emacs 20 hash table compatibility code.
15670
15671         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15672         20 compatibility code.
15673
15674         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15675
15676         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15677
15678         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15679         with point-at-{eol,bol}.
15680
15681         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15682
15683         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15684
15685         * flow-fill.el (fill-flowed-point-at-bol)
15686         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15687
15688         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15689         Replace with point-at-{eol,bol} throughout all files.
15690
15691 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * ntlm.el (ntlm-string-as-unibyte): New macro.
15694         (ntlm-build-auth-response): Use it.
15695
15696         Remove Emacs 20 stuff:
15697         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15698         (butlast, mapc, remove): Remove the compiler macros.
15699         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15700         of delq and copy-sequence.
15701         * gnus-art.el (popup-menu): Remove the compiler macro.
15702         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15703         Emacs 20.
15704
15705 2004-01-05  Simon Josefsson  <jas@extundo.com>
15706
15707         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15708         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15709         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15710         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15711         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15712         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15713         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15714         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15715         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15716         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15717         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15718         string-xor into ntlm-string-xor.  Suggested by
15719         Jesper Harder <harder@myrealbox.com>.
15720
15721         * ntlm.el: Don't include poem.
15722
15723         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15724         Jesper Harder <harder@myrealbox.com>.
15725
15726         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15727
15728         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15729         probably breaks emacs with DL patch, but do we care? Is anyone
15730         still using the DL stuff?)
15731
15732         * sieve-manage.el: Use the password package.
15733         (sieve-manage-read-passwd): Remove.
15734         (sieve-manage-interactive-login): Use password.  Re-add
15735         condition-case around loop.
15736
15737         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15738         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15739         the password package.
15740
15741 2003-02-19  Simon Josefsson  <jas@extundo.com>
15742
15743         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15744         token.
15745
15746 2002-08-07  Simon Josefsson  <jas@extundo.com>
15747
15748         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15749         (sieve-manage-authenticators):
15750         (sieve-manage-authenticator-alist): Add some SASL mechs.
15751         (sieve-sasl-auth): New function.
15752         (sieve-manage-cram-md5-auth):
15753         (sieve-manage-plain-auth): Rewrite using SASL library.
15754         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15755         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15756         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15757         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15758
15759 2004-01-05  Simon Josefsson  <jas@extundo.com>
15760
15761         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15762         New files.
15763
15764 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15765
15766         * gnus-group.el (gnus-no-groups-message): Update.
15767
15768         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15769
15770 2003-11-09  Simon Josefsson  <jas@extundo.com>
15771
15772         * imap.el: Support for ID IMAP extension (RFC 2971).
15773         (imap-local-variables): Add imap-id.
15774         (imap-id): New variable.
15775         (imap-id): New function.
15776         (imap-parse-response): Parse untagged ID response.
15777         * nnimap.el (nnimap-id): New variable.
15778         (nnimap-open-connection): Use it.
15779
15780 2003-12-28  Simon Josefsson  <jas@extundo.com>
15781
15782         * gnus-score.el (gnus-score-edit-all-score): New.
15783         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15784
15785 2004-01-04  Simon Josefsson  <jas@extundo.com>
15786
15787         * password.el: Add.
15788
15789 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15790
15791         * dns.el (dns-query-types): Fix typo.
15792         (dns-query-types): New function.
15793         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15794         PTR and SOA replies, see RFC 1035.
15795
15796 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15797
15798         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15799
15800         * Moved to Changelog.2.
15801
15802 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15803
15804         * gnus.el (gnus-version-number): Bump version.
15805
15806 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15807
15808         * gnus.el: No Gnus v0.1 is released.
15809
15810 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15811
15812         * gnus.el: No Gnus v0.0 is released.
15813
15814 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15815
15816         * gnus.el (gnus-version-number): Bump.
15817         (gnus-version): No.
15818
15819 See ChangeLog.2 for earlier changes.
15820
15821     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15822       Free Software Foundation, Inc.
15823
15824   This file is part of GNU Emacs.
15825
15826   GNU Emacs is free software: you can redistribute it and/or modify
15827   it under the terms of the GNU General Public License as published by
15828   the Free Software Foundation, either version 3 of the License, or
15829   (at your option) any later version.
15830
15831   GNU Emacs is distributed in the hope that it will be useful,
15832   but WITHOUT ANY WARRANTY; without even the implied warranty of
15833   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15834   GNU General Public License for more details.
15835
15836   You should have received a copy of the GNU General Public License
15837   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15838
15839 ;; Local Variables:
15840 ;; coding: utf-8
15841 ;; fill-column: 79
15842 ;; add-log-time-zone-rule: t
15843 ;; End: