(pop3-streaming-movemail): Respect pop3-leave-mail-on-server.
[gnus] / lisp / ChangeLog
1 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * pop3.el (pop3-streaming-movemail): Respect
4         pop3-leave-mail-on-server. 
5
6         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7         retrieval.
8
9         * pop3.el (pop3-process-filter): Removed unused function.
10         (pop3-streaming-movemail, pop3-send-streaming-command)
11         (pop3-wait-for-messages, pop3-write-to-file)
12         (pop3-number-of-responses): New functions for streaming pop3
13         retrieval.
14
15         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
16         come from no known methods.
17         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
18         list.
19
20         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
21         message sizes.
22         (pop3-movemail): Use erase-buffer instead of looping and deleting
23         regions, which seems rather odd.
24
25         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
26         file once per `g' run.
27
28         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
29         directories.  This makes the draft queue directory work.
30
31         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
32         data from the backends, so that we only request the list of groups from
33         each method once.  This should speed things up considerably.
34
35         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
36         detect that it's not implemented.
37
38         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
39         we actually do recurse down into the tree, but don't stat all leaf
40         nodes.
41
42         * gnus-html.el (gnus-html-show-images): If there are no images to show,
43         then say so instead of bugging out.
44
45         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
46         files exist before trying to read them.
47
48         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
49         around <pre_int>.
50
51         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
52
53         * nnmh.el (nnmh-request-list-1): Optimize for speed.
54
55 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56
57         * mm-util.el (mm-image-load-path): Just return the image directories,
58         not all directories in the path in addition to the image directories.
59         (mm-image-load-path): Maintain a cache of the image directories so that
60         the `g' command in Gnus doesn't have to stat dozens of directories each
61         time.
62
63         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
64         (gnus-html-wash-tags): Add a new `i' command to insert images.
65         (gnus-html-insert-image): New command and keystroke.
66         (gnus-html-redisplay-with-images): New command and keystroke.
67         (gnus-html-show-images): Renamed command.
68         (gnus-html-wash-tags): Remove more white space before <pre_int> image
69         spacers.
70         (gnus-html-wash-tags): Decode entities at the end, so that entities
71         inside the tags don't mess up the rest of the "parsing".
72
73         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
74         so that nnimap methods aren't agentized by default.  There's apparently
75         many problems related to agent/imap behaviour.
76
77         * gnus-art.el (gnus-article-copy-string): New command and key binding.
78
79         * gnus-html.el: Doc fix.
80
81 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
84         specifier-spec-list for Emacs 21.
85
86         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
87         glyph-width and glyph-height instead of display-graphic-p and
88         image-size; make avoidance of displaying small images work for XEmacs.
89
90         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
91         for XEmacs.
92
93         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
94         of symbol that holds plist data.
95         (gnus-process-plist): Remove plist of process after getting it.
96
97 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * message.el (message-generate-hashcash): Change default to
100         'opportunistic if hashcash is installed.
101
102         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
103         (gnus-html-put-image): Only call image-size once, since it's somewhat
104         time-consuming on remote X servers.
105
106 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
109         type on data, not a file name.
110
111         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
112         window-pixel-edges for Emacs 21.
113
114         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
115         decoded contents.
116         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
117
118 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
121         group line format, since it isn't very interesting.
122
123         * gnus-agent.el (gnus-agent-short-article),
124         (gnus-agent-long-article): Increase values for these two variables,
125         since most people are likely to have more network connection and
126         storage than before.
127
128         * gnus.el (gnus-refer-article-method): Change default to 'current.
129         When referring an article, the common behaviour is to refer it from the
130         current select method, not the native select method.  The chances of
131         the native select method having the message in question is rather slim
132         these days.
133
134         * gnus-sum.el (gnus-auto-select-subject): Change default to
135         `unseen-or-unread'.  I think it's likely that most people want to
136         select an unseen article over a previously seen, but unread one.
137
138         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
139         means that in the article buffer none of the minor mode elements will
140         be shown, usually, and this is not desirable in most cases.
141
142         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
143         that commands like `d' (and the like) go to the next line in the
144         buffer, instead of the next unread article.  I think this is the
145         behaviour that is most natural for most users.
146         (gnus-single-article-buffer): Change default to nil, so that people can
147         have as many article buffers open as they have summary buffer.  I think
148         this is the most natural way for the groups to behave.
149
150         * message.el (message-generate-new-buffers): Change default to
151         `unsent', so that all new message buffers start their names with the
152         string "*unsent", and it's easier to find the buffers if you move from
153         them.
154
155 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
158         small. They're probably tracking images.
159         (gnus-html-wash-tags): Remove all <pre_int> place holders.
160         (gnus-html-rescale-image): Yet another try at getting the image sizing
161         right.
162
163         * nntp.el (nntp-request-set-mark): Refuse to do marks if
164         nntp-marks-file-name is nil.
165
166 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
167
168         * gnus-html.el (gnus-html-wash-tags)
169         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
170         Better logging.
171
172 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
175
176         * gnus-html.el (gnus-html-wash-tags): Check the value of
177         gnus-blocked-images in the summary buffer.
178
179 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
180
181         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
182
183 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
186         like "a", it seems like.
187         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
188         since it needs to be picked from the correct buffer.
189
190         * nnwfm.el: Removed.
191
192         * nnlistserv.el: Removed.
193
194 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
195
196         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
197         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
198
199 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * nnkiboze.el: Removed.
202
203         * nndb.el: Removed.
204
205         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
206         alt text.
207         (gnus-html-rescale-image): Try to get the rescaling logic right for
208         images that are just wide and not tall.
209
210         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
211         overshadow variable bindings.
212
213 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
214
215         * gnus-html.el (gnus-html-wash-tags)
216         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
217         extra logging.
218
219 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
222         (gnus-max-image-proportion): New variable.
223         (gnus-html-rescale-image): New function.
224         (gnus-html-put-image): Rescale images.
225
226 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
227
228         Fix up some byte-compiler warnings.
229         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
230         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
231         (gnus-article-fill-cited-article, gnus-article-hide-citation)
232         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
233         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
234         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
235         (gnus-group-update-group): Use save-excursion and with-current-buffer.
236
237 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * gnus-html.el (gnus-article-html): Decode contents by charset.
240
241 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
244         (gnus-html-frame-width, gnus-blocked-images)
245         * message.el (message-prune-recipient-rules): Add custom version.
246         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
247
248         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
249         functions.
250
251         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
252         gnus-process-get.
253
254 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
255
256         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
257         instead of lsub directly.
258
259 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * nnwarchive.el: Removed.
262
263         * gnus-soup.el: Removed.
264
265         * nnsoup.el: Removed.
266
267         * nnultimate.el: Removed.
268
269         * gnus-html.el (gnus-blocked-images): New variable.
270
271         * message.el (message-prune-recipients): New function.
272         (message-prune-recipient-rules): New variable.
273
274         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
275         guess whether a long line is natural text or not.
276
277         * gnus-html.el (gnus-html-schedule-image-fetching): Use
278         gnus-process-plist and friends for compatibility.
279
280 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
281
282         * gnus-html.el: Require packages that define macros used in this file.
283         (gnus-article-mouse-face): Declare to silence byte-compiler.
284         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
285         process-get.
286         (gnus-html-put-image): Use plist-get to avoid getf.
287         (gnus-html-prefetch-images): Use with-current-buffer.
288
289 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * gnus-ems.el: Provide compatibility functions for
292         gnus-set-process-plist.
293
294         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
295         header-line-format for XEmacs 21.4.
296
297         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
298         * gnus.el (gnus-valid-select-methods)
299         * message.el (message-send-mail-partially-limit)
300         * mm-decode.el (mm-text-html-renderer)
301         * mml.el (mml-insert-mime-headers-always)
302         * smiley.el (smiley-regexp-alist): Bump custom version.
303
304 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * gnus-html.el: require mm-url.
307         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
308         with the url to `url'.
309         (gnus-html-wash-tags): Support cid: URLs/images.
310
311 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
314         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
315         bindings, as they aren't useful at all. `w' is moved to `W w'.
316
317         * gnus-move.el: Removed file, since it doesn't really work.
318
319         * gnus-html.el (gnus-article-html): Tell w3m that the input is
320         UTF-8. This seems to fix problems with some German web feeds.
321
322         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
323         at the top so that the proper colours are applied.
324
325         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
326         don't have dots in their names.
327
328         * gnus-art.el (gnus-article-view-part): Doc fix.
329
330         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
331         XEmacs-compatible.
332         (gnus-html-put-image): Don't do images on non-graphic displays.
333
334         * nnslashdot.el: Removed this unused backend.
335
336         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
337         actions.
338         (gnus-undo-register-1): Revert last change.
339
340         * gnus-group.el (gnus-group-completing-read): Protect against not
341         having completion-styles bound.
342
343         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
344         make broken recipients happier.
345
346         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
347
348         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
349         point parameter.
350
351         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
352
353         * gnus-group.el (gnus-group-completing-read): Add 'substring to
354         completion-styles for group selection.
355
356 2009-02-04  Andreas Schwab  <schwab@suse.de>
357
358         * gnus-score.el (gnus-score-string): Fix regex for matching extra
359         headers and regexp-quote the match if necessary.
360
361 2009-03-24  Miles Bader  <miles@gnu.org>
362
363         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
364         the blinking smiley.
365
366 2009-03-24  Simon Josefsson  <simon@josefsson.org>
367
368         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
369         blink smiley.
370
371 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
374         where the dribbel file lives exists.
375
376         * message.el (message-send-mail-partially-limit): Change the default to
377         nil, since most people don't want this.
378
379         * mm-url.el (mm-url-decode-entities): Also decode entities like
380         &#x3212.
381
382 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
383
384         * gnus-sum.el (gnus-summary-idna-message):
385         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
386         Hyperlink urls in docstrings with URL `...'.
387
388 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
389
390         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
391         functions.
392
393 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
396         say what the mouseover text should be.
397
398         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
399         version of the mm-w3m-safe-url-regexp variable to only download images
400         in the groups where we want that to happen.
401
402         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
403
404         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
405         easier debugging.
406         (gnus-article-beginning-of-window): Add kludge to allow spacing past
407         big pictures in the article buffer.
408
409         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
410         gnus-article-html.
411         (mm-text-html-renderer): gnus-article-html needs curl in addition to
412         w3m.
413
414         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
415
416 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
419         which doesn't exist.
420
421         * message.el (message-inhibit-ecomplete): New variable to allow some
422         function to inhibit ecomplete address storage.
423         (message-resend): Disable ecomplete message storage when resending
424         messages.
425
426         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
427
428 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
431         Save excursion while copying, moving, and deleting articles in order to
432         prevent the cursor from jumping to unforeseen place.
433
434 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * lpath.el: No need to bind bookmark-current-buffer,
437         bookmark-yank-point and bookmark-make-record-function.
438
439 2010-08-17  Glenn Morris  <rgm@gnu.org>
440
441         * gnus-sync.el: Require gnus components whose functions are used.
442
443         * gnus-art.el (bookmark-make-record-function):
444         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
445         Declare for compiler.
446
447         * mm-url.el (mml-compute-boundary): Autoload.
448
449 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
452
453 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
454
455         Typo fix "hoo4a" -> "hook".
456
457         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
458
459 2010-08-14  Glenn Morris  <rgm@gnu.org>
460
461         * gnus-sync.el (gnus-sync): Fix defgroup version.
462
463 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
464
465         Doc fixes and keep unknown groups (ammended for nunion bug fix).
466
467         * gnus-sync.el: Fix docs.
468         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
469         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
470
471 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
472
473         Optimizations for gnus-sync.el.
474
475         * gnus-sync.el: Add docs about gnus-sync-backend
476         possibilities.
477         (gnus-sync-save): Remove unnecessary message.
478         (gnus-sync-read): Optimize and show what groups were skipped.
479
480 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
481
482         Minor bug fixes for gnus-sync.el.
483
484         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
485         read the sync on get-new-news.
486
487         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
488         quiet.
489
490         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
491
492 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
493
494         Make saving and restoring of hidden threads work with overlays.
495         Patch applied by Ted Zlatanov.
496
497         * gnus-sum.el (gnus-hidden-threads-configuration)
498         (gnus-restore-hidden-threads-configuration): Update to deal with text
499         properties, rather than searching for a magic character.
500
501 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
502
503         New gnus-sync.el library for synchronization of marks.
504
505         * gnus-sync.el: New library for synchronization of marks.
506
507         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
508         renamed from `gnus-registry-grep-in-list'.
509
510         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
511
512         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
513
514 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
517         determining charset of text fails.
518
519 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * nnmail.el (nnmail-get-new-mail-1): Revert.
522
523         * nnml.el (nnml-active-number): Make sure names of newly created groups
524         in nnml-group-alist are encoded.
525
526 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
527
528         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
529         containing non-ASCII characters in active file for nnml back end.
530
531 2010-07-24  David Engster  <dengste@eml.cc>
532
533         * mml-smime.el (mml-smime-epg-verify): Also accept the older
534         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
535
536 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
537
538         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
539         tag (Bug#6654).
540
541 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
542
543         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
544         the article buffer, not the summary buffer.
545
546 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
549         Emacs 23 as well.
550
551 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
554         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
555
556 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
557
558         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
559         Patch applied by Karl Fogel.
560
561         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
562         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
563
564 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
565
566         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
567         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
568         C-w still not working correctly from Article buffers; Thierry's
569         patch to fix that will be applied after this.
570
571         * gnus-art.el (bookmark-make-record-function): New local variable.
572
573         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
574         article buffer.
575         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
576
577 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
578
579         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
580         on changes in bookmark.el.
581
582 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
585         `no-log' instead of message not to log prompt string.
586
587 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
588
589         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
590         the *other* type of HTML form submission.
591
592 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
593
594         * auth-source.el (auth-source-pick): If choice does not contain a
595         questioned keyword, set the check to t.
596
597 2010-06-12  Romain Francoise  <romain@orebokech.com>
598
599         * gnus-util.el (gnus-date-get-time): Move up before first use.
600
601 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
604         (gnus-article-edit-part): Bind it to make last part that is substituted
605         or deleted visible.
606         (gnus-mime-display-single): Buttonize part of which id equals to
607         gnus-mime-buttonized-part-id.
608
609 2010-06-10  Dan Christensen  <jdc@uwo.ca>
610
611         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
612         (gnus-dd-mmm): Use gnus-date-get-time.
613         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
614         simplify logic.
615         (gnus-summary-limit-to-age): Use gnus-date-get-time.
616         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
617
618 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
619
620         * auth-source.el (top): Autoload `secrets-list-collections',
621         `secrets-create-item', `secrets-delete-item'.
622         (auth-sources): Fix tag string.
623         (auth-get-source, auth-source-retrieve, auth-source-create)
624         (auth-source-delete): New defuns.
625         (auth-source-pick): Rewrite in order to avoid 2 passes.
626         (auth-source-forget-user-or-password): New parameter USERNAME.
627         (auth-source-user-or-password): New parameters CREATE-MISSING and
628         DELETE-EXISTING.  Retrieve password interactively, if needed.
629
630 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
631
632         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
633         deleting unused directories when gnus-expert-user is t.
634
635 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
638         for each temp file when gnus-article-browse-delete-temp is ask.
639
640 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
641
642         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
643         Lisp calls to delete-backward-char by calls to delete-char.
644
645 2010-05-20  Kevin Ryde  <user42@zip.com.au>
646
647         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
648
649 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
650
651         * password-cache.el (password-cache-remove): Fix docstring.
652
653 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
656         article unless decoding article to be saved.
657
658 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
659
660         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
661         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
662         generated within the mm-with-unibyte-current-buffer macro.
663
664 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
667         to nil when we're in a mml-preview buffer and no group is selected.
668
669 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
670
671         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
672         when catching the `C-g'.  Reported by "Leo".
673
674 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * message.el (message-forward-make-body-plain)
677         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
678         multibyte-string-p.
679
680         * lpath.el: Revert.
681
682 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * message.el (message-forward-make-body-mml): Assume original message
685         is multibyte string; error on unibyte.
686         (message-forward-make-body-plain): Ditto; don't add excessive newline
687         in body end.
688
689         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
690
691 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
692
693         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
694         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
695
696 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * mm-extern.el (mm-extern-url): Don't use
699         mm-with-unibyte-current-buffer.
700         (mm-extern-cache-contents): Use with-current-buffer instead of
701         save-excursion + set-buffer.
702
703 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * mm-util.el (mm-emacs-mule): Remove.
706
707 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
708
709         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
710         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
711         change.
712
713 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
716         bind the default value of enable-multibyte-characters to nil.
717
718 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
719
720         * message.el (message-forward-make-body-plain)
721         (message-forward-make-body-mml):
722         Don't use mm-with-unibyte-current-buffer.
723
724 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
725
726         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
727
728 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
729
730         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
731         (Bug#5592).
732
733 2010-05-07  Julien Danjou  <julien@danjou.info>
734
735         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
736         it to mm-pipe-part.
737
738         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
739         it is given.
740
741 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * binhex.el (binhex-decode-region-internal)
744         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
745         (dns-query)
746         * nnweb.el (nnweb-gmane-search)
747         * pgg-parse.el (pgg-parse-armor)
748         * pgg.el (pgg-verify-region)
749         * sha1.el (sha1-string-external)
750         * uudecode.el (uudecode-decode-region-internal)
751         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
752         XEmacs.
753
754         * gnus-art.el (gnus-article-browse-html-parts)
755         * gnus-group.el (gnus-read-ephemeral-gmane-group)
756         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
757         make-temp-file.
758
759         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
760         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
761         compiling.
762
763         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
764         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
765         XEmacs when compiling.
766
767         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
768         gnus-pick-mode-off-hook for XEmacs when compiling.
769         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
770         gnus-binary-mode-off-hook for XEmacs when compiling.
771
772         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
773         nil if char-charset is not available.
774
775         * imap.el (imap-disable-multibyte)
776         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
777         macros.
778
779         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
780         instead of encode-coding-string.
781
782         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
783         'xemacs) instead of mm-emacs-mule to switch function definitions.
784         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
785
786         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
787         bind temporary-file-directory for XEmacs;
788         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
789         timer-set-function for XEmacs 21.4 and SXEmacs;
790         bind timer-list for XEmacs 21.4 and SXEmacs;
791         fbind char-charset and find-charset-region for non-Mule XEmacs;
792         fbind decode-coding-region, decode-coding-string, detect-coding-region,
793         encode-coding-region and encode-coding-string for XEmacs having no
794         file-coding feature.
795
796 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
797
798         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
799
800 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
801
802         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
803         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
804
805 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
806
807         * mm-util.el (mm-decompress-buffer): Use `delete-file';
808         alias `jka-compr-delete-temp-file' no longer exists.
809
810 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
811
812         Use define-minor-mode in Gnus where applicable.
813         * mml.el (mml-mode): Use define-minor-mode.
814         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
815         (gnus-undo-mode): Use define-minor-mode.
816         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
817         (gnus-dead-summary-mode): Use define-minor-mode.
818         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
819         Initialize in declaration.
820         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
821         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
822         (gnus-mailing-list-mode): Use define-minor-mode.
823         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
824         (gnus-draft-mode): Use define-minor-mode.
825         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
826         (gnus-dired-mode): Use define-minor-mode.
827
828 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
829
830         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
831         handles on recursive mml-to-mime translation and check them for
832         boundary delimiter collisions.  Reported by Greg Troxel.
833
834 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
837
838 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
839
840         * mm-util.el (mm-find-buffer-file-coding-system):
841         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
842
843 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
844
845         * message.el (message-generate-headers): Record insertion of optional
846         headers as well.  Otherwise the check to prevent repeated insertion of
847         optional headers is a no-op.
848
849 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
850
851         * smime.el: Don't mention CVS.
852
853         * nnrss.el (nnrss-fetch): Don't mention CVS.
854
855         * nnir.el: Don't mention CVS.
856
857 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
858
859         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
860
861 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * lpath.el: Fbind bookmark-default-handler,
864         bookmark-get-bookmark-record, bookmark-make-record-default,
865         bookmark-prop-get for Emacs <23 and XEmacs.
866
867 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
868
869         * gnus-sum.el: Add bookmark declarations to silence the compiler.
870         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
871         Use with-current-buffer to silence the byte-compiler.
872         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
873         bother to require `gnus'.
874         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
875
876 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
877
878         * gnus-sum.el (gnus-summary-bookmark-make-record)
879         (gnus-summary-bookmark-jump): New functions.
880         (gnus-summary-mode): Setup bookmark support.
881
882 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
883
884         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
885         if set.
886
887 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
890         gnus-article-browse-html-save-cid-image; make it work recursively for
891         forwarded messages as well.
892         (gnus-article-browse-html-parts): Work when prefix arg is given.
893         (gnus-article-browse-html-article): Doc fix.
894
895 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
896
897         * message.el (message-default-mail-headers):
898         (message-default-headers): Carry the value mail-default-headers over
899         into message-default-mail-headers, rather than message-default-headers.
900
901 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
902
903         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
904         charset.
905
906         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
907         charset into the <meta> tag when the article is encoded to utf-8.
908
909 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
912         directories as well.
913         (gnus-article-browse-html-parts): Work for images that do not specify
914         file names; delete temp directory when quitting; insert header at the
915         right place; use file: scheme for image files.
916
917 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
918
919         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
920         (gnus-article-browse-html-parts): Use it to make temporary cid image
921         files in addition to html file so that browser may display them.
922
923 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
926
927 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
928
929         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
930
931 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
932
933         * auth-source.el (auth-sources): Change default to be simpler.  Explain
934         about Secret Service API sources.  Improve Customize options.
935         (auth-source-pick): Change to accept any number of search parameters.
936         Implement fallbacks iteratively, not recursively.  Add scoring on the
937         second pass and sort by score.  Call Secret Service API when needed.
938         (auth-source-user-or-password): Use it.  Call Secret Service API
939         directly when needed to get the user name and the password.
940
941 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
942
943         * message.el (message-interactive): Doc fix.
944         (message-qmail-inject-args): Reflow.
945         (message-kill-to-signature): Fix typo in docstring.
946
947         * smiley.el (smiley-buffer): Fix typo in docstring.
948
949 2010-03-24  Glenn Morris  <rgm@gnu.org>
950
951         * mail-source.el (gnus-message): Declare.
952         (mail-source-delete-old-incoming): Require gnus-util.
953
954 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
957
958         * message.el (ecomplete-setup): Autoload it for Emacs <23.
959
960         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
961         password-cache's default if it is not bound.
962         (mml-secure-passphrase-cache-expiry): Default to 16 that is
963         password-cache-expiry's default if it is not bound.
964
965         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
966         available in Emacs 21.
967
968         * lpath.el: Suppress compiler warnings for:
969         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
970         XEmacs;
971         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
972         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
973         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
974
975 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
976
977         * auth-source.el (auth-sources): Fix up definition so extra parameters
978         are always inline.
979
980 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
981
982         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
983         wasn't updated after mismatch.  Clear cached mailbox info correctly
984         when uidvalidity changes.
985         (nnimap-group-prefixed-name): New function to avoid some code
986         duplication.
987         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
988         (nnimap-request-group): Use it.
989         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
990         (nnimap-update-unseen): Significantly improved speed of Gnus startup
991         with many imap folders.  This is done by caching the group status from
992         the imap server persistently in a group parameter `imap-status'.  (This
993         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
994         but not persistently, so every Gnus startup was still very slow.)
995
996 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
997
998         * assistant.el (assistant-render-text): Run `widget-setup' and don't
999         delete the extra newline.  Otherwise editing of :string and :number
1000         types don't work.
1001
1002 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1003
1004         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1005         secrets.el dependency.
1006         (auth-sources): Add optional user name.  Add secrets.el configuration
1007         choice (unused right now).
1008
1009 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1010
1011         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1012         `gnus-registry-install-shortcuts' fill in the functions.
1013
1014         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1015         warnings.
1016         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1017         (gnus-registry-install-shortcuts): Populate and use it in a
1018         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1019
1020 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1021
1022         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1023         In-place substitutions for the group name encoding/decoding.
1024         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1025         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1026         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1027         (nnimap-update-unseen, nnimap-request-list)
1028         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1029         (nnimap-request-set-mark, nnimap-split-to-groups)
1030         (nnimap-split-articles, nnimap-request-newgroups)
1031         (nnimap-request-create-group, nnimap-request-accept-article)
1032         (nnimap-request-delete-group, nnimap-request-rename-group)
1033         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1034         `encoded-mbx' for consistency.
1035         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1036         variable `imap-current-mailbox'.
1037
1038         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1039         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1040
1041 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1042
1043         * pop3.el (pop3-display-message-size-flag): Display message size byte
1044         counts during POP3 download.
1045         (pop3-movemail): Use it.
1046         (pop3-list): Implement listing of available messages.
1047
1048 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1049
1050         * nnir.el (nnir-get-article-nov-override-function): New function to
1051         override the normal NOV retrieval.
1052         (nnir-retrieve-headers): Use it.
1053
1054 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1055
1056         * auth-source.el (netrc-machine-user-or-password): Autoload.
1057
1058 2010-03-19  Glenn Morris  <rgm@gnu.org>
1059
1060         Stop message.el from loading about 40 libraries it doesn't always need.
1061         The general approach is to autoload rather than require, and to
1062         require in the specific functions rather than the file.  (Bug#5642)
1063
1064         * gmm-utils.el: Don't require wid-edit.
1065         (widget-create-child-value, widget-convert, widget-default-get):
1066         Autoload.
1067
1068         * gnus-util.el: Don't require time-date, netrc.
1069         (message-fetch-field, gnus-group-name-decode): Declare rather than
1070         autoloading.
1071         (gnus-fetch-field): Require message.
1072         (gnus-decode-newsgroups): Require gnus-group.
1073
1074         * ietf-drums.el: Don't require time-date.
1075
1076         * message.el: Don't require hashcash, canlock, ecomplete.
1077         Do require mail-utils.  Require nnheader only when compiling.
1078         (smtpmail-default-smtp-server): Remove declaration.
1079         (message-send-mail-function): Check smtpmail-default-smtp-server
1080         is bound rather than requiring smtpmail.
1081         (message-auto-save-directory, message-insert-signature): Use
1082         expand-file-name rather than nnheader-concat.
1083         (nnheader-insert-file-contents): Autoload.
1084         (hashcash-wait-async): Declare.
1085         (message-send-mail): Only call gnus-setup-posting-charset if
1086         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1087         (message-send-mail-with-sendmail): Require sendmail.
1088         (canlock-password, canlock-password-for-verify): Declare.
1089         (message-canlock-password): Require canlock.
1090         (nnheader-get-report): Autoload.
1091         (gnus-setup-posting-charset): Declare.
1092         (message-send-news): Require gnus-msg.
1093         (message-make-references, message-make-in-reply-to): Use mail-header-id
1094         rather than the alias mail-header-message-id.
1095         (ecomplete-add-item, ecomplete-save): Declare.
1096         (message-put-addresses-in-ecomplete): Require ecomplete.
1097         (ecomplete-display-matches): Autoload.
1098
1099         * mm-decode.el: Don't require mailcap, gnus-util.
1100         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1101         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1102         Autoload.
1103         (mailcap-mime-extensions): Declare.
1104
1105         * mm-encode.el: Don't require mailcap.
1106         (mailcap-extension-to-mime): Autoload.
1107
1108         * mml-sec.el: Don't require password-cache.
1109
1110         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1111         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1112         (mml-minibuffer-read-type): Require mailcap.
1113         (mml-preview): Require gnus-msg.
1114
1115         * mml1991.el: Require password-cache.
1116         (password-cache-expiry): Remove declaration.
1117
1118         * mml2015.el: Require password-cache.
1119         (password-cache-expiry): Remove declaration.
1120
1121         * nneething.el (mailcap): Require mailcap.
1122
1123         * nnheader.el (declare-function): Add compatibility stub.
1124         (message-remove-header): Declare rather than autoload.
1125         (nnheader-replace-header): Require message.
1126
1127         * nnimap.el (declare-function): Add compatibility stub.
1128         (netrc-parse, netrc-machine-user-or-password): Declare.
1129         (nnimap-open-connection): Require netrc.
1130
1131         * nntp.el (declare-function): Add compatibility stub.
1132         (netrc-parse, netrc-machine, netrc-get): Declare.
1133         (nntp-send-authinfo): Require netrc.
1134
1135         * rfc2047.el: Don't require qp.
1136         (quoted-printable-encode-region, quoted-printable-decode-string):
1137         Autoload.
1138
1139         * sieve-mode.el: Don't require easymenu.
1140         (easy-menu-add-item): Autoload it.
1141
1142         * spam-stat.el (time-to-number-of-days): Autoload it.
1143
1144 2010-03-19  Glenn Morris  <rgm@gnu.org>
1145
1146         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1147
1148 2010-03-18  Glenn Morris  <rgm@gnu.org>
1149
1150         * hashcash.el (declare-function): Remove duplicate definition.
1151
1152 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1153
1154         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1155         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1156         value if any backslash escapes).
1157
1158 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1161         if it is available.  (bug#5647)
1162
1163         * lpath.el: Suppress compiler warning for coding-system-from-name for
1164         Emacs 21 and XEmacs.
1165
1166 2010-03-14  Juri Linkov  <juri@jurta.org>
1167
1168         * hmac-def.el:
1169         * hmac-md5.el:
1170         * netrc.el: Fix keywords.
1171
1172 2010-02-26  Glenn Morris  <rgm@gnu.org>
1173
1174         * message.el (message-send-mail-function): Change the default, so that
1175         it inherits from a customized send-mail-function.  (Bug#5643)
1176
1177 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1178
1179         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1180         shell-command-to-string signals an error (bug#5299).
1181
1182 2010-02-24  Glenn Morris  <rgm@gnu.org>
1183
1184         * message.el (message-smtpmail-send-it)
1185         (message-send-mail-with-mailclient): Doc fixes.
1186
1187 2010-02-16  Glenn Morris  <rgm@gnu.org>
1188
1189         * message.el (message-default-mail-headers): Change the default value
1190         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1191
1192 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1195         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1196
1197 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1198
1199         * time-date.el (date-to-time): Doc fix (Bug#5408).
1200
1201 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1202
1203         * message.el (message-mail): Just pass yank-action on to message-setup.
1204         (message-setup): Handle (FUN . ARGS) form of yank-action.
1205         (message-with-reply-buffer, message-widen-reply)
1206         (message-yank-original): Handle non-buffer values of
1207         message-reply-buffer (Bug#4080).
1208         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1209
1210 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1211
1212         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1213         Fix typo in docstring.
1214
1215 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1216
1217         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1218         response.
1219
1220 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1223
1224         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1225
1226         * message.el (message-check-news-header-syntax): Protect against a
1227         string that `rfc822-addresses' returns when parsing fails.
1228
1229 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1232         (gnus-previous-char-property-change): New functions.
1233
1234         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1235
1236 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1237
1238         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1239         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1240
1241 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1242
1243         * message.el (message-exchange-point-and-mark): Rework last change to
1244         avoid using optional arg of exchange-point-and-mark, for backward
1245         compatibility.
1246
1247 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1248
1249         * message.el (message-exchange-point-and-mark): Call
1250         exchange-point-and-mark with an argument rather than setting
1251         mark-active by hand (Bug#5175).
1252
1253 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * nntp.el (nntp-service-to-port): Work for service expressed with
1256         numeric string; replace [:digit:] with [0-9] for XEmacs.
1257
1258 2009-12-17  Glenn Morris  <rgm@gnu.org>
1259
1260         * gnus-group.el (gnus-bug-group-download-format-alist):
1261         Change emacs entry to debbugs.gnu.org.  Bump :version.
1262
1263 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1264
1265         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1266
1267 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1268
1269         * message.el (message-info): Explain why we use `Info-goto-node'.
1270
1271 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1272
1273         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1274
1275 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1276
1277         * message.el (message-completion-in-region): New compatibility function.
1278         (message-expand-group): Use it.
1279
1280 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1283         with no unread article should be listed if the 2nd arg `predicate' is
1284         given.
1285
1286 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1289
1290 2009-11-29  Juri Linkov  <juri@jurta.org>
1291
1292         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1293         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1294         on `gnus-recenter'. (Bug#4698, Bug#4981)
1295
1296 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1297
1298         * sha1.el (sha1-string-external): default-directory "/" in case
1299         otherwise non-existent.  process-connection-type pipe for touch of
1300         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1301
1302 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1303
1304         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1305         it's comms related and sgml-mode.el has "comm" on that basis too.
1306
1307 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1310         containing tspecial characters if they have been already quoted.
1311
1312 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1313
1314         * dns-mode.el (auto-mode-alist): Purecopy string.
1315
1316 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1317
1318         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1319
1320 2009-10-24  Glenn Morris  <rgm@gnu.org>
1321
1322         * gnus-art.el (help-xref-stack-item): Define for compiler.
1323
1324 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1325
1326         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1327
1328 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1329
1330         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1331
1332 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1335         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1336
1337 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1340         (gnus-overlays-in): New alias to overlays-in.
1341
1342         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1343         gnus-overlay-get, and gnus-delete-overlay.
1344         (gnus-summary-show-thread): Make it work as well for systems in which
1345         next-single-char-property-change is not available.
1346         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1347
1348         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1349         (gnus-overlay-get): New alias to extent-property.
1350         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1351
1352         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1353         SXEmacs.
1354
1355         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1356         SXEmacs.
1357
1358 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1359
1360         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1361
1362 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1363
1364         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1365         and XEmacs that don't have `remove-overlays'.
1366
1367 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1368
1369         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1370         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1371         selective display.  Use overlays instead.
1372
1373 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1374
1375         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1376
1377 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1378
1379         * spam-stat.el (spam-stat-load): Fix typo in message.
1380
1381 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1382
1383         * dig.el (dig-invoke): Fix typo in docstring.
1384         (query-dig): Reflow docstring.
1385
1386 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1387
1388         * gnus-art.el (gnus-article-encrypt-body):
1389         * message.el (message-check-recipients):
1390         * mm-util.el (mm-codepage-setup):
1391         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1392         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1393
1394 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1395
1396         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1397         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1398         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1399         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1400         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1401
1402 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1403
1404         * dig.el: Add "Keywords: comm", as per net-utils.el.
1405
1406 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1407
1408         * dig.el (dig-mode): Use define-derived-mode.
1409
1410 2009-09-19  Glenn Morris  <rgm@gnu.org>
1411
1412         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1413
1414 2009-09-18  Glenn Morris  <rgm@gnu.org>
1415
1416         * gnus-diary.el (gnus-diary-check-message):
1417         * message.el (message-insert-formatted-citation-line):
1418         * nnbabyl.el (top-level):
1419         * nndiary.el (nndiary-schedule):
1420         Fix typos in condition-case handlers.
1421
1422 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1425         configuration that provides the sole article window in a frame;
1426         position point correctly after deleting a part.
1427
1428 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1429
1430         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1431         (spam-resolve-registrations-routine): Use it to unregister articles
1432         that change status.
1433
1434 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1437         with XEmacs.
1438         (parse-time-string-chars): Use it.
1439
1440 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1441
1442         * imap.el (imap-interactive-login): Better messages.
1443         (imap-open): Fix bug with renamed buffer on reconnect.
1444         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1445         for easier debugging and cleaner code.  On successful (guessed based on
1446         server capabilities) secondary authentication, set imap-state
1447         correctly.
1448         (imap-last-authenticator): Define imap-last-authenticator as a variable
1449         to avoid warnings.
1450
1451 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * nnrss.el (nnrss-request-article): Remove binding of
1454         default-enable-multibyte-characters that has gotten needless by
1455         the 2007-07-13 change in rfc2047-encode-message-header.
1456
1457         * mml.el (mml-insert-multipart): Error on the message header.
1458         (mml-insert-part): Error on the message header; position point at
1459         the end of a MIME tag.
1460
1461 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * time-date.el (autoload): Expand define-obsolete-function-alias into
1464         defalias and make-obsolete for old Emacsen that Gnus supports.
1465         (with-no-warnings): Define it for old Emacsen.
1466         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1467         is available.
1468         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1469         float-time is available; suppress compile warning for time-to-seconds.
1470
1471         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1472         (gnus-float-time): Alias to float-time if it exists.
1473
1474         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1475         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1476         float-time is available; suppress compile warning for time-to-seconds.
1477
1478         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1479         XEmacs.
1480
1481 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1482
1483         * imap.el (imap-message-map): Docstring fix.
1484
1485 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1488         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1489         Add the optional argument `encoding' that overrides the default.
1490
1491         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1492         mm-encode-buffer.
1493
1494 2009-09-04  Glenn Morris  <rgm@gnu.org>
1495
1496         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1497         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1498         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1499         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1500         * mm-util.el (mm-with-unibyte-current-buffer)
1501         (mm-find-buffer-file-coding-system):
1502         * yenc.el (yenc-decode-region): Use default-value rather than
1503         default-enable-multibyte-characters.
1504
1505 2009-09-03  Glenn Morris  <rgm@gnu.org>
1506
1507         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1508         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1509         than default-enable-multibyte-characters.
1510
1511 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1512
1513         * gnus-art.el (gnus-article-read-summary-keys):
1514         Fix gnus-buffer-configuration's value temporarily used.
1515
1516 2009-09-02  Glenn Morris  <rgm@gnu.org>
1517
1518         * gnus-util.el (gnus-float-time): New function.
1519         * gnus-delay.el (gnus-delay-article):
1520         * gnus-sum.el (gnus-thread-latest-date):
1521         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1522         * nnspool.el (nnspool-request-newgroups):
1523         Use gnus-float-time rather than time-to-seconds.
1524         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1525
1526         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1527         (gnus-header-subject-face, gnus-header-newsgroups-face)
1528         (gnus-header-name-face, gnus-header-content-face):
1529         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1530         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1531         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1532         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1533         (gnus-cite-face-11):
1534         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1535         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1536         (gnus-server-closed-face, gnus-server-denied-face)
1537         (gnus-server-offline-face):
1538         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1539         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1540         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1541         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1542         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1543         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1544         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1545         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1546         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1547         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1548         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1549         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1550         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1551         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1552         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1553         (gnus-summary-high-undownloaded-face)
1554         (gnus-summary-low-undownloaded-face)
1555         (gnus-summary-normal-undownloaded-face)
1556         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1557         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1558         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1559         (gnus-splash-face):
1560         * message.el (message-header-to-face, message-header-cc-face)
1561         (message-header-subject-face, message-header-newsgroups-face)
1562         (message-header-other-face, message-header-name-face)
1563         (message-header-xheader-face, message-separator-face)
1564         (message-cited-text-face, message-mml-face):
1565         * sieve-mode.el (sieve-control-commands-face)
1566         (sieve-action-commands-face, sieve-test-commands-face)
1567         (sieve-tagged-arguments-face):
1568         * spam.el (spam-face):
1569         Mark face aliases with "-face" in the name as obsolete.
1570
1571 2009-09-01  Glenn Morris  <rgm@gnu.org>
1572
1573         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1574         than goto-line.
1575
1576 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1577
1578         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1579         Don't move point if the command is invoked inside the message header.
1580
1581 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1582
1583         * imap.el (imap-send-command): Simplify.
1584         (imap-wait-for-tag): point-max -> buffer-size.
1585
1586 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1587
1588         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1589         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1590         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1591         * nnir.el (nnir-swish-e-index-file):
1592         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1593         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1594         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1595         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1596         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1597         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1598
1599 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1602         Don't save excursion.
1603
1604 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1605
1606         * nnheader.el (nnheader-find-file-noselect):
1607         * mm-util.el (mm-insert-file-contents):
1608         Use (default-value 'major-mode) instead of default-major-mode.
1609
1610 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1611
1612         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1613
1614 2009-08-26  Glenn Morris  <rgm@gnu.org>
1615
1616         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1617         than placing in files.el.
1618
1619 2009-08-25  Glenn Morris  <rgm@gnu.org>
1620
1621         * nnir.el (top-level): Don't require cl at run-time.
1622         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1623         Replace cl-function substitute with gnus-replace-in-string.
1624         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1625         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1626         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1627         simplified expansions.
1628
1629 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1630
1631         * dig.el (dig): Add autoload cookie.
1632
1633 2009-08-22  Glenn Morris  <rgm@gnu.org>
1634
1635         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1636         goto-line.
1637
1638 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1639
1640         * parse-time.el (parse-time-string-chars): Save match data.
1641
1642 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1643
1644         * parse-time.el (parse-time-string-chars): Compute using character
1645         classes, to handle non-ascii characters (Bug#3190).
1646
1647 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1650
1651         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1652         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1653         (gnus-mm-display-part, gnus-mime-display-single)
1654         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1655         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1656
1657         * gnus-sum.el
1658         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1659         (gnus-summary-move-article): Add expirable mark to articles copied or
1660         moved to group that has auto-expire turned on if the option is non-nil.
1661
1662 2009-07-24  Glenn Morris  <rgm@gnu.org>
1663
1664         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1665         Fix typo.  (Bug#3903)
1666
1667 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1670         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1671         that should not be used for draft articles.
1672         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1673         that has no concern in minor mode keys.
1674         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1675         Abolish.
1676
1677 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1680         article without making inquiry to a user for unknown encoding.
1681
1682         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1683         (nnmaildir--scan): Assume i-node and device number that file-attributes
1684         returns might be cons-cell.
1685
1686         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1687
1688         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1689
1690 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1691
1692         * auth-source.el: Remove docs now in auth.texi.  Don't use
1693         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1694         `auth-source-hide-passwords' and use them.
1695
1696 2009-07-15  Glenn Morris  <rgm@gnu.org>
1697
1698         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1699
1700 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1703         excessive whitespace from the default values of title and description.
1704
1705 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1708         mail-fetch-field to fetch Content-Description header in order to
1709         exclude newlines.
1710
1711 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1712
1713         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1714         format used by GnuPG 2.0.11.
1715
1716 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1719         to deleted part.
1720
1721 2009-05-30  David Engster  <dengste@eml.cc>
1722
1723         * nnmairix.el: Remove old documentation in the commentary block.
1724         (nnmairix-request-group): Do not update active file for nnml back ends.
1725         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1726         end so that overview files are ignored.
1727         (nnmairix-update-groups): Make updating the groups more robust by using
1728         marks.
1729         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1730         with dollar characters in message-id.
1731
1732 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1733
1734         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1735         2008-12-25 in dns.el.
1736
1737 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1738
1739         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1740         could happen if the text is only composed of spaces and/or tabs.
1741
1742 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1743
1744         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1745         when sending a queued message to avoid extra mml tags.
1746
1747 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1750
1751 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1754         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1755         rmail-toggle-header for XEmacs;
1756         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1757
1758 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * gnus-dired.el: Remove autoload for gnus-setup-message.
1761         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1762         displaying Gnus logo; always use compose-mail.
1763
1764 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1767
1768 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1771         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1772         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1773         available.
1774         (gnus-nocem-epg-verify): New function.
1775
1776 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1777
1778         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1779
1780 2009-02-15  Glenn Morris  <rgm@gnu.org>
1781
1782         * gnus-util.el (rmail-insert-rmail-file-header)
1783         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1784         autoloads.
1785         (rmail-default-rmail-file): Remove unnecessary declaration.
1786         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1787
1788 2009-02-14  Glenn Morris  <rgm@gnu.org>
1789
1790         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1791         variable (only used in gnus-util, which declares it anyway).
1792         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1793         which was only needed by gnus-art (changed to not use it any more).
1794         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1795         only used in gnus-util, which autoloads it itself.
1796         (rmail-update-summary): Fix autoload.
1797
1798         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1799         rather than rmail-output-to-rmail-file.
1800
1801 2009-02-07  Glenn Morris  <rgm@gnu.org>
1802
1803         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1804         autoload of function that no longer exists.
1805         (rmail-toggle-header): Declare.
1806         (message-forward-rmail-make-body): Handle mbox Rmail.
1807
1808 2009-01-31  Glenn Morris  <rgm@gnu.org>
1809
1810         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1811         2009-01-09 change.
1812
1813 2009-01-31  Dave Love  <fx@gnu.org>
1814
1815         * imap.el (imap-fetch-safe): Bind debug-on-error.
1816         (imap-debug): Add imap-fetch-safe.
1817
1818 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1819
1820         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1821         (auth-source-forget-all-cached): New convenience function.
1822         (auth-source-user-or-password): Accept list of modes or a single mode.
1823
1824         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1825         auth-source modes.
1826
1827         * netrc.el (netrc-machine-user-or-password): Use list of
1828         auth-source modes.
1829
1830         * nnimap.el (nnimap-open-connection): Use list of
1831         auth-source modes.
1832
1833         * nntp.el (nntp-send-authinfo): Use list of
1834         auth-source modes.
1835
1836 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1837
1838         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1839         now.
1840
1841 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1844         coding system in XEmacs; add a workaround for XEmacs.
1845
1846         * lpath.el: Fbind coding-system-aliasee.
1847
1848 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1851         of current-language-environment.
1852
1853 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1854
1855         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1856         available at runtime.
1857
1858 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1861
1862 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1863
1864         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1865         the greatest positive fixnum value doesn't work under an XEmacs with
1866         bignum support; use the most-positive-fixnum constant instead,
1867         available since Emacs 21.1 with cl and XEmacs 21.1.
1868
1869 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1872         XEmacs gets not to work.
1873
1874 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * mm-util.el (mm-coding-system-priorities): Allow the value like
1877         "Japanese (UTF-8)" of current-language-environment.
1878
1879 2009-01-09  Glenn Morris  <rgm@gnu.org>
1880
1881         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1882         with last-command-event.
1883
1884 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1885
1886         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1887         in the doc string.
1888
1889         * message.el (message-fix-before-sending): Amend comment.
1890
1891 2009-01-08  Dave Love  <fx@gnu.org>
1892
1893         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1894
1895 2009-01-07  David Engster  <dengste@eml.cc>
1896
1897         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1898         simplified server definitions by converting it via
1899         gnus-server-to-method.
1900
1901 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1904         parameter's operands.
1905
1906 2009-01-06  David Engster  <dengste@eml.cc>
1907
1908         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1909         primary select method (for gnus-group-mark-article-as-read).
1910
1911 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1912
1913         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1914         `(gnus)Face', not `(gnus)X-Face'.
1915
1916 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * mm-util.el (mm-ucs-to-char): New function.
1919
1920         * mm-url.el (mm-url-decode-entities): Use it.
1921
1922         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1923         unicode-to-char.
1924
1925 2009-01-05  Dave Love  <fx@gnu.org>
1926
1927         * time-date.el: Require cl for `declare'.
1928
1929 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1930
1931         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1932         Dave Love.
1933
1934 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1935
1936         * message.el (message-fix-before-sending): Add `eight-bit' to
1937         illegible-text check.
1938
1939 2009-01-03  Michael Olson  <mwolson@gnu.org>
1940
1941         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1942         `headers' is nil.  This can occur if the IMAP server does not have
1943         permissions to read messages from a folder, but can write new messages
1944         to the folder.
1945         (nnimap-request-article-part): Do not insert `data' if it is nil.
1946
1947         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1948         characters which will confuse `read', so skip past them.
1949
1950 2009-01-01  Dave Love  <fx@gnu.org>
1951
1952         * imap.el (imap-string-to-integer): Fix typo.
1953         (imap-fetch-safe): New function.
1954         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1955
1956         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1957
1958         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1959         (imap-parse-greeting): Fix doc strings.
1960         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1961         (imap-parse-flag-list): Make messages unique.
1962         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1963
1964         * nnimap.el: Fix author email.
1965         (nnimap-split-rule): Add FIXME comment.
1966         (nnimap-debug): Fix doc string.
1967
1968 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1969
1970         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1971
1972 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1973
1974         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1975         nslookup if resolv.conf isn't available.
1976         (dns-query): Rename from query-dns.
1977         (dns-query-cached): Rename from query-dns-cached.
1978
1979 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1982         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1983         to check if those variables exist (first appeared in Emacs 18.50).
1984
1985 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * mm-util.el (mm-line-number-at-pos): New function.
1988
1989         * spam-report.el (spam-report-process-queue): Use it.
1990
1991 2008-12-24  David Engster  <dengste@eml.cc>
1992
1993         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1994         parameters that haven't existed as variables as buffer-local variables.
1995
1996 2008-12-23  Dave Love  <fx@gnu.org>
1997
1998         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1999         cadar.
2000
2001         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2002         imap-starttls-p.
2003         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2004
2005 2008-12-22  Dave Love  <fx@gnu.org>
2006
2007         * imap.el: Fix author email.  Doc fixes.
2008         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2009         reply.
2010
2011 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2012
2013         * spam-report.el (spam-report-gmane-max-requests): New constant.
2014         (spam-report-gmane-wait): New variable.
2015         (spam-report-gmane-ham, spam-report-gmane-spam)
2016         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2017         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2018         the server.
2019
2020         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2021         Add explanations.
2022
2023         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2024         nnheader-accept-process-output and nnheader-read-timeout if available.
2025         (pop3-movemail): Use it.
2026
2027         * message.el (message-check-news-body-syntax): Fix signature check if
2028         there's an attachment.
2029
2030 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * mm-util.el: Add comments to the mm- emulating functions.
2033
2034 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2035
2036         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2037         by Stephen Berman <stephen.berman@gmx.net>.
2038
2039 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2040
2041         * mm-util.el (mm-substring-no-properties): New function.
2042         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2043         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2044         (mm-string-to-multibyte): Doc fix.
2045
2046         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2047
2048 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2049
2050         * mml.el (mml-attach-file): Strip text properties from file name.
2051         (Bug#1574)
2052
2053 2008-12-16  Glenn Morris  <rgm@gnu.org>
2054
2055         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2056
2057 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2060         knows since the charset specified might be a bogus alias that
2061         mm-charset-synonym-alist provides.
2062
2063 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2064
2065         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2066         "ISO_8859-1".
2067
2068         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2069
2070 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2071
2072         * mm-util.el (mm-charset-eval-alist):
2073         Define it before mm-charset-to-coding-system.
2074         (mm-charset-to-coding-system): Add optional argument `silent';
2075         define it before mm-charset-override-alist.
2076         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2077         default value if it can be used in Emacs currently running;
2078         silence mm-charset-to-coding-system.
2079
2080 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2083         `allow-override' which says whether to use `mm-charset-override-alist'.
2084         (rfc2047-decode-encoded-words): Use it.
2085
2086         * mm-util.el (mm-charset-override-alist): Fix custom type;
2087         add `(gb2312 . gbk)' to choices.
2088
2089 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2092         fast.
2093
2094         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2095
2096         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2097
2098 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2099
2100         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2101         on links.
2102
2103         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2104
2105 2008-12-03  Lute Kamstra  <lute@gnu.org>
2106
2107         * sha1.el: Remove leading * from docstrings of defcustoms,
2108         deffaces, defconsts and defuns.
2109
2110 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2113         users' addresses that don't have domain parts.
2114         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2115         rather than message-narrow-to-head since there will be the message
2116         header separator.
2117
2118 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2119
2120         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2121         since the result is inserted in a unibyte buffer anyway.
2122         (nnimap-demule-use-string-to-multibyte): Remove.
2123         (nnimap-demule): Alias it to mm-string-to-multibyte.
2124
2125 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2126
2127         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2128         variable for debugging bug#464 and bug#1174.
2129         (nnimap-demule): Use it.
2130
2131 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2132
2133         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2134         score calculation correctly.
2135
2136 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2137
2138         * message.el (message-send-mail): Just set the buffer to unibyte
2139         rather than use mm-with-unibyte-current-buffer which does a lot more.
2140         (message-send-mail-partially): Don't bother with
2141         mm-with-unibyte-current-buffer since it's already been made unibyte by
2142         message-send-mail.
2143
2144 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2145
2146         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2147
2148 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2149
2150         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2151
2152 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2155         require itself and to remove `with-no-warnings'.
2156
2157 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2158
2159         * starttls.el (starttls-any-program-available): Get the name of the
2160         available TLS layer program.
2161         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2162         well as the host name in the "opening" message.
2163
2164         * auth-source.el (auth-source-cache, auth-source-do-cache)
2165         (auth-source-user-or-password): Cache passwords and logins by default,
2166         allow override with `auth-source-do-cache'.
2167         (auth-source-forget-user-or-password): Allow users to remove cache
2168         entries if needed.
2169
2170 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2171
2172         * md4.el (md4-buffer): Fix typo in docstring.
2173         (md4, md4-64): Doc fixes.
2174         (md4-pack-int32): Reflow docstring.
2175
2176 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2177
2178         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2179         condition-case to only the forward-sexp call.
2180
2181 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2182
2183         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2184         quotes contained.  Make it more robust regardless by an extra
2185         condition-case wrapper.
2186
2187 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2188
2189         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2190
2191 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * nnml.el (nnml-request-expire-articles): Check if the function set to
2194         `nnmail-expiry-target' returns the symbol `delete'.
2195
2196         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2197
2198         * nnmail.el (nnmail-expiry-target): Fix custom type.
2199
2200 2008-10-02  Glenn Morris  <rgm@gnu.org>
2201
2202         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2203         Silence compiler warning.
2204
2205 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2206
2207         * tls.el (open-tls-stream): Show the actual command being
2208         executed, instead of the format string.
2209
2210 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * lpath.el: Fbind codepage-setup for Emacs 23.
2213
2214 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2215
2216         * mml.el (mml-menu): Don't assume mml2015 is bound.
2217
2218 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2221         exists.
2222
2223 2008-09-27  Glenn Morris  <rgm@gnu.org>
2224
2225         * gnus-util.el (mail-header-remove-comments): Autoload it.
2226
2227 2008-09-27  Andreas Schwab  <schwab@suse.de>
2228
2229         * gnus-util.el (gnus-split-references): Strip comments.
2230         (gnus-parent-id): Likewise.
2231
2232 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2233
2234         * message.el (message-confirm-send): Fix version.
2235
2236 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * message.el (message-idna-to-ascii-rhs-1): Use
2239         mail-extract-address-components rather than mail-header-parse-addresses
2240         that is an alias by default to ietf-drums-parse-addresses that does not
2241         support non-ASCII names in headers' contents.
2242
2243 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2244
2245         * message.el (message-confirm-send): Fixed variable documentation to
2246         avoid the "y/n" wording.
2247
2248 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2249
2250         * message.el (message-set-auto-save-file-name): Save to a different
2251         filename so multiple messages (especially drafts) can be recovered.
2252
2253 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2254
2255         * message.el (message-confirm-send): Add appropriate version.
2256
2257 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2258
2259         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2260         defvar.
2261
2262 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2263
2264         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2265         (mm-pkcs7-enveloped-magic): Ditto.
2266
2267 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2268
2269         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2270         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2271
2272 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2273
2274         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2275         default, it's better.
2276
2277 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2278
2279         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2280         summary line gnus-number property and ignore them (with a warning
2281         message).
2282
2283 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2284
2285         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2286         macro caddr in the interactive form since it won't be expanded.
2287
2288 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2291         `charset'; fix name of function called recursively.
2292         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2293
2294 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2297         (gnus-mime-set-charset-parameters): New function.
2298         (gnus-mime-view-part-as-charset): Use it to correctly display part
2299         specifying wrong charset.
2300
2301 2008-09-08  David Engster  <dengste@eml.cc>
2302
2303         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2304         in completing-read for back end server.
2305
2306 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2307
2308         * message.el (message-confirm-send): New variable to confirm sending a
2309         message.
2310         (message-send): Use it.
2311
2312 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2313
2314         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2315
2316 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2319
2320 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2321
2322         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2323         prevent tracking too many groups.
2324         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2325         Use it.
2326
2327 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2328
2329         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2330         moving point to the bottom of the window in order to avoid recentering.
2331
2332 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2335
2336         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2337         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2338         (gnus-article-beginning-of-window): Fix calculation.
2339
2340 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * gnus-msg.el (gnus-summary-supersede-article)
2343         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2344         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2345         message header.
2346
2347 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2348
2349         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2350         pending output coming after the status change.
2351
2352 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2353
2354         * message.el:
2355         * gnus-start.el:
2356         * gnus-registry.el: Remove VMS support.
2357
2358 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2359
2360         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2361         macro.
2362         (rfc2104-hash): Use it.
2363
2364 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2365
2366         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2367         (gnus-summary-sort-by-most-recent-date): New commands.
2368         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2369         and menu entries.
2370
2371 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2374         don't redisplay article for raw contents; remove plural articles stuff.
2375
2376         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2377         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2378         on gnus-summary-save-article; display results properly.
2379
2380 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * lpath.el: No need to fbind ns-focus-frame.
2383
2384 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2387
2388 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2391         gnus-save-all-headers.
2392
2393 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2394
2395         * gnus-util.el (ns-focus-frame): Remove declaration.
2396         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2397         like x.
2398
2399 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2400
2401         * rfc2104.el (rfc2104-zero): Delete defconst.
2402         (rfc2104-hex-alist): Likewise.
2403         (rfc2104-hex-to-int): Delete func.
2404         (rfc2104-hexstring-to-bitstring): Likewise.
2405         (rfc2104-nybbles): New defconst.
2406         (rfc2104-hash): Rewrite for speed.
2407
2408 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * tls.el (open-tls-stream): Make it work with the 2nd argument
2411         BUFFER that is a string but does not exist as a buffer object, as
2412         mentioned in the doc-string.
2413
2414 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2417         SXEmacs.
2418
2419 2008-07-16  Glenn Morris  <rgm@gnu.org>
2420
2421         * gnus-util.el (ns-focus-frame): Declare for compiler.
2422
2423 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2426         set as a group parameter.
2427         (gnus-summary-save-in-pipe): Work when it is called independently.
2428         (gnus-summary-pipe-to-muttprint): Don't modify
2429         gnus-summary-pipe-output-default-command.
2430
2431 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2432
2433         * message.el (message-send-mail-with-sendmail):
2434         Display the error message.
2435
2436 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2437
2438         * gnus-art.el (gnus-default-article-saver):
2439         Add gnus-summary-save-in-pipe to choices.
2440         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2441         gnus-summary-pipe-output-default-command as the default command.
2442         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2443         instead of gnus-last-shell-command.
2444
2445         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2446         New user option.
2447         (gnus-summary-muttprint-program): Mention the value will be changed.
2448         (gnus-summary-save-article): Force showing of all headers.
2449         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2450
2451 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2452
2453         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2454
2455 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2456
2457         * nnimap.el (nnimap-id):
2458         * sieve-manage.el (sieve-manage-open): Doc fixes.
2459
2460 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2461
2462         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2463         if available.
2464
2465 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2466
2467         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2468
2469         * nnkiboze.el (nnkiboze-generate-group):
2470         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2471
2472         * nnmairix.el: Require CL.
2473
2474 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * dgnushack.el: Autoload get-display-table and put-display-table for
2477         XEmacs 21.5.
2478
2479         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2480         21.4 and SXEmacs.
2481
2482 2008-06-15  David Engster  <dengste@eml.cc>
2483
2484         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2485
2486 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2487
2488         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2489         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2490         runtime choice under XEmacs.
2491
2492         * gnus-sum.el (gnus-summary-set-display-table):
2493         Use `gnus-put-display-table', `gnus-get-display-table',
2494         `gnus-set-display-table' for the display table, instead of `aset'.
2495
2496         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2497         Use `gnus-put-display-table', `gnus-get-display-table',
2498         `gnus-set-display-table' for the display table.
2499
2500 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2501
2502         * nnmairix.el: Add autoloads.
2503
2504 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2505
2506         * nnmairix.el (nnmairix-delete-recreate-group)
2507         (nnmairix-update-and-clear-marks): Fix error messages.
2508
2509 2008-06-14  David Engster  <dengste@eml.cc>
2510
2511         * nnmairix.el: Upgrade to version 0.6.
2512         (nnmairix-group-toggle-propmarks-this-group)
2513         (nnmairix-group-toggle-readmarks-this-group)
2514         (nnmairix-group-delete-recreate-this-group)
2515         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2516         (nnmairix-remove-tick-mark-original-article): New commands.
2517         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2518         (nnmairix-propagate-marks-to-nnmairix-groups)
2519         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2520         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2521         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2522         functions needed for marks propagation and manipulation of read marks.
2523         (nnmairix-update-groups): New function.
2524         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2525         (nnmairix-determine-original-group-from-registry)
2526         (nnmairix-determine-original-group-from-path)
2527         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2528         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2529         New helper functions.
2530         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2531         keystrokes for new commands.
2532         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2533         (nnmairix-request-group): Check allow-fast group parameter.
2534         (nnmairix-request-create-group): Set allow-fast group parameter if
2535         nnmairix-allowfast-default is set.
2536         (nnmairix-close-group): Propagate marks upon closing if needed.
2537         (nnmairix-group-toggle-threads-this-group): Use new.
2538         nnmairix-group-toggle-parameter helper function.
2539         (nnmairix-search): Better check for empty search result.
2540         (nnmairix-goto-original-article): Use new helper functions for
2541         determining original article.
2542         (nnmairix-show-original-article): Make sure message-id is in brackets.
2543         (nnmairix-call-mairix-binary): Change variable name.
2544         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2545         helper function.
2546         (nnmairix-widget-toggle-activate): Fix doc string.
2547
2548 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * nnir.el: Require edmacro when compiling with XEmacs.
2551         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2552         available in Emacs 21.
2553
2554 2008-06-11  Glenn Morris  <rgm@gnu.org>
2555
2556         * gnus-util.el (x-focus-frame):
2557         * gnus.el (image-size):
2558         * mm-decode.el (image-size): Declare.
2559
2560         * gnus-picon.el (declare-function): Add compat definition.
2561         (image-size): Declare.
2562
2563         * gnus-group.el (tool-bar-map):
2564         * gnus-sum.el (tool-bar-map): Define for compiler.
2565
2566         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2567
2568         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2569
2570         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2571         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2572         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2573         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2574         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2575         * sieve-manage.el, spam-report.el, spam.el:
2576         Remove unnecessary eval-and-compile of autoloads.
2577
2578 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2579
2580         * auth-source.el: Precise Tramp doc.
2581
2582 2008-06-07  Glenn Morris  <rgm@gnu.org>
2583
2584         * nnmairix.el: Remove unnecessary eval-when-compile.
2585
2586 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * lpath.el: Fbind propertize for XEmacs 21.4.
2589
2590 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2591
2592         * nnir.el: Move here from ../contrib.
2593
2594 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2595
2596         * gnus-util.el (gnus-read-shell-command): New function.
2597         * mm-decode.el (mm-pipe-part):
2598         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2599
2600 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2603
2604 2008-06-03  Glenn Morris  <rgm@gnu.org>
2605
2606         * pop3.el (nnheader-accept-process-output): Autoload it.
2607
2608 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2611         are not 2-digit hexadecimal characters that follow `%'s.
2612
2613 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2614
2615         * message.el (message-bogus-recipient-p): Fix type in doc string.
2616         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2617         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2618         Improve custom options.
2619         (message-bogus-recipient-p): Adjust accordingly.
2620
2621 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2622
2623         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2624         long-form month and day names.
2625
2626 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * dgnushack.el: Autoload debug, eudc-expand-inline and
2629         pgg-snarf-keys-region for XEmacs.
2630
2631         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2632
2633         * nnmairix.el: Require edmacro when compiling with XEmacs.
2634
2635 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2636
2637         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2638         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2639
2640 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2641
2642         * auth-source.el: Add more docs.
2643
2644         * netrc.el (netrc-machine): Always match if the port is not given.
2645
2646 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2649         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2650         retrieval faster in some cases, but might make CPU usage larger.  If
2651         this has any bad side effects, we might revert this change.
2652
2653         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2654         seems to make mail retrieval much, much faster.
2655         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2656         unconditionally.
2657
2658         * gnus-draft.el (gnus-group-send-queue): Bind
2659         message-send-mail-partially-limit to nil to avoid being prompted.
2660
2661 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2662
2663         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2664
2665         * message.el (message-bogus-address-regexp): Fix and improve custom
2666         type.
2667         (message-setup-hook): Add message-check-recipients as custom option.
2668
2669 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2670
2671         * message.el (message-cite-function): Remove bogus autoload which crept
2672         in during merge from v5-10.
2673
2674 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2675
2676         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2677
2678         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2679
2680         * auth-source.el: Preliminary Tramp docs.
2681         (auth-sources): Change the default auth-sources to use
2682         EPA .gpg files.
2683
2684 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2685
2686         * nntp.el: Autoload `auth-source-user-or-password'.
2687         (nntp-send-authinfo): Use it.
2688
2689         * nnimap.el: Autoload `auth-source-user-or-password'.
2690         (nnimap-open-connection): Use it.
2691
2692         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2693         for the gnus-message function.
2694         (auth-source-user-or-password): Use it.
2695
2696 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2697
2698         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2699         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2700         (rfc2104-hash): Use it.
2701
2702 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2703
2704         * gnus-art.el (gnus-article-toggle-truncate-lines):
2705         Don't use `iff' in docstring.
2706
2707 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2708
2709         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2710
2711         * gnus-util.el (gnus-extract-address-component-name)
2712         (gnus-extract-address-component-email): Convenience functions around
2713         `gnus-extract-address-components'.
2714
2715         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2716         Use `gnus-extract-address-component-email' to fix bug of comparing full
2717         sender name to `user-mail-address'.
2718
2719 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2720
2721         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2722         catch/throw to optimize.
2723         (gnus-registry-find-keywords): Just use member to find a keyword.
2724
2725 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2726
2727         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2728         is current before calling gnus-server-prepare.
2729         (gnus-server-setup-buffer, gnus-server-update-server)
2730         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2731
2732 2008-05-04  Juri Linkov  <juri@jurta.org>
2733
2734         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2735         (mailcap-file-default-commands): Use mailcap-replace-in-string
2736         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2737         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2738
2739 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2740
2741         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2742
2743 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2744
2745         * gnus.el: Bump version to 0.11.
2746
2747 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2748
2749         * gnus.el: No Gnus v0.10 is released.
2750
2751 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2754         hooks.
2755         (gnus-update-read-articles): Speed up non-marks-using users.
2756         (gnus-use-marks): Define gnus-use-marks.
2757         (gnus-propagate-marks): Rename variable to something more sensible.
2758
2759 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2760
2761         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2762         (gmm-image-load-path-for-library): Fix typos in docstrings.
2763         (gmm-message): Reflow docstring.
2764
2765 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2766
2767         * mail-source.el (mail-source-set-1, mail-source-bind):
2768         Move auth-source code out of the macro to clean it up and fix bugs.
2769
2770 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2771
2772         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2773         by sender if it's equal to user-mail-address, it's likely to be
2774         useless.
2775
2776         * mail-source.el (mail-source-bind): Don't use user or password if they
2777         are not bound.  Unintern them if they are nil.  Don't use server unless
2778         it's bound, and default it to empty string otherwise.
2779
2780 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2781
2782         * mail-source.el: Load auth-source.el.
2783         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2784         get user name or password, if auth-sources is set up.
2785
2786         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2787         strategy of splitting with parent.
2788         (gnus-registry-split-fancy-with-parent)
2789         (gnus-registry-post-process-groups): Use it and fix prior
2790         bug (returning a list as the split result).
2791
2792         * auth-source.el (auth-sources): Remove server parameter.
2793         (auth-source-pick, auth-source-user-or-password)
2794         (auth-source-user-or-password-imap)
2795         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2796         (auth-source-user-or-password-sftp)
2797         (auth-source-user-or-password-smtp): Remove server parameter.
2798
2799 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2800
2801         * smime.el (smime-sign-region, smime-encrypt-region)
2802         (smime-decrypt-region):
2803         Remove redundant calls to `generate-new-buffer-name'.
2804
2805 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2806
2807         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2808         Don't use QP for message/rfc822.
2809         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2810
2811 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2812
2813         * sieve-manage.el (sieve-string-bytes): Remove.
2814         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2815         correct byte-length only if the process's coding-system is the same as
2816         the one used internally by Emacs to represent strings.
2817
2818 2008-04-22  Juri Linkov  <juri@jurta.org>
2819
2820         * mailcap.el (mailcap-file-default-commands): New function.
2821
2822 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2823
2824         * message.el (message-signature-separator, message-cite-function):
2825         Change custom version.
2826
2827 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2828
2829         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2830         commands.
2831         (tls-checktrust): Ditto.
2832
2833 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2834
2835         * mm-decode.el (mm-display-external): Make temp file read-only.
2836
2837 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2838
2839         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2840         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2841         `C-c C-f d'.
2842
2843 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2844
2845         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2846
2847 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2848
2849         * gnus.el: Bump version to 0.9.
2850
2851 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2852
2853         * gnus.el: No Gnus v0.8 is released.
2854
2855 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2856
2857         * mail-source.el (mail-source-value):
2858         Prefer fboundp to functionp so it works with macros as well.
2859
2860 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2861
2862         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2863         Fix last change in case the element is not even a symbol.
2864
2865 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2866
2867         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2868         Prefer fboundp to functionp so it works with macros as well.
2869
2870 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2871
2872         * auth-source.el: Added docs.
2873         (auth-sources): Modify format to support server.
2874         (auth-source-pick, auth-source-user-or-password)
2875         (auth-source-user-or-password-imap)
2876         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2877         (auth-source-user-or-password-sftp)
2878         (auth-source-user-or-password-smtp): Add server parameter.
2879
2880 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2881
2882         * gnus-registry.el: Initialize the registry when gnus-registry-install
2883         is t.
2884
2885 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * compface.el (uncompface): Make buffer unibyte.
2888
2889 2008-04-05  Glenn Morris  <rgm@gnu.org>
2890
2891         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2892
2893 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2894
2895         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2896         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2897
2898         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2899         multibyteness after rather than before erasing it.
2900
2901         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2902         mm-with-multibyte.
2903         (gnus-request-article-this-buffer): Make sure the proper decoding is
2904         used if gnus-original-article-buffer happens to be unibyte.
2905
2906         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2907         default-enable-multibyte-characters.
2908
2909         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2910         default-enable-multibyte-characters.
2911
2912         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2913
2914         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2915
2916 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2917
2918         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2919         (imap-message-copyuid-1): Use it.
2920         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2921         J. Williams in
2922         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2923
2924         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2925         imap-enable-exchange-bug-workaround.
2926         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2927
2928 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2929
2930         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2931         a 100 byte status-checks into a 2-3MB transfer for each group.
2932         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2933         to enable bug workaround or not.
2934         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2935
2936 2008-03-31  Glenn Morris  <rgm@gnu.org>
2937
2938         * message.el (mml2015-use): Declare for compiler.
2939         (message-info): Require mml2015 when appropriate.
2940
2941 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2944         whitespace.
2945
2946 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2947
2948         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2949         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2950         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2951         (nntp-service-to-port): New function.
2952         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2953         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2954         (nntp-open-netcat-stream): New function.
2955         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2956
2957 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2958
2959         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2960
2961 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2962
2963         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2964
2965 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2966
2967         * dns.el (dns-write): Use set-buffer-multibyte.
2968
2969 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2970
2971         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2972
2973 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2974
2975         * message.el (message-signature-separator): Change default.
2976         Improve custom type.
2977         (message-cite-function): Change default to
2978         message-cite-original-without-signature.
2979
2980         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2981         toggle.
2982
2983         * message.el (message-check-news-body-syntax): Fix signature check.
2984         (message-setup-1): Mark buffer as unmodified _after_ running
2985         message-setup-hook and handling message-alternative-emails.
2986         (message-shorten-references): Be more strict when building list of
2987         valid references to comply with GNKSA.
2988
2989         * gnus-group.el (gnus-read-ephemeral-bug-group)
2990         (gnus-read-ephemeral-debian-bug-group)
2991         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2992
2993         * message.el (message-info): Don't use booleanp which isn't supported
2994         in Emacs 21 and XEmacs.
2995
2996 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2997
2998         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2999         gnus-group-gmane-group-download-format.
3000         (gnus-group-read-ephemeral-gmane-group): Rename from
3001         gnus-group-read-ephemeral-gmane-group.
3002         (gnus-read-ephemeral-gmane-group-url): Rename from
3003         gnus-group-read-ephemeral-gmane-group-url.
3004         (gnus-bug-group-download-format-alist): New variable.
3005         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3006         (gnus-read-ephemeral-emacs-bug-group): New commands.
3007
3008 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3009
3010         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3011         (gnus-visible-headers): Improve custom type.
3012
3013 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3014
3015         * mml.el (mml-menu): Add workarounds for XEmacs.
3016
3017         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3018         X-Boundary header.
3019
3020         * message.el (message-simplify-recipients): Fix previous commit.
3021
3022 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3023
3024         * mm-util.el (mm-set-buffer-multibyte): New function.
3025         * mm-decode.el (mm-copy-to-buffer): Use it.
3026
3027 2008-03-19  Glenn Morris  <rgm@gnu.org>
3028
3029         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3030         Accidentally removed in the sync process with Emacs.
3031
3032 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3033
3034         * message.el (message-alter-recipients-discard-bogus-full-name):
3035         New function.
3036         (message-alter-recipients-function): New variable.
3037         (message-get-reply-headers): Use it.
3038         (message-replace-header): New helper function.
3039         (message-recipients-without-full-name): New variable.
3040         (message-simplify-recipients): New command.
3041
3042         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3043
3044         * message.el (message-info): Handle EasyPG manual.
3045
3046         * mml.el (mml-menu): Add entry for EasyPG.
3047
3048 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3049
3050         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3051         parameter.
3052
3053         * message.el (message-disassociate-draft): Specify drafts group name
3054         fully.
3055
3056 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3057
3058         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3059         unnecessary duplicates from the match list.
3060
3061 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3064
3065         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3066
3067         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3068         args of `how-many' of which the XEmacs version doesn't take; declare
3069         Info-index-next as function.
3070
3071 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3072
3073         * gnus-score.el (gnus-score-headers): Fix handling of
3074         gnus-inhibit-slow-scoring.
3075
3076         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3077         string.
3078         (gnus-button-url-regexp): Improve handling of parenthesis.
3079         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3080         (gnus-button-handle-info-keystrokes): Handle index entries.
3081
3082 2008-03-15  Glenn Morris  <rgm@gnu.org>
3083
3084         * parse-time.el (parse-time-string): Simplify.
3085
3086 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3089         Incoming* files.
3090
3091 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3092
3093         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3094         (auth-source-pick): Use it.
3095
3096 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3097
3098         * binhex.el (binhex-decode-region-internal):
3099         * uudecode.el (uudecode-decode-region-internal):
3100         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3101         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3102         setting default-enable-multibyte-characters.
3103
3104 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3105
3106         * auth-source.el (auth-source-protocols)
3107         (auth-source-protocols-customize, auth-source-choices): Added and
3108         modified variable customizations and defaults.
3109         (auth-source-pick, auth-source-user-or-password)
3110         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3111         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3112         (auth-source-user-or-password-sftp)
3113         (auth-source-user-or-password-smtp): Use new variables and provide an
3114         interface to netrc.el.
3115
3116 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3119         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3120         Make sure the nntp port to specify is a string.
3121
3122 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3123
3124         * nntp.el: Use with-current-buffer.
3125         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3126         dubious mm-with-unibyte-current-buffer.
3127         (nntp-with-open-group-function): New function extracted from
3128         nntp-with-open-group macro.
3129         (nntp-with-open-group): Use the function, so it's easier to debug.
3130         Add indentation and debugging info.
3131         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3132         the use of the netcat alternatives.
3133
3134         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3135         Avoid mm-string-as-multibyte as well.
3136
3137         * nnweb.el (nnweb-insert-html):
3138         Remove use of nnheader-string-as-multibyte.
3139
3140         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3141         (nnheader-string-as-multibyte): Remove.
3142
3143         * mm-view.el: Use inhibit-read-only.
3144         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3145         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3146         or unibyte-string.
3147
3148         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3149         (mm-uu-yenc-extract): Use with-current-buffer.
3150
3151         * gnus-soup.el (gnus-soup-send-packet): Don't use
3152         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3153
3154         * nnmh.el: Use with-current-buffer.
3155         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3156         mm-string-as-multibyte on the output of mm-encode-coding-string.
3157
3158         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3159         (nnimap-request-move-article): Use with-current-buffer.
3160
3161         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3162         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3163         conversion uses string-make-unibyte rather than string-as-unibyte.
3164
3165         * gnus-msg.el: Use with-current-buffer.
3166
3167         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3168
3169 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3170
3171         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3172         string for caching if it is 'PIN.
3173
3174 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3175
3176         * lpath.el: Consider the case without Emacs/W3.
3177
3178 2008-03-08  Glenn Morris  <rgm@gnu.org>
3179
3180         * time-date.el (date-to-time, time-subtract, time-add)
3181         (safe-date-to-time): Doc fixes.
3182
3183 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3184
3185         * mail-source.el (mail-source-delete-old-incoming-confirm):
3186         Change default to nil.
3187         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3188
3189 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * lpath.el: Rearrange.
3192
3193         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3194         (gnus-article-goto-prev-page): Work for articles having ^L's.
3195
3196         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3197
3198         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3199
3200 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3201
3202         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3203         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3204         (gnus-bookmark-jump): Adjust some variable names.
3205
3206 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3207
3208         * auth-source.el: New package.
3209         (auth-source-choices): Add customization entry point variable.
3210
3211         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3212         bug.
3213
3214 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3215
3216         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3217         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3218         (gnus-registry-install-shortcuts): Rename from
3219         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3220         the `gnus-registry-mark-map' keymap dynamically from
3221         `gnus-registry-marks'.  The generated functions update the summary line
3222         when a registry mark is added or deleted, and will call
3223         `gnus-registry-install-p' (see the comments in the code).
3224         (gnus-registry-user-format-function-M): Use concat intelligently.
3225
3226         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3227         the registry mark functions.
3228
3229 2008-03-05  Glenn Morris  <rgm@gnu.org>
3230
3231         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3232         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3233         gnus-art.
3234         (top-level): No need to load own source when compiling.
3235
3236 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3237
3238         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3239         Suggested by <chris.anderton@zetnet.co.uk>.
3240
3241 2008-03-04  Glenn Morris  <rgm@gnu.org>
3242
3243         * gnus-sum.el (top-level): No need to require gnus when compiling,
3244         since unconditionally required near start of file.
3245         (gnus-summary-display-while-building): Move definition before use.
3246
3247 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3248
3249         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3250         formatting function.
3251
3252 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3253
3254         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3255         with plists.
3256         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3257         Use new format.
3258
3259 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3262         `where-is-internal' that returns a range of key sequences.
3263
3264 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3265
3266         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3267
3268         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3269         (gnus-summary-jump-to-group): Consider windows on other displayed
3270         frames as well.  Similar changes might be needed elsewhere, but that's
3271         the one I've bumped into during my use.
3272
3273         * nndoc.el (nndoc-oe-dbx-type-p):
3274         * gnus-msg.el (gnus-debug):
3275         * gnus-group.el (gnus-update-group-mark-positions):
3276         Use mm-string-to-multibyte.
3277
3278 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3279
3280         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3281         doesn't handle NotDashEscaped.
3282
3283         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3284         (mml-dnd-attach-options): Fix typo in custom choice.
3285
3286         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3287         nndoc-article-type to mbox.
3288         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3289
3290         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3291         to nil, instead of html2text.
3292
3293         * imap.el (imap-debug): Add `imap-ping-server'.
3294
3295         * gnus-bookmark.el: Add FIXMEs.
3296
3297         * message.el (message-form-letter-separator)
3298         (message-send-form-letter-delay): New variables.
3299         (message-send-form-letter): Use them.  New command to send form
3300         letters.  Requested by Uwe Siart.
3301         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3302
3303 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3304
3305         * Update copyright years.
3306
3307 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3308
3309         Sync from EMACS_22_BASE.
3310
3311         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3312
3313 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3314
3315         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3316         empty author.
3317
3318 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3319
3320         * gnus-registry.el (gnus-registry-marks): Add variable for
3321         customization of marks and their appearance.
3322         (gnus-registry-read-mark): Use it.
3323         (gnus-registry-do-marks): Add utility function to loop through
3324         `gnus-registry-marks'.
3325         (gnus-registry-install-shortcuts-and-menus): Add function to install
3326         shortcuts and menus.
3327         (gnus-registry-initialize): Use it.
3328         (gnus-registry-default-mark): Clarify documentation.
3329
3330 2008-02-29  Glenn Morris  <rgm@gnu.org>
3331
3332         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3333         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3334         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3335         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3336         Change defcustom :version from 23.0 to 23.1.
3337
3338 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3339
3340         * gnus-registry.el (gnus-registry-follow-group-p)
3341         (gnus-registry-post-process-groups): Add functions to aid registry
3342         splitting and improve logging.  Clarify behavior in function
3343         documentation.
3344         (gnus-registry-split-fancy-with-parent): Use them.
3345
3346 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3347
3348         * gnus-art.el: Use with-current-buffer.
3349
3350 2008-02-27  David Engster  <dengste@eml.cc>
3351
3352         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3353         Express real group name in the response.
3354
3355 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3358         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3359         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3360         autoload gnus-registry-fetch-group when compiling.
3361         (nnmairix-request-group-with-article-number-correction): Remove
3362         unreferenced argument passed to nnmairix-call-backend.
3363
3364 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3365
3366         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3367         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3368         Wilde.
3369
3370 2008-02-27  Glenn Morris  <rgm@gnu.org>
3371
3372         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3373         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3374         variables to defconsts.  Convert comments to doc-strings.
3375         (nnmairix-last-server, nnmairix-current-server): Convert from free
3376         variables to defvars.  Convert comments to doc-strings.
3377         (gnus-registry-fetch-group): Autoload.
3378         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3379         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3380         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3381         caddr.
3382         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3383         nnmairix-request-group-with-article-number-correction call.
3384         (nnmairix-fast, nnmairix-group): New, less general names, for free
3385         variables passed from nnmairix-request-group to
3386         nnmairix-request-group-with-article-number-correction.  Declare.
3387         (nnmairix-request-group-with-article-number-correction):
3388         Use nnmairix-fast, nnmairix-group rather than fast, group.
3389
3390 2008-02-26  David Engster  <dengste@eml.cc>
3391
3392         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3393         version 0.5.
3394
3395 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3396
3397         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3398         instead of making an extra function call.  Don't add the current group
3399         to articles only when they have the group.  Use
3400         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3401         Reported by David <de_bb@arcor.de>.
3402
3403 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3406         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3407
3408 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3409
3410         * mail-source.el (mail-source-delete-incoming): Change default.
3411         Supplement doc string.
3412
3413         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3414
3415 2008-02-14  Glenn Morris  <rgm@gnu.org>
3416
3417         * time-date.el (format-seconds): New function.
3418
3419 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3420
3421         * nnmail.el (nnmail-message-id-cache-file): Derive from
3422         `gnus-home-directory'.
3423
3424 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3425
3426         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3427         Document negative prefix.
3428
3429         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3430
3431 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3432
3433         * message.el (message-unsent-separator): Add the Exim bounce
3434         separator.
3435
3436 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3437
3438         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3439         list.
3440         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3441         recipient/signer list.
3442
3443 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * Makefile.in (datarootdir): Define.
3446         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3447         name that might contain whitespace.
3448
3449 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3450
3451         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3452         fbound (Emacs 23 unicode), signal an error.
3453
3454 2008-02-08  Glenn Morris  <rgm@gnu.org>
3455
3456         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3457
3458 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3459
3460         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3461         ports to the calls to `netrc-machine-user-or-password' in addition to
3462         "imap" and "imaps".
3463
3464 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3465
3466         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3467
3468         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3469
3470 2008-02-01  Kenichi Handa  <handa@m17n.org>
3471
3472         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3473         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3474         (rfc2104-hash): Convert the result of concat to unibyte string.
3475
3476 2008-02-01  Dave Love  <fx@gnu.org>
3477
3478         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3479         coding-system-for-read.
3480         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3481
3482 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3483
3484         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3485         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3486         <hanche@math.ntnu.no>.
3487
3488 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3491
3492         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3493
3494 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3495
3496         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3497         * message.el (message-beginning-of-line): Use featurep instead of bound
3498         tests in order to resolve conditionals at compile time.
3499
3500 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3501
3502         * mail-source.el (mail-sources): Add `group' choice.
3503
3504         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3505         parameter `in-group' to control into which group the articles go.
3506         Add treatment of `group' mail-source.
3507
3508 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3511
3512         * mm-decode.el (mm-dissect-buffer): Decode description.
3513
3514         * mml.el (mml-to-mime): Encode message header first.
3515
3516 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3519         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3520
3521         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3522         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3523
3524 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3525
3526         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3527
3528 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3531         prefix keys.
3532         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3533         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3534         gnus-xmas.el.
3535
3536         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3537         (gnus-xmas-article-describe-bindings): New function.
3538         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3539         gnus-xmas-article-describe-bindings.
3540
3541         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3542
3543 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3544
3545         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3546         Add new variables for article mark management.
3547         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3548         list of extra data entries which, when present, will indicate that the
3549         article ID should not be trimmed from the registry.
3550         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3551         functions.
3552         (gnus-registry-read-mark): New function to read a mark name from the
3553         user.
3554         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3555         (gnus-registry-set-article-mark-internal): New functions to add and
3556         remove marks.
3557         (gnus-registry-get-article-marks): New function to show the marks for
3558         an article, or retrieve them for further use.
3559
3560 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3563         keys when no argument is given.
3564
3565 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3566
3567         * imap.el (imap-ping-server): New variable.
3568         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3569         (imap-ping-server): Minor doc string fixes.
3570
3571 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3572
3573         * imap.el (imap-ping-server): New function.
3574         (imap-opened): Call imap-ping-server.
3575
3576 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3577
3578         * gnus-sum.el (gnus-article-sort-by-random)
3579         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3580         jidanni@jidanni.org.
3581
3582 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * gnus-art.el (gnus-article-describe-bindings): New function.
3585         (gnus-article-read-summary-keys): Use it.
3586         (gnus-article-mode-map): Bind `C-h b' to it.
3587
3588 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3591         XEmacs.
3592         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3593         against non-character events.
3594
3595         * lpath.el: Fbind map-keymap for Emacs 21.
3596
3597 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3598
3599         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3600         command.
3601         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3602         instead of END.  Change name of the temp file.
3603         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3604         customizable.
3605
3606 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3609         bind `S W' to gnus-article-wide-reply-with-original; set default
3610         binding to gnus-article-read-summary-send-keys.
3611         (gnus-article-read-summary-keys): Fix the order of keys; display
3612         continuation keys correctly in the echo area; describe bindings
3613         correctly when keys end with `C-h'.
3614         (gnus-article-read-summary-send-keys): New function.
3615         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3616         for gnus-article-read-summary-send-keys; display continuation keys
3617         correctly in the echo area.
3618         (gnus-article-reply-with-original): Ignore prefix argument.
3619         (gnus-article-wide-reply-with-original): New function.
3620
3621         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3622         Emacs 21.
3623
3624 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3627         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3628
3629 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3630
3631         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3632         (gnus-group-read-ephemeral-gmane-group): New command.
3633
3634 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3635
3636         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3637
3638 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3639
3640         * message.el (message-send-mail-function): Increase custom version.
3641
3642         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3643         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3644
3645 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3646
3647         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3648         for the cases where imap-authenticate is called with a nil buffer
3649         parameter.
3650
3651 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3654         html parts correctly; support forwarded messages.
3655         (gnus-article-browse-html-article): Remove work buffers.
3656
3657         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3658         compiling.
3659         (netrc-bound-and-true-p): New macro.
3660         (netrc-parse): Use it instead of bound-and-true-p that is not available
3661         in XEmacs 21.4.
3662
3663 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3664
3665         * gnus-registry.el (gnus-registry-mark-article)
3666         (gnus-registry-article-marks): Add functionality to mark articles
3667         through the Gnus registry.
3668
3669         * encrypt.el: Clarify documentation for the new pgg method.
3670         (encrypt-file-alist): Add PGG option.
3671         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3672         functionality.  Abstract password key and messaging to external
3673         functions.
3674         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3675         (encrypt-message-method-and-cipher): Add new convenience external
3676         functions.
3677         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3678         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3679
3680         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3681         (netrc-parse): Use encrypt-file-alist to determine if
3682         encrypt-find-model or encrypt-insert-file-contents should be used.
3683
3684         * encrypt.el: Clarify documentation.  Load password-cache or
3685         password, whichever one is found first, instead of autoloading.
3686
3687 2007-12-19  Glenn Morris  <rgm@gnu.org>
3688
3689         * mml.el (message-options-set, message-narrow-to-head)
3690         (message-in-body-p, message-mail-p, message-encode-message-body):
3691         Autoload.
3692         (message-remove-header, message-narrow-to-headers-or-head)
3693         (message-subscribed-p, message-make-mail-followup-to)
3694         (message-position-on-field, message-news-p)
3695         (message-options-set-recipient, message-generate-headers)
3696         (message-sort-headers): Declare as functions.
3697
3698 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3699
3700         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3701         convention in doc string.
3702
3703 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3706         title to html parts.
3707         (gnus-article-browse-html-article): Pass message header to it.
3708
3709         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3710
3711 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3712
3713         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3714         or password compatible with XEmacs.
3715
3716 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3717
3718         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3719         format document.
3720         (gnus-mime-delete-part): Don't write description line if empty.
3721         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3722
3723 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3724
3725         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3726         (gnus-summary-mark-read-and-unread-as-read)
3727         (gnus-summary-mark-current-read-and-unread-as-read)
3728         (gnus-summary-mark-unread-as-ticked): Doc fix.
3729         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3730
3731 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3732
3733         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3734         Christoph Conrad <christoph.conrad@gmx.de>.
3735
3736 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3737
3738         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3739         yes-or-no-p.
3740
3741 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * mm-decode.el (mm-add-meta-html-tag): New function.
3744         (mm-save-part-to-file, mm-pipe-part): Use it.
3745
3746         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3747         gnus-y-or-n-p instead of y-or-n-p.
3748         (gnus-article-browse-html-parts): Work with message/external-body; use
3749         mm-add-meta-html-tag.
3750
3751 2007-12-11  Glenn Morris  <rgm@gnu.org>
3752
3753         * gnus-cache.el: Require gnus-sum not just when compiling.
3754
3755         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3756
3757         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3758         definitions before use.
3759
3760         * mm-decode.el: Require gnus-util.
3761         (mm-remove-part): Only call delete-annotation on XEmacs.
3762
3763         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3764
3765         * nnmail.el: Require gnus-int.
3766
3767         * spam.el: Move `require's before `eval-when-compile's.
3768
3769         * gnus-ems.el (gnus-alive-p):
3770         * gnus-fun.el (message-goto-eoh):
3771         * gnus-util.el (gnus-group-name-decode):
3772         * mail-source.el (gnus-compress-sequence):
3773         * message.el (Info-goto-node, format-spec):
3774         * mm-bodies.el (message-options-get):
3775         * mm-decode.el (mm-view-pkcs7):
3776         * mm-util.el (gmm-write-region):
3777         * mml-smime.el (mml-compute-boundary)
3778         (gnus-completing-read-with-default):
3779         * mml.el (widget-button-press, gnus-make-hashtable):
3780         * mml1991.el (mm-decode-content-transfer-encoding)
3781         (mm-encode-content-transfer-encoding)
3782         (message-options-get, message-options-set):
3783         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3784         * nnfolder.el (gnus-request-group):
3785         * nnheader.el (ietf-drums-unfold-fws):
3786         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3787         * smime.el (gnus-run-mode-hooks):
3788         * spam-stat.el (gnus-message): Autoload.
3789
3790         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3791         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3792         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3793         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3794         Add declare-function compatibility definition.
3795
3796         * gnus-cache.el (nnvirtual-find-group-art):
3797         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3798         (gnus-add-image, gnus-add-wash-type):
3799         * gnus-group.el (nnkiboze-score-file):
3800         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3801         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3802         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3803         (message-tokenize-header, gnus-get-buffer-create)
3804         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3805         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3806         * gnus.el (gnus-group-decoded-name):
3807         * mail-source.el (imap-capability):
3808         * mm-bodies.el (message-options-set):
3809         * mm-decode.el (gnus-configure-windows):
3810         * mm-extern.el (message-goto-body):
3811         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3812         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3813         (epg-sub-key-validity, message-options-set):
3814         * mml.el (widget-event-point, gnus-configure-windows):
3815         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3816         * mml2015.el (epg-check-configuration, epg-configuration)
3817         (message-options-set):
3818         * nndb.el (nndb-request-article):
3819         * nnfolder.el (gnus-request-create-group):
3820         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3821         * nnmaildir.el (gnus-group-mark-article-read):
3822         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3823         * rfc1843.el (message-fetch-field):
3824         * spam.el (gnus-extract-address-components):
3825         Declare as functions.
3826
3827 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3830
3831         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3832
3833         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3834         bind show-trailing-whitespace for XEmacs.
3835
3836 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3837
3838         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3839         new no-op macro for backward compatibility.
3840
3841         * imap.el (imap-string-to-integer): New function.
3842
3843 2007-12-09  Glenn Morris  <rgm@gnu.org>
3844
3845         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3846
3847         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3848         * message.el, mm-view.el, sieve-manage.el, smime.el:
3849         Add declare-function compatibility definition.
3850
3851         * gnus-art.el (w3-region, w3m-region, Info-menu):
3852         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3853         * gnus-sum.el (gnus-get-predicate):
3854         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3855         * message.el (mail-abbrev-in-expansion-header-p):
3856         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3857         (w3m-detect-meta-charset, w3m-region):
3858         * sieve-manage.el (password-read, password-cache-add)
3859         (password-cache-remove):
3860         * smime.el (password-read-and-add): Declare as functions.
3861
3862 2007-12-08  David Kastrup  <dak@gnu.org>
3863
3864         * gnus-sum.el (gnus-summary-simplify-subject-query):
3865         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3866         `message'.
3867
3868 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3869
3870         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3871         it to bind idna-program, installation-directory, defined-colors, and
3872         face-attribute for XEmacs of the version that compiles defcustom forms.
3873
3874 2007-12-07  Glenn Morris  <rgm@gnu.org>
3875
3876         * gnus-art.el (article-make-date-line): Revert previous change.
3877
3878 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3879
3880         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3881
3882 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3883
3884         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3885         Call gnus-add-to-range ranges only once with a prepared article-list.
3886
3887 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3888
3889         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3890         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3891         group names with backslashes.  Reported by Tassilo Horn
3892         <tassilo@member.fsf.org>.
3893
3894 2007-12-06  Deepak Goel  <deego3@gmail.com>
3895
3896         * gnus-art.el (article-make-date-line):
3897         * gnus-start.el (gnus-load):
3898         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3899
3900 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * gnus-art.el (gnus-use-idna)
3903         * gnus-start.el (gnus-site-init-file)
3904         * message.el (message-use-idna)
3905         * mm-uu.el (mm-uu-hide-markers)
3906         * smiley.el (smiley-style): Revert changes that suppress warnings.
3907
3908 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3911         specify charset to html source.  Reported by Christoph Conrad
3912         <christoph.conrad@gmx.de>.
3913
3914 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3917         idna-program in order to suppress byte compile warning issued by XEmacs
3918         that came to byte compile the default value section of defcustom forms
3919         recently.
3920
3921         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3922         value of installation-directory.
3923
3924         * message.el (message-use-idna): Don't directly refer to the value of
3925         idna-program.
3926
3927         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3928
3929         * smiley.el (smiley-style): Don't directly call face-attribute.
3930
3931 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3932
3933         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3934
3935         * gnus-dired.el: Reduce Gnus dependencies.
3936         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3937         require.  Use autoloads instead.
3938         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3939         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3940         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3941         (gnus-dired-mode): Adjust doc string.
3942         (gnus-dired-mail-mode): New variable.
3943         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3944         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3945         (gnus-dired-mail-buffers): New function.  Return mail or message
3946         composition buffers.
3947         (gnus-dired-attach): Use it.
3948         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3949         NO-DECODE.
3950         (gnus-dired-print): Use `gnus-print-buffer' depending on
3951         `gnus-dired-mail-mode'.
3952
3953 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * rfc2047.el (rfc2047-encoded-word-regexp)
3956         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3957         explaining what regexp patterns are for.
3958
3959 2007-12-04  Glenn Morris  <rgm@gnu.org>
3960
3961         * password.el: Move to password-cache.el.
3962
3963         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3964         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3965         * mml-smime.el (password-read, password-cache-add)
3966         (password-cache-remove):
3967         No need to autoload, since mml-sec requires password.
3968
3969         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3970         * message.el (gnus-extract-address-components):
3971         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3972
3973         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3974         password.
3975
3976 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3977
3978         * mailcap.el: Reduce dependencies.
3979         (mail-header-parse-content-type): Autoload.
3980         (mailcap-delete-duplicates): New alias.
3981         (mailcap-mime-info): Add optional argument NO-DECODE.
3982         (mailcap-mime-types): Use mailcap-delete-duplicates.
3983
3984         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3985
3986 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3987
3988         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3989         (imap-parse-status): Upcase status-att for servers that sends them
3990         lower-case (e.g., MS Exchange 2007).
3991
3992 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3995         function.
3996
3997         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3998         (gnus-uu-yenc-article): New function.
3999
4000         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4001
4002         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4003         buffer.
4004
4005 2007-12-02  Glenn Morris  <rgm@gnu.org>
4006
4007         * binhex.el (binhex): New custom group.
4008         (binhex-decoder-program, binhex-decoder-switches)
4009         (binhex-use-external): Move to the binhex custom group.
4010
4011         * uudecode.el (uudecode): New custom group.
4012         (uudecode-decoder-program, uudecode-decoder-switches)
4013         (uudecode-use-external): Move to the uudecode custom group.
4014
4015         * netrc.el (top-level): Don't load `encrypt' features.
4016         (netrc-parse): Don't use encrypt.
4017         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4018
4019         * encrypt.el: Remove file.
4020
4021 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4022
4023         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4024         matches on patches.
4025
4026         * gnus-art.el (gnus-article-browse-html-article): Mention
4027         `mm-text-html-renderer' in the doc string.
4028
4029         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4030         string.  Add comments.
4031
4032         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4033         if rhs is ASCII.
4034
4035 2007-12-01  Glenn Morris  <rgm@gnu.org>
4036
4037         * mail-source.el (top-level): Require format-spec before
4038         eval-when-compile.
4039
4040 2007-11-30  Glenn Morris  <rgm@gnu.org>
4041
4042         * encrypt.el: Require password, rather than autoloading password-read.
4043
4044 2007-11-29  Glenn Morris  <rgm@gnu.org>
4045
4046         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4047         (sasl-make-client, sasl-next-step, sasl-step-data)
4048         (sasl-step-set-data): Declare as functions.
4049
4050 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4051
4052         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4053
4054 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4055
4056         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4057         certs should be verified and what is to be done in the event of a
4058         verification failure.
4059
4060         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4061         caller can indicate whether the cache should be disregarded for this
4062         call.  This way the result of the call is reproducible at all times and
4063         can be considered a canonical server name for the supplied method.
4064         (gnus-agent-method-p): Canonicalize server names by pushing their
4065         method through `gnus-method-to-server' using the no-cache argument.
4066
4067         * gnus-srvr.el (gnus-server-insert-server-line): Call
4068         `gnus-method-to-server' with `no-cache' argument.
4069
4070         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4071         gnus-agent-possibly-synchronize-flags as this should be called when the
4072         server is actually being opened.
4073         (gnus-agent-possibly-synchronize-flags)
4074         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4075         flags file of an agentized server to the latter function.
4076
4077         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4078         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4079         after a connection has been established successfully.
4080
4081 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * gnus-art.el (article-display-face): Force to display face if called
4084         interactively; check if gnus-article-x-face-too-ugly matches author.
4085         (article-display-x-face): Display face even if From header is missing
4086         as article-display-face does.
4087
4088 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4089
4090         * hashcash.el (message-narrow-to-headers-or-head)
4091         (message-fetch-field, message-goto-eoh)
4092         (message-narrow-to-headers): Declare as functions.
4093
4094 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4095
4096         * mail-source.el (mail-sources): Default to fetch from file for
4097         compatibility with default of nnmail-spool-file.
4098
4099 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4102         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4103         to look for encoded word that should be encoded again.
4104         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4105         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4106         encoding pattern.
4107         (rfc2047-decode-region): Switch strict regexp and loose one according
4108         to rfc2047-allow-irregular-q-encoded-words.
4109
4110 2007-11-25  Romain Francoise  <romain@orebokech.com>
4111
4112         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4113
4114 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4115
4116         * tls.el (tls-program): Provide more custom choices from
4117         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4118         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4119
4120 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4121
4122         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4123         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4124
4125         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4126         `nnmail-spool-file'.
4127
4128         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4129         `nnmail-spool-file'.
4130
4131         * gnus-move.el (gnus-change-server): Ditto.
4132
4133         * gnus-kill.el (gnus-batch-score): Ditto.
4134
4135         * gnus-cache.el (gnus-jog-cache): Ditto.
4136
4137         * gnus-msg.el (gnus-summary-reply):
4138         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4139
4140 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4141
4142         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4143         version.  Minor improvement to doc strings.
4144         (tls-program): Add comment.
4145
4146 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4147
4148         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4149         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4150         mismatch between the hostname provided in the certificate and the name
4151         of the host connnecting to.
4152         (open-tls-stream): Use them.  Check certificates against trusted root
4153         certificates.
4154
4155 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4156
4157         * gnus-cache.el (gnus-cache-generate-nov-databases):
4158         Use nnml-generate-nov-databases-directory instead of
4159         nnml-generate-nov-databases-1.
4160
4161 2007-11-24  Glenn Morris  <rgm@gnu.org>
4162
4163         * message.el (message-tool-bar-retro): Update for rename
4164         mail_send.xpm->mail-send.xpm.
4165
4166 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4167
4168         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4169         `smime-ldap-search' for Emacs 22 and up.
4170
4171 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4172
4173         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4174
4175         * message.el (message-send-mail-function): Fix error convention.
4176         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4177         (message-widen-reply, message-send-mail, message-talkative-question)
4178         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4179         (message-clone-locals, message-send-news): Use with-current-buffer.
4180         (message-insert-or-toggle-importance): Remove unused var `valid'.
4181         (message-make-references): Remove unused var `new-references'.
4182         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4183
4184 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4185
4186         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4187         (spam-split-symbolic-return-positive): Reflow docstring.
4188         (spam-backends, spam-summary-exit-behavior)
4189         (spam-mark-ham-unread-before-move-from-spam-group)
4190         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4191         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4192         (spam-clear-cache, spam-backend-check, spam-install-backend)
4193         (spam-install-statistical-backend, spam-list-of-processors)
4194         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4195         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4196         (spam-check-crm114, spam-initialize, spam-unload-hook):
4197         Fix typos in docstrings.
4198
4199 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4202         been checked if they have never been read and those group levels are
4203         higher than the one that a user specified.
4204
4205 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4208         foreign groups unless a group level is specified by a user.
4209         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4210
4211 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4212
4213         * message.el (message-send-mail-function): Require sendmail.
4214
4215 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4216
4217         * message.el (message-send-mail-function): Check for smtpmail too.
4218
4219         * utf7.el (utf7-encode, utf7-decode): Use coding system
4220         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4221
4222         * message.el (message-send-mail-function): New function.
4223         (message-send-mail-function): Set default using
4224         message-send-mail-function.  Adjust doc string.
4225         (message-send-mail-with-mailclient): New function.
4226
4227 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4228
4229         * smime.el (from):
4230         * rfc2047.el (message-posting-charset):
4231         * qp.el (mm-use-ultra-safe-encoding):
4232         * pop3.el (parse-time-months):
4233         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4234         * nnml.el (files):
4235         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4236         (jka-compr-compression-info-list, ange-ftp-path-format)
4237         (efs-path-regexp):
4238         * nndiary.el (files):
4239         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4240         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4241         (epg-digest-algorithm-alist, inhibit-redisplay)
4242         (password-cache-expiry):
4243         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4244         (pgg-output-buffer, password-cache-expiry):
4245         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4246         (efs-path-regexp):
4247         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4248         (inhibit-redisplay):
4249         * mm-uu.el (file-name, start-point, end-point, entry)
4250         (gnus-newsgroup-name, gnus-newsgroup-charset):
4251         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4252         (latin-unity-ucs-list):
4253         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4254         (mm-uu-binhex-decode-function):
4255         * message.el (gnus-message-group-art, gnus-list-identifiers)
4256         (rmail-enable-mime-composing, gnus-local-organization)
4257         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4258         (gnus-read-active-file, facemenu-add-face-function)
4259         (facemenu-remove-face-function, gnus-article-decoded-p)
4260         (tool-bar-mode):
4261         * mail-source.el (display-time-mail-function):
4262         * gnus-util.el (nnmail-pathname-coding-system)
4263         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4264         (gnus-original-article-buffer, gnus-user-agent)
4265         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4266         (xemacs-codename, sxemacs-codename, emacs-program-version):
4267         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4268         * gnus-start.el (gnus-agent-covered-methods)
4269         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4270         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4271         (gnus-newsgroup-headers, gnus-group-list-mode)
4272         (gnus-group-mark-positions, gnus-newsgroup-data)
4273         (gnus-newsgroup-unreads, nnoo-state-alist)
4274         (gnus-current-select-method, mail-sources)
4275         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4276         (nnmail-spool-file, gnus-cache-active-hashtb):
4277         * gnus-mh.el (mh-lib-progs):
4278         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4279         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4280         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4281         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4282         (gnus-group-buffer):
4283         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4284         (font-lock-set-defaults):
4285         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4286         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4287         (gnus-summary-post-menu, total-parts, type, condition, length):
4288         * gnus-agent.el (gnus-agent-read-agentview):
4289         * flow-fill.el (show-trailing-whitespace):
4290         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4291         eval-and-compile wrappers for byte compiler pacifiers.
4292
4293         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4294         (mm-display-inline-fontify): Check for featurep 'xemacs not
4295         extent-list.
4296
4297         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4298         itimer-list.
4299         (mm-create-image-xemacs): Only do something for XEmacs.
4300         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4301
4302         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4303
4304         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4305         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4306
4307 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4308
4309         * nnimap.el (nnimap-split-download-body):
4310         * gnus-demon.el (gnus-demon):
4311         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4312
4313 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4316         macros.
4317         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4318         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4319         copy data from unibyte buffer to multibyte current buffer.
4320         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4321         to copy data from unibyte current buffer to multibyte buffer.
4322         (nntp-make-process-buffer): Make process buffer unibyte.
4323
4324         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4325
4326 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4327
4328         * pop3.el (pop3-open-server): Accept and process data more robustly at
4329         connexion start to avoid spurious "POP SSL connexion failed" errors.
4330
4331 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4334         read group names.
4335
4336 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4337
4338         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4339
4340 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4343         (nnmail-save-active): Use a unibyte buffer when saving active file,
4344         which may contain non-ASCII group names.
4345
4346         * nnml.el (nnml-request-group): Decode group names in messages.
4347
4348 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4349
4350         * message.el (message-citation-line-function)
4351         (message-insert-formatted-citation-line): Fix spelling of
4352         `message-insert-formated-citation-line'.
4353
4354 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4355
4356         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4357
4358 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4361         nnmail-pathname-coding-system.
4362
4363         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4364         that a user enters; decode group names in messages.
4365
4366         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4367
4368 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4369
4370         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4371
4372         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4373
4374         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4375         risky local variable.
4376
4377         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4378
4379 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4380
4381         * encrypt.el: Improve documentation to fix function name typo.
4382         Reported by Daiki Ueno <ueno@unixuser.org>.
4383
4384 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4387         even if the point is not in the last page of an article.
4388         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4389         back to the previous page.
4390
4391 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4392
4393         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4394
4395 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4398
4399 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4400
4401         * message.el (message-check-news-body-syntax): Avoid
4402         mm-string-as-multibyte.
4403         (message-hide-headers): Don't assume (point-min)==1.
4404
4405 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4406
4407         * message.el (message-remove-blank-cited-lines): Fix if remove is
4408         given.
4409         (message-bogus-address-regexp): New variable.
4410         (message-bogus-recipient-p): New function.
4411         (message-check-recipients): New command.
4412         (message-syntax-checks): Add `bogus-recipient'.
4413         (message-fix-before-sending): Add `bogus-recipient'.
4414
4415         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4416         (gnus-treat-body-boundary): Don't test window-system.
4417
4418 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4419
4420         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4421
4422 2007-10-28  Miles Bader  <miles@gnu.org>
4423
4424         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4425         at compile-time too.
4426
4427 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4428
4429         * gnus-msg.el (gnus-message-setup-hook): Add
4430         `message-remove-blank-cited-lines' to options.
4431
4432 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4433
4434         * message.el (message-remove-blank-cited-lines): New function.
4435         Suggested by Karl Plästerer.
4436
4437 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4440         mapc.
4441
4442         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4443         (top-level): Use mapc to set functions to be traced for debugging.
4444
4445         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4446         called for effect with while loop.
4447
4448         * message.el (message-talkative-question): Replace mapcar called for
4449         effect with mapc.
4450
4451         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4452         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4453         called for effect with dolist.
4454
4455         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4456
4457         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4458         gnus-extra-headers and nnmail-extra-headers.
4459
4460         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4461         called for effect with dolist.
4462         (top-level): Use mapc to set functions to be traced for debugging.
4463
4464         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4465         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4466         dolist.
4467
4468         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4469         Replace mapcar called for effect with mapc.
4470         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4471         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4472         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4473         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4474
4475         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4476         remove-if that's a cl function.
4477
4478         * webmail.el (webmail-debug): Replace mapcar called for effect with
4479         dolist.
4480
4481         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4482         with mapc.
4483
4484 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4487         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4488         with while loop.
4489
4490         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4491         functions from article-* functions.
4492         (gnus-multi-decode-header): Replace mapcar called for effect with
4493         dolist.
4494
4495         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4496         (gnus-bookmark-show-details): Replace mapcar called for effect with
4497         while loop.
4498
4499         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4500         called for effect with while loop.
4501
4502         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4503         with dolist.
4504
4505         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4506         mapcar called for effect with dolist.
4507
4508         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4509
4510         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4511         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4512         Replace mapcar called for effect with dolist.
4513         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4514         mapc.
4515
4516         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4517         Replace mapcar called for effect with dolist.
4518         (gnus-topic-list): Replace mapcar called for effect with mapc.
4519
4520         * gnus.el: Use mapc instead of mapcar to add autoloads.
4521
4522 2007-10-23  Richard Stallman  <rms@gnu.org>
4523
4524         * gnus-group.el (gnus-group-highlight): Mark as risky.
4525
4526 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * gnus.el (gnus-server-to-method): Return method found first in
4529         gnus-newsrc-alist.
4530
4531         * gnus-art.el (gnus-article-highlight-signature)
4532         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4533         button overlay without the front stickiness.
4534
4535 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4536
4537         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4538         overview buffer needed a catch to receive its throw.
4539         (gnus-agent-flush-cache): Declared as interactive to make this function
4540         easier to use.
4541
4542 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4543
4544         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4545         `next-line'.
4546
4547 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4550         exclude address matching message-dont-reply-to-names.
4551
4552 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * gnus-util.el (gnus-string<): New function.
4555
4556         * gnus-sum.el (gnus-article-sort-by-author)
4557         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4558
4559 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4562         the frame-focus tag is set in gnus-buffer-configuration.
4563
4564 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4567         the front stickiness.
4568
4569 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4572         url pattern; remove duplicate one.
4573         (gnus-article-extend-url-button): New function.
4574         (gnus-article-add-buttons): Use it.
4575         (gnus-button-push): Use concatenated url that it makes.
4576
4577 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4578
4579         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4580
4581 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4582
4583         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4584         Don't hardcode point-min==1.
4585
4586 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4587
4588         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4589         Fix comment about "iso8859-1".
4590
4591 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4592
4593         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4594         ones returned from the verify-function.
4595
4596         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4597         mml2015-extract-cleartext-signature if extraction failed.
4598
4599 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4600
4601         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4602         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4603         failed.
4604
4605 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4606
4607         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4608
4609 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4610
4611         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4612         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4613         recommends to use EasyPG instead of PGG.
4614
4615         * pgg.el: Revert to revision 6.23.2.16.
4616
4617         * pgg-def.el: Revert to revision 6.6.2.14.
4618
4619         * pgg-gpg.el: Revert to revision 6.23.2.34.
4620
4621 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4622
4623         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4624         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4625         thread for both the null and zero (kill/expire thread) universal prefix
4626         cases.
4627         (gnus-summary-expire-thread): Add new function to expire a thread,
4628         using gnus-summary-kill-thread.
4629         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4630         shortcuts for gnus-summary-expire-thread.
4631         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4632         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4633
4634 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4635
4636         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4637         extras value, so an extras entry can be deleted.
4638         (gnus-registry-delete-extra-entry): Use it.
4639         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4640         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4641         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4642         storage through the gnus-registry, and provide an appropriate API for
4643         it.
4644
4645 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4648         Suggested by Leo <sdl.web@gmail.com>.
4649
4650         * gnus.el: Do.
4651
4652 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4655         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4656
4657         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4658
4659         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4660         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4661
4662 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4665         newline.
4666         (nnmbox-request-accept-article): Don't change article in source buffer;
4667         narrow to header to use message-fetch-field rather than
4668         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4669         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4670         as delimiters; make sure article ends with newline.
4671         (nnmbox-delete-mail): Correct last position of article to be deleted;
4672         ignore X-Gnus-Newsgroup header in article body.
4673         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4674         positions; make sure article ends with newline.
4675
4676         * message.el (message-display-abbrev): Don't infloop when a user
4677         inserts SPC in the beginning of header.
4678
4679         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4680         coding-system-for-read and coding-system-for-write for XEmacs having no
4681         file-coding feature.
4682
4683         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4684
4685 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4686
4687         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4688         list of groups not followed by default.  Fix type to be regexp.
4689         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4690
4691 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4692
4693         * hmac-def.el (define-hmac-function): Switch from old-style to
4694         new-style backquotes.
4695
4696         * md4.el (md4-make-step): Likewise.
4697
4698 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4701         raw-text coding system when saving .newsrc file, which may contain
4702         non-ASCII group names.
4703
4704 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * gnus-cus.el (gnus-score-extra): New widget.
4707         (gnus-score-extra-convert): New function.
4708         (gnus-score-customize): Use it for Extra.
4709
4710 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4711
4712         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4713         (mml2015-mailcrypt-clear-verify): Use it.
4714         (mml2015-gpg-clear-verify): Use it.
4715         (mml2015-pgg-clear-verify): Use it.
4716         (mml2015-epg-clear-verify): Replace the current part with the output
4717         from GnuPG; don't extract the plaintext by itself.
4718
4719         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4720         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4721         mml2015-clear-verify-function; don't touch the armor headers or
4722         dash-escaped text here.
4723
4724 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4727         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4728         parts, or application/octet-stream as a last resort.
4729         (gnus-mime-view-part-as-type): Don't toggle display.
4730         (gnus-mime-view-part-as-charset): Don't turn off display before
4731         querying charset.
4732
4733         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4734         stuff to undisplayer function in Emacs.
4735         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4736
4737         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4738         text/calendar parts.
4739
4740 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4743         decoding text/calendar parts.
4744
4745         * message.el (message-forward-make-body-mime): Always mark body as
4746         having no illegible text; remove signed-or-encrypted argument.
4747         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4748
4749         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4750         (mml-generate-mime-1): Don't encode body if it is specified to be in
4751         raw form; don't make buffer be unibyte when inserting multibyte string.
4752
4753 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4754
4755         * sha1.el: Fix up comment style.
4756         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4757         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4758
4759         * hex-util.el: Fix up comment style.
4760         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4761
4762         * gnus-salt.el: Use with-current-buffer.
4763         (gnus-pick-setup-message): Fix long-standing typo.
4764
4765 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * imap.el (imap-logout-timeout): New variable.
4768         (imap-logout, imap-logout-wait): New functions.
4769         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4770
4771         * nnimap.el (nnimap-logout-timeout): New server variable.
4772         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4773         nnimap-logout-timeout.
4774
4775         * gnus-art.el (gnus-article-summary-command-nosave)
4776         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4777
4778 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * gnus.el (gnus-maximum-newsgroup): New variable.
4781
4782         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4783         according to gnus-maximum-newsgroup.
4784
4785         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4786         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4787         Limit the range of articles according to gnus-maximum-newsgroup.
4788
4789 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4790
4791         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4792         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4793         Don't perform gnus-configure-windows here; reuse existing sticky
4794         article buffer.
4795
4796         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4797         it doesn't exist in gnus-article-mode.
4798
4799 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4802         (gnus-agent-decoded-group-name): New function.
4803         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4804         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4805
4806 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4807
4808         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4809         Add binding for gnus-sticky-article.
4810         (gnus-summary-exit): Don't kill sticky article buffers.
4811
4812         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4813         article buffer.
4814         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4815         (gnus-kill-sticky-article-buffers): New commands.
4816
4817 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * nntp.el (nntp-xref-number-is-evil): New server variable.
4820         (nntp-find-group-and-number): If it is non-nil, don't trust article
4821         numbers in the Xref header.
4822
4823 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * gnus-agent.el (gnus-agent-read-group): New function.
4826         (gnus-agent-flush-group, gnus-agent-expire-group)
4827         (gnus-agent-regenerate-group): Use it.
4828         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4829         nnmail-pathname-coding-system.
4830
4831 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4834
4835         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4836         that are unread as unread, and also as selected so that information of
4837         marks having been changed by a user may be updated when exiting group.
4838
4839 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4842         calculated ignoring signature parts to gnus-treat-article.
4843
4844 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4847         a point here in order to keep the window start.
4848         (gnus-insert-mime-security-button): Make a button overlay without the
4849         front stickiness.
4850         (gnus-mime-display-security): Goto the end of a button.
4851
4852         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4853
4854 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4857         group-name-at-point.
4858         (gnus-group-completing-read): New function that offers decoded
4859         non-ASCII group names for completion.
4860         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4861         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4862         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4863         (gnus-group-fetch-control): Use it.
4864         (gnus-fetch-group): Use group-name-at-point for the initial value
4865         rather than the default value; use gnus-alive-p.
4866
4867         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4868         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4869         (gnus-summary-post-news): Use gnus-group-completing-read.
4870
4871         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4872         (gnus-read-move-group-name): Decode group name for completion.
4873
4874 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4875
4876         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4877         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4878         Yamaoka slightly modified the code).
4879
4880 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4883         (nnmail-split-incoming): Bind it.
4884
4885         * nnml.el (nnml-group-name-charset): New function.
4886         (nnml-decoded-group-name): Use it; don't decode group name if
4887         nnmail-group-names-not-encoded-p is non-nil.
4888         (nnml-encoded-group-name): New function.
4889         (nnml-group-pathname): Inline nnml-decoded-group-name.
4890         (nnml-request-expire-articles): Decode group name in message.
4891         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4892         nnmail-pathname-coding-system.
4893         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4894         not decoded ones according to nnmail-group-names-not-encoded-p.
4895         (nnml-generate-active-info): Use nnml-encoded-group-name.
4896
4897 2007-08-08  Glenn Morris  <rgm@gnu.org>
4898
4899         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4900         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4901         doc-strings and comments.
4902
4903 2007-07-25  Glenn Morris  <rgm@gnu.org>
4904
4905         * Relicense all FSF files to GPLv3 or later.
4906
4907 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-sum.el (gnus-summary-move-article): Make
4910         gnus-summary-respool-article work.
4911
4912 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4913
4914         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4915         string.
4916
4917 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4918
4919         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4920         that should be ignored when comparing distant RSS articles with local
4921         ones.
4922         (nnrss-make-hash-index): New function.  Create a hash index according
4923         to the ignored fields.
4924         (nnrss-check-group): Use it.
4925
4926 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4929
4930         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4931
4932         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4933         the new optional argument ENCODED is non-nil.
4934         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4935         coding system for encoding group name.
4936         (gnus-group-make-rss-group): Pass un-encoded group name to
4937         gnus-group-make-group.
4938         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4939         encoded.
4940
4941         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4942         Encode group name to which articles are moved or copied.
4943         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4944         coding system for encoding Newsgroup, Followup-To and Xref headers.
4945
4946         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4947         marks; use nnheader-file-coding-system to write a file.
4948         (nnagent-retrieve-headers): Bind file-name-coding-system to
4949         nnmail-pathname-coding-system.
4950
4951         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4952
4953         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4954         (nnml-request-article, nnml-request-create-group)
4955         (nnml-request-rename-group, nnml-find-id)
4956         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4957         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4958         (nnml-save-marks): Use nnml-group-pathname instead of
4959         nnmail-group-pathname.
4960
4961         (nnml-request-create-group, nnml-request-expire-articles)
4962         (nnml-request-move-article, nnml-request-delete-group)
4963         (nnml-deletable-article-p, nnml-possibly-create-directory)
4964         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4965         (nnml-open-marks): Bind file-name-coding-system to
4966         nnmail-pathname-coding-system.
4967
4968         (nnml-request-article): Pass server argument to nnml-find-group-number.
4969         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4970         server argument to nnml-possibly-create-directory.
4971         (nnml-request-accept-article): Pass server argument to
4972         nnml-active-number and nnml-save-mail.
4973         (nnml-find-group-number): Pass server argument to nnml-find-id.
4974         (nnml-request-update-info): Pass server argument to
4975         nnml-marks-changed-p.
4976
4977         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4978         (nnml-save-mail, nnml-active-number): Add server argument.
4979
4980         (nnml-request-delete-group): Warn if group is missing.
4981         (nnml-get-nov-buffer): Decode group name.
4982         (nnml-generate-active-info): Encode group name.
4983         (nnml-open-marks): Decode group name in messages.
4984
4985 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4988         if it is not specified.
4989         (gnus-article-pipe-part, gnus-article-save-part)
4990         (gnus-article-interactively-view-part, gnus-article-copy-part)
4991         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4992         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4993         (gnus-article-replace-part, gnus-article-delete-part)
4994         (gnus-article-view-part-as-type): Pass raw prefix argument to
4995         gnus-article-part-wrapper.
4996
4997 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * gnus-agent.el (gnus-agent-save-active): Bind
5000         nnheader-file-coding-system to gnus-agent-file-coding-system.
5001
5002         * gnus-cache.el (gnus-cache-save-buffers)
5003         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5004         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5005         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5006         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5007         (gnus-cache-generate-active, gnus-cache-rename-group)
5008         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5009         (gnus-cache-update-overview-total-fetched-for): Bind
5010         file-name-coding-system to nnmail-pathname-coding-system.
5011         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5012         variables.
5013         (gnus-cache-decoded-group-name): New function.
5014         (gnus-cache-file-name): Use it.
5015         (gnus-cache-generate-active): Use non-decoded group name for active.
5016
5017         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5018         right place.
5019         (gnus-write-active-file): Don't break non-ASCII group names.
5020
5021         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5022         nnmail-pathname-coding-system.
5023
5024         * lpath.el: Bind default-file-name-coding-system,
5025         file-name-coding-system and language-info-alist for XEmacs.
5026
5027         * gnus-uu.el (gnus-uu-decode-save): Typo.
5028
5029 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5032
5033 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5036         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5037         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5038         (gnus-agent-flush-group, gnus-agent-flush-cache)
5039         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5040         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5041         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5042         (gnus-agent-regenerate-group)
5043         (gnus-agent-update-files-total-fetched-for)
5044         (gnus-agent-update-view-total-fetched-for): Bind
5045         file-name-coding-system to nnmail-pathname-coding-system.
5046         (gnus-agent-group-pathname): Don't encode file names by
5047         nnmail-pathname-coding-system.
5048         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5049         coding-system-for-write instead of buffer-file-coding-system to
5050         gnus-agent-file-coding-system.
5051
5052         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5053         Decode group name.
5054
5055         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5056
5057         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5058         (gnus-read-newsrc-el-file): Make group names unibyte.
5059
5060         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5061         nnmail-pathname-coding-system.
5062
5063         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5064         (nnrss-request-delete-group): Bind file-name-coding-system to
5065         nnmail-pathname-coding-system.
5066         (nnrss-read-server-data, nnrss-read-group-data): Bind
5067         file-name-coding-system correctly.
5068         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5069
5070         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5071         (nntp-server-to-method-cache): New variable.
5072         (nntp-group-pathname): New function that decodes non-ASCII group names.
5073         (nntp-possibly-create-directory, nntp-marks-changed-p)
5074         (nntp-save-marks, nntp-open-marks): Use it.
5075         (nntp-possibly-create-directory, nntp-open-marks):
5076         Bind file-name-coding-system to nnmail-pathname-coding-system.
5077         (nntp-open-marks): Decode group names when bootstrapping marks.
5078
5079         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5080         Newsgroups and Folowup-To headers.
5081
5082 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5085         (gnus-server-closed-face, gnus-server-denied-face)
5086         (gnus-server-offline-face): Remove variable.
5087         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5088
5089         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5090         of modifying message-stack directly for XEmacs.
5091
5092         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5093         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5094         if the coding-system argument is nil for XEmacs.
5095
5096         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5097         mm-charset-override-alist.
5098
5099         * rfc2047.el: Don't require base64; require rfc2045 for the function
5100         rfc2045-encode-string.
5101         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5102         to quote the parameter value.
5103
5104 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5107         form in gnus-group-name-charset-method-alist.
5108
5109         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5110         overrides the default layout edit-form.
5111
5112         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5113
5114         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5115
5116 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5117
5118         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5119         as unfetched articles.
5120
5121 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5122
5123         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5124
5125 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5128         original back end that keeps marks in the local system.
5129
5130 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5133         arg of pop-to-buffer for XEmacs.
5134         (gnus-article-read-summary-keys): Ditto; don't restore window
5135         configuration if summary command ends up with neither article buffer
5136         nor summary buffer; describe bindings if summary keys end with C-h.
5137
5138 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * message.el (message-fix-before-sending): Skip raw message part to be
5141         forwarded while checking illegible text.
5142         (message-forward-make-body-mime, message-forward-make-body): Mark
5143         signed or encrypted raw message as having no illegible text.
5144
5145 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5148         (gnus-message-with-timestamp-1): New macro.
5149         (gnus-message-with-timestamp): New function.
5150         (gnus-message): Use them.
5151
5152         * nnheader.el (nnheader-message): Use them.
5153
5154 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5155
5156         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5157         .newsrc.eld file.
5158
5159 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * gnus-agent.el (gnus-agent-fetch-headers)
5162         (gnus-agent-retrieve-headers): Bind
5163         gnus-decode-encoded-address-function to identity.
5164
5165         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5166         available also when the server returns simply a dot.
5167
5168         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5169
5170 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5173
5174 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * gnus-ems.el (gnus-x-splash): Make it work.
5177
5178         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5179         from being used.
5180
5181         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5182
5183 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5186         4th and the 5th arguments.
5187
5188         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5189         the front stickiness.
5190         (gnus-article-summary-command-nosave): Correct the order of the
5191         arguments passed to pop-to-buffer.
5192         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5193         summary command ends up with the article buffer.
5194
5195         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5196         the same faces.
5197
5198 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5199
5200         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5201
5202 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5203
5204         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5205         * gnus-sum.el (gnus-summary-highlight):
5206         * pgg.el (pgg-sign-region, pgg-sign):
5207         * mail-source.el (mail-source-delete-old-incoming-confirm):
5208         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5209
5210 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * gnus-art.el (gnus-mime-view-part-externally)
5213         (gnus-mime-view-part-internally): Fix predicate function passed to
5214         completing-read.
5215
5216         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5217
5218         * gnus.el (gnus-update-message-archive-method): Add :version.
5219
5220 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * gnus.el (gnus-update-message-archive-method): New variable.
5223
5224         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5225         according to gnus-message-archive-method if
5226         gnus-update-message-archive-method is non-nil.
5227
5228 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5231         by Loic Dachary <loic@dachary.org>.
5232         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5233
5234 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * message.el (message-pop-to-buffer): Add switch-function argument.
5237         (message-mail): Pass switch-function argument to it.
5238
5239 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5240
5241         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5242         Improve doc string.
5243
5244 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5247         (gnus-header-content)
5248         * gnus-cite.el (gnus-cite-10)
5249         * gnus-srvr.el (gnus-server-closed)
5250         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5251         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5252         (gnus-group-mail-3-empty, gnus-group-mail-low)
5253         (gnus-group-mail-low-empty, gnus-splash)
5254         * message.el (message-header-to, message-header-cc)
5255         (message-header-subject, message-header-other, message-header-name)
5256         (message-header-xheader, message-separator, message-cited-text)
5257         (message-mml): Lighten colors of faces used for dark background.
5258
5259 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5260
5261         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5262         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5263
5264 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * message.el (message-narrow-to-headers-or-head):
5267         Ignore mail-header-separator in the body.
5268
5269 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5272         same as window size.
5273
5274 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5275
5276         * message.el (message-font-lock-keywords): Use message-header-xheader
5277         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5278         ahead of the anything pattern, to get it recognised.
5279
5280 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5283         spam.el loads uses it in the compiled defadvice form.
5284
5285 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5286
5287         * gnus-sum.el (gnus-articles-to-read)
5288         (gnus-summary-insert-old-articles): Don't truncate group name for
5289         `read-string'.
5290
5291         * gnus-util.el (gnus-limit-string): Delete this function.
5292
5293         * gnus-sum.el (gnus-simplify-subject-fully): Use
5294         `truncate-string-to-width' instead.
5295
5296 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5297
5298         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5299         if, on summary exit, the next group has to be selected.
5300         (gnus-summary-exit): Use it.
5301
5302 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5303
5304         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5305         non-break space.
5306
5307 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5310         Check if group is not a directory.
5311         (nnfolder-request-expire-articles): Don't delete articles if the target
5312         group is not available.
5313
5314         * nnml.el (nnml-request-create-group): Properly check if group is not a
5315         file.
5316         (nnml-request-expire-articles): Don't delete articles if the target
5317         group is not available.
5318
5319         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5320         Don't quote characters that are within parentheses.
5321
5322 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5325         (gnus-handle-ephemeral-exit): Select article according to it.
5326
5327 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5328
5329         * message.el (message-insert-formated-citation-line): Remove newline.
5330         (message-citation-line-format): Add final \n here so that the user can
5331         avoid a blank line.
5332
5333 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5334
5335         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5336         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5337         Update lanl/arXiv support.
5338
5339 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5340
5341         * gnus.el: Bump version number.
5342
5343 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * gnus.el (gnus-version-number): Bump version.
5346
5347 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5348
5349         * gnus.el: No Gnus v0.6 is released.
5350
5351 2007-04-27  Didier Verna  <didier@xemacs.org>
5352
5353         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5354         * gmm-utils.el (gmm-regexp-concat): here.
5355         * message.el: Don't require 'gnus-util.
5356         (message-dont-reply-to-names): Handle name change above.
5357         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5358
5359 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5362         since the initial value varies according to the system.
5363
5364 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5367
5368 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5369
5370         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5371
5372 2007-04-24  Didier Verna  <didier@xemacs.org>
5373
5374         Improve the type of gnus-ignored-from-addresses.
5375         * gnus-util.el (gnus-orify-regexp): New function.
5376         * message.el (gnus-util): Require it.
5377         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5378         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5379         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5380
5381 2007-04-24  Didier Verna  <didier@xemacs.org>
5382
5383         * gnus-sum.el:
5384         * gnus-utils.el: Fix some trailing whitespaces.
5385
5386 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5389         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5390         article's Message-ID; refer parent article in summary buffer.
5391
5392         * message.el (message-bounce): Call mime-to-mml.
5393
5394         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5395         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5396         optimize and/or forms properly.
5397
5398 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5401         URL.
5402
5403 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5406
5407 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5410         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5411         displayed of multipart/alternative part if it is invoked from summary
5412         buffer.
5413
5414         * mm-view.el (mm-inline-text-html-render-with-w3m)
5415         (mm-inline-text-html-render-with-w3m-standalone)
5416         (mm-inline-render-with-function): Use mail-parse-charset by default.
5417
5418 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5419
5420         * parse-time.el (parse-time-string-chars): Check if CHAR
5421         is less than the length of parse-time-syntax.
5422
5423 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5426         from gnus-newsgroup-processable.
5427
5428 2007-04-16  Didier Verna  <didier@xemacs.org>
5429
5430         * gnus-msg.el (gnus-configure-posting-styles): Handle
5431         message-signature-directory properly with :file syntax.  Reported by
5432         "Leo".
5433
5434 2007-04-11  Didier Verna  <didier@xemacs.org>
5435
5436         New user option: message-signature-directory.
5437         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5438         * message.el (message-insert-signature): Ditto.
5439         * message.el (message-signature-file): Doc update.
5440         * message.el (message-signature-directory): New.
5441
5442 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-msg.el (gnus-inews-yank-articles): Use
5445         message-exchange-point-and-mark instead of exchange-point-and-mark.
5446
5447 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * message.el (message-yank-original): Make sure cited text ends with
5450         newline; don't exchange point and mark.
5451
5452 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5453
5454         * tls.el (open-tls-stream): Properly handle case where there
5455         is no associated buffer.
5456
5457 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5458
5459         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5460         message-yank-original, make sure (< mark TEXT point).
5461
5462 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * message.el (message-fill-column): New variable.
5465         (message-mode): Use it.  Add comment on a possible new hook.
5466
5467         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5468         (nnmail-get-new-mail): Reformat.
5469
5470         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5471
5472         * gmm-utils.el: Fix Commentary.
5473         (gmm-tool-bar-from-list): Fix typo in doc string.
5474
5475 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5476
5477         * message.el (message-yank-original): Don't switch point and mark
5478         unnecessarily to put point and mark as documented.
5479
5480 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481
5482         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5483         from the message heads.
5484
5485 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5486
5487         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5488         article buffer does not have a window.  This may not be the best
5489         solution but is certainly better than setting the start of the null,
5490         that is the current, window.
5491
5492 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5493
5494         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5495         (gnus-draft-setup): Run it.
5496
5497         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5498         gnus-score-fast-scoring.  Allow regexp.
5499         (gnus-score-headers): Use it.
5500
5501         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5502         XEmacs.
5503
5504         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5505         string.
5506         (gnus-button-alist): Also catch `<f1> k ...'.
5507         (gnus-treat-display-x-face): Fix doc string.
5508
5509 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5510
5511         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5512         evaluation of gnus-extended-version to ensure correct generation of the
5513         User-Agent header when message-generate-headers-first is used.
5514
5515 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5516
5517         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5518         hashcash-path is nil.  Don't call callback with incorrect number of
5519         parameters if val is 0.
5520
5521 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5522
5523         * message.el (message-required-news-headers):
5524         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5525
5526 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5527
5528         * tls.el (open-tls-stream): In handshake-waiting loop,
5529         don't wait more if there is output available to process.
5530
5531 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5532
5533         * tls.el (tls-program): Doc fix.
5534
5535 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * message.el (message-generate-new-buffers): Change the meaning of the
5538         nil value; add `standard' to the choices; treat t as `unique'; improve
5539         doc string.
5540         (gnus-select-frame-set-input-focus): Autoload.
5541         (message-buffer-name): Search for the existing message buffer if
5542         message-generate-new-buffers is nil or `standard'; treat the value t of
5543         message-generate-new-buffers as `unique'.
5544         (message-pop-to-buffer): Raise the frame already displaying the message
5545         buffer; clear the echo area after querying.
5546         (message-setup): Pass the `continue' argument to compose-mail.
5547         (message-mail): Prefer `switch-function' if it is given; search for the
5548         existing message buffer if the `continue' argument is non-nil; pass
5549         continue and switch-function arguments to compose-mail by way of
5550         message-setup.
5551         (message-mail-other-window): Adjust argument of message-setup.
5552         (message-mail-other-frame): Ditto.
5553
5554 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5557         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5558         to turn font-lock on when turning gnus-message-citation-mode on.
5559
5560 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5561
5562         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5563         (mml-smime-function-alist): New variable; add epg as the backend.
5564         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5565         mml-smime- functions instead.
5566         * mm-view.el: Require smime.
5567
5568 2007-03-05  Didier Verna  <didier@xemacs.org>
5569
5570         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5571         instead of just inheritance for posting styles.
5572         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5573
5574 2007-02-24  Chris Moore  <dooglus@gmail.com>
5575
5576         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5577         * pgg-pgp.el (pgg-pgp-encrypt-region):
5578         * pgg-gpg.el (pgg-gpg-encrypt-region):
5579         Check pgg-encrypt-for-me if no other recipients.
5580
5581 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5582
5583         * tls.el (tls-certtool-program): Fix custom type.
5584
5585 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5588         and point-at-eol instead of line-(beginning|end)-position.
5589
5590         * assistant.el (assistant-parse-buffer): Ditto.
5591
5592         * netrc.el (netrc-parse-services): Ditto.
5593
5594 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5595
5596         * mml2015.el (mml2015-epg-find-usable-key): New function.
5597         (mml2015-epg-sign): Use it.
5598         (mml2015-epg-encrypt): Use it.
5599
5600 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * message.el (message-make-in-reply-to): Quote name containing
5603         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5604         if there are special characters.  Reported by NAKAJI Hiroyuki
5605         <nakaji@jp.freebsd.org>.
5606
5607 2007-02-27  Didier Verna  <didier@xemacs.org>
5608
5609         Include the group parameters as well as the topic ones in the
5610         inheritance filter process.
5611         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5612         argument GROUP-PARAMS-LIST.
5613         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5614
5615 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * nntp.el (nntp-never-echoes-commands)
5618         (nntp-open-connection-functions-never-echo-commands): New variables.
5619         (nntp-send-command): Use them.
5620
5621 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5622
5623         * mml2015.el (mml2015-epg-verify): Simplified.
5624
5625 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * mml.el (mml-content-disposition-alist): New user option.
5628         (mml-content-disposition): New function.
5629         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5630         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5631
5632 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5633
5634         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5635         verification.
5636
5637 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5638
5639         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5640         articles posted in the last 24 hours.
5641
5642 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5643
5644         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5645
5646 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5647
5648         * nntp.el (nntp-send-command): Don't wait for echoes when
5649         nntp-open-ssl-stream is used.
5650
5651 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5654         (gnus-message-add-citation-keywords)
5655         (gnus-message-remove-citation-keywords): Remove.
5656         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5657         directly, make the variables in font-lock-defaults buffer-local, add
5658         gnus-message-citation-keywords to them and then update the value of
5659         font-lock-keywords.
5660
5661 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * message.el (message-cite-original-1): Don't call
5664         gnus-article-highlight-citation.
5665
5666         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5667         citations; fix line count.
5668
5669 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5672         (gnus-message-add-citation-keywords)
5673         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5674         versions of font-lock-add-keywords and font-lock-remove-keywords to
5675         work with XEmacs correctly.
5676
5677 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * gnus-cite.el (gnus-cite-face-list): Set the values of
5680         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5681         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5682         (gnus-message-cite-prefix-regexp): New variable.
5683         (gnus-message-search-citation-line): Use it; protect against long
5684         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5685         the 0th match data for Emacs.
5686         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5687         (gnus-message-add-citation-keywords): Append keywords rather than
5688         prepending; emulate font-lock-add-keywords if it is not available.
5689         (gnus-message-remove-citation-keywords): Emulate
5690         font-lock-remove-keywords if it is not available.
5691
5692         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5693
5694         * message.el (message-cite-prefix-regexp): Set the value of
5695         gnus-message-cite-prefix-regexp.
5696
5697 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5698
5699         * nnweb.el (nnweb-google-parse-1): Update parser.
5700
5701 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5702
5703         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5704
5705 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5706
5707         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5708         regexp.
5709
5710 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5713         string-to-multibyte.
5714         (uudecode-decode-region-internal): Use it.
5715
5716         * lpath.el: Fbind string-as-multibyte for XEmacs.
5717
5718 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5721         custom choice.
5722
5723         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5724
5725 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5726
5727         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5728
5729         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5730         `write-region' to respect `mm-inhibit-file-name-handlers'.
5731
5732 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5733
5734         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5735         Use gnus-home-directory instead of "~/" or "$HOME".
5736
5737 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5740         to mention filename.
5741         Add comments at beginning regarding usage.
5742         (encrypt-write-file-contents): Change interactive so a string is
5743         acceptable.  If the file has no associated model, show an error instead
5744         of a nonsense prompt.
5745
5746 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5747
5748         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5749         Thanks to Yoshihiko Yamada for kind notification of this typo.
5750
5751 2007-01-12  Kenichi Handa  <handa@m17n.org>
5752
5753         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5754         multibyte buffer.
5755
5756 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5757
5758         * gnus-score.el (gnus-score-fast-scoring): New variable.
5759         (gnus-score-headers): Use it.
5760
5761         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5762
5763         * message.el (message-cite-original-1): Call
5764         gnus-article-highlight-citation if requested.
5765         (message-make-from): Allow name and address as optional arguments.
5766
5767         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5768
5769         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5770         bugs to doc string.
5771         (gnus-button-alist): Add mid\\|message-id.
5772         (gnus-button-fetch-group): Extend for use in
5773         `browse-url-browser-function'.
5774         (gnus-button-url-regexp): Try to catch paired parentheses like in
5775         Wikipedia URLs.
5776
5777         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5778         Suggested by Simon Krahnke <overlord@gmx.li>.
5779
5780 2007-01-13  Romain Francoise  <romain@orebokech.com>
5781
5782         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5783         Update copyright.
5784
5785 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5786
5787         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5788
5789 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         * gnus-registry.el (gnus-registry-unfollowed-groups)
5792         (gnus-registry-split-fancy-with-parent): Fix documentation.
5793
5794 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5797         from nnweb groups.
5798
5799 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800
5801         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5802         Xref urls.  Erase buffer before requesting head.
5803
5804 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5805
5806         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5807         customizable.
5808
5809 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5810
5811         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5812         no signing key is found.
5813         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5814         no encrypting and/or signing key is found.
5815
5816 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5817
5818         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5819
5820 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5821
5822         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5823         headers read from disk with the ones newly found in the current search.
5824         This should no longer cause problems, because the article numbers in
5825         Gmane's `nov.php' output are ignored since the previous change.
5826
5827 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5828
5829         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5830
5831 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5834         replace-regexp-in-string; bind url-version; fbind display-images-p and
5835         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5836         find-face and set-itimer-function for Emacs; bind itimer-list for
5837         Emacs.
5838
5839         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5840
5841 2007-01-01  Romain Francoise  <romain@orebokech.com>
5842
5843         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5844
5845 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5846
5847         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5848         `define-minor-mode' macro definition expanded properly.
5849         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5850         exclude it there.
5851
5852         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5853         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5854         `fboundp' test.
5855         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5856         This is OK to autoload in (S)XEmacs now.
5857
5858 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5861         keystroke.
5862         (gnus-summary-limit-to-singletons): Fix typo.
5863
5864         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5865         else fails.
5866
5867 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5868
5869         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5870         docstring.
5871
5872         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5873         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5874         (gnus-summary-insert-dormant-articles): Fix typo in message.
5875
5876 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5877
5878         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5879         nil for XEmacs.
5880         (gnus-message-citation-mode): Don't autoload in XEmacs.
5881
5882         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5883
5884 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5885
5886         * nnimap.el (nnimap-expunge-search-string): Mention
5887         nnimap-search-uids-not-since-is-evil in docstring.
5888
5889 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5890
5891         * spam.el: Revert to make-obsolete-variable because
5892         define-obsolete-variable-alias is not supported in Emacs 21.
5893
5894         * spam.el (spam-ifile-path, spam-ifile-database-path)
5895         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5896         make-obsolete-variable.
5897         (spam-bsfilter-path, spam-bsfilter-program)
5898         (spam-spamassassin-path, spam-spamassassin-program)
5899         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5900         use "path" inappropriately.
5901         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5902         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5903         variable names.
5904
5905 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5906
5907         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5908         summary buffer.
5909
5910         * password.el (password-cache-remove): Use clear-string to burn
5911         password, if available.
5912
5913 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5914
5915         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5916
5917         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5918
5919         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5920         (gnus-message-highlight-citation): Move defcustom here from
5921         gnus-cite.el.
5922         (gnus-message-citation-mode): Autoload.
5923
5924         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5925         checks to make it compile with XEmacs.
5926         (gnus-message-citation-mode): New minor mode.
5927         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5928         (gnus-message-highlight-citation): New variables.
5929         (gnus-message-search-citation-line)
5930         (gnus-message-add-citation-keywords)
5931         (gnus-message-remove-citation-keywords)
5932         (turn-on-gnus-message-citation-mode)
5933         (turn-off-gnus-message-citation-mode): New functions.
5934
5935 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5936
5937         * gnus-cite.el: Enable highlighting of different citation levels in
5938         message-mode.
5939
5940 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5941
5942         * message.el (message-make-fqdn): Fix comment.
5943         (message-bogus-system-names): Add ".local".
5944
5945         * spam.el (spam-ifile-path, spam-ifile-program)
5946         (spam-ifile-database-path, spam-ifile-database)
5947         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5948         Don't use "path" inappropriately.
5949         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5950         strings.
5951         (spam-check-ifile, spam-ifile-register-with-ifile)
5952         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5953         new variable names.
5954
5955         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5956         (gnus-treat-display-smileys): Simplify using
5957         gnus-image-type-available-p.
5958
5959         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5960         available.
5961
5962         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5963         `display-images-p' if available.
5964
5965 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5968         one after turning on the buffer's multibyteness instead of decoding
5969         them directly in the unibyte buffer that causes unexpected conversion
5970         in Emacs 23 (unicode).
5971
5972 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5973
5974         * message.el (message-generate-hashcash): Fix custom type.
5975
5976 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5977
5978         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5979
5980 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5981
5982         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5983         disconnect icons.  Add help text.
5984
5985 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5986
5987         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5988         negated to be consistent with the others we handle.
5989
5990 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5991
5992         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5993         version of gnus-summary-buffer to something, so that we can use two
5994         article buffers at the same time.
5995
5996 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5997
5998         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5999         trigger all the extra headers.
6000         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6001         sorting.
6002
6003 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6004
6005         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6006         solid groups.
6007
6008 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6009
6010         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6011
6012 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * legacy-gnus-agent.el: Add Copyright notice.
6015
6016 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6017
6018         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6019
6020 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021
6022         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6023
6024         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6025         to make it work reliably in CVS Emacs.
6026         (gnus-summary-limit-strange-charsets-predicate)
6027         (gnus-summary-limit-to-predicate): New functions.
6028
6029 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6030
6031         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6032         specifying array size.
6033         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6034         array if it is too small.
6035         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6036         (gnus-sort-threads-loop): New function.
6037
6038 2006-12-06  Chris Moore  <dooglus@gmail.com>
6039
6040         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6041         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6042
6043 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6044
6045         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6046         options.
6047
6048 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049
6050         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6051         DOS-ing the recipient.
6052
6053         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6054         the headers when creating the mapping to avoid mismappings.
6055         (nnweb-gmane-create-mapping): Always nix out old mapping.
6056
6057 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6060         and mm-verify-option to never.
6061
6062 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * message.el (message-signed-or-encrypted-p): New function.
6065         (message-forward-make-body): Use it.
6066
6067         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6068         Replace encode-coding-string with mm-encode-coding-string.
6069
6070 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * nneething.el (nneething-decode-file-name): Replace
6073         decode-coding-string with mm-decode-coding-string.
6074
6075         * gnus-int.el (gnus-open-server): Say failed server's name.
6076
6077 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6078
6079         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6080         strings to a single string.  Quote `errors-file-name'.
6081         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6082         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6083         Adjust calls.  Use `shell-quote-argument'.
6084
6085 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6086
6087         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6088         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6089
6090         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6091         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6092         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6093         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6094         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6095         (gnus-subscribe-newsgroup, gnus-1):
6096         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6097         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6098         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6099         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6100
6101 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6104         keystroke.
6105         (gnus-summary-limit-to-bodies): Implement headersp.
6106
6107 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6108
6109         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6110
6111 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6114
6115 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6116
6117         * message.el (message-generate-hashcash): Expand range of values to
6118         include `opportunistic'.
6119         (message-send-mail): Use it.
6120
6121 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6122
6123         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6124         and comment it.
6125
6126         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6127
6128 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6129
6130         * gnus-util.el (gnus-extract-address-components): Improve comment.
6131
6132 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * gnus-util.el (gnus-extract-address-components): Work with address in
6135         which the name portion contains @.
6136
6137         * lpath.el: Fbind custom-autoload.
6138
6139 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6140
6141         * gnus.el (gnus-start): Move custom group up.
6142         (gnus-select-method): Don't autoload, but make it available for
6143         `customize-variable'.
6144         (gnus-getenv-nntpserver): Don't autoload.
6145
6146 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6147
6148         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6149
6150 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * message.el (message-sendmail-extra-arguments): New variable.
6153         (message-send-mail-with-sendmail): Use it.
6154
6155 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6158         mm-with-unibyte-current-buffer to make string unibyte.
6159
6160         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6161         mm-string-as-multibyte.
6162
6163 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6164
6165         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6166         Reported by Werner Koch <wk@gnupg.org>.
6167
6168 2006-11-14  Daiki Ueno  <ueno@p360>
6169
6170         * mml2015.el: Autoload epa-select-keys when compiling.
6171
6172 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6173
6174         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6175         message-options.
6176         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6177
6178 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6179
6180         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6181         EasyPG (< 0.0.6).
6182         (mml2015-always-trust): New user option.
6183         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6184         prompt.
6185
6186 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * nntp.el (nntp-authinfo-force): New variable.
6189         (nntp-send-authinfo): Use it.
6190
6191 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6192
6193         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6194         decode encoded words.  Improve prompt.  Add comment about forwarding.
6195         (message-replacement-char): Move up.
6196
6197 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6198
6199         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6200         instead of gnus-intersection because arguments of gnus-sorted-nunion
6201         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6202
6203 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6204
6205         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6206         (message-simplify-subject-functions): Enable
6207         message-strip-subject-encoded-words by default.
6208
6209 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6210
6211         * message.el (message-strip-subject-encoded-words): New function.
6212         (message-simplify-subject-functions): New variable.
6213         (message-simplify-subject): Use it.  Fix typo in doc string.
6214         Support message-strip-subject-encoded-words.
6215
6216 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6217
6218         * gnus-diary.el (gnus-diary-delay-format-function):
6219         * nndiary.el (nndiary-reminders):
6220         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6221
6222 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6223
6224         * gnus-art.el (article-hide-boring-headers): Fetch date from
6225         gnus-original-article-buffer to avoid problems with localized date
6226         strings.
6227
6228 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6231
6232 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6233
6234         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6235         New variables.
6236         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6237         (mm-charset-synonym-alist): Move some entries to
6238         mm-codepage-iso-8859-list.
6239         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6240         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6241
6242 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6245
6246 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6249         with Emacs 21 and XEmacs.
6250
6251 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6252
6253         * spam.el (spam-parse-address): New function for better parsing,
6254         catching errors, etc.
6255         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6256
6257 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6258
6259         * mm-view.el: Add interactive arg to html2text autoload.
6260
6261 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6264
6265 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6266
6267         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6268         variables.
6269         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6270         (mm-charset-synonym-alist): Move some entries to
6271         mm-codepage-iso-8859-list.
6272
6273         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6274
6275 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * message.el (message-citation-line-format)
6278         (message-insert-formated-citation-line): Fix implementation of %E, %N
6279         and %n according to the doc string.
6280
6281 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6282
6283         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6284         car-safe to avoid bad parses.
6285
6286 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6289         names.
6290
6291         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6292
6293 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6296         header.
6297
6298         * message.el (message-draft-headers): Add Date.
6299         (message-headers-to-generate): Fix typo in docstring.
6300
6301         * nndraft.el (nndraft-required-headers): New variable.
6302         (nndraft-generate-headers): Use it.
6303
6304         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6305
6306 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6307
6308         * gnus-registry.el (gnus-registry-wash-for-keywords)
6309         (gnus-registry-find-keywords): New functions to allow easy searching of
6310         articles that are in the registry.
6311
6312 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6313
6314         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6315         ietf-drums-parse-address instead of gnus-extract-address-components.
6316         Reported by Damien Elmes <damien@repose.cx>.
6317
6318 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6319
6320         * gnus.el (gnus-mime): Remove unused custom group.
6321
6322 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6323
6324         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6325         "blank line" when searching for end of armor headers.
6326
6327 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * gmm-utils.el (gmm-write-region): Fix variable name.
6330
6331 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * gmm-utils.el (gmm-write-region): New function based on compatibility
6334         code from `mm-make-temp-file'.
6335
6336         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6337
6338         * nnmaildir.el (nnmaildir--update-nov)
6339         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6340         Use `gmm-write-region'.
6341
6342 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6343
6344         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6345         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6346
6347         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6348
6349         * message.el (message-replacement-char): New variable.
6350         (message-fix-before-sending): Use it.
6351         (message-simplify-subject): New function to remove duplicate code.
6352         (message-reply, message-followup): Use it.
6353
6354         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6355         gnus-summary-limit-to-articles.
6356
6357 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-util.el (gnus-with-local-quit): New macro.
6360
6361         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6362
6363 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6364
6365         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6366         ignore non-string data.
6367
6368 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6369
6370         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6371         non-string data (needs to be done in the registry too).
6372
6373 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6374
6375         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6376         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6377         (gnus-registry-split-fancy-with-parent)
6378         (gnus-registry-fetch-simplified-message-subject-fast)
6379         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6380         Remove text properties on ingress into the registry and when it's saved.
6381         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6382         registry from entries with no groups.
6383
6384 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6385
6386         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6387         function to remove string properties.
6388
6389 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6390
6391         * gmm-utils.el (gmm): Adjust custom version.
6392
6393         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6394         custom version.
6395
6396         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6397
6398 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6399
6400         * gnus-art.el (gnus-insert-prev-page-button)
6401         (gnus-insert-next-page-button): Simplify.  Reformat.
6402
6403 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6404
6405         * gnus-art.el (gnus-insert-prev-page-button)
6406         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6407
6408 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6409
6410         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6411
6412 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6413
6414         * gnus-art.el (gnus-insert-mime-button)
6415         (gnus-insert-mime-security-button):
6416         Apply gnus-article-button-face to MIME and security buttons.
6417
6418 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6419
6420         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6421         readable.
6422
6423 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6426
6427 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6428
6429         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6430         `browse-url-of-file' instead of `browse-url'.
6431
6432 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6433
6434         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6435         regexp.  Articles containing quotation were cut prematurely.
6436
6437 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * message.el (message-cite-original-1): Use nobody by default for the
6440         value of From header.
6441         (message-reply): Ditto.
6442
6443 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6444
6445         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6446         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6447         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6448
6449 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6450
6451         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6452         mails in the doc string.  Add some URLs in comment.
6453         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6454
6455 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6458         backslashes handling and the way to find boundaries of quoted strings.
6459
6460 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6461
6462         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6463         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6464         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6465         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6466
6467 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6468
6469         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6470         doc string.
6471         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6472
6473 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * lpath.el: Fbind epg-check-configuration.
6476
6477 2006-09-06  Simon Josefsson  <jas@extundo.com>
6478
6479         * mml2015.el (mml2015-use): Doc fix, mention epg.
6480
6481 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6482
6483         * mml2015.el (mml2015-use): Default to epg, if available.
6484
6485 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6486
6487         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6488         message-sender.
6489         (mml1991-epg-encrypt): Ditto.
6490         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6491         message-sender.
6492         (mml2015-epg-encrypt): Ditto.
6493
6494 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6495
6496         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6497         several common directories.
6498
6499 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6500
6501         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6502         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6503
6504 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * gnus-art.el (article-decode-encoded-words): Make it fast.
6507
6508 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6511
6512         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6513         in quoted string into `\'.
6514
6515 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6518         Use standard-syntax-table.
6519
6520 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * gnus-art.el (gnus-decode-address-function): New variable.
6523         (article-decode-encoded-words): Use it to decode headers which are
6524         assumed to contain addresses.
6525         (gnus-mime-delete-part): Remove useless `or'.
6526
6527         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6528         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6529         (gnus-nov-parse-line): Use it to decode From header.
6530         (gnus-get-newsgroup-headers): Ditto.
6531         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6532
6533         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6534         (mail-decode-encoded-address-string): New alias.
6535
6536         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6537         New function.
6538         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6539         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6540         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6541         (rfc2047-decode-string): Ditto.
6542         (rfc2047-decode-address-region): New function.
6543         (rfc2047-decode-address-string): New function.
6544
6545 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6546
6547         * message.el (message-caesar-buffer-body): Allow rotating headers.
6548
6549         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6550
6551         * message.el (message-insert-formated-citation-line): Fix %f.
6552         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6553
6554 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6557         (gnus-bookmark-mouse-available-p): New macro.
6558         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6559         (gnus-bookmark-bmenu-show-infos): Use it.
6560         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6561         (gnus-bookmark-bmenu-hide-infos): Ditto.
6562         (gnus-bookmark-remove-properties): New function.
6563         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6564         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6565         (gnus-bookmark-write-file): Bind coding-system-for-write.
6566         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6567         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6568         group before selecting it.
6569         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6570         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6571         quit-window if it is not available; use gnus-mouse-2 and bind it to
6572         gnus-bookmark-bmenu-select-by-mouse.
6573         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6574         (gnus-bookmark-bmenu-select-by-mouse): New function.
6575
6576 2006-08-13  Romain Francoise  <romain@orebokech.com>
6577
6578         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6579         space.
6580
6581 2006-08-10  Romain Francoise  <romain@orebokech.com>
6582
6583         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6584         (dns-mode-soa-auto-increment-serial): New user option.
6585         (dns-mode-soa-maybe-increment-serial): New function.
6586         (dns-mode): Add the latter to `write-contents-functions'.
6587
6588 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * compface.el (uncompface): Use binary rather than raw-text-unix.
6591
6592 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * compface.el (uncompface): Make sure the eol conversion doesn't take
6595         place when communicating with the external programs.  Reported by
6596         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6597
6598 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6601
6602 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6603
6604         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6605         Make it more robust by parsing author and date independently.
6606
6607 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6610
6611 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6612
6613         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6614         first matching secret key.
6615         (mml2015-epg-encrypt): Ditto.
6616
6617         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6618         first matching secret key.
6619         (mml1991-epg-encrypt): Ditto.
6620
6621         * mml2015.el (mml2015-encrypt-to-self): New user option.
6622         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6623         mml2015-epg-encrypt-to-self is set.
6624
6625         * mml1991.el (mml1991-encrypt-to-self): New variable.
6626         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6627         mml1991-epg-encrypt-to-self is set.
6628
6629         * mml2015.el (mml2015-signers): New user option.
6630         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6631         (mml2015-epg-encrypt): Allow to select signing keys.
6632
6633         * mml1991.el (mml1991-signers): New variable.
6634         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6635         (mml1991-epg-encrypt): Allow to select signing keys.
6636
6637 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * nnheader.el (nnheader-insert-head): Make it work even if the file
6640         uses CRLF for the line-break code.
6641
6642 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6643
6644         * mml2015.el: Require mml-sec instead of password.
6645         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6646         (mml2015-cache-passphrase): Inherit the default value from
6647         mml-secure-cache-passphrase.
6648         (mml2015-passphrase-cache-expiry): Inherit the default value from
6649         mml-secure-passphrase-cache-expiry.
6650
6651         * mml1991.el: Require mml-sec instead of password.
6652         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6653         (mml1991-cache-passphrase): Inherit the default value from
6654         mml-secure-cache-passphrase.
6655         (mml1991-passphrase-cache-expiry): Inherit the default value from
6656         mml-secure-passphrase-cache-expiry.
6657
6658         * mml-sec.el: Require password.
6659         (mml-secure-verbose): New user option.
6660         (mml-secure-cache-passphrase): New user option.
6661         (mml-secure-passphrase-cache-expiry): New user option.
6662
6663 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6664
6665         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6666         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6667         andreas@altroot.de (Andreas Vögele).
6668
6669         FIXME: Use `tiny change'?
6670
6671 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6672
6673         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6674         workaround for the url package included with Emacs.
6675
6676         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6677
6678 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6681         correctly.  This fixes a bug caused by the 2006-05-12 change.
6682
6683 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6684
6685         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6686         some information about the error when saying that the `bogus' mail
6687         group will be used.
6688
6689 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6690
6691         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6692         string.
6693
6694 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6695
6696         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6697
6698 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6699
6700         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6701
6702 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6703
6704         * mml1991.el (mml1991-function-alist): Add epg.
6705         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6706         (mml1991-epg-encrypt): New functions.
6707
6708 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6709
6710         * mml2015.el (mml2015-verbose): New variable.
6711         (mml2015-cache-passphrase): Ditto.
6712         (mml2015-passphrase-cache-expiry): Ditto.
6713         (mml2015-function-alist): Add epg.
6714         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6715         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6716         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6717         functions.
6718
6719 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6720
6721         * message.el (message-cite-original-1): Preserve region when removing
6722         quoted text due to X-No-Archive in order to avoid bogus attribution
6723         when citing multiple messages.
6724
6725 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6726
6727         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6728         Kenneth Jacker <khj@be.cs.appstate.edu>.
6729
6730 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6731
6732         * gnus-diary.el (gnus-user-format-function-d)
6733         (gnus-user-format-function-D): Autoload.
6734
6735         * imap.el (Commentary): Fix typo.
6736
6737         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6738         2006-04-22 contribution.
6739
6740 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6741
6742         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6743         It didn't really fix the bogosity I'm seeing with solid web groups.
6744
6745 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6746
6747         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6748         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6749         created using server names.  If we use the feature without declaring
6750         it, Gnus does not properly manage server and group state.
6751
6752         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6753         bound.
6754
6755 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6756
6757         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6758         looking up the method using GROUP's prefix before inventing a new one.
6759         It is used on killed/unknown groups in various places where returning
6760         an all-new method isn't expected by the caller.
6761
6762         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6763         and match semantics of gnus-group-real-prefix.
6764
6765 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6766
6767         * nnmail.el (nnmail-broken-references-mailers): New variable.
6768         (nnmail-ignore-broken-references): New function generalizing
6769         nnmail-fix-eudora-headers.
6770         (nnmail-fix-eudora-headers): Now obsolete.
6771
6772         * gnus-art.el (gnus-button-handle-custom): Support
6773         `customize-apropos*'.
6774
6775 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6776
6777         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6778
6779         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6780         articles.
6781
6782 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6783
6784         * message.el (message-cite-reply-above): New variable.
6785         (message-yank-original): Use it.
6786
6787 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6790
6791 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6792
6793         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6794         as read.
6795
6796         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6797
6798 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6799
6800         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6801         (gnus-bookmark-default-file): Use gnus-directory.
6802         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6803         Remove "*" in doc string.
6804         (gnus-bookmark-write-file): Simplify.
6805         (gnus-bookmark-maybe-sort-alist): Use `when'.
6806         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6807         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6808         FIXME about Emacs 21 and XEmacs compatibility.
6809         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6810         compatibility.
6811         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6812         compatibility.
6813         (gnus-bookmark-menu-heading): Fix version.
6814
6815 2006-06-19  Bastien Guerry  <bzg@altern.org>
6816
6817         * gnus-bookmark.el: New file.
6818
6819 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * message.el (message-syntax-checks): Doc fix.
6822
6823 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6824
6825         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6826         unsubscribed groups as if they were killed ones.  It causes duplicate
6827         entries in gnus-newsrc-alist.
6828
6829 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * message.el (message-syntax-checks): Doc fix.
6832         (message-send-mail): Add check for continuation headers.
6833         (message-check-news-header-syntax): Fix regexp used to check for
6834         continuation headers.
6835
6836 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6839
6840 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6841
6842         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6843
6844 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6847         default-truncate-lines.
6848
6849 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6852         to fill the utf-8 entry.
6853
6854         * lpath.el: Fbind unicode-precedence-list.
6855
6856 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6857
6858         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6859
6860 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6861
6862         * gnus-agent.el (directory-files-and-attributes): Move all the way
6863         forward (the third and final move).
6864         (gnus-agent-read-agentview): Trap reconstruction errors due to
6865         nonexistant directory.  Handle by returning nil.
6866
6867 2006-05-30  Didier Verna  <didier@xemacs.org>
6868
6869         * message.el (message-dont-reply-to-names): Update the custom type.
6870         * message.el (message-dont-reply-to-names): New defsubst: potentially
6871         convert a list of regexps into a single one.
6872         * message.el (message-get-reply-headers): Use it.
6873         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6874
6875 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * gnus-agent.el (directory-files-and-attributes): Move forward.
6878
6879 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6880
6881         * gnus-ml.el (gnus-mailing-list-subscribe)
6882         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6883         (gnus-mailing-list-message): Fix doc strings.
6884
6885 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6886
6887         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6888         of doing it manually.
6889
6890 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6893         comment.
6894
6895 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6896
6897         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6898         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6899         (gnus-agent-read-local): All symbols allocated in my-obarray.
6900         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6901         (gnus-agent-regenerate-group): Check numeric names to see if they are
6902         messages or groups.
6903         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6904         better way of do this...)
6905
6906         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6907         'dummy.group' (there should be a better way of do this...)
6908
6909 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6912         (gnus-saved-headers): Ditto.
6913         (gnus-default-article-saver): Mention functions may have properties.
6914         (gnus-article-save): Override gnus-save-all-headers and
6915         gnus-saved-headers by :headers property which saver function may have.
6916         (gnus-summary-save-in-file): Add :headers property.
6917         (gnus-summary-write-to-file): Ditto.
6918
6919         * gnus-sum.el (gnus-summary-save-article): Bind
6920         gnus-prompt-before-saving to t when saving many articles in a file;
6921         always show all headers.
6922
6923         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6924
6925 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6926
6927         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6928         marks.
6929
6930         * message.el (message-indent-citation): Add optional arguments to allow
6931         using it outside of message buffers.
6932
6933         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6934         (gnus-article-treat-unfold-headers): Use it.
6935         (gnus-article-truncate-lines): New variable.
6936         (gnus-article-mode): Use it.
6937         (gnus-article-toggle-truncate-lines): New function.
6938
6939         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6940         gnus-article-toggle-truncate-lines.
6941
6942         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6943         coding system in XEmacs, use binary.
6944
6945 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6948         after-load-alist.
6949
6950         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6951         this function should save decoded articles.
6952         (gnus-summary-write-to-file): Use property to specify this function
6953         should save decoded articles and specify gnus-summary-save-in-file
6954         should be used to save articles other than the first one when saving
6955         many articles.
6956         (gnus-summary-save-body-in-file): Use property to specify this
6957         function should save decoded articles.
6958         (gnus-summary-write-body-to-file): Use property to specify this
6959         function should save decoded articles and specify
6960         gnus-summary-save-body-in-file should be used to save articles other
6961         than the first one when saving many articles.
6962
6963         * gnus-sum.el (gnus-summary-save-article): Simplify.
6964
6965 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-art.el (gnus-default-article-saver): Add
6968         gnus-summary-write-body-to-file.
6969         (gnus-article-save-coding-system): Don't use coding system object
6970         in XEmacs.
6971         (gnus-read-save-file-name): Add optional `dir-var' argument which
6972         specifies directory in which files are saved; work even if optional
6973         `variable' argument is not specified.
6974         (gnus-summary-write-to-file): Read file name.
6975         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6976         (gnus-summary-write-body-to-file): New function.
6977
6978         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6979         (gnus-summary-local-variables): Add it.
6980         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6981         (gnus-summary-save-article): Remove optional `decode' argument;
6982         determine whether to decode articles by the value of
6983         gnus-default-article-saver; when saving many files using
6984         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6985         it first and use gnus-summary-save-in-file or
6986         gnus-summary-save-body-in-file thereafter unless
6987         gnus-prompt-before-saving is always; move point to article which
6988         will be saved.
6989         (gnus-summary-save-article-file): Revert.
6990         (gnus-summary-write-article-file): Revert.
6991         (gnus-summary-save-article-body-file): Revert.
6992         (gnus-summary-write-article-body-file): New function.
6993
6994 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * gnus-art.el (gnus-default-article-saver): Doc fix.
6997         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6998         from gnus-summary-save-article-coding-system, and default to a
6999         certain coding system.
7000         (gnus-output-to-file): Add coding cookie and encode text according
7001         to gnus-article-save-coding-system; don't use mm-append-to-file.
7002
7003         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7004         gnus-art.el and rename to gnus-article-save-coding-system.
7005         (gnus-summary-save-article): Require gnus-art; don't show all
7006         headers if it decodes articles; don't add coding cookie here;
7007         don't bind mm-text-coding-system-for-write.
7008         (gnus-summary-save-article-file): Save decoded articles.
7009         (gnus-summary-write-article-file): When saving many files, use
7010         gnus-summary-write-to-file first and gnus-summary-save-in-file
7011         thereafter unless gnus-prompt-before-saving is always.
7012         (gnus-summary-save-article-body-file): Save decoded articles.
7013
7014         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7015
7016 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * nnrss.el (nnrss-check-group): Bind hash-index.
7019
7020 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7021
7022         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7023         its hash index.  Store this hash in `nnrss-group-data'.
7024         (nnrss-read-group-data): Update accordingly.
7025
7026 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7029         entry.
7030
7031         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7032         gnus-article-browse-html-article.
7033
7034 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7035
7036         * gnus-sum.el (gnus-summary-mime-map): Add
7037         gnus-article-browse-html-article.
7038
7039         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7040
7041 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7042
7043         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7044         suitable coding systems in customize.
7045
7046 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7047
7048         * mail-source.el (mail-sources): Fix custom type.
7049
7050 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7053         (gnus-summary-expire-articles-now): Shorten prompt.
7054
7055         * gmm-utils.el (wid-edit): Require.
7056         (defun-gmm): Renamed from `gmm-defun-compat'.
7057         (gmm-image-search-load-path): Use it.
7058         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7059
7060 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7063         variable.
7064         (gnus-summary-save-article): Add optional `decode' argument.  If
7065         it is set and gnus-summary-save-article-coding-system is non-nil,
7066         save decoded article.
7067         (gnus-summary-write-article-file): Save decoded article if
7068         gnus-summary-save-article-coding-system is non-nil.
7069
7070         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7071         type.
7072
7073 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7076
7077 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7080         first to test gnus-single-article-buffer which may be buffer-local.
7081
7082         * gnus-sum.el (gnus-summary-setup-buffer): Make
7083         gnus-single-article-buffer buffer-local and nil in ephemeral
7084         group; make gnus-article-buffer, gnus-article-current, and
7085         gnus-original-article-buffer always buffer-local.
7086         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7087         group.
7088         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7089
7090 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * nnml.el (nnml-request-compact-group): Compressed files might not
7093         have .gz extension.
7094
7095 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7096
7097         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7098         (mm-copy-to-buffer): Use with-current-buffer.
7099         (mm-display-part): Simplify.
7100         (mm-inlinable-p): Add optional arg `type'.
7101
7102 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7103
7104         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7105         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7106         Try harder to show the attachment internally or externally using
7107         gnus-mime-view-part-as-type.
7108
7109 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * message.el (message-from-style, message-signature-separator)
7112         (message-user-organization-file, message-send-mail-function)
7113         (message-citation-line-function, message-yank-prefix)
7114         (message-indent-citation-function, message-signature)
7115         (message-signature-file, message-signature-insert-empty-line):
7116         Remove autoloads.
7117
7118         * gnus-art.el (gnus-buttonized-mime-types): Remove
7119         "multipart/signed".  Revert 2006-04-26 change.
7120
7121 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7122
7123         * gnus.el (gnus-version-number): Bump version.
7124
7125 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7126
7127         * gnus.el: No Gnus v0.5 is released.
7128
7129 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7130
7131         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7132         fetching articles by message-id.
7133
7134 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7135
7136         * message.el (hashcash): Require hashcash as normal.
7137
7138         * ecomplete.el (ecomplete-highlight-match-line): Use
7139         point-at-eol.
7140         (ecomplete-highlight-match-line): Use `highlight', because that
7141         face exists in both Emacs and XEmacs.
7142
7143         * message.el (message-display-abbrev): Use point-at-bol.
7144
7145         * mail-source.el: Don't require timer/timer-funcs.
7146
7147         * gnus-async.el: Ditto.
7148
7149         * password.el: Ditto.
7150
7151         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7152
7153         * mm-url.el: Ditto.
7154
7155         * gnus-xmas.el: Don't require timer-funcs.
7156
7157         * mm-util.el: Require timer/timer-funcs.
7158
7159 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7160
7161         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7162         Close.
7163
7164 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7167         unibyte after clear-decrypt function runs.
7168
7169         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7170         returns as a unibyte string.
7171
7172 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * lpath.el: Revert.
7175
7176         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7177         (pgg-gpg-process-sentinel): Revert.
7178
7179         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7180         (pgg-pgp-lookup-key): Revert.
7181
7182         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7183         (pgg-pgp5-lookup-key): Revert.
7184
7185         * pgg.el (pgg-fetch-key): Revert.
7186
7187 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * lpath.el: Fbind string-as-multibyte for XEmacs.
7190
7191         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7192         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7193         (mml1991-pgg-encrypt): Ditto.
7194
7195         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7196         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7197         a multibyte buffer.
7198
7199         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7200         (pgg-pgp-lookup-key): Ditto.
7201
7202         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7203         (pgg-pgp5-lookup-key): Ditto.
7204
7205         * pgg.el (pgg-fetch-key): Ditto.
7206
7207 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * message.el (message-user-organization-file): Check several
7210         locations of the organization file.
7211
7212         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7213         Add gnus-article-view-part-as-type.
7214
7215         * gnus-art.el (gnus-article-view-part-as-type): New function.
7216
7217         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7218         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7219
7220         * mml.el: Simplify autoload.
7221         (mml-mode): defvar dnd-protocol-alist instead of using
7222         symbol-value.
7223         (mml-default-directory): New variable.
7224         (mml-minibuffer-read-file): Use it.
7225         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7226
7227         * message.el (message-citation-line-format): New variable.
7228         (message-insert-formated-citation-line): New function.
7229         (message-citation-line-function): Add
7230         `message-insert-formated-citation-line' to custom type.
7231
7232         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7233         to doc string.
7234
7235         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7236         depending on mm-verify-option.
7237
7238 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7241         binding pgg-* variables; reimplement the section which prevents
7242         MIME header from being signed.
7243         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7244         pgg-text-mode; remove a blank line at the top of body.
7245
7246         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7247         lines at the top of body; use gnus-newsgroup-charset if there's no
7248         Charset header.
7249
7250 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * message.el (message-self-insert-commands): Doc fix.
7253
7254         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7255         (mm-uu-pgp-encrypted-test): Ditto.
7256         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7257         between header and body; return application/pgp-encrypted handle
7258         if decryption failed; decode decrypted body by charset.
7259
7260         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7261         element match to application/pgp-*.
7262
7263 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7264
7265         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7266         HTML.
7267
7268 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7269
7270         * mail-source.el (mail-source-call-script): Message the error
7271         string.
7272
7273 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274
7275         * gnus-util.el (gnus-byte-compile): Use it.
7276
7277 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7278
7279         * gnus-util.el (kill-empty-logs): New function.
7280
7281 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7282
7283         * message.el (message-mail-alias-type): Doc fix.
7284         (message-mail-alias-type-p): New function.
7285         (message-send): Use it.
7286         (message-mode): Ditto.
7287         (message-strip-forbidden-properties): Ditto.
7288
7289         * ecomplete.el (ecomplete-database-file-coding-system): New
7290         variable.
7291         (ecomplete-save): Use it.
7292         (ecomplete-setup): Use it.
7293
7294 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * message.el (message-self-insert-commands): New variable.
7297         (message-strip-forbidden-properties): Use it.
7298
7299 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7300
7301         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7302         that doesn't make XEmacs choke.
7303
7304 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7305
7306         * gnus-util.el (gnus-replace-in-string):
7307         Prefer replace-regexp-in-string over of replace-in-string.
7308
7309 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-util.el (gnus-select-frame-set-input-focus):
7312         Use select-frame-set-input-focus if it is available in XEmacs; use
7313         definition defined in Emacs 22 for old Emacsen.
7314
7315         * dgnushack.el: Autoload unmorse-region for XEmacs.
7316
7317         * lpath.el: Bind cursor-in-non-selected-windows and
7318         select-frame-set-input-focus for XEmacs.
7319
7320 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7323
7324 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7325
7326         * gnus-registry.el (gnus-registry-cache-save): Remove text
7327         properties when saving via the temp buffer.
7328
7329 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7330
7331         * message.el (message-generate-hashcash): Honor custom type.
7332
7333 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7334
7335         * message.el (message-generate-hashcash): Default to non-nil when
7336         hashcash is found.
7337
7338         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7339         (gnus-refer-thread-limit): Increase default to 500.
7340
7341         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7342
7343         * flow-fill.el (fill-flowed): Allow delete-space.
7344
7345 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7348         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7349         Remove autoloads.
7350
7351 2006-04-18  Simon Josefsson  <jas@extundo.com>
7352
7353         * message.el (message-generate-hashcash): Default to.
7354
7355 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7358         concatenating segments rather than before concatenating them.
7359
7360 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7363
7364 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7367
7368         * message.el (message-forward-make-body-plain): Allow
7369         message-forward-ignored-headers to be a list.
7370         (message-remove-ignored-headers): Factor out into function.
7371         (message-forward-make-body-mml): Use it.
7372
7373         * imap.el (imap-quote-specials): New function.
7374         (imap-login-auth): Quote specials.
7375
7376         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7377         (rfc2231-parse-string): Allow concatanation of parameters that
7378         aren't contiguous.  The test case is
7379           (mail-header-parse-content-type "message/external-body;
7380             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7381             access-type=LOCAL-FILE;
7382             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7383
7384 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7385
7386         * nntp.el (nntp-accept-process-output): Return the value of
7387         `nnheader-accept-process-output'.
7388
7389 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7390
7391         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7392         (gnus-button-alist): Recognize more diff formats.
7393         (gnus-button-patch): Strip directory.
7394
7395 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7396
7397         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7398         Emacs 22 when setting focus.
7399
7400 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7401
7402         * gnus-art.el (gnus-article-treat-types): Do treatment of
7403         text/x-verbatim parts.
7404         (gnus-button-patch): New command.
7405
7406         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7407         addresses that contain invalid characters.
7408
7409 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7410
7411         * message.el (message-put-addresses-in-ecomplete): Use
7412         gnus-replace-in-string.
7413         (message-is-yours-p): Use the more correct
7414         mail-header-parse-address instead of
7415         mail-extract-address-components.
7416         (message-put-addresses-in-ecomplete): Fix typo.
7417
7418         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7419         keystroke.
7420
7421         * gnus-art.el (gnus-treatment-function-alist): Change order of
7422         newsgroups/generic header folding to avoid double-folding.
7423
7424         * message.el (message-hidden-headers): Add X-Draft-From.
7425
7426         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7427         command.
7428         (gnus-summary-repeat-search-article-backward): New command.
7429
7430         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7431         groups in the parent topic.
7432
7433 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7434
7435         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7436         (spam-extra-header-to-number): Return the CRM114 number as a
7437         number instead of a string.
7438
7439 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7440
7441         * gnus-art.el (gnus-face-properties-alist): Moved here from
7442         gnus-fun.
7443
7444         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7445
7446 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7447
7448         * message.el (message-strip-forbidden-properties): Only display on
7449         self-insert-command.
7450
7451         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7452         reindent.
7453         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7454
7455 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7456
7457         * smiley.el (smiley-style): Fix typo.
7458
7459 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * hashcash.el (hashcash-insert-payment-async-2): Use
7462         message-goto-eoh instead of doing it manually.
7463         (mail-add-payment): Use message-narrow-to-header instead of trying
7464         to do the same itself.
7465
7466         * message.el (message-hidden-headers): Add Face.
7467
7468         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7469         reparenting code.
7470         (gnus-summary-reparent-children): Refactored out code.
7471         (gnus-summary-thread-map): New keystroke.
7472         (gnus-summary-reparent-children): Make into command.
7473
7474         * smiley.el (smiley-style): Default to `medium' if using a large
7475         font.
7476
7477         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7478         does it itself.
7479
7480         * message.el (message-point-in-header-p): Simplify definition.
7481
7482 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7483
7484         * nnagent.el (nnagent-request-set-mark): Silence log file
7485         writing.
7486         (nnagent-request-set-mark): Use write-region instead of
7487         append-to-file.
7488
7489         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7490         strange select method.
7491
7492         * ecomplete.el (ecomplete-display-matches): Get highlightling
7493         right.
7494         (ecomplete-display-matches): Use literals.
7495         (ecomplete-display-matches): Disable message logging.
7496
7497         * message.el (message-display-abbrev): Small optimization.
7498
7499         * ecomplete.el (ecomplete-display-matches): Allow automatic
7500         display.
7501
7502         * message.el (message-strip-forbidden-properties): Display
7503         abbrevs.
7504         (message-display-abbrev): Get automatic display right.
7505
7506         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7507         keystrokes.
7508
7509 2006-04-13  Romain Francoise  <romain@orebokech.com>
7510
7511         TODO: Backport to v5-10!
7512
7513         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7514         Moved here (and renamed) from gnus-registry.el.
7515
7516         * gnus-registry.el: Require gnus-util.
7517         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7518
7519 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7520
7521         * gnus-group.el (gnus-group-catchup-current): Change
7522         if-then-else-if-then-else into cond.
7523         (gnus-group-catchup): Indent.
7524         (group-name-at-point): New function.
7525         (gnus-fetch-group): Provide default from thing at point.
7526
7527 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7528
7529         * message.el (message-display-abbrev): Fix regexp.
7530
7531         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7532         choosing.
7533         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7534         dead variables.
7535
7536         * message.el (message-newline-and-indent): Remove debugging.
7537         (message-display-abbrev): Use new implementation.
7538
7539 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7540
7541         * gnus-art.el (gnus-article-mode): Set
7542         cursor-in-non-selected-windows to nil.
7543
7544         * smiley.el: Revert previous change.
7545         (smiley-data-directory): defvar it before using it in the
7546         defcustom of `smiley-style'.
7547
7548 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7549
7550         * message.el (message-newline-and-indent): New function.
7551
7552         * ecomplete.el: Implement more bits.
7553
7554         * message.el (message-put-addresses-in-ecomplete): Clean up the
7555         string.
7556
7557         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7558
7559         * gnus-sum.el (gnus-summary-save-parts): Bind
7560         gnus-summary-save-parts-counter and use it to make unique file
7561         names.
7562
7563         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7564
7565         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7566         parameter to say whether to actually parse the individual
7567         addresses.
7568
7569         * message.el (message-put-addresses-in-ecomplete): New function.
7570         (ecomplete): Require.
7571         (message-mail-alias-type): Add ecomplete as an option.
7572
7573 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7574
7575         * flow-fill.el (fill-flowed): Remove trailing space from blank
7576         quoted lines.
7577
7578 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579
7580         * smiley.el (smiley-style): Move definition later to avoid a
7581         compilation warning.
7582
7583 2006-04-12  Kenichi Handa  <handa@m17n.org>
7584
7585         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7586         buffer and then decode the buffer text if necessary.
7587         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7588         first, and after mm-encode-body, change the buffer to unibyte.
7589         Use mm-disable-multibyte instead of set-buffer-multibyte.
7590
7591 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7594         Content-Type header instead of Content-Disposition header.
7595         (gnus-mime-inline-part): Ditto.
7596         (gnus-mime-view-part-as-charset): Ignore charset that the part
7597         specifies.
7598
7599         * mm-decode.el (mm-display-part): Work with external parts and
7600         usual parts similarly.
7601
7602         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7603         instead of gnus-display-mime.
7604
7605         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7606         instead of with-temp-buffer.
7607
7608         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7609         tag to summarized topics part in order to encode non-ASCII text.
7610
7611 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * smiley.el (smiley-style): New variable.
7614         (smiley-directory): New function.
7615         (smiley-data-directory): Derive from `smiley-style' using
7616         `smiley-directory'.
7617         (smiley-regexp-alist): Add new entries.
7618
7619         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7620         (gnus-article-browse-delete-temp): Add :version.
7621
7622 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7623
7624         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7625         the sieve region.
7626
7627 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7628
7629         * gnus.el (gnus-version-number): Bump version.
7630
7631 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * gnus.el: No Gnus v0.4 is released.
7634
7635 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7636
7637         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7638         layout.
7639
7640         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7641         unknown charset.
7642
7643         * message.el (message-header-synonyms): Add Original-To to the
7644         default.
7645
7646         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7647         optional parameter.
7648
7649 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * gnus-fun.el (gnus): Require it for gnus-directory.
7652
7653 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7656
7657 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7658
7659         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7660
7661 2006-04-05  Simon Josefsson  <jas@extundo.com>
7662
7663         * password.el (password-reset): New function.
7664
7665 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7666
7667         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7668         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7669
7670 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7671
7672         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7673         Some whitespace was matched into the url, which broke browsing hits
7674         > 100 when mm-url-use-external was nil.
7675
7676 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7677
7678         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7679         gnus-extra-headers for 'Newsgroups.
7680
7681         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7682         bound.
7683
7684 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7685
7686         * pgg-gpg.el: Clean up process buffers every time gpg processes
7687         complete.
7688
7689 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7690
7691         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7692         doc string.
7693
7694 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7695
7696         * pgg-gpg.el (pgg-gpg-process-filter)
7697         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7698
7699         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7700         lines, temporary fix.
7701
7702 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7705
7706 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7707
7708         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7709         default-enable-multibyte-characters.  This reverts the change from
7710         revision 6.17 which is no longer necessary because the passphrase
7711         is sent separately now.  GnuPG messages are unreadable under
7712         multibyte locales with default-enable-multibyte-characters set to
7713         nil.
7714
7715 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7716
7717         * message.el (message-tool-bar-gnome): Move "spell".
7718
7719 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7722         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7723         instead.
7724
7725 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7726
7727         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7728         newsgroups handling for NNTP overviews which don't include
7729         Newsgroups.
7730
7731 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7732
7733         * message.el (message-resend): Bind message-generate-hashcash to nil.
7734
7735 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7736
7737         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7738         when searching for already-paid recipients.
7739
7740 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7741
7742         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7743         passphrases when it is not needed.
7744         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7745         passphrase stuff from gpg, should only be necessary when you use
7746         gpg with a smartcard.
7747
7748 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * mml.el (mml-insert-mime): Ignore cached contents of
7751         message/external-body part.
7752
7753         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7754         (mm-insert-part): Ditto.
7755
7756 2006-03-23  Simon Josefsson  <jas@extundo.com>
7757
7758         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7759         Reiner.
7760         (pgg-gpg-use-agent-p): Use it again.
7761
7762 2006-03-23  Simon Josefsson  <jas@extundo.com>
7763
7764         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7765         older emacsen.
7766         (pgg-gpg-use-agent-p): Don't use it.
7767
7768 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7771         if we can.
7772
7773 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7774
7775         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7776         (pgg-gpg-update-agent): New function.
7777         (pgg-gpg-use-agent-p): New function.
7778         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7779         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7780         (pgg-gpg-sign-region): Use it.
7781
7782 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7785         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7786
7787 2006-03-21  Simon Josefsson  <jas@extundo.com>
7788
7789         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7790         <wilde@sha-bang.de>.
7791         (pgg-gpg-use-agent): New variable.
7792         (pgg-gpg-process-region): Use it.
7793         (pgg-gpg-encrypt-region): Likewise.
7794         (pgg-gpg-encrypt-symmetric-region): Likewise.
7795         (pgg-gpg-decrypt-region): Likewise.
7796         (pgg-gpg-sign-region): Likewise.
7797         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7798
7799 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7800
7801         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7802
7803         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7804         Add comment on version.
7805
7806 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * smiley.el: Add missing test smiley.
7809
7810 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * mm-decode.el (mm-with-part): New macro.
7813         (mm-get-part): Use it; work with message/external-body as well.
7814         (mm-save-part): Treat name and filename equally.
7815
7816         * mm-extern.el (mm-extern-cache-contents): New function.
7817         (mm-inline-external-body): Use it; force the part to be displayed;
7818         move undisplayer added to the cached handle to the parent.
7819
7820         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7821         (gnus-mime-view-part-as-type): Work with message/external-body.
7822
7823         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7824
7825 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7828         images in image-load-path.  [Sync with image.el, revision 1.60, in
7829         Emacs.]
7830
7831 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7832
7833         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7834         path rather than symbol.  Always return list of directories.
7835         Guarantee that image directory comes first.  [Sync with image.el,
7836         revision 1.59, in Emacs.]
7837
7838         * message.el (message-make-tool-bar): Adjust to new API of
7839         `gmm-image-load-path-for-library'.
7840
7841         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7842
7843         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7844
7845 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7846
7847         * gnus-art.el (gnus-article-only-boring-p):
7848         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7849         intangible text.
7850         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7851
7852 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7853
7854         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7855         `defun' instead of `gmm-defun-compat'.
7856
7857 2006-03-14  Simon Josefsson  <jas@extundo.com>
7858
7859         * message.el (message-unique-id): Don't use message-number-base36
7860         if (user-uid) is a float.
7861         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7862
7863 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7866
7867         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7868         empty line between a part and a message part.
7869
7870 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7871
7872         * smiley.el: Add more test smileys.
7873         (smiley-data-directory, smiley-regexp-alist)
7874         (gnus-smiley-file-types): Fix doc strings.
7875         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7876         adding new elements.
7877         (smiley-mouse-map): Unused code.  Make it a comment.
7878
7879 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7882         scan latest NoCeM messages instead of old ones.
7883         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7884         delimiters that are recently used.
7885         (gnus-nocem-load-cache): Add autoload cookie.
7886
7887         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7888
7889         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7890         level which is larger than gnus-use-nocem is specified.
7891
7892         * gnus-group.el (gnus-group-get-new-news): Ditto.
7893
7894 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7895
7896         * gnus-util.el (gnus-tool-bar-update): New function.
7897
7898         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7899         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7900
7901         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7902
7903         * gnus-group.el (gnus-group-redraw-when-idle)
7904         (gnus-group-redraw-check): Remove.
7905         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7906
7907 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7910         if optional last element is specified in splits (FIELD VALUE...).
7911
7912 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7915         to gmm-image-load-path-for-library.  Call with no-error argument.
7916         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7917
7918         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7919
7920         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7921
7922         * gmm-utils.el (gmm-image-load-path): Remove alias.
7923
7924 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7925
7926         * gmm-utils.el (gmm-image-load-path): Add alias.
7927
7928         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7929         nnml-generate-nov-databases-1.
7930         (nnml-generate-nov-databases): Use it.
7931         (nnml-generate-nov-databases-directory): Document no-active
7932         argument.
7933
7934         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7935         directory if path is t.  Add no-error.
7936
7937         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7938         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7939
7940         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7941         resetting gnus-article-browse-html-temp-list.
7942
7943         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7944         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7945         Add example to docstring.  Rename local variables.  Move error
7946         checks to default case in cond and simplify.
7947
7948 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7951         handle is multipart when calling it recursively.
7952         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7953
7954 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7955
7956         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7957         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7958
7959 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7962         is loaded.
7963
7964         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7965         loaded.
7966
7967 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7970         to "Emacs 23 (unicode)" in doc string.
7971
7972         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7973         "Emacs 23 (unicode)" in comment.
7974
7975 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7978
7979         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7980         characters 160 through 255 in Emacs 23.
7981
7982 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7985         gnus-article-browse-html-temp.
7986         (gnus-article-browse-delete-temp): Make it customizable.  Add
7987         `file'.  Adjust doc string.
7988         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7989         query for each file.  Adjust doc string.
7990         (gnus-article-browse-html-parts): Add
7991         `gnus-article-browse-delete-temp-files' to
7992         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7993
7994 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7995
7996         * gnus-art.el (gnus-article-browse-html-temp)
7997         (gnus-article-browse-delete-temp): New variables.
7998         (gnus-article-browse-delete-temp-files): New function.
7999         (gnus-article-browse-html-parts): Use it.
8000
8001 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8002
8003         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8004
8005         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8006         string.
8007
8008         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8009         gnus-summary-insert-new-articles when unplugged.  Remove
8010         gnus-summary-search-article-forward.
8011
8012         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8013         display-visual-class instead of display-color-cells.
8014
8015 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * dgnushack.el: Autoload customize-group for XEmacs.
8018
8019         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8020         message/* containing non-ASCII text properly.
8021
8022 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * message.el: Require gmm-utils, remove autoloads.
8025         (message-tool-bar): Set default based on
8026         gmm-tool-bar-style.
8027         (message-tool-bar-gnome): Add gmm-customize-mode.
8028
8029         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8030         gmm-tool-bar-style.
8031         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8032
8033         * gnus-group.el (gnus-group-tool-bar): Set default based on
8034         gmm-tool-bar-style.
8035         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8036
8037         * gmm-utils.el (gmm-image-directory): Rename variable from
8038         gmm-image-load-path.
8039         (gmm-image-load-path): Use gmm-image-directory.
8040         (gmm-customize-mode): New function.
8041         (gmm-tool-bar-style): New variable.
8042
8043         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8044         gnus-group-redraw-line-number.
8045         (gnus-group-redraw-check): Simplify.
8046         (gnus-group-tool-bar-update): Remove redraw check.
8047         (gnus-group-make-tool-bar): Add redraw check.
8048
8049 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8050
8051         * gnus-art.el (gnus-button): Add missing parentheses.
8052
8053 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * lpath.el: Fbind line-number-at-pos.
8056
8057 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8060
8061 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * gnus-art.el (gnus-button): New face.
8064         (gnus-article-button-face): Use it.
8065
8066         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8067         gnus-summary-next-page.  Re-order.
8068
8069         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8070         next-node are now included.
8071         (gnus-group-redraw-line-number): New internal variable.
8072         (gnus-group-redraw-check): Helper function for updating the tool
8073         bar.
8074         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8075
8076         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8077
8078         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8079         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8080         Use it to match format of Spamassassin 3.0 and later.  Reported by
8081         IRIE Tetsuya <irie@t.email.ne.jp>.
8082         (spam-check-bogofilter)
8083         (spam-bogofilter-register-with-bogofilter): Fix args of
8084         `gnus-error' calls.
8085
8086 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8089         unnecessary interaction when sending queued mails.  Reported by
8090         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8091
8092 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8093
8094         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8095         first or last are nil.
8096
8097 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8098
8099         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8100
8101 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8102
8103         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8104
8105 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * dns.el (query-dns): Protect more against buggy tcp output.
8108
8109 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8112         nov.php.
8113
8114 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8115
8116         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8117         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8118         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8119         output on the server side.
8120         (nnweb-google-create-mapping): Update regexps and add some
8121         progress indication.
8122
8123 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8126         gnus-agent-toggle-plugged.  Re-order icons.
8127         (gnus-group-tool-bar-gnome): Add
8128         gnus-group-{prev,next}-unread-group.
8129         (gnus-group-tool-bar-gnome): Re-order icons.
8130
8131         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8132         gnus-summary-insert-new-articles.
8133
8134         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8135         comments.
8136
8137         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8138         also available in Emacs 21.3.
8139
8140         * message.el (message-fix-before-sending): Change "Emacs 22" to
8141         "Emacs 23 (unicode)" in comment.
8142
8143         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8144         "Emacs 23 (unicode)" in comment.
8145
8146         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8147         comment.
8148         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8149
8150         * mm-view.el (mm-fill-flowed): Add :version.
8151
8152 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8155         and load-path.
8156
8157 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8158
8159         * message.el: Autoload gmm-image-load-path.
8160         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8161         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8162         consitency.
8163
8164         * gmm-utils.el (gmm-image-load-path): Also search in
8165         "../etc/images".  Don't set gmm-image-load-path if we don't find
8166         the image.
8167
8168 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gmm-utils.el (gmm-image-load-path): Don't make
8171         `gmm-image-load-path' include subdirectories which the second arg
8172         `image' might specify.
8173
8174         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8175         subdirectory to icon file names.
8176
8177         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8178
8179 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8180
8181         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8182         gmm-image-load-path calls.
8183
8184         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8185
8186         * message.el (message-make-tool-bar): Ditto.
8187
8188         * mml.el (mml-preview): Added comment concerning tool bar icons.
8189
8190         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8191         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8192
8193         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8194         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8195
8196         * message.el (message-tool-bar-gnome): Use new icon names.
8197         (message-make-tool-bar): Use `gmm-image-load-path'.
8198
8199         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8200         functions from MH-E.
8201         (gmm-image-load-path): New variable from MH-E.
8202         (gmm-image-load-path): New function from MH-E.  Added arguments
8203         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8204         *-image-load-path-called-flag.
8205
8206 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8207
8208         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8209
8210 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8211
8212         * nnimap.el (nnimap-request-move-article): Change folder back to
8213         source group before deleting.
8214
8215 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8216
8217         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8218
8219         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8220         mm-url.
8221
8222         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8223
8224 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8227         coding system which mm-charset-to-coding-system returns for a
8228         given charset is valid.
8229
8230 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8231
8232         * html2text.el (html2text-remove-tag-list):
8233         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8234
8235 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8236
8237         * gnus-cus.el: Revert 2005-10-17 change.
8238
8239 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * gnus-art.el (article-strip-banner): Call
8242         article-really-strip-banner only when the regexp match is made.
8243
8244 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * gnus-art.el (article-strip-banner): Use
8247         gnus-extract-address-components instead of
8248         mail-header-parse-addresses to make it work with non-ASCII text;
8249         remove mail-encode-encoded-word-string.
8250
8251         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8252         values which are surrounded with \"...\"; make it never cause a
8253         Lisp error; give up parsing of parameters if it failed in
8254         extracting type.
8255
8256 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8257
8258         * smime.el (smime-cert-by-ldap-1): Fix bug where
8259         `smime-ldap-search' returns results without userCertificates.
8260
8261 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8264
8265 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * spam.el (spam-check-spamassassin-headers): Adapt format for
8268         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8269         <ari@mbf.ocn.ne.jp>.
8270         (spam-list-of-processors): Add spam-use-gmane.
8271
8272 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8275         make-temp-file; make it work with XEmacs as well.
8276
8277         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8278         mm-make-temp-file.
8279
8280         * mm-decode.el (mm-display-external): Use the 3rd arg of
8281         mm-make-temp-file.
8282         (mm-create-image-xemacs): Ditto.
8283
8284 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8287         with message-narrow-to-headers.
8288         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8289         (gnus-draft-check-draft-articles): New function.
8290         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8291
8292 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8293
8294         * gnus-art.el (gnus-article-browse-html-parts):
8295         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8296         Don't use suffix argument for mm-make-temp-file for Emacs 21
8297         compatibility.  Remove useless `format'.
8298
8299 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8300
8301         * nnweb.el (nnweb-google-wash-article): Update regexps.
8302         (nnweb-group-alist): Use defvoo instead of defvar.
8303
8304 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8307         re-loading nn* modules.
8308
8309 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8310
8311         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8312         for `tool-bar-mode' and don't check it's default-value.
8313
8314         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8315
8316         * message.el (message-make-tool-bar): Ditto.
8317
8318         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8319         `substring'.  Shorten tmp-file name.
8320
8321         * gnus.el: Remove bogus comment.
8322
8323 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8324
8325         * gnus-art.el (gnus-article-browse-html-parts): New function.
8326         (gnus-article-browse-html-article): New function for viewing html
8327         articles with a browser.
8328
8329 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8330
8331         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8332         in elisp.
8333         (pgg-gpg-encrypt-symmetric-region): Ditto.
8334         (pgg-gpg-sign-region): Ditto.
8335
8336         * pgg-def.el (pgg-text-mode): New variable.
8337
8338         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8339         (mml2015-pgg-encrypt): Ditto.
8340
8341         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8342         (mml1991-pgg-encrypt): Ditto.
8343
8344 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8347         message-make-date instead of current-time-string.
8348
8349         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8350         to gnus-decoded which mm-uu might set.
8351
8352 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8355         don't decode quoted parameters; remove misimported Emacs code.
8356         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8357         (rfc2231-decode-encoded-string): Don't use split-string which
8358         behaves differently according to Emacs version; use
8359         mm-decode-coding-region to convert charset to coding-system.
8360         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8361         (rfc2231-encode-string): Remove misimported Emacs code.
8362
8363 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8366         when calling mail-header-parse-content-type.
8367         (article-de-quoted-unreadable): Ditto.
8368         (article-de-base64-unreadable): Ditto.
8369         (article-wash-html): Ditto.
8370
8371         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8372         calling mail-header-parse-content-type and
8373         mail-header-parse-content-disposition.
8374         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8375         mail-header-parse-content-type.
8376
8377         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8378         insert charset and format parameters; encode description after
8379         inserting it to buffer.
8380         (mml-insert-parameter): Fold lines properly even if a parameter is
8381         segmented into two or more lines; change the max column to 76.
8382
8383         * rfc1843.el (rfc1843-decode-article-body): Don't use
8384         ignore-errors when calling mail-header-parse-content-type.
8385
8386         * rfc2231.el (rfc2231-parse-string): Return at least type if
8387         possible; don't cause an error even if it fails in parsing of
8388         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8389         (rfc2231-encode-string): Don't break lines at the beginning, leave
8390         it to mml-insert-parameter.
8391
8392         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8393         calling mail-header-parse-content-type.
8394
8395 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * spam-report.el (spam-report-gmane-use-article-number):
8398         Improve doc string.
8399         (spam-report-gmane-internal): Check if a suitable header was found
8400         in the article.
8401
8402 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8405         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8406
8407 2006-02-05  Romain Francoise  <romain@orebokech.com>
8408
8409         Update copyright notices of all files in the gnus directory.
8410
8411 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8412
8413         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8414
8415 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8418         segmented lines of parameter value to cope with Thunderbird 1.5
8419         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8420         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8421         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8422
8423 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8424
8425         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8426         parts.
8427
8428 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8429
8430         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8431         there's only one active file for all servers.
8432         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8433         solid groups.  Gnus might have used a FAST request to select the group.
8434         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8435         and nnweb-search redundantly in the active file.
8436         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8437         (nnweb-request-create-group): Don't use ARGS.
8438         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8439         initialisations.  Let nnoo do the work.
8440
8441 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8444         Say the part has been decoded.
8445
8446         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8447
8448 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8449
8450         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8451         mailcap-viewer-test-cache when there's no 'test clause, since that
8452         will invert the meaning of a "nil" test previously determined by
8453         mailcap-mailcap-entry-passes-test.
8454
8455 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8458         compiling.
8459
8460         * gnus-sum.el: Ditto.
8461
8462         * message.el: Don't bind tool-bar-map when compiling.
8463
8464 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8467
8468 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8469
8470         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8471         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8472         current Google Groups.
8473
8474 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8477         and tool-bar-mode.
8478
8479         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8480         and tool-bar-mode.
8481
8482         * message.el (message-tool-bar-update): Simplify.
8483         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8484
8485         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8486         gnus-summary-buffer.
8487         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8488         gnus-summary-reply.
8489
8490         * gmm-utils.el (gmm): Add :version.
8491
8492 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * Makefile.in (clean): New rule.
8495         (distclean): Use it.
8496
8497 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8498
8499         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8500         autoload.
8501
8502 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * gmm-utils.el (gmm-verbose): Add :group.
8505
8506 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8507
8508         * message.el: Change some comments WRT tool-bars.
8509
8510         * gnus-sum.el (gnus-summary-tool-bar)
8511         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8512         (gnus-summary-tool-bar-zap-list): New variables.
8513         (gnus-summary-make-tool-bar): Complete rewrite using
8514         `gmm-tool-bar-from-list'.
8515
8516         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8517         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8518         variables.
8519         (gnus-group-make-tool-bar): Complete rewrite using
8520         `gmm-tool-bar-from-list'.
8521         (gnus-group-tool-bar-update): New function.
8522
8523         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8524
8525 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8528         is dissected into a single part of which the type is the same as
8529         the given one; decode charset.
8530
8531 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8532
8533         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8534         into alists as symbol not string, since that's what
8535         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8536         look for.
8537
8538 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8539
8540         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8541         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8542
8543         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8544
8545 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8548         (gnus-xmas-mime-security-button-menu): New function.
8549
8550         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8551         (gnus-mime-security-button-menu): New definition.
8552         (gnus-mime-security-button-map): Use them.
8553         (gnus-mime-security-button-menu): New function.
8554         (gnus-insert-mime-security-button): Addition to help echo.
8555         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8556         (gnus-mime-security-pipe-part): New functions.
8557
8558         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8559         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8560
8561         * mm-decode.el (mm-handle-set-disposition): Remove.
8562         (mm-handle-set-description): Remove.
8563
8564 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8567         (mm-w3m-standalone-supports-m17n-p): New function.
8568         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8569         w3m usage.
8570
8571         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8572         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8573
8574 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * message.el (message-tool-bar-zap-list): Use
8577         gmm-tool-bar-zap-list as custom type.
8578         (message-tool-bar-update): New function.
8579         (message-tool-bar, message-tool-bar-gnome)
8580         (message-tool-bar-retro): Add message-tool-bar-update.
8581         (message-tool-bar-gnome): Add flyspell-buffer.
8582
8583         * gnus-util.el (gnus-error): Describe `args'.
8584
8585         * gmm-utils.el (gmm-error): Describe `args'.
8586         (gmm-tool-bar-zap-list): New widget.
8587         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8588
8589 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8592         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8593         the number of recursive calls.
8594
8595         * mm-decode.el (mm-handle-set-disposition): New macro.
8596         (mm-handle-set-description): New macro.
8597
8598 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8601         encoding.
8602
8603 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * message.el (message-tool-bar-zap-list, message-tool-bar)
8606         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8607         (message-tool-bar-local-item-from-menu): Remove.
8608         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8609         (message-make-tool-bar): New function.
8610         (message-mode): Use `message-make-tool-bar'.
8611
8612         * gmm-utils.el: New file.
8613         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8614         (gmm-lazy): New widget copied from `nnmail.el'.
8615         (gmm-tool-bar-from-list): New function for creating customizable
8616         tool bars.
8617         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8618         output.
8619         (gmm): Add :prefix to defgroup.
8620
8621 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8622
8623         * gmm-utils.el (gmm-widget-p): New function.
8624
8625 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8626
8627         * mml.el (mml-attach-file): Describe `description' in doc string.
8628         (mml-menu): Add Emacs MIME manual and PGG manual.
8629
8630 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8631
8632         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8633
8634 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8635
8636         * nntp.el (nntp-end-of-line): Doc fix.
8637
8638 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8639
8640         * imap.el (imap-open): Handle case where buffer is a buffer
8641         object.
8642
8643 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8644
8645         * gnus-delay.el (gnus-delay): Don't autoload.
8646         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8647         to be re-loaded when customizing the `gnus-delay' group.
8648
8649 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8650
8651         * message.el (message-insert-citation-line): Use newlines.
8652
8653 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8654
8655         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8656         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8657         these routines, so the passphrase can be managed externally and
8658         passed in to the system.
8659         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8660         pgg-add-passphrase-to-cache function.
8661
8662         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8663         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8664         these routines, so the passphrase can be managed externally and
8665         passed in to the system.
8666         (pgg-pgp5-sign-region): Use new name of
8667         pgg-add-passphrase-to-cache function.
8668
8669 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8670
8671         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8672         part of the decoded armor to find the key-identifier.
8673         (pgg-gpg-lookup-key-owner): New function to return the
8674         human-readable identifier of a key owner.
8675         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8676         itself.
8677         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8678         the key value) if we have a key and can match it against a secret
8679         key.  Also, added a note pointing out fact that the prompt only
8680         indicates the first matching key.
8681
8682         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8683         pgg-decrypt-region.
8684         (pgg-add-passphrase-to-cache): Rename from
8685         `pgg-add-passphrase-cache' to reduce confusion (all callers
8686         changed).
8687         (pgg-remove-passphrase-from-cache): Rename from
8688         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8689         changed).
8690         (pgg-read-passphrase, pgg-add-passphrase-cache)
8691         (pgg-remove-passphrase-cache): Add informative docstrings.
8692         (pgg-decrypt): Convey provided passphrase in subordinate call to
8693         pgg-decrypt-region.
8694
8695 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8696
8697         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8698         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8699         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8700         'passphrase' argument, so the passphrase can be managed externally
8701         and then passed in to the system.
8702
8703         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8704         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8705         so the passphrase cache can be used reliably with identifiers
8706         besides a pgp packet's key id.
8707
8708         * pgg-gpg.el (pgg-gpg-encrypt-region)
8709         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8710         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8711         these routines, so the passphrase can be managed externally and
8712         passed in to the system.
8713
8714         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8715         'notruncate' argument, so the passphrase cache can be used
8716         reliably with identifiers besides a pgp packet's key id.
8717
8718 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8719
8720         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8721         symmetric encryption.
8722         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8723         encrypted session key.
8724         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8725         message ask for the passphrase in a proper way.
8726
8727         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8728         New user commands for symmetric encryption.
8729
8730 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8733
8734         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8735
8736 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8737
8738         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8739
8740 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * mm-decode.el (mm-inlined-types): Add application/pgp.
8743         (mm-automatic-display): Ditto.
8744
8745         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8746         part as text.
8747
8748 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * nnrss.el: Update copyright.
8751         (nnrss-opml-import): Query whether to subscribe to each entry.
8752
8753         * gnus-art.el:
8754         * gnus-sum.el:
8755         * gnus-xmas.el:
8756         * messagexmas.el:
8757         * mm-uu.el:
8758         * mm-view.el: Update copyright.
8759
8760 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * message.el (message-info): New function.
8763         (message-mode-menu): Add it.
8764         Update copyright.
8765
8766         * ChangeLog: Fix and update copyright.
8767
8768 2006-01-13  Romain Francoise  <romain@orebokech.com>
8769
8770         * message.el (message-forward-subject-name-subject): Prefer the
8771         address to 'nowhere' if the sender has no name.
8772         Fix typo.  Update copyright year.
8773
8774 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * gnus-art.el (article-wash-html): Use
8777         gnus-summary-show-article-charset-alist if a numeric arg is given.
8778         (gnus-article-wash-html-with-w3m-standalone): New function.
8779
8780         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8781         mm-inline-text-html-render-with-w3m-standalone.
8782         (mm-text-html-washer-alist): Map w3m-standalone to
8783         gnus-article-wash-html-with-w3m-standalone.
8784         (mm-inline-text-html-render-with-w3m-standalone): New function.
8785
8786 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8787
8788         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8789         Improve LaTeX.
8790
8791 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8794         (nnrss-request-article): Render text/plain parts as HTML.
8795
8796         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8797         the buffer.
8798
8799 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8800
8801         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8802         custom definition of `gnus-posting-styles'.
8803
8804         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8805         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8806
8807 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8810         Use nntp for bug archive.
8811
8812 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8815         parts.
8816         (nnrss-normalize-date): New function converts ISO 8601 date into
8817         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8818         (nnrss-check-group): Use it.
8819
8820 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8823
8824         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8825         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8826         (nnrss-insert-w3): Ditto.
8827
8828 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8831         the articles to be forwarded including the case where neither a
8832         number of articles nor a region is specified.
8833
8834 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * nnrss.el (nnrss-request-article): Fix last change; fill
8837         text/plain parts.
8838
8839 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8842         in text/plain part.
8843         (nnrss-check-group): Don't add excessive newline to dc:subject.
8844
8845 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8846
8847         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8848         article.
8849
8850 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8851
8852         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8853         (nnml-use-compressed-files, nnml-save-mail): Support other
8854         comression programs such as bzip2.
8855
8856 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8857
8858         * dns.el (query-dns): Make sure we check the buffer size before
8859         removing tcp headers.
8860
8861 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8864         remove MIME buttons associated with multipart/alternative parts.
8865         (gnus-mime-display-alternative): Tag buttons using `article-type'
8866         text property.
8867
8868         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8869         associated with multipart/alternative parts.
8870
8871         * gnus-art.el (gnus-signature-separator): Fix custom type.
8872
8873         * mm-decode.el (mm-inlined-types): Fix custom type.
8874         (mm-keep-viewer-alive-types): Ditto.
8875         (mm-automatic-display): Ditto.
8876         (mm-attachment-override-types): Ditto.
8877         (mm-inline-override-types): Ditto.
8878         (mm-automatic-external-display): Ditto.
8879
8880 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * spam-report.el (spam-report-user-mail-address)
8883         (spam-report-user-agent): New variables.
8884         (spam-report-url-ping-plain): Use spam-report-user-agent.
8885
8886 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8887
8888         * gnus-art.el (gnus-button-handle-custom): Do not just use
8889         `customize-apropos' for any "M-x customize-*" button but the
8890         function called for.  Accept both the function name and its
8891         argument in order to achieve this.
8892         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8893         function name to `gnus-button-handle-custom' in case of "M-x
8894         customize-*" buttons.
8895
8896 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8899         multipart/alternative and add xref to mm-discouraged-alternatives
8900         in doc string.
8901
8902         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8903         gnus-buttonized-mime-types in doc string.
8904
8905 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8908         Suggest image/.* in the doc string.
8909
8910 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8913         message-marks (Debian bug #342521).
8914
8915 2005-12-12  Simon Josefsson  <jas@extundo.com>
8916
8917         * password.el (password-read-from-cache): Add.
8918         (password-read): Use it.
8919
8920 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8923         us-ascii as a MIME charset.
8924
8925         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8926         against the case where the 2nd arg TYPE is nil.
8927
8928 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8929
8930         * pop3.el (pop3-stream-type): Fix custom version.
8931
8932         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8933
8934 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8935
8936         * mm-decode.el (mm-display-external): Add missing cdr.
8937
8938 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8941         RFC1524) if it is in mailcap or add a suffix according to
8942         mailcap-mime-extensions when generating a temp filename; postpone
8943         deleting a temp file for 2 seconds for some wrappers, shell
8944         scripts, and so on, which might exit right after having started a
8945         viewer command as a background job.
8946
8947 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * nntp.el (nntp-marks-directory): Fix custom group.
8950
8951         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8952         steps when < 10.
8953
8954         * gnus-start.el (gnus-no-server-1): Mention
8955         `gnus-level-default-subscribed' in doc string.
8956
8957 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8958
8959         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8960         parens.
8961
8962 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * gnus-xmas.el (gnus-use-toolbar): Revert.
8965         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8966         gnus-use-toolbar is default.
8967
8968         * messagexmas.el (message-use-toolbar): Revert.
8969         (message-setup-toolbar): Use global default-toolbar if
8970         message-use-toolbar is default.
8971
8972 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8975         according to default-toolbar-visible-p.
8976
8977         * messagexmas.el (message-use-toolbar): Ditto.
8978
8979 2005-11-26  Dave Love  <fx@gnu.org>
8980
8981         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8982         (tls-program, tls-success): Provide openssl alternative.
8983
8984         * starttls.el: Doc fixes.
8985         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8986         SERVICE to PORT.
8987
8988         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8989         port null or service name.
8990         (starttls-negotiate): Autoload.
8991
8992 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * message.el (message-kill-to-signature): Fix interactive spec.
8995
8996 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * pop3.el (pop3-open-server): Recognize a string as a service name.
8999
9000 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9001
9002         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9003
9004 2005-11-23  Dave Love  <fx@gnu.org>
9005
9006         Add pop3s, pop3/starttls.
9007
9008         * pop3.el (pop3-authentication-scheme): Clarify doc.
9009         (open-tls-stream, starttls-open-stream): Autoload.
9010         (pop3-stream-type): New.
9011         (pop3-open-server): Use it.
9012
9013         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9014         for POP.
9015         (mail-source-keyword-map): Add :stream for POP.
9016         (mail-source-fetch-pop): Use pop3-stream-type.
9017
9018 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9021         of current-time-string.
9022
9023 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9024
9025         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9026         date header.
9027
9028 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9029
9030         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9031         it can seriously impact performance as it bypasses the agent's
9032         local caches.
9033
9034 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9035
9036         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9037         must be explicitly online rather than "not explicitly offline" for
9038         its flags to be synchronized.
9039
9040         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9041         that gnus-uu-unmark-thread will function correctly.
9042
9043         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9044         1024K is instead displayed as 1M.
9045
9046 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9049
9050 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9051
9052         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9053
9054 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9055
9056         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9057         error message to display actual error condition.
9058         (gnus-agent-save-local): Avoid saving symbols that are bound to
9059         nil as they simply result in a warning message in
9060         gnus-agent-read-local.
9061
9062 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9065         rather than make-variable-buffer-local for file-precious-flag.
9066
9067 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9068
9069         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9070         for duplicates which are removed.  The invalid sort check then
9071         triggers a rescan after the sort as sorting may have moved
9072         duplicate entries such that they can be cheaply detected.
9073
9074 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9077
9078 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9079
9080         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9081         internal variable to a custom variable.  Changed default value
9082         from compressed(2) to uncompressed(1).
9083         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9084         support for uncompressed agentview files.  Taken together, reading
9085         the agentview file should now be 6-7 times faster.
9086
9087 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9088
9089         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9090         as a buffer-local variable.  This avoids creating truncated
9091         dribble files as a result of a hang up, eg.
9092
9093 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9094
9095         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9096         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9097         XEmacs.
9098
9099 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * gnus-start.el (gnus-start-draft-setup): Enforce
9102         `gnus-draft-mode' for nndraft:drafts at startup.
9103
9104         * gnus.el (gnus-splash): Change custom group.
9105         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9106         allow-list argument.
9107
9108         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9109         string.
9110
9111 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * gnus-art.el (gnus-default-article-saver): Add user-defined
9114         `function' to custom type.
9115
9116 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9117
9118         * imap.el (imap-open): Handle case where buffer is a buffer
9119         object.
9120
9121 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9124         long lines.
9125         (gnus-cache-delete-group): Wrap doc strings.
9126
9127         * gnus-agent.el (gnus-agent-rename-group)
9128         (gnus-agent-delete-group): Wrap doc strings.
9129
9130 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * messagexmas.el (message-use-toolbar): Change the valid values
9133         into default, top, bottom, left, and right.
9134         (message-toolbar-thickness): New variable.
9135         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9136         well.
9137         (message-setup-toolbar): Make it work.
9138
9139         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9140         (gnus-use-toolbar): Change the valid values into default, top,
9141         bottom, left, and right.
9142         (gnus-toolbar-thickness): New variable.
9143         (gnus-xmas-setup-toolbar): New function.
9144         (gnus-xmas-setup-group-toolbar): Use it.
9145         (gnus-xmas-setup-summary-toolbar): Use it.
9146
9147 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9148
9149         * gnus-start.el (gnus-1): Add "native" to
9150         gnus-predefined-server-alist.
9151
9152         * gnus.el (gnus-method-to-server): Don't add "native" to the
9153         lists here, because that leads to problems when
9154         gnus-select-method is bound.
9155
9156 2005-11-09  Simon Josefsson  <jas@extundo.com>
9157
9158         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9159         use (not sort-by-date) instead.
9160
9161 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9162
9163         * gnus-delay.el (gnus-delay-group): Don't autoload.
9164         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9165         to be re-loaded when customizing the `gnus-delay' group.
9166
9167 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9168
9169         * message.el: Revert last changes.
9170         (message-insert-citation-line): Use newlines.
9171
9172 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9173
9174         * message.el (message-courtesy-message)
9175         (message-mark-insert-begin, message-mark-insert-end)
9176         (message-elide-ellipsis, message-cancel-message)
9177         (message-add-header, message-change-subject)
9178         (message-cross-post-followup-to-header)
9179         (message-cross-post-insert-note, message-reduce-to-to-cc)
9180         (message-widen-reply, message-delete-not-region)
9181         (message-kill-to-signature, message-insert-signature)
9182         (message-insert-importance-high, message-insert-importance-low)
9183         (message-insert-or-toggle-importance)
9184         (message-insert-disposition-notification-to)
9185         (message-indent-citation, message-yank-original)
9186         (message-cite-original-without-signature, message-cite-original)
9187         (message-insert-citation-line, message-position-on-field)
9188         (message-fix-before-sending, message-send-mail-partially)
9189         (message-send-mail, message-send-mail-with-sendmail)
9190         (message-send-mail-with-qmail, message-send-news)
9191         (message-check-news-header-syntax, message-generate-headers)
9192         (message-insert-courtesy-copy, message-fill-address)
9193         (message-fill-header, message-shorten-references)
9194         (message-setup-1, message-cancel-news)
9195         (message-forward-make-body-plain, message-forward-make-body-mime)
9196         (message-forward-make-body-mml, message-encode-message-body)
9197         (message-forward-make-body-digest-plain)
9198         (message-forward-make-body-digest-mime)
9199         (message-use-alternative-email-as-from): Insert `hard-newline'
9200         instead of ordinary newlines.
9201
9202 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * message.el (message-generate-headers): Downcase the argument
9205         given to message-check-element.
9206
9207 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9208
9209         * nntp.el (nntp-authinfo-rejected): New error condition.
9210         (nntp-wait-for): Use new error condition to signal authentication
9211         error.
9212         (nntp-retrieve-data): Rethrow new error condition to break out of
9213         recursive call to nntp-send-authinfo.
9214
9215 2005-11-08  Romain Francoise  <romain@orebokech.com>
9216
9217         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9218         (gnus-summary-exit-map): Bind to `Z p'.
9219         (gnus-summary-make-menu-bar): Add menu item.
9220
9221 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9224         (gnus-treat-*): Add `first' in all doc strings.
9225
9226         * gnus-group.el (gnus-group-compact-group): Fix typo.
9227
9228 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus.el (gnus-parameters-case-fold-search): New variable.
9231         (gnus-parameters-get-parameter): Use it.
9232
9233         * gnus-score.el (gnus-home-score-file): Doc fix.
9234
9235 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9236
9237         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9238
9239 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * mm-util.el (mm-special-display-p): New function.
9242
9243         * mml.el (mml-preview): Use it; doc fix.
9244
9245 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9246
9247         * imap.el (imap-open): Handle case where buffer is a buffer object.
9248
9249 2005-10-29  Romain Francoise  <romain@orebokech.com>
9250
9251         * message.el (message-fix-before-sending): Fix comment.
9252
9253 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9254
9255         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9256
9257 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9258
9259         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9260         Used in gnus-score.el.
9261
9262 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9263
9264         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9265
9266 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9269         whitespace removed in revision 7.8.  Use concatenated string to
9270         protect trailing whitespace.
9271
9272 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9273
9274         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9275         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9276         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9277         Courier IMAP ("some version from 2004").  Mostly based on similar
9278         code in the same function.
9279
9280 2005-10-26  Didier Verna  <didier@xemacs.org>
9281
9282         * gnus-group.el (gnus-group-compact-group): Invalidate original
9283         article buffer.
9284         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9285         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9286         NOV database and in article itself.
9287         Invalidate article backlog.
9288
9289 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9292
9293 2005-10-26  Simon Josefsson  <jas@extundo.com>
9294
9295         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9296         part of 2004-07-25 change.
9297
9298 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * message.el (message-display-completion-list): New function.
9301         (message-expand-group): Use it; make sure the Completions buffer
9302         is modifiable.
9303 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9304
9305         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9306         user-mail-name is an empty string.
9307
9308 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9309
9310         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9311         depending on gnus-score-decay-constant.
9312
9313         * encrypt.el (encrypt-insert-file-contents)
9314         (encrypt-write-file-contents): Don't use `gnus-message'.
9315
9316         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9317         arguments.
9318         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9319         arguments to mm-uu-verbatim-marks-extract.
9320         (mm-uu-hide-markers): New variable.
9321         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9322
9323         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9324         (gnus-convert-image-to-face-command): Use "convert" by default to
9325         allow other input image formats.
9326         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9327         accordingly.
9328
9329 2005-10-23  Simon Josefsson  <jas@extundo.com>
9330
9331         * imap.el (imap-gssapi-program): Align command line parameters
9332         with latest GNU SASL.
9333         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9334
9335 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9336
9337         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9338         HTML.
9339         (nnslashdot-request-article): Ditto.
9340
9341         * lpath.el (featurep): Add nobreak-char-display.
9342
9343 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9344
9345         * mail-source.el (mail-source-fetch-pop): Require pop3.
9346         (mail-source-check-pop): Ditto.
9347
9348 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9351         errors.
9352
9353 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9356         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9357
9358         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9359
9360         * mm-bodies.el (mm-decode-string): Call
9361         `mm-charset-to-coding-system' with allow-override argument.
9362
9363 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9364
9365         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9366         (rfc2047-charset-to-coding-system): New function.
9367         (rfc2047-decode-encoded-words): New function.
9368         (rfc2047-decode-region): Use them.
9369         (rfc2047-decode-cte): Remove.
9370         (rfc2047-parse-and-decode): Remove.
9371         (rfc2047-decode): Remove.
9372
9373 2005-10-15  Kenichi Handa  <handa@m17n.org>
9374
9375         * rfc2047.el (rfc2047-decode-cte): New function.
9376         (rfc2047-decode-region): Change the way to decode successive
9377         encoded-words: decode B- or Q-encoding in each encoded-word,
9378         concatenate them, and decode it as charset.
9379
9380 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * lpath.el: Fbind codepage-setup for XEmacs.
9383
9384 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9385
9386         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9387         widget-move-and-invoke.
9388         (gnus-custom-mode): Use gnus-custom-map.
9389
9390 2005-10-15  Bill Wohler  <wohler@newt.com>
9391
9392         * message.el (message-tool-bar-map): Renamed image file from
9393         mail_send to mail/send.
9394
9395 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9396
9397         * message.el (message-expand-group): Pass the common
9398         prefix substring of completion to `display-completion-list'.
9399
9400 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * mml-sec.el (mml-secure-method): New internal variable.
9403         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9404         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9405         functions using mml-secure-method.
9406
9407         * mml.el (mml-mode-map): Add key bindings for those functions.
9408         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9409         Harder <harder@myrealbox.com>.
9410         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9411         end of message if point is the headers of the message.
9412
9413         * message.el (message-in-body-p): New function.
9414
9415         * assistant.el: Autoload gnus-util and netrc.
9416
9417         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9418         Use `mm-charset-override-alist' only when decoding.
9419
9420         * mm-bodies.el (mm-decode-body): Call
9421         `mm-charset-to-coding-system' with allow-override argument.
9422
9423         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9424         `filename' from Content-Disposition if Content-Type doesn't
9425         provide `name'.
9426         (gnus-mime-view-part-as-type): Set default instead of
9427         initial-input.
9428
9429 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9430
9431         * format-spec.el (format-spec): Propagate text properties of % spec.
9432
9433 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * gnus-art.el (gnus-treat-predicate): Add `first'.
9436
9437 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9440         (mm-charset-override-alist): New variable.
9441         (mm-charset-to-coding-system): Use it.
9442         (mm-codepage-setup): New helper function.
9443         (mm-charset-eval-alist): New variable.
9444         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9445         about unknown charsets.
9446
9447         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9448
9449 2005-10-04  David Hansen  <david.hansen@gmx.net>
9450
9451         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9452         (nnrss-check-group): Ditto.
9453
9454 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9455
9456         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9457         Rename x-gnus-verbatim to x-verbatim.
9458         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9459
9460         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9461         x-verbatim.
9462
9463         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9464
9465         * gnus-util.el (gnus-remove-duplicates): Remove.
9466
9467         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9468         instead of gnus-remove-duplicates.
9469
9470         * message.el (message-remove-duplicates): Remove.
9471         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9472         message-remove-duplicates.
9473
9474         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9475         available, else use implementation from `delete-dups'.
9476
9477         * message.el (message-insert-expires): New function.
9478         (message-mode-map): Add key binding.
9479         (message-mode-field-menu): Add menu entry.
9480         (message-mode): Document it.
9481         (message-make-expires-date): Use `message-make-date'.
9482
9483 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9484
9485         * message.el (message-make-expires-date): New function.
9486
9487 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * Makefile.in (list-installed-shadows): New entry.
9490         (install): Use it.
9491         (remove-installed-shadows): New entry.
9492
9493         * dgnushack.el (dgnushack-default-load-path): New variable.
9494         (dgnushack-find-lisp-shadows): New function.
9495         (dgnushack-remove-lisp-shadows): New function.
9496
9497 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * Makefile.in (install-el-elc): New entry.
9500         (install): Use it so that .el files are necessarily installed.
9501
9502 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9505
9506 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9507
9508         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9509         function rather than the diff-mode.el package.
9510         (mm-display-external): Use with-current-buffer.
9511         (mm-viewer-completion-map, mm-viewer-completion-map):
9512         Move initialization inside declaration.
9513
9514 2005-09-29  Simon Josefsson  <jas@extundo.com>
9515
9516         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9517         autoload mail-check-payment.
9518         (spam-check-hashcash): Define unconditionally, since hashcash.el
9519         is part of Gnus now.  Ignore errors from payment checking.
9520
9521 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * message.el (message-bold-region, message-unbold-region): Rename
9524         from `bold-region' and `unbold-region'.
9525
9526         * message.el: Remove useless autoloads.
9527
9528 2005-09-28  Simon Josefsson  <jas@extundo.com>
9529
9530         * message.el (message-use-idna): Default to t.
9531         (message-use-idna): Test whether encoding works too.  Doc fix.
9532
9533 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * nntp.el (nntp-warn-about-losing-connection): Remove.
9536
9537 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9540         customizable.  Change default value.
9541         (mm-uu-diff-groups-regexp): Change default value.
9542         (mm-uu-type-alist): Add doc string.
9543         (mm-uu-configure): Add doc string.  Make it interactive.
9544         (mm-uu-tex-groups-regexp): New variable.
9545         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9546         (mm-uu-type-alist): Add LaTeX documents.
9547         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9548         of "text/verbatim".
9549         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9550
9551         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9552         instead of "text/verbatim".
9553
9554         * message.el (message-mark-inserted-region)
9555         (message-mark-insert-file): Use slrn style marks when called with
9556         prefix argument.
9557
9558 2005-09-27  Simon Josefsson  <jas@extundo.com>
9559
9560         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9561
9562 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9563
9564         * message.el (message-remove-duplicates): New function.
9565         Implementation borrowed from `gnus-remove-duplicates'.
9566         (message-idna-to-ascii-rhs): Also encode idna addresses in
9567         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9568         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9569         only ask about the same idna domain once per header and also tell
9570         in what header to replace the idna domain.
9571
9572         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9573         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9574         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9575         a header is decoded and not just the last one.
9576
9577 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9580         has been decoded.
9581
9582         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9583         (mm-insert-part): Don't modify text if it has been decoded.
9584
9585         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9586         decoded.
9587
9588         * mm-view.el (mm-inline-text): Don't strip text props unless
9589         decoding enriched or richtext parts.
9590
9591 2005-09-25  Romain Francoise  <romain@orebokech.com>
9592
9593         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9594         * gnus-start.el (gnus-subscribe-interactively):
9595         * gnus-uu.el (gnus-uu-grab-articles):
9596         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9597         space.
9598
9599 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9600
9601         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9602         * mm-view.el (mm-view-pkcs7-decrypt):
9603         * gnus-sum.el (gnus-summary-limit-to-extra)
9604         (gnus-summary-respool-article, gnus-read-move-group-name):
9605         * gnus-score.el (gnus-summary-increase-score):
9606         * gnus-util.el (gnus-completing-read-with-default):
9607         * gnus-art.el (gnus-read-save-file-name)
9608         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9609         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9610         * message.el (message-check-news-header-syntax):
9611         Follow convention for reading with the minibuffer.
9612
9613 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * spam-report.el (spam-report-url-ping-plain):
9616         Use gnus-extended-version as User-Agent.
9617
9618         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9619         default value is nil.
9620
9621         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9622         (mm-uu-verbatim-marks-extract): New function.
9623         (mm-uu-extract): New face.
9624         (mm-uu-copy-to-buffer): Use it.
9625
9626         * spam-report.el (spam-report-gmane-ham): Renamed from
9627         `spam-report-gmane-unspam'.
9628         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9629         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9630
9631         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9632         Autoload.
9633         (spam-report-gmane-unregister-routine): Renamed
9634         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9635
9636 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9637
9638         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9639         (spam-report-gmane-unregister-routine): Add support for gmane
9640         unregistration.
9641
9642         * spam-report.el (spam-report-gmane-unspam)
9643         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9644         (spam-report-gmane): Change to take a single article and do unspam
9645         registration.
9646
9647 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * mm-url.el (mm-url-decode-entities): Fix regexp.
9650
9651 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9652
9653         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9654         default to nil, to be able to use Gnus at all.  If the default
9655         switches to something else, then the function should be fixed not
9656         be exceedingly slow.
9657
9658 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9659
9660         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9661         fail hard.
9662
9663         * spam-report.el: Add better Keywords line.
9664
9665         * spam.el: Add Maintainer and better Keywords line.
9666
9667 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * gnus-art.el (gnus-article-replace-part)
9670         (gnus-mime-replace-part): New functions.
9671         (gnus-mime-action-alist, gnus-mime-button-commands)
9672         (gnus-mime-save-part-and-strip): Added file argument.
9673         (gnus-article-part-wrapper): Added interactive argument.
9674
9675         * gnus-sum.el (gnus-summary-mime-map): Add
9676         `gnus-article-replace-part'.
9677
9678 2005-09-19  Didier Verna  <didier@xemacs.org>
9679
9680         The nnml compaction feature:
9681         * nnml.el (nnml-request-compact-group): New function.
9682         * nnml.el (nnml-request-compact): New function.
9683         * gnus-int.el (gnus-request-compact-group): New function.
9684         * gnus-int.el (gnus-request-compact): New function.
9685         * gnus-group.el (gnus-group-compact-group): New function.
9686         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9687         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9688         * gnus-srvr.el (gnus-server-compact-server): New function.
9689         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9690         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9691
9692 2005-09-18  Deepak Goel  <deego@gnufans.org>
9693
9694         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9695         format spec.
9696
9697 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9700
9701 2005-09-15  Romain Francoise  <romain@orebokech.com>
9702
9703         * message.el (message-fill-paragraph): Clarify docstring.
9704
9705 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-art.el (gnus-mime-display-part): Protect against broken
9708         MIME messages.
9709
9710 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9713         before parsing header.
9714
9715 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9716
9717         * html2text.el (html2text-replace-list): Add new entities.
9718
9719 2005-09-11  Romain Francoise  <romain@orebokech.com>
9720
9721         * message.el (message-alternative-emails): Improve docstring.
9722         (message-setup-1): Call `message-use-alternative-email-as-from'
9723         after `message-setup-hook' to give it precedence over posting
9724         styles, etc.
9725         (message-use-alternative-email-as-from): Add docstring.  Remove
9726         the original From header if present.
9727
9728         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9729         (nnml-save-mail): Use it.
9730
9731         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9732         articles.  Add new argument `silent'.
9733         (gnus-uu-mark-all): Report the total number of marked articles.
9734
9735 2005-09-10  Romain Francoise  <romain@orebokech.com>
9736
9737         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9738         (gnus-uu-mark-series): Likewise.
9739
9740 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9741
9742         * spam-report.el (spam-report-gmane): Fix generation of spam
9743         report URL.
9744
9745 2005-09-10  Simon Josefsson  <jas@extundo.com>
9746
9747         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9748         t, based on discussion on the ding list with Robert Epprecht
9749         <epprecht@solnet.ch>.
9750
9751 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * spam-report.el (spam-report-gmane): Make it work without
9754         X-Report-Spam header.  Gmane now only provides Archived-At.
9755         This is only used if `spam-report-gmane-use-article-number' is nil.
9756         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9757
9758         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9759         make `gnus-summary-sort-by-recipient' work with threading.
9760
9761         * nnweb.el (nnweb-google-wash-article): Print a message if article
9762         is not available.
9763
9764 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9765
9766         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9767         change.  Decode text/* parts content before displaying.
9768
9769 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9770
9771         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9772
9773 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9776
9777         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9778         url-package-name, url-package-version,
9779         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9780         w3m-display-inline-images, and w3m-minor-mode-map.
9781
9782 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * message.el (message-tab-body-function): Fix mismatched custom type.
9785
9786         * gnus.el (gnus-group-change-level-function): Ditto.
9787
9788         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9789
9790         * gnus-art.el (gnus-signature-limit)
9791         (gnus-article-mime-part-function): Ditto.
9792
9793 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * mml.el (mml-mode): Silence the byte compiler.
9796
9797         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9798         using `(sit-for 0)' before moving the point to the specified part;
9799         skip unbuttonized parts.
9800         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9801         return to the summary window if gnus-auto-select-part is non-nil.
9802
9803 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9806         variables.
9807         (mml-dnd-attach-file, mml-mode): Use them.
9808
9809         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9810         Make fetching article by MID work again for Google Groups.  Added
9811         FIXME concerning gnus-group-make-web-group.
9812
9813         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9814         Don't depend on Gnus by using mail-extract-address-components if
9815         gnus-extract-address-components is not bound.
9816
9817 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9818
9819         * gnus-art.el (gnus-mime-display-security): Don't display the
9820         signature, but only the signed part.
9821
9822 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9825
9826         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9827         list, not listp.
9828
9829 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9830
9831         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9832         when encoding.
9833
9834         * mm-bodies.el (mm-decode-content-transfer-encoding):
9835         De-canonicalize CRLF for all text content types, not just
9836         text/plain.
9837
9838 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9841         valid article; point arrow and cursor at the MIME button.
9842
9843 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9846         Suggested by Dan Christensen <jdc@uwo.ca>.
9847
9848         * mm-decode.el (mm-save-part): Enable change of prompt.
9849
9850 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9851
9852         * gnus-msg.el (gnus-inews-add-send-actions): Made
9853         `message-post-method' lambda parameter ARG `&optional'.
9854
9855 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9856
9857         * gnus-sum.el (gnus-summary-mime-map): Added
9858         gnus-article-save-part-and-strip, gnus-article-delete-part and
9859         gnus-article-jump-to-part.
9860
9861         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9862         (gnus-article-edit-part): Use it.
9863         (gnus-article-part-wrapper): Added no-handle argument.
9864         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9865         functions.
9866
9867 2005-08-29  Romain Francoise  <romain@orebokech.com>
9868
9869         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9870         docstring.
9871         (gnus-face-from-file): Likewise.
9872
9873 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9876         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9877         non-nil.
9878         (gnus-auto-select-part): New variable.
9879         (gnus-article-jump-to-part): New function.
9880         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9881         (gnus-mime-delete-part): Allow selecting specified part after
9882         deleting or stripping parts.
9883         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9884         part if argument is bogus.
9885
9886 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9887
9888         * gnus-art.el (w3m-minor-mode-map):
9889         * gnus-spec.el (gnus-newsrc-file-version):
9890         * gnus-util.el (nnmail-active-file-coding-system)
9891         (gnus-original-article-buffer, gnus-user-agent):
9892         * gnus.el (gnus-ham-process-destinations)
9893         (gnus-parameter-ham-marks-alist)
9894         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9895         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9896         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9897         * mm-decode.el (gnus-current-window-configuration):
9898         * mm-extern.el (gnus-article-mime-handles):
9899         * mm-url.el (url-current-object, url-package-name)
9900         (url-package-version):
9901         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9902         (smime-keys, w3m-cid-retrieve-function-alist)
9903         (w3m-current-buffer, w3m-display-inline-images)
9904         (w3m-minor-mode-map):
9905         * mml-smime.el (gnus-extract-address-components):
9906         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9907         (gnus-newsrc-hashtb, message-default-charset)
9908         (message-deletable-headers, message-options)
9909         (message-posting-charset, message-required-mail-headers)
9910         (message-required-news-headers):
9911         * mml1991.el (mc-pgp-always-sign):
9912         * mml2015.el (mc-pgp-always-sign):
9913         * nnheader.el (nnmail-extra-headers):
9914         * rfc1843.el (gnus-decode-encoded-word-function)
9915         (gnus-decode-header-function, gnus-newsgroup-name):
9916         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9917
9918 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9919
9920         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9921         the end of the date treatments.
9922
9923 2005-08-15  Simon Josefsson  <jas@extundo.com>
9924
9925         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9926         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9927         Capello and Romain Francoise.
9928         (pgg-fetch-key-function): Removed, not used?
9929         (pgg-insert-url-with-w3): Require url, to get
9930         url-insert-file-contents regardless of where it is defined.
9931
9932 2005-08-13  Romain Francoise  <romain@orebokech.com>
9933
9934         * message.el (message-cite-original-1): New function.
9935         (message-cite-original): Use it.
9936         (message-cite-original-without-signature): Ditto.
9937
9938 2005-08-08  Romain Francoise  <romain@orebokech.com>
9939
9940         * message.el (message-yank-empty-prefix): New variable.
9941         (message-indent-citation): Use it.
9942         (message-cite-original-without-signature): Respect X-No-Archive.
9943
9944 2005-08-08  Simon Josefsson  <jas@extundo.com>
9945
9946         * pgg.el: Autoload url-insert-file-contents instead of loading
9947         w3/url.
9948         (pgg-insert-url-with-w3): Don't load url here.
9949
9950 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9951
9952         * message.el (message-kill-to-signature): Don't insert newline at
9953         bol.
9954         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9955
9956 2005-08-06  Romain Francoise  <romain@orebokech.com>
9957
9958         * message.el (message-user-fqdn): Fix typo in docstring.
9959
9960 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9961
9962         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9963
9964         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9965
9966 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * mm-bodies.el (mm-encode-body): Use coding system rather than
9969         charset to encode text.
9970
9971         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9972         number of charsets if utf-8 is available (XEmacs).
9973
9974 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9977         taken from `gnus-button-mid-or-mail-regexp'.
9978         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9979         (gnus-button-alist): Improve regexp for domain part of the MIDs
9980         for news:localpart@domain buttons.
9981         (gnus-button-ctan-directory-regexp): Update.
9982
9983 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * sieve-manage.el (sieve-manage-interactive-login): Use
9986         make-local-variable rather than make-variable-buffer-local.
9987         (sieve-manage-open): Ditto.
9988         (sieve-manage-authenticate): Ditto.
9989
9990         * mml.el (mml-generate-mime-1): Make the content type default to
9991         text/plain if the filename is not specified.
9992
9993 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9996         instead of insert-buffer.
9997
9998         * message.el (message-yank-original): Ditto; set the mark at the
9999         end of the yanked message.
10000
10001 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10004         lines to scroll rather than to stop it.
10005
10006         * mml.el (mml-generate-default-type): Add doc string.
10007         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10008         default to application/octet-stream when determining the content
10009         type if it is not specified for the part or the mml contents; add
10010         a comment about mml-generate-default-type.
10011
10012 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10013
10014         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10015         make it default to application/octet-stream when determining the
10016         content type if it is not specified for the external contents.
10017
10018 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10019
10020         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10021         segmented parameter but also other parameters might be there.
10022
10023 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * mm-decode.el (mm-display-external): Delete temp file, directory
10026         and buffer immediately if the external process is exited.
10027
10028 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10031         fewer lines than that of scroll-margin.
10032         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10033
10034 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-art.el (gnus-article-next-page): Revert.
10037         (gnus-article-beginning-of-window): New macro.
10038         (gnus-article-next-page-1): Use it.
10039         (gnus-article-prev-page): Ditto.
10040         (gnus-article-edit-part): Use insert-buffer-substring instead of
10041         insert-buffer.
10042         (gnus-article-edit-exit): Ditto.
10043
10044         * gnus-util.el (gnus-beginning-of-window): Remove.
10045         (gnus-end-of-window): Remove.
10046
10047         * lpath.el: Don't bind header-line-format and scroll-margin.
10048
10049 2005-07-25  Simon Josefsson  <jas@extundo.com>
10050
10051         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10052         to have the url package without w3.  Reported by Daiki Ueno
10053         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10054
10055 2005-07-20  Didier Verna  <didier@xemacs.org>
10056
10057         * gnus-diary.el: Remove the description comment (nndiary is now
10058         properly documented in the Gnus manual).
10059         Fix the spelling of "Back End".
10060         * nndiary.el: Ditto.
10061         Fix the copyright notice.
10062
10063 2005-07-18  Romain Francoise  <romain@orebokech.com>
10064
10065         * gnus-sum.el (gnus-summary-to-prefix)
10066         (gnus-summary-newsgroup-prefix): New variables.
10067         (gnus-summary-from-or-to-or-newsgroups): Use them.
10068
10069 2005-07-17  Romain Francoise  <romain@orebokech.com>
10070
10071         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10072         space as it's generally not especially interesting to the user.
10073
10074 2005-07-16  Romain Francoise  <romain@orebokech.com>
10075
10076         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10077         nil to avoid prompting and file modification if one of the
10078         messages at the top of the nnfolder file contains a copyright
10079         notice.
10080         Update copyright notice.
10081
10082         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10083         instead of `current-time-string' as the latter creates a time
10084         string that is not RFC 2822 compliant (it lacks the zone).
10085         Update copyright notice.
10086
10087 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10088
10089         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10090         for text/rtf.  Display default in prompt.  Pass default for M-n.
10091
10092         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10093
10094 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10095
10096         * gnus-msg.el (gnus-button-mailto): Remove
10097         save-selected-window-window hackery because it relies on
10098         save-selected-window internals.
10099
10100 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10103         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10104         (gnus-article-prev-page): Ditto.
10105
10106         * gnus-util.el (gnus-beginning-of-window): New function.
10107         (gnus-end-of-window): New function.
10108
10109         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10110
10111 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10112
10113         * gnus-score.el (gnus-score-edit-all-score): Set
10114         gnus-score-edit-exit-function to gnus-score-edit-done and call
10115         gnus-message.
10116
10117 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10118
10119         * gnus-msg.el (gnus-button-mailto): Remove
10120         save-selected-window-window hackery because it relies on
10121         save-selected-window internals.
10122
10123 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10126         add-minor-mode.
10127         (gnus-binary-mode): Ditto.
10128
10129         * gnus-topic.el (gnus-topic-mode): Ditto.
10130
10131 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10132
10133         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10134         (gnus-article-prev-page): Take scroll-margin into consideration.
10135
10136 2005-07-04  Lute Kamstra  <lute@gnu.org>
10137
10138         Update FSF's address in GPL notices.
10139
10140 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10141
10142         * gnus.el (gnus-exit):
10143         * gnus-group.el (gnus-group-icons):
10144         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10145
10146         * gnus-nocem.el (gnus-nocem):
10147         * message.el (message-various, message-buffers, message-sending)
10148         (message-interface, message-forwarding, message-insertion)
10149         (message-headers, message-news, message-mail):
10150         * pgg-gpg.el (pgg-gpg):
10151         * pgg-parse.el (pgg-parse):
10152         * pgg-pgp.el (pgg-pgp):
10153         * pgg-pgp5.el (pgg-pgp5):
10154         * pop3.el (pop3): Finish `defgroup' description with period.
10155
10156 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-art.el (article-display-face): Improve the efficiency.
10159         (article-display-x-face): Ditto; remove grey x-face stuff.
10160
10161 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * gnus-art.el (article-display-face): Correct the position in
10164         which Faces are inserted.
10165
10166 2005-06-29  Didier Verna  <didier@xemacs.org>
10167
10168         * gnus-art.el (article-display-face): Display faces in correct
10169         order.
10170
10171 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10174         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10175         (gnus-nocem-check-article): Fetch the Type header.
10176         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10177         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10178         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10179         make sure gnus-nocem-hashtb is initialized.
10180         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10181         (gnus-nocem-unwanted-article-p): Ditto.
10182
10183         * pgg.el (pgg-verify): Return the verification result.
10184
10185 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10186
10187         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10188         is ascii.
10189
10190 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10191
10192         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10193         `show-nonbreak-escape'.
10194
10195 2005-06-23  Lute Kamstra  <lute@gnu.org>
10196
10197         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10198
10199         * dig.el (dig-mode):
10200         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10201
10202 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10203
10204         * nnimap.el (nnimap-split-download-body): Fix spellings.
10205
10206 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10207
10208         * gnus-art.el (gnus-article-encrypt-body):
10209         * gnus-cus.el (gnus-score-customize):
10210         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10211         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10212
10213 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10214
10215         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10216         header by looking for magic "MII" at the beginnig.
10217
10218 2005-06-16  Miles Bader  <miles@gnu.org>
10219
10220         * gnus-xmas.el (gnus-xmas-group-startup-message):
10221         Use renamed gnus-splash face.
10222
10223         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10224         (assistant-field-face): New backward-compatibility alias for renamed
10225         face.
10226         (assistant-render-text): Use renamed assistant-field face.
10227
10228         * spam.el (spam): Remove "-face" suffix from face name.
10229         (spam-face): New backward-compatibility alias for renamed face.
10230         (spam-face, spam-initialize): Use renamed spam face.
10231
10232         * message.el (message-header-to, message-header-cc)
10233         (message-header-subject, message-header-newsgroups)
10234         (message-header-other, message-header-name)
10235         (message-header-xheader, message-separator, message-cited-text)
10236         (message-mml): Remove "-face" suffix from face names.
10237         (message-header-to-face, message-header-cc-face)
10238         (message-header-subject-face, message-header-newsgroups-face)
10239         (message-header-other-face, message-header-name-face)
10240         (message-header-xheader-face, message-separator-face)
10241         (message-cited-text-face, message-mml-face):
10242         New backward-compatibility aliases for renamed faces.
10243         (message-font-lock-keywords): Use renamed message faces.
10244
10245         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10246         (sieve-test-commands, sieve-tagged-arguments):
10247         Remove "-face" suffix from face names.
10248         (sieve-control-commands-face, sieve-action-commands-face)
10249         (sieve-test-commands-face, sieve-tagged-arguments-face):
10250         New backward-compatibility aliases for renamed faces.
10251         (sieve-control-commands-face, sieve-action-commands-face)
10252         (sieve-test-commands-face, sieve-tagged-arguments-face):
10253         Use renamed sieve faces.
10254
10255         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10256         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10257         (gnus-group-news-3-empty, gnus-group-news-4)
10258         (gnus-group-news-4-empty, gnus-group-news-5)
10259         (gnus-group-news-5-empty, gnus-group-news-6)
10260         (gnus-group-news-6-empty, gnus-group-news-low)
10261         (gnus-group-news-low-empty, gnus-group-mail-1)
10262         (gnus-group-mail-1-empty, gnus-group-mail-2)
10263         (gnus-group-mail-2-empty, gnus-group-mail-3)
10264         (gnus-group-mail-3-empty, gnus-group-mail-low)
10265         (gnus-group-mail-low-empty, gnus-summary-selected)
10266         (gnus-summary-cancelled, gnus-summary-high-ticked)
10267         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10268         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10269         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10270         (gnus-summary-low-undownloaded)
10271         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10272         (gnus-summary-low-unread, gnus-summary-normal-unread)
10273         (gnus-summary-high-read, gnus-summary-low-read)
10274         (gnus-summary-normal-read, gnus-splash):
10275         Remove "-face" suffix from face names.
10276         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10277         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10278         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10279         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10280         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10281         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10282         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10283         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10284         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10285         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10286         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10287         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10288         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10289         (gnus-summary-normal-ticked-face)
10290         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10291         (gnus-summary-normal-ancient-face)
10292         (gnus-summary-high-undownloaded-face)
10293         (gnus-summary-low-undownloaded-face)
10294         (gnus-summary-normal-undownloaded-face)
10295         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10296         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10297         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10298         (gnus-splash-face):
10299         New backward-compatibility aliases for renamed faces.
10300         (gnus-group-startup-message): Use renamed gnus faces.
10301
10302         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10303         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10304         (gnus-server-agent): Remove "-face" suffix from face names.
10305         (gnus-server-agent-face, gnus-server-opened-face)
10306         (gnus-server-closed-face, gnus-server-denied-face)
10307         (gnus-server-offline-face):
10308         New backward-compatibility aliases for renamed faces.
10309         (gnus-server-agent-face, gnus-server-opened-face)
10310         (gnus-server-closed-face, gnus-server-denied-face)
10311         (gnus-server-offline-face): Use renamed gnus faces.
10312
10313         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10314         Remove "-face" suffix from face names.
10315         (gnus-picon-xbm-face, gnus-picon-face):
10316         New backward-compatibility aliases for renamed faces.
10317
10318         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10319         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10320         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10321         (gnus-cite-11): Remove "-face" suffix from face names.
10322         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10323         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10324         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10325         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10326         New backward-compatibility aliases for renamed faces.
10327         (gnus-cite-attribution-face, gnus-cite-face-list)
10328         (gnus-article-boring-faces): Use renamed gnus faces.
10329
10330         * gnus-art.el (gnus-signature, gnus-header-from)
10331         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10332         (gnus-header-content): Remove "-face" suffix from face names.
10333         (gnus-signature-face, gnus-header-from-face)
10334         (gnus-header-subject-face, gnus-header-newsgroups-face)
10335         (gnus-header-name-face, gnus-header-content-face):
10336         New backward-compatibility aliases for renamed faces.
10337         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10338
10339         * gnus-sum.el (gnus-summary-selected-face)
10340         (gnus-summary-highlight): Use renamed gnus faces.
10341         * gnus-group.el (gnus-group-highlight): Likewise.
10342
10343 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10344
10345         * gnus-sieve.el (gnus-sieve-article-add-rule):
10346         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10347         * spam-stat.el (spam-stat-buffer-change-to-spam)
10348         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10349
10350         * message.el (message-is-yours-p):
10351         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10352
10353 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * mm-view.el (mm-inline-text): Withdraw the last change.
10356
10357 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10360         executing enriched-decode.
10361
10362 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10365         charset of tar files.
10366
10367 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10368
10369         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10370
10371 2005-06-04  Lute Kamstra  <lute@gnu.org>
10372
10373         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10374         information is never recorded.
10375
10376 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10377
10378         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10379
10380 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * pop3.el (pop3-apop): Run md5 in the binary mode.
10383
10384         * starttls.el (starttls-set-process-query-on-exit-flag):
10385         Use eval-and-compile.
10386
10387 2005-05-31  Simon Josefsson  <jas@extundo.com>
10388
10389         * smime.el (smime-replace-in-string): Define.
10390         (smime-cert-by-ldap-1): Use it.
10391
10392 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * gnus-art.el (article-display-x-face): Replace
10395         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10396
10397         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10398         set-process-query-on-exit-flag or process-kill-without-query.
10399
10400         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10401         loop instead of replace-regexp.
10402
10403         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10404         instead of process-kill-without-query if it is available.
10405
10406         * lpath.el: Fbind ldap-search-entries.
10407
10408         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10409         instead of find-file-hooks if it is available.
10410
10411         * mml1991.el: Bind pgg-default-user-id when compiling.
10412
10413         * mml2015.el: Bind pgg-default-user-id when compiling.
10414
10415         * nndraft.el (nndraft-request-associate-buffer):
10416         Use write-contents-functions instead of write-contents-hooks if it is
10417         available.
10418
10419         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10420         instead of find-file-hooks if it is available.
10421
10422         * nntp.el (nntp-open-connection): Replace
10423         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10424         (nntp-open-ssl-stream): Ditto.
10425         (nntp-open-tls-stream): Ditto.
10426
10427         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10428         set-process-query-on-exit-flag or process-kill-without-query.
10429         (starttls-open-stream-gnutls): Use it instead of
10430         process-kill-without-query.
10431         (starttls-open-stream): Ditto.
10432
10433 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10434
10435         * smime.el (smime-cert-by-ldap-1): Don't use
10436         replace-regexp-in-string.
10437
10438 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10439
10440         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10441
10442         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10443         in PEM format.  Adjust to the XEmacs compability.
10444
10445 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10448         by `string-to-number'.
10449         * gnus-agent.el (gnus-agent-regenerate-group)
10450         (gnus-agent-fetch-articles): Ditto.
10451         * gnus-art.el (gnus-button-fetch-group): Ditto.
10452         * gnus-cache.el (gnus-cache-generate-active)
10453         (gnus-cache-articles-in-group): Ditto.
10454         * gnus-group.el (gnus-group-set-current-level)
10455         (gnus-group-insert-group-line): Ditto.
10456         * gnus-score.el (gnus-score-set-expunge-below)
10457         (gnus-score-set-mark-below, gnus-summary-score-effect)
10458         (gnus-summary-score-entry): Ditto.
10459         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10460         (gnus-soup-pack): Ditto.
10461         * gnus-spec.el (gnus-xmas-format): Ditto.
10462         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10463         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10464         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10465         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10466         * nndb.el (nndb-get-remote-expire-response): Ditto.
10467         * nndiary.el (nndiary-parse-schedule-value)
10468         (nndiary-string-to-number, nndiary-request-replace-article)
10469         (nndiary-request-article): Ditto.
10470         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10471         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10472         * nneething.el (nneething-make-head): Ditto.
10473         * nnfolder.el (nnfolder-request-article)
10474         (nnfolder-retrieve-headers): Ditto.
10475         * nnheader.el (nnheader-file-to-number): Ditto.
10476         * nnkiboze.el (nnkiboze-request-article): Ditto.
10477         * nnmail.el (nnmail-process-unix-mail-format)
10478         (nnmail-process-babyl-mail-format): Ditto.
10479         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10480         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10481         (nnmh-request-create-group, nnmh-request-list-1)
10482         (nnmh-request-group, nnmh-request-article): Ditto.
10483         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10484         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10485         * nnsoup.el (nnsoup-make-active): Ditto.
10486         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10487         * nntp.el (nntp-find-group-and-number)
10488         (nntp-retrieve-headers-with-xover): Ditto.
10489         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10490         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10491         (pgg-format-key-identifier): Ditto.
10492         * pop3.el (pop3-last, pop3-stat): Ditto.
10493         * qp.el (quoted-printable-decode-region): Ditto.
10494
10495         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10496         of concat.
10497
10498 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10501
10502         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10503
10504         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10505
10506         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10507
10508         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10509
10510         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10511
10512         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10513         (gnus-carpal-mode): Ditto.
10514
10515         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10516         (gnus-browse-mode): Ditto.
10517
10518         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10519
10520         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10521
10522 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10523
10524         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10525
10526 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * gnus-util.el (gnus-run-mode-hooks): New function.
10529
10530         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10531
10532         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10533         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10534
10535 2005-05-27  Lute Kamstra  <lute@gnu.org>
10536
10537         * dns-mode.el (dns-mode): Specify customization group.
10538
10539 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10540
10541         * gnus-agent.el (gnus-agent-make-mode-line-string):
10542         Use mode-line-highlight as mouse-face.
10543
10544 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * canlock.el (canlock): Change the parent group to news.
10547
10548         * deuglify.el (gnus-outlook-deuglify): Add :group.
10549
10550         * dig.el (dig): Add :group.
10551
10552         * dns-mode.el (dns-mode): Add :group.
10553
10554         * encrypt.el (encrypt): Add :group.
10555
10556         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10557         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10558         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10559         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10560         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10561
10562         * gnus-diary.el (gnus-diary): Add :group.
10563
10564         * gnus.el (gnus-group-news-1-face): Add :group.
10565         (gnus-group-news-1-empty-face): Ditto.
10566         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10567         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10568         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10569         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10570         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10571         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10572         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10573         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10574         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10575         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10576         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10577         (gnus-summary-high-ticked-face): Ditto.
10578         (gnus-summary-low-ticked-face): Ditto.
10579         (gnus-summary-normal-ticked-face): Ditto.
10580         (gnus-summary-high-ancient-face): Ditto.
10581         (gnus-summary-low-ancient-face): Ditto.
10582         (gnus-summary-normal-ancient-face): Ditto.
10583         (gnus-summary-high-undownloaded-face): Ditto.
10584         (gnus-summary-low-undownloaded-face): Ditto.
10585         (gnus-summary-normal-undownloaded-face): Ditto.
10586         (gnus-summary-high-unread-face): Ditto.
10587         (gnus-summary-low-unread-face): Ditto.
10588         (gnus-summary-normal-unread-face): Ditto.
10589         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10590         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10591
10592         * hashcash.el (hashcash): New custom group.
10593         (hashcash-default-payment): Add :group.
10594         (hashcash-payment-alist): Ditto.
10595         (hashcash-default-accept-payment): Ditto.
10596         (hashcash-accept-resources): Ditto.
10597         (hashcash-path): Ditto.
10598         (hashcash-extra-generate-parameters): Ditto.
10599         (hashcash-double-spend-database): Ditto.
10600         (hashcash-in-news): Ditto.
10601
10602         * message.el (message-minibuffer-local-map): Add :group.
10603
10604         * netrc.el (netrc): Add :group.
10605
10606         * sieve-manage.el (sieve-manage-log): Add :group.
10607         (sieve-manage-default-user): Diito.
10608         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10609         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10610         (sieve-manage-authenticators): Ditto.
10611         (sieve-manage-authenticator-alist): Ditto.
10612         (sieve-manage-default-port): Ditto.
10613
10614         * sieve-mode.el (sieve-control-commands-face): Add :group.
10615         (sieve-action-commands-face): Ditto.
10616         (sieve-test-commands-face): Ditto.
10617         (sieve-tagged-arguments-face): Ditto.
10618
10619         * smime.el (smime): Add :group.
10620
10621         * spam-report.el (spam-report): Add :group.
10622
10623         * spam.el (spam, spam-face): Add :group.
10624
10625 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626
10627         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10628         return \n.\n.\n at the end of articles.  Protect against that.
10629         (nntp-with-open-group): Allow debugging.
10630
10631         * nnheader.el (mail-header-set-extra): Make into a function
10632         because I just could't understand how to quote the list properly.
10633
10634         * dns.el (query-dns-cached): New function.
10635
10636 2005-05-26  Lute Kamstra  <lute@gnu.org>
10637
10638         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10639
10640 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10643
10644         * gnus-art.el: Don't autoload mail-extract-address-components.
10645
10646         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10647         eval-and-compile to evaluate it.
10648
10649         * hashcash.el: Don't autoload executable-find.
10650
10651         * nndb.el: Don't declare the nndb back end two or more times; don't
10652         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10653
10654         * nntp.el: Autoload format-spec instead of format; use
10655         eval-and-compile to evaluate autoload forms.
10656
10657 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10658
10659         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10660
10661 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10662
10663         * gnus.el (gnus-version-number): Bump version.
10664
10665 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10666
10667         * gnus.el: No Gnus v0.3 is released.
10668
10669 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10670
10671         * lpath.el (featurep): Bind show-nonbreak-escape.
10672
10673 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * gnus-art.el (gnus-article-edit-part): Disable undo.
10676
10677 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10680         gnus-article-date-lapsed-new-header is t if date timer is active;
10681         skip headers in which the original date value is empty.
10682         (gnus-article-save-original-date): Redefine it as a macro.
10683         (gnus-display-mime): Use it.
10684
10685 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * gnus-art.el (article-date-ut): Support converting date in
10688         forwarded parts as well.
10689         (gnus-article-save-original-date): New function.
10690         (gnus-display-mime): Use it.
10691
10692 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10693
10694         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10695         enclosure element of <item>.
10696
10697 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * message.el (message-kill-buffer-query): Renamed from
10700         `message-kill-buffer-query-if-modified'.  Added :version.
10701
10702 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10705         window layout.
10706
10707 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * mml.el: Autoload dnd when compiling.
10710
10711 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10714         x-dnd-*.
10715
10716 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * qp.el (quoted-printable-encode-region): Save excursion.
10719
10720 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10721
10722         * message.el (message-kill-buffer-query-if-modified): Add new variable
10723         so the user can kill a modified message buffer quickly.
10724         (message-kill-buffer): Use it.
10725
10726 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * lpath.el: Fbind display-time-event-handler; don't fbind
10729         string-to-multibyte.
10730
10731         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10732
10733 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10736         contained in text because xml.el decodes entities) with LFs.
10737
10738 2005-04-11  Lute Kamstra  <lute@gnu.org>
10739
10740         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10741         differently.
10742
10743 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10744
10745         * mm-util.el (mm-detect-coding-region): Typo.
10746
10747 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10748
10749         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10750
10751 2005-04-06  Deepak Goel  <deego@gnufans.org>
10752
10753         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10754         user-function allow user modifications of the scores.
10755         (spam-stat-score-buffer-user): New function, to allow
10756         user-computed modifications to the score.
10757         (spam-stat-score-buffer-user-functions): List of additional
10758         scoring functions.
10759         (spam-stat-error-holder): Global temporary error holder.
10760         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10761         variable.
10762
10763 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10764
10765         * gnus-registry.el (gnus-registry-clean-empty-function)
10766         (gnus-registry-trim, gnus-registry-fetch-groups)
10767         (gnus-registry-delete-group): Groups that match
10768         `gnus-registry-ignored-groups' are removed from the registry
10769         entries, not just ignored for splitting.  This helps clean up the
10770         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10771         to get all the groups a message ID is in.
10772
10773         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10774         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10775         (spam-stat-score-buffer-user-functions): Add :number custom type.
10776
10777 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10780         argument in XEmacs.
10781
10782         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10783         (nnrss-request-group): Decode group name first.
10784         (nnrss-request-article): Make a text/plain article if mml-to-mime
10785         failed.
10786         (nnrss-get-encoding): Return a compatible encoding according to
10787         nnrss-compatible-encoding-alist.
10788         (nnrss-find-el): Use consp instead of listp.
10789         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10790
10791 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10794         which Emacs 20 doesn't support.
10795         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10796
10797 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10798
10799         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10800         silence the byte compiler inside the defun.
10801
10802         * gnus-demon.el (parse-time-string): Add autoload.
10803
10804         * gnus-delay.el (parse-time-string): Add autoload.
10805
10806         * gnus-art.el (parse-time-string): Add autoload.
10807
10808         * nnultimate.el (parse-time): Require for `parse-time-string'.
10809
10810 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10811
10812         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10813
10814         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10815
10816         * smime.el (smime-ldap-host-list): Add :version.
10817
10818 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10819
10820         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10821         pass it to `gnus-browse-read-group'.
10822         (gnus-browse-read-group): Add NUMBER argument and pass it to
10823         `gnus-group-read-ephemeral-group'.
10824
10825         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10826         argument and pass it to `gnus-group-read-group'.
10827
10828 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10829
10830         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10831         mm-xemacs-find-mime-charset-1 if we have the mule feature
10832         available at runtime.
10833
10834 2005-03-25  Werner Lemberg  <wl@gnu.org>
10835
10836         * nnmaildir.el: Replace `illegal' with `invalid'.
10837
10838 2005-03-23  Lute Kamstra  <lute@gnu.org>
10839
10840         * time-date.el: Add comment on time value formats.
10841         Don't require parse-time.
10842         (with-decoded-time-value): New macro.
10843         (encode-time-value): New function.
10844         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10845         (days-to-time): Return a valid time value when arg is huge.
10846         (time-since): Use time-subtract.
10847         (time-to-number-of-days): Use time-to-seconds.
10848
10849 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10850
10851         * gnus-start.el (gnus-display-time-event-handler):
10852         Check display-time-timer at runtime rather than only at load time
10853         in case display-time-mode is turned off in the mean time.
10854
10855 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10858         used.
10859
10860         * nneething.el (nneething-map-file-directory): Derive from
10861         `gnus-directory'.
10862
10863         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10864         the To/Cc button.
10865
10866 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10867
10868         * nnmaildir.el (nnmaildir-request-accept-article):
10869         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10870
10871 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10872
10873         * gnus-async.el: Require timer-funcs at compile time when in
10874         XEmacs for `run-with-idle-timer'.
10875
10876 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10877
10878         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10879         autoloaded function.
10880
10881 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10882
10883         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10884
10885 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10886
10887         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10888
10889 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10890
10891         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10892         gnus-expert-user to default.
10893
10894 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10895
10896         * nnimap.el (nnimap-open-server): Ditto.
10897
10898         * imap.el (imap-authenticate): Fix typo.
10899
10900 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10901
10902         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10903         buffer (since IMAP server might return FETCH response out of
10904         order, and the nntp buffer must be sorted).
10905
10906 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10907
10908         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10909         comparison on string.
10910
10911         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10912         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10913         (gnus-agent-summary-fetch-series): Modified to protect against
10914         gnus-agent-summary-fetch-group clearing processable flags.
10915         (gnus-agent-synchronize-group-flags): Update live group buffer as
10916         synchronization may occur due to the user toggle the plugged
10917         status.
10918         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10919         successfully downloaded.
10920         (gnus-agent-expire-group-1): Avoid using markers when the overview
10921         is in ascending order; greatly improves performance.
10922         (gnus-agent-regenerate-group): Use
10923         gnus-agent-synchronize-group-flags to reset read status in both
10924         gnus and server.
10925         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10926
10927 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10928
10929         * message.el: Don't autoload former message-utils variables.
10930         (message-strip-subject-trailing-was): Change doc string.
10931
10932         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10933         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10934         (nnweb-google-search): Add "hl=en" here.
10935         (nnweb-google-parse-1, nnweb-google-create-mapping):
10936         Don't hardcode URL.
10937
10938 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10939
10940         * message.el (message-get-reply-headers, message-followup):
10941         Mention related variables `message-use-followup-to' and
10942         `message-use-mail-followup-to', in the information buffer.
10943
10944         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10945         of broken groups(-beta).google.com.
10946
10947 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10948
10949         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10950         parameter to invoked gnus-request-move-article; remove the
10951         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10952         all at once instead of once per article.
10953         (gnus-summary-remove-process-mark): Accept a list of articles as
10954         well as a single article for processing.
10955
10956         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10957         parameter.
10958
10959         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10960
10961         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10962
10963         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10964         parameter.
10965
10966         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10967         parameter.
10968
10969         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10970         parameter and remove the gnus-sum-hint-move-is-internal variable.
10971
10972         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10973         parameter.
10974
10975         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10976         parameter.
10977
10978         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10979         parameter.
10980
10981         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10982
10983         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10984         parameter.
10985
10986         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10987         parameter.
10988
10989 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10990
10991         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10992         a more conservative way.
10993
10994 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10995
10996         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10997         buffer, so it moves the window's cursor.
10998
10999 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11000
11001         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11002         `mm-dissect-multipart' and receive the from field as an (optional)
11003         argument from `mm-dissect-multipart'.
11004         (mm-dissect-multipart): Receive the from field as an argument and
11005         pass it on when we call `mm-dissect-buffer' on MIME parts.
11006         Fixes verification/decryption of signed/encrypted MIME parts.
11007
11008 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11009
11010         * gnus-sum.el (gnus-summary-move-article): Set
11011         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11012         whatever it calls (right now, only nnimap-request-move article
11013         respects it).
11014
11015         * nnimap.el (nnimap-request-move-article): When
11016         gnus-sum-hint-move-is-internal is set, don't do the extra
11017         nnimap-request-article.
11018
11019 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11020
11021         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11022
11023         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11024         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11025
11026         * gnus-sum.el (gnus-summary-caesar-message):
11027         Apply `gnus-treat-article' after rotation.
11028
11029         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11030         doc string.
11031
11032 2005-02-22  Simon Josefsson  <jas@extundo.com>
11033
11034         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11035         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11036         <arne@arnested.dk>.
11037         (encrypt): Add password-cache and password-cache-expiry as group
11038         members.
11039
11040 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11041
11042         * smime.el (smime-ldap-host-list): Doc fix.
11043         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11044         cache) password.
11045         (smime-sign-region): Use it.
11046         (smime-decrypt-region): Use it.
11047         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11048         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11049         fails.
11050         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11051         certificate from DER to PEM format rather than calling openssl.
11052
11053         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11054
11055         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11056         for signing/encryption.
11057
11058         * mml.el (mml-parse-1): Use them.
11059
11060 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11061
11062         * nnrss.el (nnrss-verbose): Removed.
11063         (nnrss-request-group): Use `nnheader-message' instead.
11064
11065 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11066
11067         * nnrss.el (nnrss-verbose): New variable.
11068         (nnrss-request-group): Make it say nnrss is requesting a group.
11069
11070 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11073         Handle news URL with given port correctly.
11074
11075 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11078         containing special characters.
11079
11080         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11081
11082         * mml.el (mime-to-mml): Ditto.
11083
11084         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11085         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11086         (rfc2047-decode-region): Quote decoded words containing special
11087         characters when rfc2047-quote-decoded-words-containing-tspecials
11088         is non-nil.
11089
11090 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11091
11092         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11093
11094         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11095
11096 2005-02-15  Simon Josefsson  <jas@extundo.com>
11097
11098         * nnimap.el (nnimap-debug): Doc fix.
11099
11100         * imap.el (imap-debug): Doc fix.
11101
11102 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11105
11106 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11107
11108         * gnus.el (spam-contents): Improve docs for spam-contents
11109         parameter in its variable incarnation.
11110
11111 2005-02-14  Simon Josefsson  <jas@extundo.com>
11112
11113         * smime-ldap.el: Use require instead of load-library for ldap.
11114         (smime-ldap-search): Indent.
11115         (smime-ldap-search-internal): Shorten line.
11116
11117         * smime.el (smime-cert-by-dns): Add doc-string.
11118         (smime-cert-by-ldap-1): Indent.
11119
11120         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11121         mml-smime-get-dns-ldap.
11122         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11123
11124 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11125
11126         * smime.el: Require smime-ldap.
11127         (smime-ldap-host-list): New variable.
11128         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11129
11130         * mml-smime.el (mml-smime-encrypt-query): New function.
11131         (mml-smime-encrypt-query): Use it.
11132
11133         * smime-ldap.el: New file.
11134
11135 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11138
11139 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11142         argument in doc string.  Make query for type more clear.
11143
11144 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11145
11146         * gnus.el (gnus-group-startup-message): Search for gnus images in
11147         etc/images/gnus.
11148         * mm-util.el (mm-image-load-path): Likewise.
11149         * smiley.el (smiley-data-directory): Search for smilies in
11150         etc/images/smilies.
11151
11152 2005-02-09  Kim F. Storm  <storm@cua.dk>
11153
11154         Change Emacs release version from 21.4 to 22.1 throughout.
11155         Change Emacs development version from 21.3.50 to 22.0.50.
11156
11157 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11158
11159         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11160
11161         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11162         non-Mule XEmacs as well.
11163         (mm-decompress-buffer): Signal an error intentionally if it does
11164         not decompress compressed data because auto-compression-mode is
11165         disabled.
11166
11167 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11168
11169         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11170         an ID in the registry even if it has no groups.
11171
11172 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11175         merge it into mm-decompress-buffer.
11176         (gnus-mime-copy-part): Use the MIME part charset, the value which
11177         a user specified or gnus-newsgroup-charset for decoding, like
11178         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11179         save-buffer what was used.  Suggested by Kevin Ryde
11180         <user42@zip.com.au>.
11181         (gnus-mime-inline-part): Allow the name parameter as well as the
11182         filename parameter; force decompressing of compressed data; always
11183         display contents being not decoded as unibyte.
11184
11185         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11186         as well as the filename parameter.
11187
11188         * mm-util.el (mm-decompress-buffer): Merge
11189         gnus-mime-jka-compr-maybe-uncompress.
11190         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11191         of compressed data.
11192
11193 2005-02-08  Simon Josefsson  <jas@extundo.com>
11194
11195         * imap.el (imap-log): Doc fix.
11196
11197 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11200         the coding cookies; decompress compressed parts.
11201
11202         * mml.el (mml-generate-mime-1): Add the charset parameter according
11203         to the value which a user specified manually or the coding cookie.
11204
11205         * mm-util.el (mm-string-to-multibyte): New function.
11206         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11207         (mm-coding-system-to-mime-charset): New function.
11208         (mm-decompress-buffer): New function.
11209         (mm-find-buffer-file-coding-system): New function.
11210
11211         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11212         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11213         parts.
11214
11215 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11216
11217         * mm-view.el (mm-display-inline-fontify): Decode a part according
11218         to the charset parameter.
11219
11220 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11223         prefix arg is neither nil nor a number, as info specifies.
11224
11225 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11228         timestamps.
11229
11230 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11231
11232         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11233         groups error checking and notify user.
11234
11235 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11236
11237         * message.el (message-send-mail-function): Check existence of
11238         sendmail-program first before using default value
11239         `message-send-mail-with-sendmail'.  Otherwise use more generic
11240         `smtpmail-send-it'.
11241
11242 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * nntp.el (nntp-request-update-info): Always return nil.
11245
11246 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11247
11248         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11249
11250 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11251
11252         * message.el (message-beginning-of-line): Change the behavior when
11253         invoked between BOL and : so that it first moves backward.
11254
11255 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11258         article buffer when editing of the article is discarded.
11259         (gnus-article-prepare): Revert.
11260
11261 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * gnus-art.el (gnus-article-prepare):
11264         Remove message-strip-forbidden-properties from the local hook.
11265
11266 2005-01-27  Simon Josefsson  <jas@extundo.com>
11267
11268         * password.el (password-cache-add): Only start one timer per key.
11269         Reported by Derek Atkins <warlord@MIT.EDU>.
11270
11271 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11272
11273         * run-at-time.el: Removed.  It is no longer needed as
11274         timer-funcs.el in the xemacs-base package has a working version of
11275         `run-at-time'.
11276
11277         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11278
11279         * password.el: Require timer-funcs instead of run-at-time in
11280         XEmacs.
11281         Remove `password-run-at-time' macro.
11282         (password-cache-add): Use `run-at-time' instead of
11283         `password-run-at-time'.
11284
11285         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11286         Remove `nnheader-cancel-function-timers' alias,
11287         `cancel-function-timers' exists in XEmacs in timer-funcs.
11288
11289         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11290         for `run-with-idle-timer'.
11291
11292         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11293         for `run-at-time'.
11294
11295         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11296         for `with-timeout'.
11297
11298         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11299         the same as for XEmacs 21.4.
11300         No need to ignore `run-with-idle-timer', this function exists in
11301         XEmacs now in timer-funcs.el in the xemacs-base package.
11302         (dgnushack-compile): No need to delete
11303         run-at-time.el from the list of files to compile because it
11304         doesn't exist anymore.
11305
11306 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11309         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11310
11311 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11312
11313         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11314         sensitively.
11315
11316 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11317
11318         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11319
11320 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11323         which will be inserted according to the multibyteness of a buffer
11324         rather than the type of contents.  Suggested by ARISAWA Akihiro
11325         <ari@mbf.ocn.ne.jp>.
11326
11327         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11328         of string which old xml.el may return rather than a string.
11329
11330 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11333
11334 2005-01-16  Simon Josefsson  <jas@extundo.com>
11335
11336         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11337         idn/idna.el isn't available.
11338         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11339         <michael@waxrat.com>.
11340
11341         * hashcash.el: Remove non-FSF copyright header.
11342
11343         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11344         (hashcash-generate-payment): Use it.
11345         (hashcash-generate-payment-async): Use it.
11346
11347 2005-01-15  Simon Josefsson  <jas@extundo.com>
11348
11349         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11350         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11351
11352         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11353         gnus-summary-idna-message.
11354         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11355         (gnus-summary-idna-message): New function.
11356
11357 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11360         gnus-novice-user.
11361
11362 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * nnrss.el (nnrss-request-delete-group): Delete entries in
11365         nnrss-group-alist as well.
11366         (nnrss-save-server-data): Insert newline.
11367
11368 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11369
11370         * gnus.el (gnus-user-agent): Use list of symbols instead of
11371         symbols.  Display full version number for (S)XEmacs.  Optionally
11372         display (S)XEmacs codename.
11373
11374         * gnus-util.el (gnus-emacs-version): Update for new
11375         `gnus-user-agent'.
11376
11377         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11378         Gnus version.
11379
11380 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11383         which is unreadable in some setups.
11384
11385 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * gnus-spec.el (gnus-update-format-specifications): Flush the
11388         group format spec cache if it doesn't support decoded group names.
11389
11390 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11391
11392         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11393         Allow to apply decay on score files matching a regexp.
11394
11395 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11398         compatibility in %g and %c.
11399
11400 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11401
11402         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11403         name for only %g and %c.
11404         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11405         of gnus-tmp-group to decoded group name.
11406         (gnus-group-make-rss-group): Exclude `/'s from group names.
11407
11408 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * nnrss.el (nnrss-get-encoding): Fix regexp.
11411
11412 2004-12-27  Simon Josefsson  <jas@extundo.com>
11413
11414         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11415         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11416         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11417
11418 2004-12-17  Kim F. Storm  <storm@cua.dk>
11419
11420         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11421
11422         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11423
11424 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11425
11426         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11427
11428 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * nnrss.el: Require rfc2047 and mml.
11431         (nnrss-file-coding-system): New variable.
11432         (nnrss-format-string): Redefine it as an inline function.
11433         (nnrss-decode-group-name): New function.
11434         (nnrss-string-as-multibyte): Remove.
11435         (nnrss-retrieve-headers): Decode group name; don't use
11436         nnrss-format-string.
11437         (nnrss-request-group): Decode group name.
11438         (nnrss-request-article): Decode group name; allow a Message-ID as
11439         well as an article number; don't use nnrss-format-string; encode a
11440         Message-ID string which may contain non-ASCII characters; use
11441         mml-to-mime to compose a MIME article.
11442         (nnrss-request-expire-articles): Decode group name.
11443         (nnrss-request-delete-group): Decode group name.
11444         (nnrss-fetch): Clarify error message.
11445         (nnrss-read-server-data): Use insert-file-contents instead of load;
11446         bind file-name-coding-system; use multibyte buffer.
11447         (nnrss-save-server-data): Bind coding-system-for-write to the
11448         value of nnrss-file-coding-system; bind file-name-coding-system;
11449         add coding cookie.
11450         (nnrss-read-group-data): Use insert-file-contents instead of load;
11451         bind file-name-coding-system; use multibyte buffer.
11452         (nnrss-save-group-data): Bind coding-system-for-write to the
11453         value of nnrss-file-coding-system; bind file-name-coding-system.
11454         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11455         make it work with non-ASCII text.
11456         (nnrss-find-el): Make it work with old xml.el as well.
11457
11458 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11459
11460         * nnrss.el (nnrss-get-encoding): New function.
11461         (nnrss-fetch): Use unibyte buffer initially; bind
11462         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11463         decode contents according to the encoding attribute.
11464         (nnrss-save-group-data): Add coding cookie.
11465         (nnrss-mime-encode-string): New function.
11466         (nnrss-check-group): Use it to encode subject and author.
11467
11468 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11469
11470         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11471         imaginary variable.
11472
11473 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11476         correctly even if there are wide characters.
11477
11478 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11479
11480         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11481         downcased symbol names; make a new cache instead of reusing
11482         bbdb-hashtable.
11483
11484 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11487         concatenating segments rather than before concatenating them.
11488         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11489
11490         * message.el (message-get-reply-headers): Bind `extra'.
11491
11492 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11493
11494         * message.el (message-extra-wide-headers): New variable.
11495         (message-get-reply-headers): Use it.
11496
11497 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11500         (gnus-agent-group-pathname): Ditto.
11501
11502         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11503
11504         * gnus-group.el (gnus-group-make-group): Decode group name.
11505         (gnus-group-make-rss-group): Register the group data after opening
11506         the nnrss group.
11507
11508 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11509
11510         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11511         by expiry now get marked as read.
11512
11513 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11516
11517 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11518
11519         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11520         unify Latin characters in XEmacs.
11521         (mm-find-mime-charset-region): Use it.
11522
11523 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gnus-util.el (gnus-delete-directory): New function.
11526
11527         * gnus-agent.el (gnus-agent-delete-group): Use it.
11528
11529         * gnus-cache.el (gnus-cache-delete-group): Use it.
11530
11531 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11534         names.
11535
11536 2004-12-16  Simon Josefsson  <jas@extundo.com>
11537
11538         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11539
11540 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11543
11544         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11545         (gnus-group-set-current-level): Decode group name.
11546
11547 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11548
11549         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11550         failed.
11551
11552 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * gnus-group.el (gnus-group-delete-group): Decode group name.
11555         (gnus-group-make-rss-group): Encode group name.
11556         (gnus-group-catchup-current): Decode group name.
11557         (gnus-group-kill-group): Decode group name.
11558
11559 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11560
11561         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11562
11563 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * gnus-group.el (gnus-group-make-rss-group):
11566         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11567
11568         * gnus-start.el (gnus-setup-news): Honor user's setting to
11569         gnus-message-archive-method.  Suggested by Lute Kamstra
11570         <lute@gnu.org>.
11571
11572 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11573
11574         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11575         global counterparts of the buffer-local variables.
11576
11577 2004-11-16  Romain Francoise  <romain@orebokech.com>
11578
11579         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11580         counterparts of the buffer-local variables.
11581
11582 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11583
11584         * message.el (message-forbidden-properties): Fixed typo in doc
11585         string.
11586
11587 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * gnus-util.el (gnus-replace-in-string): Added doc string.
11590
11591         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11592         to avoid problems when splitting mails with many recipients.
11593
11594 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11595
11596         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11597         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11598
11599 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11600
11601         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11602         if there is no hashtable in memory or file modification time is
11603         newer than cached timestamp.
11604
11605 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11608         not-matching option.
11609
11610 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11613         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11614         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11615         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11616         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11617         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11618
11619 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * message.el (message-forward-make-body-mml): Remove headers
11622         according to message-forward-ignored-headers if a message is decoded.
11623
11624 2004-12-02  Romain Francoise  <romain@orebokech.com>
11625
11626         * message.el (message-forward-make-body-plain): Always remove
11627         headers according to message-forward-ignored-headers.
11628
11629 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11630
11631         * spam.el (spam-summary-prepare-exit): Remove the
11632         gnus-summary-limit pop for now, it has problems with ham marks for
11633         me.
11634
11635 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11636
11637         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11638         correctly.
11639
11640 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11641
11642         * format-spec.el (format-spec): Message the char.
11643
11644 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11645
11646         * gnus-art.el (gnus-split-methods): Reformat comments.
11647
11648         * spam.el (spam-summary-prepare-exit): Remove article limits
11649         before exiting the summary buffer.
11650
11651 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11654         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11655
11656         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11657         order to silence the byte compiler.
11658
11659         * spam.el: Fix the way to silence the byte compiler, which
11660         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11661         bbdb-search-simple, spam-BBDB-register-routine,
11662         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11663         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11664         spam-stat-buffer-is-spam, spam-stat-load,
11665         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11666         spam-stat-save and spam-stat-split-fancy.
11667
11668 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11671         which may confuse users.
11672         (canlock-password-for-verify): Ditto.
11673
11674         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11675
11676         * gnus-art.el (gnus-emphasis-alist): Ditto.
11677
11678         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11679
11680         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11681
11682         * gnus-start.el (gnus-save-killed-list): Ditto.
11683
11684         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11685         (gnus-sum-thread-tree-root): Ditto.
11686         (gnus-sum-thread-tree-false-root): Ditto.
11687         (gnus-sum-thread-tree-single-indent): Ditto.
11688
11689         * message.el (message-courtesy-message): Ditto.
11690         (message-archive-note): Ditto.
11691         (message-subscribed-address-file): Ditto.
11692         (message-user-fqdn): Ditto.
11693
11694         * spam-report.el (spam-report-gmane-regex): Ditto.
11695
11696         * spam.el (spam-blackhole-good-server-regex): Ditto.
11697
11698 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * mml.el (mml-preview): Widen the message buffer before copying
11701         the contents to the preview buffer; sort headers before previewing.
11702
11703         * message.el (message-hidden-headers): Fix the way to avoid a bug
11704         in the `repeat' widget in Emacs 21.3 or earlier.
11705
11706 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * message.el (message-hidden-headers): Default to "^References:".
11709         Improve customization type.  Suggested by Reiner Steib
11710         <Reiner.Steib@gmx.de>.
11711
11712 2004-11-25  Romain Francoise  <romain@orebokech.com>
11713
11714         * message.el (message-strip-forbidden-properties): Remove check for
11715         obsolete `message-hidden' text property, hidden headers are not
11716         accessible in the buffer anymore.
11717
11718 2004-11-22  Romain Francoise  <romain@orebokech.com>
11719
11720         * message.el (message-header-format-alist): Add `From' in list
11721         so that it can be sorted.
11722         (message-fix-before-sending): Widen and sort headers before
11723         sending.
11724         (message-hide-headers): Use narrowing to hide headers by moving
11725         them to the top of the buffer and narrowing to the region
11726         underneath.
11727
11728 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11729
11730         * message.el (message-strip-forbidden-properties): Bind
11731         buffer-read-only (etc) to nil.
11732
11733 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11736         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11737
11738 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11739
11740         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11741
11742 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11743
11744         * dns.el (query-dns): Use sit-for to time instead of
11745         accept-process-output, since that doesn't seem to work on udp
11746         sockets.
11747
11748 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11751
11752 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11753
11754         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11755         doc string.  Improve doc string.
11756
11757 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * nntp.el (nntp-request-update-info): Return nil if
11760         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11761         may not call gnus-activate-group which uselessly issues the GROUP
11762         commands for all nntp groups and wastes time.  Reported by Romain
11763         Francoise <romain@orebokech.com>.
11764
11765         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11766
11767 2004-11-15  Simon Josefsson  <jas@extundo.com>
11768
11769         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11770         headers separately.
11771         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11772         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11773
11774 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * gnus-start.el (gnus-convert-old-newsrc):
11777         Assign legacy-gnus-agent to 5.10.7.
11778
11779 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11780
11781         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11782         start of the lines.
11783
11784 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11785
11786         * hashcash.el (hashcash-default-payment): Change default to 20.
11787         (hashcash-default-accept-payment): Change default to 20.
11788         (hashcash-process-alist): New variable.
11789         (hashcash-generate-payment-async): Add.
11790         (hashcash-already-paid-p): Add.
11791         (hashcash-insert-payment): Don't generate payments twice.
11792         (hashcash-insert-payment-async): Add.
11793         (hashcash-insert-payment-async-2): Add.
11794         (hashcash-cancel-async): Add.
11795         (hashcash-wait-async): Add.
11796         (hashcash-processes-running-p): Add.
11797         (hashcash-wait-or-cancel): Add.
11798         (mail-add-payment): New optional argument.  Conditionally start
11799         asynchronous calculation.
11800         (mail-add-payment-async): Add.
11801
11802         * message.el (message-send-mail): Wait for asynchronous hashcash
11803         results.  Don't clobber existing X-Hashcash headers.
11804         (message-setup-1): Call mail-add-payment-async when
11805         message-generate-hashcash is non-nil.
11806
11807 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11808
11809         * message.el (message-use-alternative-email-as-from): Examine the
11810         From header as well; use message-make-from in order to include a
11811         user's full name.
11812
11813 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11814
11815         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11816         default; improve customization type.
11817         (gnus-emphasis-custom-with-format): New macro.
11818         (gnus-emphasis-custom-value-to-external): New function.
11819         (gnus-emphasis-custom-value-to-internal): New function.
11820
11821 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11822
11823         * dns.el (query-dns): Resolve reverse addresses.
11824
11825 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11826
11827         * gnus-group.el (gnus-group-get-new-news): Use it.
11828
11829         * gnus-start.el (gnus-check-reasonable-setup): New function.
11830
11831 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11834         "Args out of range" error.  Reported by Arnaud Giersch
11835         <arnaud.giersch@free.fr>.
11836
11837 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11838
11839         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11840
11841 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11842
11843         * spam.el (spam group): Add :version.
11844
11845         * pgg-def.el (pgg group): Add :version.
11846
11847 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * gnus-art.el (gnus-article-edit-article): Don't associate the
11850         article buffer with a draft file.  This is a temporary measure
11851         against the 2004-08-22 change to gnus-article-edit-mode.
11852
11853 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11856         (html2text-format-tags): Remove unused variable `attr'.
11857
11858 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11861
11862         * tls.el (tls-process-connection-type, tls-success)
11863         (tls-certtool-program): Add :version.
11864
11865         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11866         (starttls-extra-arguments, starttls-process-connection-type)
11867         (starttls-connect, starttls-failure, starttls-success): Add :version.
11868
11869         * spam-stat.el (spam-stat): Add :version.
11870
11871         * sieve.el (sieve): Add :version.
11872
11873         * sha1.el (sha1): Add :version.
11874         (sha1-use-external): Remove redundant version.
11875
11876         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11877         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11878         (nnmail-split-fancy-match-partial-words)
11879         (nnmail-split-lowercase-expanded): Add :version.
11880
11881         * nndiary.el (nndiary): Add :version.
11882
11883         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11884
11885         * mml-sec.el (mml-default-sign-method)
11886         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11887         Add :version.
11888
11889         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11890
11891         * mm-url.el (mm-url-use-external, mm-url-program)
11892         (mm-url-arguments): Add :version.
11893
11894         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11895         (mm-attachment-file-modes, mm-decrypt-option)
11896         (mm-w3m-safe-url-regexp): Add :version.
11897
11898         * message.el (message-cite-prefix-regexp)
11899         (message-sendmail-envelope-from, message-minibuffer-local-map)
11900         (message-user-fqdn, message-completion-alist): Add :version.
11901
11902         * gnus-win.el (gnus-configure-windows-hook)
11903         (gnus-use-frames-on-any-display): Add :version.
11904
11905         * gnus-art.el (gnus-article-address-banner-alist)
11906         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11907         (gnus-treat-from-picon, gnus-treat-mail-picon)
11908         (gnus-treat-x-pgp-sig): Add :version.
11909
11910         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11911         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11912         (gnus-summary-article-delete-hook)
11913         (gnus-summary-display-while-building): Add :version.
11914
11915         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11916         (gnus-get-top-new-news-hook): Add :version.
11917
11918         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11919         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11920
11921         * gnus-registry.el (gnus-registry): Add :version.
11922
11923         * gnus-spec.el (gnus-use-correct-string-widths)
11924         (gnus-make-format-preserve-properties): Add :version.
11925
11926         * gnus.el (gnus-group-charter-alist)
11927         (gnus-group-fetch-control-use-browse-url)
11928         (gnus-install-group-spam-parameters): Add :version.
11929
11930         * gnus-diary.el (gnus-diary): Add :version.
11931
11932         * gnus-delay.el (gnus-delay): Add :version.
11933
11934         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11935         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11936         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11937         Add :version.
11938
11939         * gnus-agent.el (gnus-agent-max-fetch-size)
11940         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11941         (gnus-agent-prompt-send-queue): Add :version.
11942
11943         * deuglify.el (gnus-outlook-deuglify): Add :version.
11944
11945         * html2text.el: Beautify code.  Improve doc strings.  Some
11946         checkdoc cleanup.
11947         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11948
11949 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11950
11951         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11952
11953 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11954
11955         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11956         when package is loaded.
11957
11958         * spam.el (spam-summary-score-preferred-header): Add global preference
11959         for people who want to override the default SpamAssassin over
11960         Bogofilter preference (when both are set).
11961         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11962         (spam-user-format-function-S): Check
11963         spam-summary-score-preferred-header.
11964         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11965         (spam-user-format-function-S): Format the score correctly.
11966
11967 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11970         signature file.  Suggested by Manoj Srivastava
11971         <srivasta@golden-gryphon.com>.
11972
11973         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11974         iso-2022-jp even in the Japanese language environment.
11975         Suggested by Jason Rumney <jasonr@gnu.org>.
11976
11977 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11980         use the same characters as the dummy marks; make it free from
11981         getting affected by the language environment.
11982         (gnus-summary-read-group-1): Update mark positions only when the
11983         format spec is updated.
11984
11985         * gnus-spec.el (gnus-update-format-specifications): Return a list
11986         of updated types.
11987
11988 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11991         of boundp to check if display-warning is available.
11992
11993 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11994
11995         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11996
11997 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * nnspool.el (nnspool-spool-directory): Use news-path if the
12000         news-directory variable is not bound.
12001
12002         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12003         function instead of display-warning if it is not available.
12004
12005 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12008         v5-10: Use `point-at-bol'.
12009
12010 2004-10-26  Simon Josefsson  <jas@extundo.com>
12011
12012         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12013         <chenggao@gmail.com>.
12014
12015 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12018         instead.
12019
12020 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12021
12022         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12023         to remove a server from the nnimap-server-buffer-alist.
12024         (nnimap-open-connection, nnimap-close-server): Use it.
12025
12026         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12027
12028 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12031         running the major-mode function.
12032
12033 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12036         dummy marks in the right way.
12037
12038 2004-10-18  David Edmondson  <dme@dme.org>
12039
12040         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12041         excessively.
12042
12043 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12044
12045         * gnus-util.el (gnus-split-references): Accept a nil references
12046         string and go on blissfully.
12047
12048         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12049         cases where the references string is non-nil but has no references.
12050
12051         * encrypt.el: Add autoload tags.
12052
12053         * spam.el (spam-resolve-registrations-routine): Remove article
12054         from unregistration list too.  Reported by David Hanak
12055         <dhanak@isis.vanderbilt.edu>
12056
12057 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12058
12059         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12060         nil.  Changed custom type.
12061
12062 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12065
12066         * gnus-sum.el (gnus-summary-move-article): Use it.
12067
12068 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12069
12070         * encrypt.el: Add autoload cookies.
12071
12072         * spam.el (spam-backend-article-list-property)
12073         (spam-backend-get-article-todo-list)
12074         (spam-backend-put-article-todo-list)
12075         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12076         Resolve registrations separately.
12077         (spam-register-routine): Format comments.
12078         (spam-unregister-routine, spam-register-routine): Always call with
12079         specific-articles, no default list.
12080         (spam-summary-prepare-exit): Use the spam-classifications function.
12081
12082         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12083         gnus-encrypt.el.
12084
12085         * encrypt.el: Copied from gnus-encrypt.el.
12086
12087         * gnus-encrypt.el: Commented that it's obsolete.
12088
12089 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12092         (gnus-score-save): Use it.
12093
12094         * message.el (message-bury): Use `window-dedicated-p'.
12095
12096 2004-10-15  Simon Josefsson  <jas@extundo.com>
12097
12098         * pop3.el (top-level): Don't require nnheader.
12099         (pop3-read-timeout): Add.
12100         (pop3-accept-process-output): Add.
12101         (pop3-read-response, pop3-retr): Use it.
12102
12103 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12104
12105         * spam.el (spam-register-routine): Move comment.
12106         (spam-verify-bogofilter): Use 'unknown for the initial
12107         spam-bogofilter-valid state, not 'never.
12108
12109         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12110         for netrc-machine.
12111
12112         * nnimap.el (nnimap-open-connection): Use
12113         netrc-machine-user-or-password.
12114
12115 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12116
12117         * gnus-registry.el (gnus-registry-unload-hook):
12118         Set as a variable with add-hook.
12119
12120         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12121         of news-path.
12122
12123         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12124
12125         * spam.el: Delete duplicate `provide'.
12126         (spam-unload-hook): Set as a variable with add-hook.
12127
12128 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12129
12130         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12131         in the doc string.
12132
12133         * message.el (message-ignored-news-headers)
12134         (message-ignored-supersedes-headers)
12135         (message-ignored-resent-headers)
12136         (message-forward-ignored-headers): Improve custom type.
12137
12138 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * message.el (message-tokenize-header): Fix 2004-09-06 change
12141         which used point-min in the wrong place.
12142
12143 2004-10-12  Simon Josefsson  <jas@extundo.com>
12144
12145         * tls.el (tls-certtool-program): New variable.
12146         (tls-certificate-information): New function, based on
12147         ssl-certificate-information.
12148
12149 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * compface.el: Move the version of ELisp-based uncompface program
12152         to the contrib directory because of the copyright problem.
12153
12154 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12155
12156         * message.el (message-kill-buffer): Raise the current frame.
12157
12158 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12159
12160         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12161
12162         * gnus.el (message-y-or-n-p): Autoload.
12163
12164         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12165         (pop3-password-required, pop3-authentication-scheme)
12166         (pop3-leave-mail-on-server): Made customizable.
12167         (pop3): New custom group.
12168         (pop3-retr): Remove `sleep-for' statements.
12169         Suggested by Dave Love <fx@gnu.org>.
12170
12171         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12172         Windows/DOS.
12173
12174         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12175         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12176         Dave Love <fx@gnu.org>.
12177
12178         * mml.el (mml-minibuffer-read-disposition): Require match.
12179         Suggested by Dave Love <fx@gnu.org>.
12180
12181 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12182
12183         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12184         doc string.
12185
12186 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12189
12190 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12191
12192         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12193         instead of calling `mm-insert-inline', to decode text/* parts
12194         before displaying them.
12195
12196 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * mm-uu.el (mm-uu-text-plain-type): New variable.
12199         (mm-uu-pgp-signed-extract-1): Use it.
12200         (mm-uu-pgp-encrypted-extract-1): Use it.
12201         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12202         bind mm-uu-text-plain-type with that value.
12203         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12204         mm-uu-dissect.
12205
12206 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * gnus-group.el (gnus-update-group-mark-positions):
12209         * gnus-sum.el (gnus-update-summary-mark-positions):
12210         * message.el (message-check-news-body-syntax):
12211         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12212         of string-as-multibyte.
12213
12214 2004-10-05  Juri Linkov  <juri@jurta.org>
12215
12216         * gnus-group.el (gnus-update-group-mark-positions):
12217         * gnus-sum.el (gnus-update-summary-mark-positions):
12218         * message.el (message-check-news-body-syntax):
12219         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12220         8-bit unibyte values to a multibyte string for search functions.
12221
12222 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12225         (mm-uu-dissect-text-parts): New function.
12226
12227         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12228         dissect text parts.
12229
12230         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12231         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12232
12233         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12234
12235         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12236         gnus-current-topics instead of gnus-current-topic.
12237
12238 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12239
12240         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12241
12242 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12243
12244         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12245         where approriate.
12246
12247         * nnml.el (nnml-generate-active-info): do.
12248
12249         * nndiary.el (nndiary-generate-active-info): do.
12250
12251         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12252         (gnus-topic-move): do.
12253
12254         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12255         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12256
12257         * gnus-srvr.el (gnus-server-prepare)
12258         (gnus-server-open-all-servers): do.
12259
12260         * gnus-msg.el (gnus-summary-cancel-article)
12261         (gnus-summary-resend-message)
12262         (gnus-summary-mail-crosspost-complaint): do.
12263
12264         * gnus-move.el (gnus-change-server): do.
12265
12266         * gnus-group.el (gnus-group-unmark-all-groups)
12267         (gnus-group-set-current-level): do.
12268
12269 2004-10-04  Simon Josefsson  <jas@extundo.com>
12270
12271         * message.el (message-generate-hashcash): Doc fix.
12272
12273 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12274
12275         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12276         avoid infinite recursion via gnus-get-function.
12277
12278 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12279
12280         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12281
12282         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12283
12284         * nnmail.el (nnmail-split-history): do.
12285
12286         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12287         (nnml-request-delete-group): do.
12288
12289         * nnslashdot.el (nnslashdot-read-groups): do.
12290
12291         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12292         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12293
12294         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12295         (nnspool-sift-nov-with-sed): Use last.
12296         (nnspool-retrieve-headers-with-nov): Use mapc.
12297         (nnspool-request-newgroups): Use dolist.
12298         (nnspool-request-group): Use last.
12299
12300         * nntp.el (nntp-read-server-type): Use dolist.
12301
12302         * nnvirtual.el (nnvirtual-create-mapping)
12303         (nnvirtual-update-read-and-marked): Use dolist.
12304         (nnvirtual-convert-headers): Simplify.
12305
12306 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12307
12308         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12309         support for sync'ing tick marks.
12310
12311 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12314         there's no visible header.
12315
12316 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12317
12318         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12319         necessary, pass full group name to gnus-request-set-marks.
12320
12321 2004-10-01  Simon Josefsson  <jas@extundo.com>
12322
12323         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12324         acroread.
12325
12326 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12327
12328         * spam-report.el (spam-report-gmane): Fix interactive.
12329
12330         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12331
12332         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12333         when writing file.
12334         (gnus-agent-synchronize-flags): Don't default to being
12335         interactive.
12336
12337 2004-09-30  Simon Josefsson  <jas@extundo.com>
12338
12339         * message.el (message-generate-hashcash): Add.
12340         (message-send-mail): Use it, call mail-add-payment.
12341
12342 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12343
12344         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12345
12346 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12347
12348         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12349         gnus-requst-update-info with explicit code to sync the in-memory
12350         info read flags with the marks being sync'd to the backend.
12351
12352         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12353
12354 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12355
12356         * spam.el (spam-verify-bogofilter): Add new function.
12357         (spam-check-bogofilter)
12358         (spam-bogofilter-register-with-bogofilter): Use it.
12359         (spam-verify-bogofilter): Add small fixes.
12360
12361 2004-09-28  Simon Josefsson  <jas@extundo.com>
12362
12363         * hashcash.el (hashcash-generate-payment): Revert.
12364
12365 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12366
12367         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12368         gnus-extract-references instead of gnus-split-references.
12369
12370         * gnus-util.el (gnus-extract-references): Add new function, analogous
12371         to gnus-split-references but extracts only the message-ID without
12372         anything extra.
12373
12374         * hashcash.el (hashcash-generate-payment)
12375         (hashcash-check-payment): Do the right thing if hashcash-path is
12376         nil (because the hashcash program could not be found).
12377
12378         * spam.el (spam-use-hashcash): Remove comment.
12379
12380 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12381
12382         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12383         (gnus-cache-enter-article, gnus-cache-remove-article)
12384         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12385
12386         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12387
12388         * gnus-art.el (article-hide-boring-headers)
12389         (article-translate-strings, article-display-face)
12390         (gnus-article-mime-match-handle-first)
12391         (gnus-article-highlight-headers)
12392         (gnus-article-add-buttons-to-head): do.
12393
12394 2004-09-27  Simon Josefsson  <jas@extundo.com>
12395
12396         * hashcash.el: New version, from
12397         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12398         ../contrib/.
12399
12400 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12403
12404 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12405
12406         * gnus-dup.el (gnus-dup-open): Use mapc.
12407         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12408
12409         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12410         Reported by Stefan Wiens <s.wi@gmx.net>.
12411
12412         * gnus.el (gnus-shutdown): Use dolist.
12413
12414         * gnus-undo.el (gnus-undo): Use mapc.
12415
12416         * nnrss.el (nnrss-generate-active): do.
12417
12418         * message.el (message-cite-original-without-signature)
12419         (message-cite-original): Use mapc.
12420         (message-do-actions, message-make-forward-subject): Use dolist.
12421
12422 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12423
12424         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12425         deletion to remove entire duplicate line.  Fixes merged article
12426         number bug.
12427
12428 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12429
12430         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12431         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12432         first ask if you want to open a server and then, even when you
12433         responded with no, asking if you want to synchronize the server's
12434         flags.
12435         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12436         multi-line expressions.
12437         (gnus-agent-synchronize-group-flags): New internal function.
12438         Updates marks in memory (in the info structure) AND in the
12439         backend.
12440
12441         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12442
12443         * nnagent.el (nnagent-request-set-mark): Use
12444         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12445         method, to ensure that synchronization updates marks in the
12446         backend and in the info (in memory) structure.
12447
12448 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12451         convention fully; don't miss the root article of a thread; make
12452         the X-Draft-From header with correct article numbers.
12453
12454 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12455
12456         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12457         unless plugged.  Disable the agent so that an open failure causes
12458         an error.
12459
12460         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12461         Reverted 2004-09-21 change.  The backend must be opened while
12462         synchronizing flags even when the backend stores the flags
12463         locally.
12464
12465 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12466
12467         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12468         in `header' match.  Reported by Svend Tollak Munkejord.
12469
12470         * message.el (message-cite-original): Fix use of
12471         `message-cite-articles-with-x-no-archive'.
12472
12473 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12476         (gnus-window-to-buffer): Ditto.
12477
12478         * mml.el (mml-preview-buffer): New variable.
12479         (mml-preview): Manage window layout with gnus-buffer-configuration.
12480
12481         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12482         X-Draft-From header even if those articles aren't quoted.
12483
12484 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12485
12486         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12487         (gnus-request-set-mark, gnus-request-update-mark): Use new
12488         g-s-t-u-l-m to decide to use backend even when unplugged.
12489
12490 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12493         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12494
12495 2004-09-20  Simon Josefsson  <jas@extundo.com>
12496
12497         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12498         "utf-16-le".
12499
12500 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12501
12502         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12503
12504 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12505
12506         * uudecode.el (uudecode-use-external): Add :version.
12507
12508         * smime.el (smime-CA-file, smime-encrypt-cipher)
12509         (smime-dns-server): Add :version.
12510
12511         * smiley.el (gnus-smiley-file-types): Add :version.
12512
12513         * sha1.el (sha1-use-external): Add :version.
12514
12515         * pgg-def.el (pgg-query-keyserver): Add :version.
12516
12517         * nnmail.el (nnmail-fancy-expiry-targets)
12518         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12519         Add :version.
12520
12521         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12522         (nnimap-retrieve-groups-asynchronous): Add :version.
12523         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12524
12525         * mml.el (mml-content-disposition-parameters)
12526         (mml-insert-mime-headers-always): Add :version.
12527
12528         * mm-util.el (mm-coding-system-priorities): Add :version.
12529
12530         * mm-decode.el (mm-inline-text-html-with-images)
12531         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12532         (mm-verify-option): Add :version.
12533         (mm-text-html-renderer): Change :version.
12534
12535         * message.el (message-fcc-externalize-attachments)
12536         (message-required-headers, message-draft-headers)
12537         (message-subject-trailing-was-query)
12538         (message-subject-trailing-was-ask-regexp)
12539         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12540         (message-mark-insert-end, message-archive-header)
12541         (message-archive-note, message-cross-post-default)
12542         (message-cross-post-note, message-followup-to-note)
12543         (message-cross-post-note-function, message-use-mail-followup-to)
12544         (message-subscribed-address-functions)
12545         (message-subscribed-address-file, message-subscribed-addresses)
12546         (message-subscribed-regexps, message-allow-no-recipients)
12547         (message-yank-cited-prefix, message-signature-insert-empty-line)
12548         (message-hidden-headers, message-hierarchical-addresses)
12549         (message-mail-user-agent, message-use-idna)
12550         (message-valid-fqdn-regexp)
12551         (message-strip-special-text-properties, message-header-synonyms)
12552         (message-beginning-of-line, message-tab-body-function): Add :version.
12553         (message-insert-canlock, message-wide-reply-confirm-recipients):
12554         Change :version.
12555
12556         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12557         and :version.
12558         (mail-source-delete-old-incoming-confirm)
12559         (mail-source-movemail-program): Add :version.
12560
12561         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12562         (gnus-agent-cache, gnus-agent): Change :version.
12563
12564         * gnus-util.el (gnus-use-byte-compile): Change :version.
12565
12566         * gnus-sum.el (gnus-summary-make-false-root-always)
12567         (gnus-summary-default-high-score)
12568         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12569         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12570         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12571         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12572         (gnus-sum-thread-tree-single-indent)
12573         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12574         (gnus-sum-thread-tree-leaf-with-other)
12575         (gnus-sum-thread-tree-single-leaf): Add :version.
12576         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12577         (gnus-article-loose-mime): Change :version.
12578
12579         * gnus-start.el (gnus-backup-startup-file)
12580         (gnus-save-startup-file-via-temp-buffer): Add :version.
12581
12582         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12583         (gnus-server-offline-face): Add :version.
12584
12585         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12586
12587         * gnus-msg.el (gnus-gcc-externalize-attachments)
12588         (gnus-debug-files, gnus-debug-exclude-variables)
12589         (gnus-discouraged-post-methods): Change :version.
12590         (gnus-confirm-mail-reply-to-news)
12591         (gnus-confirm-treat-mail-like-news): Add :version.
12592
12593         * gnus-int.el (gnus-server-unopen-status): Add :version.
12594
12595         * gnus-group.el (gnus-group-jump-to-group-prompt)
12596         (gnus-large-ephemeral-newsgroup)
12597         (gnus-fetch-old-ephemeral-headers): Add :version.
12598
12599         * gnus-fun.el (gnus-x-face-directory)
12600         (gnus-convert-pbm-to-x-face-command)
12601         (gnus-convert-image-to-x-face-command)
12602         (gnus-convert-image-to-face-command): Add :version.
12603
12604         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12605
12606         * gnus-cite.el (gnus-cite-blank-line-after-header)
12607         (gnus-article-boring-faces): Add :version.
12608
12609         * gnus-art.el (gnus-buttonized-mime-types)
12610         (gnus-inhibit-mime-unbuttonizing)
12611         (gnus-treat-display-face)
12612         (gnus-treat-body-boundary): Change :version.
12613         (gnus-body-boundary-delimiter, gnus-picon-databases)
12614         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12615         (gnus-treat-date-english, gnus-treat-fold-headers)
12616         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12617         (gnus-treat-mail-picon, gnus-treat-wash-html)
12618         (gnus-article-encrypt-protocol)
12619         (gnus-use-idna, gnus-article-over-scroll)
12620         (gnus-mime-display-multipart-alternative-as-mixed)
12621         (gnus-mime-display-multipart-related-as-mixed)
12622         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12623         (gnus-ctan-url, gnus-button-ctan-handler)
12624         (gnus-button-handle-ctan-bogus-regexp)
12625         (gnus-button-ctan-directory-regexp)
12626         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12627         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12628         (gnus-button-man-level, gnus-button-emacs-level)
12629         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12630
12631         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12632         (gnus-agent-go-online): Change :version.
12633         (gnus-agent-expire-unagentized-dirs)
12634         (gnus-agent-auto-agentize-methods): Add :version.
12635
12636         * flow-fill.el (fill-flowed-display-column)
12637         (fill-flowed-encode-column): Add :version.
12638
12639         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12640         (gnus-outlook-deuglify-unwrap-max)
12641         (gnus-outlook-deuglify-cite-marks)
12642         (gnus-outlook-deuglify-unwrap-stop-chars)
12643         (gnus-outlook-deuglify-no-wrap-chars)
12644         (gnus-outlook-deuglify-attrib-cut-regexp)
12645         (gnus-outlook-deuglify-attrib-verb-regexp)
12646         (gnus-outlook-deuglify-attrib-end-regexp)
12647         (gnus-outlook-display-hook): Add :version.
12648
12649         * binhex.el (binhex-use-external): Add :version.
12650
12651 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12652
12653         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12654         and `invisible'.
12655
12656 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12657
12658         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12659         in gnus-registry-trim.
12660
12661 2004-09-13  Simon Josefsson  <jas@extundo.com>
12662
12663         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12664
12665         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12666
12667         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12668         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12669         <yamaoka@jpl.org>.
12670         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12671         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12672         <yamaoka@jpl.org>.
12673
12674         * sieve.el (sieve-manage-mode): Ditto.
12675
12676 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12677
12678         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12679
12680 2004-09-11  Simon Josefsson  <jas@extundo.com>
12681
12682         * dns-mode.el: Add.
12683
12684         * mm-view.el (mm-display-dns-inline): Add.
12685
12686         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12687         (mm-automatic-display): Ditto.
12688
12689         * mailcap.el (mailcap-mime-data): Add text/dns.
12690         (mailcap-mime-extensions): Map .soa to text/dns.
12691
12692 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12693
12694         * gnus-art.el (article-decode-mime-words, article-babel)
12695         (gnus-article-highlight-signature, gnus-article-add-buttons)
12696         (gnus-signature-toggle): Remove unnecessary bindings of
12697         `inhibit-read-only' inherited from v5.10 merge.
12698
12699 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12700
12701         * nntp.el (nntp): New customization group.
12702         (nntp-authinfo-file): Add customization group.
12703
12704         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12705
12706         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12707
12708         * gnus.el (to-address, to-list, subscribed)
12709         (large-newsgroup-initial): Ditto.
12710
12711         * flow-fill.el (fill-flowed-display-column)
12712         (fill-flowed-encode-column): Ditto.
12713
12714 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12715
12716         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12717         Use point-min rather than 1.
12718         (message-send-mail): Use buffer-size rather than point-max.
12719
12720         * gnus-sum.el (gnus-summary-search-article-forward):
12721         Signal a specific `search-failed' rather than a generic `error'.
12722
12723         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12724         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12725         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12726
12727 2004-09-10  Simon Josefsson  <jas@extundo.com>
12728
12729         * nndb.el (require): Remove tcp and duplicate cl.
12730
12731 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * gnus-agent.el (directory-files-and-attributes): Move forward.
12734
12735 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12736
12737         * gnus-agent.el (directory-files-and-attributes): Optionally
12738         defined to support XEmacs.
12739
12740 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12741
12742         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12743         to avoid run-time CL dependencies.
12744         (gnus-agent-unfetch-articles): New function.
12745         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12746         article numbers even when local .overview file is missing.
12747         (gnus-agent-read-article-number): New function.  Only accepts
12748         27-bit article numbers.
12749         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12750         gnus-agent-read-article-number.
12751         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12752         from backend while recognizing that article numbers in .overview
12753         must be valid.
12754         (gnus-agent-update-files-total-fetched-for): Use
12755         directory-files-and-attributes to improve performance.
12756         * gnus-int.el (gnus-request-move-article): Use
12757         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12758         improve performance.
12759
12760         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12761         some users confused by references to .newsrc when they only have a
12762         .newsrc.eld file.
12763         (gnus-convert-mark-converter-prompt)
12764         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12765         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12766         New function.  Used internally to only display 'gnus converting
12767         files' message when actually necessary.
12768
12769         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12770         methods now autoloaded.
12771
12772 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12775         identifiers.
12776
12777 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12778
12779         * gnus-picon.el: Fix indentation and closing parenthesis.
12780
12781 2004-09-01  Simon Josefsson  <jas@extundo.com>
12782
12783         * message.el (message-canlock-generate): Require sha1, not
12784         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12785         to require within a function.  Sadly, if sha1.el isn't loaded, the
12786         let binding in m-c-g will hide the defcustom definition, which is
12787         bad.)
12788
12789         * canlock.el: Require sha1, not sha1-el.
12790
12791         * message.el: Don't autoload sha1 (there is a autoload cookie in
12792         sha1.el).
12793
12794         * sha1-el.el: Renamed to sha1.el.
12795
12796 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12797
12798         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12799
12800 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12801
12802         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12803
12804 2004-08-30  Kim F. Storm  <storm@cua.dk>
12805
12806         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12807
12808         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12809         Add :group 'nnimap.
12810
12811 2004-08-30  Andreas Schwab  <schwab@suse.de>
12812
12813         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12814         ?* and ?\;.
12815
12816         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12817         and ?\' to symbol instead of whitespace.
12818
12819 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12822
12823         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12824         instead of re-search-forward.
12825
12826         * gnus-uu.el (gnus-uu-save-article): Ditto.
12827         (gnus-uu-post-encode-uuencode): Ditto.
12828
12829         * html2text.el (html2text-clean-list-items): Ditto.
12830         (html2text-clean-dtdd): Ditto.
12831         (html2text-format-tags): Ditto.
12832
12833         * message.el (message-send-mail-with-sendmail): Fix regexp.
12834         (message-fill-field-general): Use search-forward instead of
12835         re-search-forward.
12836         (unbold-region): Ditto.
12837
12838         * nnrss.el (nnrss-request-article): Ditto.
12839
12840         * nnslashdot.el (nnslashdot-request-article): Ditto.
12841
12842         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12843
12844         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12845         "Unrecognized menu descriptor" error in XEmacs.
12846
12847 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12848
12849         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12850         parent article of a sparse article in the thread hashtb.
12851
12852 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12853
12854         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12855         (nnmail-expand-newtext): Lowercase expanded entries if
12856         nnmail-split-lowercase-expanded is non-nil.
12857
12858 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12861
12862         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12863         of gnus-tmp-news-method into string under XEmacs.  It will be
12864         passed to gnus-correct-length which takes only a string argument.
12865
12866 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * gnus-util.el (gnus-bind-print-variables): New macro.
12869         (gnus-prin1): Use it.
12870         (gnus-prin1-to-string): Use it.
12871         (gnus-pp): New function.
12872         (gnus-pp-to-string): New function.
12873
12874         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12875         Replace pp-to-string with gnus-pp-to-string.
12876         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12877         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12878         * gnus-msg.el (gnus-debug): Ditto.
12879         * gnus-score.el (gnus-score-save): Ditto.
12880         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12881         gnus-pp-to-string.
12882         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12883         with gnus-pp.
12884         * score-mode.el (gnus-score-pretty-print): Ditto.
12885         * webmail.el (webmail-debug): Ditto.
12886
12887 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * gnus-art.el (article-display-face, article-display-x-face):
12890         Use buffer-read-only.
12891
12892 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12893
12894         * gnus-art.el (article-hide-list-identifiers):
12895         Bind inhibit-read-only as t.
12896
12897 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12898
12899         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12900
12901 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12902
12903         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12904         (gnus-narrow-to-page): Don't assume point-min == 1.
12905         (gnus-article-edit-mode): Derive from message-mode.
12906
12907         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12908         point-min == 1.
12909
12910         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12911         Disable incorrect use of `assert'.
12912
12913         * message.el (message-mode): Set comment-start-skip.
12914
12915
12916 2004-08-22  Sam Steingold  <sds@gnu.org>
12917
12918         * pop3.el (pop3-leave-mail-on-server): New user variable.
12919         (pop3-movemail): Delete mail only when it is nil.
12920
12921 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12924
12925         * mml.el (mml-preview): Use `pop-to-buffer'.
12926
12927         * message.el (message-goto-mail-followup-to): Insert after "To".
12928         (message-carefully-insert-headers): Add comment.
12929
12930         * gnus.el: Remove unused variable `gnus-article-check-size'.
12931
12932         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12933
12934         * gnus-art.el (gnus-button-alist): Improve
12935         `gnus-button-handle-library' entry.
12936
12937 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12938
12939         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12940         downcase, since XEmacs capitalizes error messages differently.
12941
12942 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12943
12944         * nntp.el: Add (require 'gnus) due to reference to
12945         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12946
12947 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12948
12949         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12950         `mm-fill-flowed'.
12951
12952         * mm-decode.el (mm-dissect-singlepart): Check it.
12953
12954 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12955
12956         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12957         'imap' for netrc parsing.
12958
12959 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12960
12961         * mailcap.el (mailcap-mime-data): Mark as risky.
12962
12963 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12966         may be included in the encoded word.
12967         (rfc2047-encode): Don't append a space if the encoded word
12968         includes close parenthesis.
12969
12970 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12973         of text within parentheses.
12974
12975 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12976
12977         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12978         (gnus-encrypt-write-file-contents): Make the password key the file
12979         name PLUS the cipher, not just the cipher.  Also remove failed
12980         passwords from the cache.
12981
12982 2004-08-06  Simon Josefsson  <jas@extundo.com>
12983
12984         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12985         fix.
12986
12987 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12990         LWSP.
12991
12992 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12993
12994         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12995         to append in-reply-to: data to the references: header.
12996
12997         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12998         (netrc-parse): Use gnus-encrypt.el functions.
12999
13000         * gnus-encrypt.el: Add new file for encryption support; currently
13001         does only a few GPG ciphers and an internal XOR cipher.
13002
13003         * password.el: Add comments on using password-read-and-add.
13004         (password-read-and-add): Add function to read and add the
13005         password to the cache at once.
13006
13007 2004-07-28  Simon Josefsson  <jas@extundo.com>
13008
13009         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13010         parameter (but don't use it, for now).
13011
13012         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13013         instead of hard coding to nil.
13014
13015 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13018         as mm-inline-image-xemacs does.
13019
13020 2004-07-26  Simon Josefsson  <jas@extundo.com>
13021
13022         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13023         Revert part of 2004-07-17 change below.
13024
13025 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13028         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13029
13030 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13031
13032         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13033         quotes that actually start with ">" at the beginning of the
13034         lines.
13035
13036 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * rfc2047.el (rfc2047-encode-region): Fix last change.
13039         (rfc2047-encode-parameter): Remove useless concat.
13040
13041 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13044         encode special characters; fix some kind of misconfigured headers;
13045         signal a real error if debug-on-quit or debug-on-error is non-nil.
13046         (rfc2047-encode-max-chars): New variable.
13047         (rfc2047-encode-1): Use it.
13048         (rfc2047-encode-parameter): New function.
13049
13050         * mml.el (mml-insert-parameter): Remove an excessive space.
13051
13052 2004-07-17  Simon Josefsson  <jas@extundo.com>
13053
13054         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13055         Kai Grossjohann <kai@emptydomain.de>.
13056         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13057         (gnus-group-make-menu-bar): Ditto.
13058
13059         * gnus-util.el (gnus-group-server): Add.
13060
13061 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13062
13063         * message.el (message-clone-locals): Clone sendmail and smtp
13064         variables.
13065
13066 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * rfc2047.el (rfc2047-encode-region): Fix last change.
13069
13070 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13073         characters as non-special.
13074
13075 2004-07-09  Simon Josefsson  <jas@extundo.com>
13076
13077         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13078         Users will lose all flag changes made while unplugged with
13079         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13080         good default.  See numerous reports on ding mailing list.
13081
13082 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13083
13084         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13085         add generate-head-function and generate-article-function to the
13086         rfc822-forward entry.
13087         (nndoc-rfc822-forward-generate-article): New function.
13088         (nndoc-rfc822-forward-generate-head): New function.
13089
13090         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13091
13092 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13093
13094         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13095         respect display group parameter and gnus-summary-expunge-below.
13096         (gnus-articles-to-read): Remove unused reference to display group
13097         parameter.
13098
13099 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13100
13101         * nnheader.el (nnheader-uniquify-message-id): New experimental
13102         variable.
13103         (nnheader-nov-read-message-id): Use it.
13104
13105         * spam-report.el (spam-report-gmane): Add interactive.
13106
13107 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13110         qp-or-base64 for the application/* types.
13111
13112 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13113
13114         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13115
13116 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13117
13118         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13119         trim value.
13120
13121 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13122
13123         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13124         New macro and function.
13125         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13126
13127 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13130         after-load-alist.
13131
13132 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13133
13134         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13135         update info that isn't there.
13136
13137 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13138
13139         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13140         entry.
13141
13142 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * mm-view.el (mm-inline-render-with-function): Use multibyte
13145         buffer; decode html source by charset.
13146
13147         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13148
13149         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13150         Mule-UCS is loaded under XEmacs.
13151         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13152
13153 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13154
13155         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13156
13157 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * mm-util.el (mm-coding-system-p): Return a coding-system.
13160         (mm-mime-mule-charset-alist): Use shift_jis instead of
13161         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13162         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13163         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13164         instead of japanese-shift-jis and iso-latin-1 respectively in
13165         order to share the default value with both Emacs and XEmacs-mule.
13166         (mm-mule-charset-to-mime-charset): Make
13167         mm-coding-system-priorities effective.
13168         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13169         while predicating of candidates upon the priorities.
13170
13171 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13172
13173         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13174         gnus-uu-invert-processable.
13175
13176         * gnus.el: Autoload gnus-uu-invert-processable.
13177
13178 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * mm-util.el (mm-with-multibyte-buffer): New macro.
13181
13182         * rfc2047.el (rfc2047-encode-string): Use it.
13183         (rfc2047-encode-region): Move point to the end of the region after
13184         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13185
13186 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13189         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13190
13191 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13194         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13195         Karl Chen <quarl@nospam.quarl.org>.
13196
13197 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13198
13199         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13200         invalid addresses.
13201
13202 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13203
13204         * spam.el: Change section markers, revise TODO list.
13205         (spam-backends): Make new master list of all installed backends.
13206         (spam-summary-exit-behavior): Add new variable to determine how
13207         messages moves are done at summary exit.
13208         (spam-move-spam-nonspam-groups-only)
13209         (spam-process-ham-in-nonham-groups)
13210         (spam-process-ham-in-spam-groups): Remove variables, the
13211         spam-summary-exit-behavior variable should be used to manage this
13212         behavior.
13213         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13214         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13215         and spam-old-spam-articles.
13216         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13217         Add empty variables, placeholders for the backends they represent.
13218         (spam-set-difference): Move, unchanged.
13219         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13220         unless the user has a processor variable.
13221         (spam-classifications, spam-classification-valid-p)
13222         (spam-backend-properties, spam-backend-property-valid-p)
13223         (spam-backend-function-type-valid-p)
13224         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13225         (spam-report-articles-gmane, spam-report-articles-resend):
13226         Remove functions, they are not needed.
13227         (spam-install-backend-super, spam-backend-list)
13228         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13229         (spam-backend-function, spam-backend-ham-registration-function)
13230         (spam-backend-spam-registration-function)
13231         (spam-backend-ham-unregistration-function)
13232         (spam-backend-spam-unregistration-function)
13233         (spam-backend-statistical-p, spam-backend-mover-p)
13234         (spam-install-backend-alias, spam-install-checkonly-backend)
13235         (spam-install-mover-backend, spam-install-nocheck-backend)
13236         (spam-install-backend, spam-install-statistical-backend)
13237         (spam-install-statistical-checkonly-backend): Add backend installation
13238         support.
13239         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13240         (spam-group-processor-p): Use the new backend code and respect the
13241         summary exit behavior.
13242         (spam-mark-spam-as-expired-and-move-routine): Remove.
13243         (spam-summary-prepare): Change to use the new spam-old-articles
13244         variable.
13245         (spam-copy-or-move-routine, spam-copy-spam-routine)
13246         (spam-move-spam-routine, spam-copy-ham-routine)
13247         (spam-move-ham-routine): Add code to copy/move ham or spam.
13248         (spam-fetch-field-fast): Improve doc and code, plus allow the
13249         'number request.
13250         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13251         variables.
13252         (spam-split, spam-find-spam): Use the new backend code.
13253         (spam-registration-functions): Remove variable.
13254         (spam-unregister-routine): Add convenience wrapper.
13255         (spam-log-undo-registration, spam-register-routine)
13256         (spam-log-processing-to-registry)
13257         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13258         where possible.
13259         (spam-check-gmane-xref, spam-check-regex-headers)
13260         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13261         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13262         (spam-check-bogofilter-headers, spam-check-spamoracle)
13263         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13264         (spam-check-crm114-headers): Use the spam-split-group that
13265         spam-split prepares, no need to determine it every time.
13266
13267         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13268         to the nnheader-parse-naked-head call.
13269
13270         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13271
13272         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13273         the nnheader-nov-read-message-id call.
13274
13275 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13278         gnus-activate-group twice.  Suggested by Markus Peter
13279         <warp@spin.de>.
13280
13281 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * gnus-art.el (gnus-article-time-format): Exchange the order of
13284         day and month in the default value; fix customization type.
13285         (article-date-ut): Use add-text-properties.
13286         (article-make-date-line): Use message-make-date instead of
13287         current-time-string.
13288
13289         * message.el (message-fetch-field): Don't use set-text-properties.
13290         (message-make-date): Simplify.
13291
13292         * messagexmas.el (message-xmas-make-date): New function.
13293         (message-xmas-redefine): Defalias message-make-date to it.
13294
13295 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13298         (rfc2047-encode-region): Treat text within parentheses as special;
13299         show the original text when error has occurred.
13300
13301         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13302         already-computed method to gnus-activate-group.
13303
13304         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13305         same select-methods identical Lisp objects.
13306
13307         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13308         object when modifying the info.
13309
13310 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13313         gnus-opened-servers since it has never been opened with the new
13314         configuration yet.
13315
13316 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13319         arg to nnheader-generate-fake-message-id.
13320
13321 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13322
13323         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13324         number and build a fake message ID localized to a group and
13325         article number (so it's repeatable from that point on).
13326         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13327         ID format.
13328
13329         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13330         nnheader-generate-fake-message-id with the article number.
13331
13332 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13333
13334         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13335         end-of-buffer.
13336
13337 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13338
13339         * message.el (message-ignored-supersedes-headers): Add Approved.
13340
13341 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13344         goto-char.
13345         (rfc2047-encode): Fold the line before encoding.
13346
13347 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13348
13349         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13350         folding -- not all headers can be folded, and this should be done
13351         by the message composition mode.  Probably.  I think.
13352
13353 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13356         fast.
13357
13358         * gnus-ems.el (gnus-remove-image): Don't use
13359         message-text-with-property; remove only the image found first.
13360
13361         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13362         found first.
13363
13364 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13365
13366         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13367
13368 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * message.el (message-text-with-property): Make it fast and accept
13371         optional arguments.
13372         (message-strip-forbidden-properties): Use it.
13373         (message-fix-before-sending): Follow the m-t-w-p change.
13374
13375         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13376
13377 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * gnus-art.el (article-hide-headers): Don't change the buffer
13380         mistakenly when performing mml-preview even if
13381         gnus-single-article-buffer is nil.
13382
13383 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13384
13385         * message.el (message-expand-name-databases): New user option.
13386         (message-expand-name): Use it.
13387
13388 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13389
13390         * spam.el (spam-report-articles-resend)
13391         (spam-report-resend-register-routine): Allow ham reporting.
13392         (spam-report-resend-register-ham-routine): Add wrapper.
13393         (spam-registration-functions): Add ham resending functions.
13394         (spam-list-of-processors): Add ham resend processor.
13395
13396         * gnus.el (ham-resend-to): Add new group parameter.
13397         (spam-process): Add ham resend option.
13398
13399         * spam-report.el (spam-report-resend): Allow reporting ham.
13400         (spam-report-resend-ham): Add wrapper.
13401
13402 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13403
13404         * message.el (message-cite-articles-with-x-no-archive): New
13405         variable.
13406         (message-cite-original): Use it.
13407
13408 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13409
13410         * message.el (message-cite-original): Respect X-No-Archive.
13411
13412 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * gnus-art.el (article-hide-headers): Refer to the values for
13415         gnus-ignored-headers and gnus-visible-headers in the summary
13416         buffer since a user may have set them as group parameters.
13417
13418 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13419
13420         * assistant.el (assistant-node-name): Add convenience function.
13421         (assistant-render-text, assistant-render-node): Add error handling,
13422         plus handle multiple next nodes.
13423         (assistant-find-next-node): Comment out for now.
13424         (assistant-find-next-nodes): Add function, returns list of next
13425         nodes.
13426
13427 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * mail-source.el (mail-source-directory): Fix doc-string.
13430
13431 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13432
13433         * assistant.el (assistant-render-text, assistant-eval): Add :set
13434         widget type, which is different because it takes and returns a
13435         list.  Much hilarity ensues.
13436
13437 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13440
13441         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13442         doc-string.
13443
13444         * gnus-start.el (gnus-activate-group): Added doc-string.
13445
13446 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13449
13450 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13451
13452         * assistant.el (assistant-render-text): Try to add a :set
13453         widget, more to come.
13454
13455         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13456         strings.
13457         (spam-report-articles-resend)
13458         (spam-register-routine): Do registration iff any articles warrant
13459         it.
13460         (spam-summary-prepare-exit): Change log message for nil group
13461         destinations.
13462
13463 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13464
13465         * spam.el (spam-report-resend-register-routine): Allow
13466         spam-report-resend-to to be a group parameter or a global value.
13467
13468 2004-05-26  Simon Josefsson  <jas@extundo.com>
13469
13470         * starttls.el: Merge with my GNUTLS based starttls.el.
13471         (starttls-gnutls-program, starttls-use-gnutls)
13472         (starttls-extra-arguments, starttls-process-connection-type)
13473         (starttls-connect, starttls-failure, starttls-success): New
13474         variables.
13475         (starttls-program, starttls-extra-args): Doc fix.
13476         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13477         functions.
13478         (starttls-negotiate, starttls-open-stream): Check
13479         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13480         function if it is set.
13481
13482 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13485         structured fields.
13486
13487 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13490
13491 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13492
13493         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13494         variable.
13495         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13496         assigning the spam-mark to new messages.
13497
13498 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13499
13500         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13501
13502 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13505
13506         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13507         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13508         default.
13509
13510 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13511
13512         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13513         correct data.
13514
13515 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13516
13517         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13518         (spam-group-processor-p): Fix function.
13519         (spam-group-processor-multiple-p)
13520         (spam-group-spam-processor-report-gmane-p)
13521         (spam-group-spam-processor-report-resend-p)
13522         (spam-group-spam-processor-bogofilter-p)
13523         (spam-group-spam-processor-blacklist-p)
13524         (spam-group-spam-processor-ifile-p)
13525         (spam-group-ham-processor-ifile-p)
13526         (spam-group-spam-processor-spamoracle-p)
13527         (spam-group-spam-processor-crm114-p)
13528         (spam-group-ham-processor-bogofilter-p)
13529         (spam-group-spam-processor-stat-p)
13530         (spam-group-ham-processor-stat-p)
13531         (spam-group-ham-processor-whitelist-p)
13532         (spam-group-ham-processor-BBDB-p)
13533         (spam-group-ham-processor-spamoracle-p)
13534         (spam-group-ham-processor-copy-p): Remove functions with some
13535         prejudice against unneeded code.
13536         (spam-report-articles-resend)
13537         (spam-report-resend-register-routine): Allow the group/topic
13538         spam-resend-to value to override spam-report-resend-to.
13539         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13540         properly now.
13541
13542         * gnus.el (spam-resend-to): Add group/topic parameter.
13543         (spam-process): Move the OBSOLETE processors to the end of the
13544         choices.
13545
13546 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13547
13548         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13549         with resend-to set to nil, and then ask the user if necessary.
13550         (spam-report-resend): spam-report-resend takes a list of articles, not
13551         separate article numbers.
13552
13553 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13556         addition to emacs-w3m.
13557
13558 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13559
13560         * assistant.el (assistant-authinfo-data): New function.
13561         (assistant-eval): Eval for entire assistant.
13562
13563         * netrc.el (netrc-services-file): New variable.
13564         (netrc-parse-services): New function.
13565         (netrc-find-service-name): New function.
13566         (netrc-find-service-number): New function.
13567         (netrc-port-equal): New function.
13568         (netrc-machine): Use it.
13569
13570         * nnimap.el (nnimap-open-connection): Use netrc.
13571
13572         * gnus-util.el (gnus-netrc-get): Remove aliases.
13573
13574         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13575
13576         * assistant.el (wid-edit): Fix compilation.
13577
13578         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13579
13580 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13581
13582         * gnus-util.el (gnus-set-file-modes): New function.  (small
13583         patch).
13584
13585 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13586
13587         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13588
13589         * assistant.el (assistant-render-node): Fix up rendering and
13590         read-only text.
13591         (assistant-render-node): Reset.
13592         (assistant-make-read-only): Not sticky.
13593
13594 2004-05-20  Danny Siu  <dsiu@adobe.com>
13595
13596         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13597         centered even when gnus-auto-center-summary is t.
13598
13599 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13600
13601         * dns.el (dns-get-txt-answer): New function.
13602         (dns-read-txt): Ditto.
13603         (query-dns): Use it.
13604
13605 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13608         active for foreign groups even if the group level is higher than
13609         the specified value.
13610
13611 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13612
13613         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13614         non-active groups.
13615
13616         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13617
13618 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13619
13620         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13621
13622 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13623
13624         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13625         (spam-crm114-header, spam-crm114-spam-switch)
13626         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13627         (spam-crm114-positive-spam-header)
13628         (spam-crm114-database-directory, spam-list-of-processors)
13629         (spam-group-spam-processor-crm114-p)
13630         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13631         (spam-generic-score, spam-list-of-checks)
13632         (spam-list-of-statistical-checks, spam-registration-functions)
13633         (spam-check-crm114-headers, spam-crm114-score)
13634         (spam-check-crm114, spam-crm114-register-with-crm114)
13635         (spam-crm114-register-spam-routine)
13636         (spam-crm114-unregister-spam-routine)
13637         (spam-crm114-register-ham-routine)
13638         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13639         asjo@koldfront.dk (Adam Sjøgren).
13640
13641         * gnus.el: Add spam-use-crm114.
13642
13643         * spam.el (spam-list-of-processors, spam-registration-functions):
13644         Add spam-use-resend.
13645         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13646         (spam-report-articles-gmane): Add doc fix.
13647         (spam-report-articles-resend, spam-report-resend-register-routine):
13648         Add wrappers around spam-report-resend-to.
13649
13650         * spam-report.el (spam-report-resend-to, spam-report-resend):
13651         Add support for resending spam.
13652         (spam-report-gmane): Fix line length >80.
13653
13654         * gnus.el (spam-process): Add spam-use-resend.
13655
13656 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13657
13658         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13659         number of processed spam messages.
13660         (spam-ham-copy-or-move-routine): Return the number of processed
13661         ham messages.
13662         (spam-summary-prepare-exit): Use the above values to decide
13663         whether status messages shouled be displayed.
13664
13665 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13668         `rfc2047-encoding-function-alist' in order to avoid conflicting
13669         with the old version.
13670         (rfc2047-encode-region): Concatenate words containing non-ASCII
13671         characters in structured fields; don't encode space-delimited
13672         ASCII words even in unstructured fields; don't break words at
13673         char-category boundaries.
13674         (rfc2047-encode-1): New function.
13675         (rfc2047-encode): Use it; encode text so that it occupies the
13676         maximum width within 76-column; work correctly on Q encoding for
13677         iso-2022-* charsets.
13678         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13679         sure not to break a line just after the header name.
13680         (rfc2047-b-encode-region): Removed.
13681         (rfc2047-b-encode-string): New function.
13682         (rfc2047-q-encode-region): Removed.
13683         (rfc2047-q-encode-string): New function.
13684
13685         * mm-util.el (mm-replace-in-string): New function.
13686
13687 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13688
13689         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13690         get it right.
13691         (gnus-inews-make-draft): Really.
13692
13693 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13694
13695         * nnmh.el (nnmh-request-list-1): Don't check the link count
13696         before descending.  (small patch)
13697
13698 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13699
13700         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13701         stuff.
13702
13703         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13704         on real group name.
13705
13706         * gnus-art.el (gnus-signature-limit): Doc fix.
13707
13708         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13709
13710         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13711
13712 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13713
13714         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13715         isn't a string.
13716
13717 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13718
13719         * gnus-draft.el (gnus-draft-send): Bind
13720         rfc2047-encode-encoded-words.
13721
13722         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13723         (rfc2047-encodable-p): Say that =? needs encoding.
13724         (rfc2047-encode-encoded-words): New variable.
13725
13726         * gnus-group.el (gnus-group-select-group): Doc fix.
13727
13728         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13729
13730         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13731         to nil.
13732
13733         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13734
13735         * nnheader.el (nnheader-get-lines-and-char): New function.
13736
13737 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13738
13739         * gnus-msg.el (gnus-summary-followup-with-original): Document
13740         yanking of region when active.
13741
13742 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13745         groups if the group level is higher than the specified value.
13746
13747 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13750         (gnus-group-jump-to-group): Added prefix argument using
13751         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13752         non-active group.
13753
13754         * compface.el (uncompface): Be verbose when changing
13755         `uncompface-use-external'.
13756
13757         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13758         handle manual section.
13759
13760 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13761
13762         * gnus-art.el (gnus-button-alist): Revert previous change.
13763
13764 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13765
13766         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13767
13768 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13769
13770         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13771         whether backend can accept message.
13772
13773         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13774
13775 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13776
13777         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13778         Avoid creating directory when nntp-marks-is-evil is true.
13779         Reported by Reiner Steib.
13780
13781 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * gnus-picon.el (gnus-picon-style): New variable.
13784         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13785         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13786         Jesper Harder <harder@ifa.au.dk>.
13787
13788 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13789
13790         * message.el (message-fill-field): Return point.
13791         (message-generate-headers): Go to end of field.
13792
13793         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13794         stuff for non-living groups.
13795
13796 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13797
13798         * gnus-art.el (gnus-article-followup-with-original)
13799         (gnus-article-reply-with-original): gnus-mark-active-p ->
13800         gnus-region-active-p.
13801
13802 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13803
13804         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13805         only when there is spam or ham to be processed.
13806
13807 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13808
13809         * mail-source.el (mail-source-delete-crash-box): Refactor.
13810         (mail-source-fetch): Use it.
13811         (mail-source-fetch-file): Ditto.
13812         (mail-source-fetch-directory): Run postscript in loop.
13813         (mail-source-fetch-pop): Delete.
13814         (mail-source-fetch-maildir): Ditto.
13815         (mail-source-fetch-imap): Ditto.
13816
13817         * imap.el (imap-authenticators): Comment out sasl.
13818
13819         * message.el (message-skip-to-next-address): New function.
13820         (message-fill-header-address): Refactor.
13821         (message-fill-address): Use it.
13822         (message-delete-address): Use it.
13823         (message-fill-header-general): Refactor.
13824         (message-fill-field-address): Rename.
13825         (message-narrow-to-field): Find the start of the header.
13826         (message-header-format-alist): Don't pre-fill.
13827         (message-fill-header): Removed.
13828         (message-insert-header): New function.
13829         (message-shorten-references): Use it.
13830
13831         * rfc2047.el (rfc2047-field-value): Strip props.
13832
13833         * mail-parse.el (mail-header-make-address): New alias.
13834
13835         * ietf-drums.el (ietf-drums-make-address): New function.
13836
13837         * imap.el: Add compiler directives.
13838
13839         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13840
13841         * gnus-art.el (article-decode-idna-rhs): Don't use
13842         message-idna-inside-rhs-p.
13843
13844 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13845
13846         * message.el (message-idna-inside-rhs-p): Removed.
13847         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13848
13849         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13850         false positives.
13851
13852 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13853
13854         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13855
13856 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13857
13858         * nneething.el (nneething-file-name): Don't create spurious
13859         files.
13860
13861         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13862         (gnus-inews-do-gcc): Remove sleep.
13863
13864         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13865         part under point.
13866
13867         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13868         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13869
13870 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13871
13872         * spam.el (spam-summary-prepare-exit): Fixed (length).
13873
13874 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13875
13876         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13877         as expired without moving it" message when there are spam
13878         messages left.
13879
13880 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13881
13882         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13883         header is not nil.
13884
13885 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13886
13887         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13888         nntp-possibly-create-directory, not nntp-possibly-change-group.
13889         (nntp-marks-changed-p): New arg SERVER.
13890         (nntp-request-update-info): Adjust caller.
13891
13892 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13893
13894         * nntp.el (nntp-save-marks): Pass missing arg.
13895
13896 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13897
13898         * nntp.el: Support marks.
13899         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13900         (nntp-marks-modtime, nntp-marks-directory): New variables.
13901         (nntp-request-set-mark, nntp-request-update-info)
13902         (nntp-possibly-create-directory, nntp-marks-changed-p)
13903         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13904         functions.
13905
13906 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13907
13908         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13909         (gnus-xmas-redefine): Rename.
13910
13911         * gnus-score.el (gnus-score-insert-help): Use
13912         gnus-select-lowest-window.
13913
13914         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13915         appt-select-lowest-window and rename to gnus-select-lowest-window.
13916
13917         * gnus.el: do.
13918
13919 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13920
13921         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13922         encodings of MIME-encoded words, in order to improve
13923         interoperability with several broken MUAs.
13924
13925 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13926
13927         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13928         tags, only when charsets are not specified in headers.
13929         (mm-inline-text-html-render-with-w3m): Ditto.
13930
13931         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13932         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13933
13934 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13935
13936         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13937         instead of MIME-decoded from fields when checking
13938         `gnus-article-address-banner-alist'.
13939
13940 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13941
13942         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13943         description rather than subject.
13944
13945 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13946
13947         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13948
13949 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13950
13951         * gnus.el (gnus-version-number): Bump.
13952
13953 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13954
13955         * gnus.el: No Gnus v0.2 is released.
13956
13957 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13958
13959         * gnus-agent.el (gnus-agent-read-agentview): Inline
13960         gnus-uncompress-range.
13961
13962 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13963
13964         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13965         `exec-installed-p'.
13966
13967 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13968
13969         * gnus.el (spam-process, spam-autodetect-methods): Add
13970         bsfilter and bsfilter-headers.
13971
13972         * spam.el (spam-bsfilter): New customize group.
13973         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13974         (spam-bsfilter-header, spam-bsfilter-probability-header)
13975         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13976         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13977         (spam-bsfilter-database-directory): New options.
13978         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13979         (spam-list-of-statistical-checks, spam-registration-functions):
13980         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13981         (spam-bsfilter-score): New command.
13982         (spam-check-bsfilter-headers, spam-check-bsfilter)
13983         (spam-bsfilter-register-with-bsfilter)
13984         (spam-bsfilter-register-spam-routine)
13985         (spam-bsfilter-unregister-spam-routine)
13986         (spam-bsfilter-register-ham-routine)
13987         (spam-bsfilter-unregister-ham-routine): New functions.
13988         (spam-generic-score): Support bsfilter; Accept an optional argument
13989         to recalcurate spam score even if scoring header has already been
13990         added.
13991         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13992         optional argument to recalcurate spam score even if scoring header
13993         has already been added.
13994
13995 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13996
13997         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13998         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13999         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14000         link is missing.
14001
14002 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14003
14004         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14005         (html2text-get-attr): Rewrite.
14006
14007         * message.el (message-setup-1): Remove redundant put-text-property
14008         on mail-header-separator.
14009
14010 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14011
14012         * gnus-registry.el (gnus-registry-cache-whitespace)
14013         (gnus-registry-action, gnus-registry-spool-action)
14014         (gnus-registry-split-fancy-with-parent): Change message levels
14015         from 5 to 3 or 7, as needed.
14016
14017         * spam.el (spam-summary-prepare-exit)
14018         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14019         (spam-split, spam-find-spam, spam-log-undo-registration)
14020         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14021         level from 5 to 6.
14022
14023 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14026         2004-03-04 change).
14027
14028 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14029
14030         * sieve-manage.el (sieve-manage-open):
14031         * nnweb.el (nnweb-insert-html):
14032         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14033         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14034         * nnspool.el (nnspool-request-group):
14035         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14036         * nnml.el (nnml-request-update-info):
14037         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14038         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14039         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14040         (nnimap-request-set-mark):
14041         * nnfolder.el (nnfolder-request-update-info):
14042         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14043         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14044         * gnus-uu.el (gnus-uu-find-articles-matching):
14045         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14046         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14047         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14048         * gnus-nocem.el (gnus-nocem-scan-groups):
14049         * gnus-int.el (gnus-start-news-server):
14050         * gnus-group.el (gnus-group-make-kiboze-group)
14051         (gnus-group-browse-foreign-server):
14052         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14053         Use mapc when appropriate.
14054
14055 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14056
14057         FIXME: Make separate entries for each person.
14058
14059         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14060         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14061         <shields@msrl.com>:
14062
14063         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14064         may need for spam sorting and scoring.
14065         (spam-user-format-function-S): Add user format function suitable for
14066         general use.
14067         (spam-article-sort-by-spam-status): Add sorting function for summary
14068         sorting.
14069         (spam-extra-header-to-number): Add function to get a score from a
14070         header.
14071         (spam-summary-score): Add function to get a numeric score from the
14072         headers.
14073         (spam-generic-score): Fix function doc, was in wrong place.
14074         (spam-initialize): Take symbols when it's run, and install the
14075         extra headers that spam-necessary-extra-headers thinks we need.
14076
14077 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14078
14079         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14080         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14081
14082 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14083
14084         * gnus-sum.el (gnus-set-global-variables)
14085         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14086         (gnus-article-get-xrefs, gnus-summary-best-group)
14087         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14088         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14089         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14090         Use with-current-buffer.
14091
14092 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14093
14094         * spam.el (spam-summary-prepare-exit): Simplify logic.
14095         (spam-fetch-article-header): Read the article header if it's not
14096         available.
14097         (spam-list-articles): Simplify logic.
14098         (spam-filelist-register-routine): Fix bug with unregister-list.
14099
14100         * gnus-registry.el: Fix comments at beginning.
14101
14102 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14103
14104         * message.el (message-cater-to-broken-inn): Remove.
14105         (message-shorten-references): Make sure the total folded length of
14106         References is shorter than 998 characters to cater to a bug in INN
14107         2.3.  Also, don't pretend that references aren't folded -- this
14108         hasn't worked for a while.
14109
14110 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14111
14112         * gnus-agent.el (gnus-agentize):
14113         gnus-agent-send-mail-real-function no longer set to current value
14114         of message-send-mail-function but rather a lambda that calls
14115         message-send-mail-function.  The change makes the agent real-time
14116         responsive to user changes to message-send-mail-function.
14117
14118 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14119
14120         * legacy-gnus-agent.el
14121         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14122         help from Florian Weimer <fw@deneb.enyo.de>
14123
14124 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * nnmail.el (nnmail-cache-insert): Revert last change.
14127
14128 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * nnmail.el (nnmail-cache-insert): Always check whether
14131         nnmail-cache-ignore-groups matches a group name.
14132
14133 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14134
14135         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14136         (spam-find-spam, spam-log-processing-to-registry)
14137         (spam-log-registered-p, spam-log-unregistration-needed-p)
14138         (spam-log-undo-registration): Use gnus-message instead of
14139         gnus-error, none of these errors are fatal.
14140
14141         * gnus-registry.el (gnus-registry-clean-empty-function)
14142         (gnus-registry-clean-empty): Remove only empty entries without
14143         extra data.
14144
14145 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14146
14147         * spam-stat.el (spam-stat-buffer-change-to-spam)
14148         (spam-stat-buffer-change-to-non-spam): Change (error) to
14149         (gnus-message 8) invocation.
14150
14151 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * nntp.el (nntp-via-netcat-command): New variable.
14154         (nntp-via-netcat-switches): New variable.
14155         (nntp-open-via-rlogin-and-netcat): New function.
14156         (nntp-open-connection-function): Doc fix.
14157         (nntp-telnet-command): Doc fix.
14158         (nntp-end-of-line): Doc fix.
14159         (nntp-via-rlogin-command): Doc fix.
14160         (nntp-via-user-name): Doc fix.
14161         (nntp-via-address): Doc fix.
14162
14163 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14166         error in Emacs 21.1.
14167
14168 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14171
14172 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14173
14174         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14175         (gnus-agent-with-refreshed-group): New macro.
14176         (gnus-agent-rename-group): New function.
14177         (gnus-agent-delete-group): New function.
14178         (gnus-agent-save-group-info): Use gnus-command-method when
14179         `method' parameter is nil.  Don't write nil entries into the
14180         active file.
14181         (gnus-agent-get-group-info): New function.
14182         (gnus-agent-fetch-articles): Use
14183         gnus-agent-update-files-total-fetched-for to increment disk space
14184         used.
14185         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14186         gnus-agent-update-view-total-fetched-for to increment disk space
14187         used.
14188         (gnus-agent-get-local): Added optional parameters to avoid calling
14189         gnus-group-real-name and gnus-find-method-for-group.
14190         (gnus-agent-set-local): Delete stored entry if either min, or max,
14191         are nil.
14192         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14193         quit, use gnus-agent-regenerate-group to record existance of any
14194         articles fetched to disk before the quit occurred.
14195         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14196         gnus-agent-update-view-total-fetched-for, and
14197         gnus-agent-update-files-total-fetched-for to decrement disk space
14198         used.
14199         (gnus-agent-retrieve-headers): Use
14200         gnus-agent-update-view-total-fetched-for to increment disk space
14201         used.
14202         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14203         with gnus-agent-update-files-total-fetched-for to decrement disk
14204         space and fresh group buffer.
14205         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14206         (gnus-agent-need-update-total-fetched-for): New variable.
14207         (gnus-agent-update-files-total-fetched-for): New function.
14208         (gnus-agent-update-view-total-fetched-for): New function.
14209         (gnus-agent-total-fetched-for): New function.
14210
14211         * gnus-cache.el (gnus-cache-save-buffers): Use
14212         gnus-cache-update-overview-total-fetched-for to change disk space
14213         used by this group.
14214         (gnus-cache-possibly-enter-article): Use
14215         gnus-cache-update-file-total-fetched-for to increment disk space
14216         used by this group.
14217         (gnus-cache-possibly-remove-article): Use
14218         gnus-cache-update-file-total-fetched-for to decrement disk space
14219         used by this group.
14220         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14221         (gnus-cache-rename-group): New function.
14222         (gnus-cache-delete-group): New function.
14223         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14224         (gnus-cache-need-update-total-fetched-for): New variable.
14225         (gnus-cache-with-refreshed-group): New macro.
14226         (gnus-cache-update-file-total-fetched-for): New function.
14227         (gnus-cache-update-overview-total-fetched-for): New function.
14228         (gnus-cache-rename-group-total-fetched-for): New function.
14229         (gnus-cache-delete-group-total-fetched-for): New function.
14230         (gnus-cache-total-fetched-for): New function.
14231
14232         * gnus-group.el: Require gnus-sum and autoload functions to
14233         resolve warnings when gnus-group.el compiled alone.
14234         (gnus-group-line-format): Documented new %F.
14235         (size of Fetched data) group line format; identifies disk space
14236         used by agent and cache.
14237         (gnus-group-line-format-alist): Defined new F format.
14238         (gnus-total-fetched-for): New function.
14239         (gnus-group-delete-group): No longer update
14240         gnus-cache-active-altered as gnus-request-delete-group now keeps
14241         the cache in sync.
14242         (gnus-group-list-active): Let the agent store a server's active
14243         list if currently plugged.
14244
14245         * gnus-int.el (gnus-request-delete-group):
14246         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14247         local disk in sync with the server.
14248         (gnus-request-rename-group):
14249         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14250         local disk in sync with the server.
14251
14252         * gnus-start.el (gnus-get-unread-articles):
14253         Cosmetic simplification to logic.
14254
14255         * gnus-util.el (gnus-rename-file): New function.
14256
14257 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14258
14259         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14260
14261 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14262
14263         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14264         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14265
14266 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14267
14268         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14269         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14270
14271 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14272
14273         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14274
14275 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14276
14277         * spam.el (spam-set-difference): Add function to replace
14278         gnus-set-difference in spam.el.
14279         (spam-summary-prepare-exit): Use spam-set-difference.
14280
14281 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14282
14283         * gnus-registry.el (gnus-registry-cache-file): Update to use
14284         gnus-dribble-directory OR gnus-home-directory OR ~.
14285         (gnus-registry-split-fancy-with-parent): Fix doc.
14286
14287 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * message.el (message-exchange-point-and-mark): Use
14290         message-mark-active-p.  Suggested by Jesper Harder
14291         <harder@ifa.au.dk>.
14292
14293 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * message.el (message-exchange-point-and-mark): Don't activate
14296         region if it was inactive.  Suggested by Hiroshi Fujishima
14297         <pooh@nature.tsukuba.ac.jp>.
14298
14299 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * gnus-art.el (article-display-face): Display Faces in the same
14302         order as X-Faces.
14303
14304 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14307
14308 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14311         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14312         (gnus-article-mime-hierarchy): Remove.
14313         (gnus-article-mime-hierarchy-next): Remove.
14314         (gnus-article-mode): Revert 2004-03-19 change.
14315         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14316         (gnus-insert-mime-button): Revert 2004-03-19 change.
14317         (gnus-mime-accumulate-hierarchy): Remove.
14318         (gnus-mime-enter-multipart): Remove.
14319         (gnus-mime-leave-multipart): Remove.
14320         (gnus-mime-display-part): Revert 2004-03-19 change.
14321         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14322
14323         * mml.el (mml-preview): Revert 2004-03-19 change.
14324
14325 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14326
14327         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14328
14329 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14332         t while entering a file name using the mm-with-multibyte macro.
14333         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14334
14335         * mm-util.el (mm-with-multibyte): New macro.
14336
14337 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14340         user option.
14341         (gnus-mime-multipart-functions): Doc and customization fix.
14342         (gnus-article-mime-hierarchy): New variable.
14343         (gnus-article-mime-hierarchy-next): New variable.
14344         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14345         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14346         gnus-article-mime-hierarchy-next to nil.
14347         (gnus-insert-mime-button): Show hierarchy numbers.
14348         (gnus-mime-accumulate-hierarchy): New function.
14349         (gnus-mime-enter-multipart): New function.
14350         (gnus-mime-leave-multipart): New function.
14351         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14352         (gnus-mime-display-alternative): Show hierarchy numbers.
14353
14354         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14355         gnus-article-mime-hierarchy-next to nil.
14356
14357 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14358
14359         * dns.el: Don't require gnus-xmas.
14360
14361 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14362
14363         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14364         inline PGP.
14365         (mml-menu): Disable mml-quote-region if mark is inactive.
14366
14367 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14370         when the group's active is not available.
14371
14372 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14375         error.
14376
14377 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14378
14379         * imap.el (imap-store-password): New variable.
14380         (imap-interactive-login): Use it.
14381         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14382
14383 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14386         window-start and hscroll to summary window.
14387
14388 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14389
14390         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14391         conversion message to newsrc-dribble when an actual conversion is
14392         performed.
14393
14394 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14395
14396         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14397
14398 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * mm-decode.el (mm-complicated-handles): New function reviving
14401         former definition of mm-multiple-handles.
14402
14403         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14404         (gnus-mime-delete-part): Use it.
14405
14406 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14407
14408         * gnus-agent.el (gnus-agent-read-local): Bind
14409         nnheader-file-coding-system to gnus-agent-file-coding-system to
14410         avoid the implicit assumption that they will always be equal.
14411         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14412         coding-system-for-write, as the with-temp-file macro first prints
14413         to a buffer then saves the buffer.
14414
14415 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * gnus-art.el (gnus-article-edit-part): New function.
14418         (gnus-mime-save-part-and-strip): Use it; do query instead of
14419         signaling an error; don't use mm-multiple-handles.
14420         (gnus-mime-delete-part): Ditto.
14421
14422 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14423
14424         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14425         old file versions.
14426         (gnus-group-prepare-hook): Removed function that converted list
14427         form of gnus-agent-expire-days to group properties.
14428
14429         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14430         (gnus-request-accept-article): Re-indented.
14431
14432         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14433         converters to handle old agent file formats.  Added logic for a
14434         "backup before upgrading warning".
14435         (gnus-convert-mark-converter-prompt): Developers can mark
14436         functions as needing (default), or not needing,
14437         gnus-convert-old-newsrc's "backup before upgrading warning".
14438         (gnus-convert-converter-needs-prompt): Tests whether the user
14439         should be protected from potentially irreversable changes by the
14440         function.
14441
14442         * legacy-gnus-agent.el: New.  Provides converters that are only
14443         loaded when gnus-convert-old-newsrc needs to call them.
14444
14445 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * mail-source.el (mail-source-touch-pop): Doc fix.
14448
14449         * message.el (message-smtpmail-send-it): Doc fix.
14450
14451 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14452
14453         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14454
14455         * nnmail.el (nnmail-split-fancy): do.
14456
14457         * gnus-kill.el (gnus-kill, gnus-execute): do.
14458
14459 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14460
14461         * gnus-sum.el (gnus-widget-reversible-match)
14462         (gnus-widget-reversible-to-internal)
14463         (gnus-widget-reversible-to-external): New functions.
14464         (gnus-widget-reversible): New widget.
14465         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14466
14467 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14468
14469         * gnus-sum.el (gnus-thread-sort-functions)
14470         (gnus-article-sort-functions): Document `(not F)' items.
14471
14472 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14473
14474         * spam.el (spam-use-gmane-xref): Add new backend.
14475         (spam-gmane-xref-spam-group): Add variable to control the name of the
14476         Gmane spam group.
14477         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14478         (spam-regex-headers-spam, spam-regex-headers-ham)
14479         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14480         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14481         backends and checks.
14482         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14483
14484         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14485         an autodetect method.
14486
14487 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14488
14489         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14490         articles are being added to a group.
14491         (gnus-request-replace-article): Inform the agent that articles
14492         need to be uncached as the cached contents are no longer valid.
14493
14494 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * binhex.el: Don't autoload executable-find.
14497
14498         * canlock.el: Don't autoload mail-fetch-field.
14499
14500         * dgnushack.el: Autoload c-mode for XEmacs.
14501
14502         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14503
14504         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14505         rmail-dont-reply-to and rmail-output.
14506
14507         * gnus-score.el: Don't autoload ffap-string-at-point.
14508
14509         * gnus-setup.el: Don't autoload sc-cite-original.
14510
14511         * imap.el: Don't autoload base64-decode-string,
14512         base64-encode-string and md5.
14513
14514         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14515         and rmail-msg-restore-non-pruned-header.
14516
14517         * mm-decode.el: Don't autoload executable-find.
14518
14519         * mm-url.el: Don't autoload executable-find.
14520
14521         * mm-view.el: Don't autoload diff-mode.
14522
14523         * nndb.el: Don't autoload news-reply-mode, news-setup,
14524         cancel-timer and telnet.
14525
14526         * password.el: Don't autoload run-at-time for Emacs.
14527
14528         * sha1-el.el: Don't autoload executable-find.
14529
14530         * sieve-mode.el: Don't autoload c-mode.
14531
14532         * uudecode.el: Don't autoload executable-find.
14533
14534 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14535
14536         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14537         (gnus-agent-possibly-alter-active): Avoid null in numeric
14538         comparison.
14539         (gnus-agent-set-local): Refuse to save null in local object table.
14540         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14541         list of articles that will be marked as unread.
14542
14543 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14546
14547 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14548
14549         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14550         language tags.
14551
14552 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14553
14554         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14555         Don't bind "obarray".
14556
14557         * gnus-sum.el (gnus-thread-sort-functions): Added
14558         `gnus-thread-sort-by-most-recent-number' and
14559         `gnus-thread-sort-by-most-recent-date'.
14560         Reported by Kai Grossjohann <kai@emptydomain.de>.
14561
14562 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14565
14566 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14567
14568         * gnus-cus.el (gnus-agent-customize-category): Removed
14569         ignore-errors macro reference that required cl to be loaded at
14570         run-time.
14571
14572         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14573         single-interval range of the form (min . max).  Previously the
14574         range had to look like ((min . max)).  Likewise, return
14575         (min . max) rather than ((min . max)).
14576         (gnus-range-map): Use gnus-range-normalize to accept
14577         single-interval range.
14578
14579         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14580         the cache, but not the agent, now appear with their usual face.
14581
14582         * dgnushack.el (loaddir): New variable that is bound to the
14583         directory containing the dgnushack.el file. Use loaddir, rather
14584         than srcdir, to update load-path. Change lets dgnushack compile
14585         code in directories other than GNUS/lisp.
14586
14587 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * lpath.el: Don't bind w3m-safe-url-regexp.
14590
14591         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14592         w3m-safe-url-regexp variable buffer-local.
14593
14594         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14595
14596 2004-02-27  Simon Josefsson  <jas@extundo.com>
14597
14598         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14599         gnus-group-real-prefix.
14600         (gnus-summary-move-article): Use it, instead of
14601         gnus-group-real-prefix.
14602
14603 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * lpath.el: Bind w3m-safe-url-regexp.
14606
14607         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14608         w3m-safe-url-regexp variable buffer-local and set it as the value
14609         of mm-w3m-safe-url-regexp.
14610
14611         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14612
14613         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14614         parsing gnus-posting-styles when the message is not for replying.
14615
14616         * dgnushack.el: Autoload sgml-mode for XEmacs.
14617
14618         * nnrss.el (nnrss-opml-export): Use
14619         mm-set-buffer-file-coding-system instead of
14620         set-buffer-file-coding-system.
14621
14622 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14623
14624         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14625         of checkdoc.el).
14626         * nnrss.el: do.
14627         * gnus-mlspl.el: do.
14628         * gnus-ml.el: do.
14629         * gnus-srvr.el: do.
14630
14631         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14632
14633 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14634
14635         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14636         Corrections to custom-manual links.
14637
14638         * gnus-art.el (gnus-article): Ditto.
14639
14640         * mm-decode.el (mime-display, mime-security): Ditto.
14641
14642 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14643
14644         * flow-fill.el: Typo.
14645
14646 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14647
14648         * spam-wash.el: New file.
14649
14650 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14651
14652         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14653
14654 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14655
14656         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14657         to be run with new-articles as LIST1, not LIST2.
14658         (spam-registration-functions): Add spam-use-ham-copy as a nil
14659         registration backend.
14660
14661 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14662
14663         * spam-stat.el (spam-stat-washing-hook): New option.
14664         (spam-stat-buffer-words): Use it.
14665         (spam-stat-process-directory, spam-stat-test-directory): Use
14666         insert-file-contents-literally.
14667         (spam-stat-coding-system): New variable.
14668         (spam-stat-load, spam-stat-save): Use it.
14669
14670 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * spam-report.el (spam-report-plug-agent): Quote
14673         spam-report-url-to-file and spam-report-url-ping-plain.
14674
14675 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14678         / in mailto URLs.
14679
14680 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14681
14682         * spam-report.el (spam-report-process-queue): Fix interactive use.
14683         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14684         (spam-report-unplug-agent): Doc fixes.
14685         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14686         (spam-report-agentize, spam-report-deagentize): Autoload.
14687
14688 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14691
14692         * message.el (message-setup-fill-variables): Add mml tags to
14693         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14694         <ajk@iu.edu>.
14695         (message-mode): Don't modify paragraph-separate there.
14696
14697 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * compface.el (uncompface-use-external): Default to undecided.
14700         (uncompface-use-external-threshold): New variable.
14701         (uncompface-float-time): New macro.
14702         (uncompface): Determine whether to use the external decoder if
14703         uncompface-use-external is undecided.
14704
14705 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14706
14707         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14708         after images.
14709
14710         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14711
14712 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14713
14714         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14715
14716         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14717
14718         * gnus-sum.el (gnus-summary-limit-to-age)
14719         (gnus-summary-limit-children): do.
14720
14721         * gnus-int.el (gnus-request-scan): do.
14722
14723         * gnus-group.el (gnus-group-suspend): do.
14724
14725         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14726
14727         * gnus-cite.el (gnus-cite-parse-attributions): do.
14728
14729         * gnus-agent.el (gnus-summary-set-agent-mark)
14730         (gnus-agent-regenerate-group): do.
14731
14732         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14733
14734         * binhex.el (binhex-decode-region-internal): do.
14735
14736 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * gnus-fun.el (gnus-face-properties-alist): New user option.
14739         (gnus-display-x-face-in-from): Use it.
14740
14741         * gnus-art.el (article-display-face): Ditto.
14742
14743         * compface.el (uncompface-use-external): Default to nil.
14744
14745 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14746
14747         * nntp.el (nntp-erase-buffer): New function.
14748         (nntp-retrieve-data, nntp-send-command)
14749         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14750         (nntp-possibly-change-group): Use it.
14751
14752         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14753         with-current-buffer.
14754
14755 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14756
14757         * compface.el: Merge the ELisp-based uncompface program.
14758         (compface): New customization group.
14759         (uncompface-use-external): New user option.
14760         (uncompface): Call uncompface-internal if uncompface-use-external
14761         is nil.
14762         (uncompface-internal): New function.  Note that there are also
14763         some other functions and variables added for this function.
14764
14765 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14766
14767         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14768         if necessary.
14769
14770 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14771
14772         * spam-report.el (spam-report-unplug-agent)
14773         (spam-report-plug-agent, spam-report-deagentize)
14774         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14775         Add support for the Agent in spam-report: when unplugged, report to a
14776         file; when plugged, submit all the requests.
14777
14778         * spam.el (spam-register-routine): Fix message about
14779         registration.
14780
14781 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14782
14783         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14784         dependencies.
14785         (rfc2047-encode): Use it.
14786
14787         * gnus-art.el (gnus-button-marker-list): Move before first
14788         reference.
14789
14790         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14791         (imap-parse-body): Fix format string mismatch.
14792
14793         * gnus-score.el (gnus-summary-increase-score): do.
14794
14795         * nnrss.el (nnrss-close): New function.
14796
14797 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14798
14799         * nnrss.el (nnrss-make-filename): New function.
14800         (nnrss-request-delete-group, nnrss-read-server-data)
14801         (nnrss-save-server-data, nnrss-read-group-data)
14802         (nnrss-save-group-data): Use it.
14803         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14804         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14805         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14806
14807 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14808
14809         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14810
14811 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14812
14813         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14814         files.
14815
14816         * message.el (message-generate-headers-first): Don't quote nil
14817         and t in docstrings.
14818
14819         * imap.el (imap-id): do.
14820
14821         * gnus-agent.el (gnus-agent-consider-all-articles)
14822         (gnus-agent-queue-mail): do.
14823
14824 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14825
14826         * spam-report.el (spam-report-process-queue): New function.
14827         Process requests from `spam-report-requests-file'.
14828         (spam-report-process-queue): Doc fix.
14829
14830 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14831
14832         * spam.el (spam-register-routine)
14833         (spam-log-processing-to-registry, spam-log-registered-p)
14834         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14835         Change "check" to "spam-check" for semi-clarity.
14836
14837 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14838
14839         * pop3.el: Require nnheader.
14840
14841         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14842
14843         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14844
14845         * gnus-picon.el: Require cl.
14846
14847         * gnus-fun.el: Require gnus-ems and gnus-util.
14848
14849         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14850
14851         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14852
14853         * gnus-art.el (gnus-article-edit-mode): Define before first
14854         reference.
14855
14856 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14857
14858         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14859         (gnus-uu-post-encoded): Use point-at-bol.
14860
14861         * gnus-topic.el (gnus-group-active-topic-p): do.
14862
14863         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14864
14865         * gnus-group.el (gnus-group-kill-region): do.
14866
14867         * gnus-art.el (article-date-ut): do.
14868
14869         * message.el (message-fetch-field): Remove redundant
14870         case-fold-search binding.
14871         (message-narrow-to-field): Simplify.
14872
14873 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14874
14875         * spam.el (spam-directory): Derive from `gnus-directory'.
14876
14877         * spam-report.el (spam-report-url-to-file)
14878         (spam-report-requests-file): New function and variable for offline
14879         reporting.
14880         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14881         and user defined function.
14882         (spam-report-url-ping-mm-url): Remove doubled slash.
14883
14884 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14885
14886         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14887
14888 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14889
14890         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14891         format string mismatch.
14892
14893         * sieve.el (sieve-deactivate-all): do.
14894
14895         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14896
14897         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14898
14899         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14900
14901         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14902
14903 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14904
14905         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14906         the list of checks.
14907
14908 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14909
14910         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14911         padding.
14912
14913 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14914
14915         * mm-view.el (mm-fill-flowed): New variable.
14916         (mm-inline-text): Use it.
14917
14918 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14919
14920         * spam.el (spam-spamassassin-register-ham-routine)
14921         (spam-spamassassin-register-spam-routine): Fix function names.
14922
14923 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus.el (gnus-tmp-grouplens): Remove.
14926         (gnus-summary-line-format): Remove grouplens.
14927
14928         * gnus-group.el (gnus-group-line-format): Ditto.
14929
14930         * gnus-spec.el (gnus-format-specs): Ditto.
14931         (gnus-update-format-specifications): Flush the group format spec
14932         cache if there's the grouplens stuff.
14933         (gnus-parse-simple-format): Replace %l with the empty string.
14934
14935 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14936
14937         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14938         omission.
14939
14940 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14943         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14944
14945 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14946
14947         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14948         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14949         New macros and functions.
14950         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14951         Handle > NLINK_MAX messages.
14952         * nnmaildir.el (nnmaildir-request-set-mark): Use
14953         nnmaildir--emlink-p and nnmaildir--eexist-p.
14954
14955 2004-01-25  Alex Schroeder  <alex@gnu.org>
14956
14957         * spam-stat.el (spam-stat-process-directory-age): New option.
14958         (spam-stat-process-directory): Use it.
14959
14960 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14961
14962         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14963         (spam-stat-save): Accept prefix argument.
14964
14965 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14966
14967         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14968         links" error.
14969
14970 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14973         the rest of the and/or forms.
14974
14975 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14976
14977         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14978         compatibility with old .newsrc.eld files.
14979
14980         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14981
14982         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14983
14984         * gnus-start.el (gnus-1): do.
14985
14986         * gnus-group.el (gnus-group-line-format-alist): do.
14987
14988         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14989
14990         * gnus-gl.el: Remove.
14991
14992 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14993
14994         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14995         marks consisting of a single range {for example, (3 . 5)} rather
14996         than a list of a single range { ((3 . 5)) }.
14997
14998 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14999
15000         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15001         with-current-buffer.
15002         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15003         avoid consing a string.
15004
15005         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15006         Remove obsolete entries for big5 and gb2312.
15007
15008 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15009
15010         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15011         uncompressed list.
15012
15013 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15014
15015         * spam-stat.el (spam-stat-strip-xref): New function.
15016         (spam-stat-process-directory): Use it.
15017
15018         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15019         here -- it's done in message-fetch-field.
15020
15021 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15022
15023         * gnus-agent.el (gnus-agent-queue-mail)
15024         (gnus-agent-prompt-send-queue): New variables.
15025         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15026         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15027         "nndraft:queue" along to gnus-draft-send.  Use
15028         gnus-agent-prompt-send-queue.
15029         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15030         is "nndraft:queue".  Suggested by Gaute Strokkenes
15031         <gs234@srcf.ucam.org>
15032
15033         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15034         (agent-enable-undownloaded-faces): Added.
15035         (gnus-agent-cat-groups): Use eval-and-compile, not
15036         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15037         method of gnus-agent-cat-groups even when the buffer has been
15038         evaled.
15039         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15040         delete gnus-agent-save-active-1.
15041         (gnus-agent-save-groups): Deleted.  Identical to
15042         gnus-agent-save-active.
15043         (gnus-agent-write-active): No longer adjust agent's copy of active
15044         file as agent's adjustments are now stored in their own
15045         file.  Removed optional parameter.
15046         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15047         servers.  Add use of min/max range limits from server's local
15048         file.
15049         (gnus-agent-save-alist): Removed unused optional argument.
15050         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15051         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15052         (gnus-agent-set-local): A per-server file that keeps min/max range
15053         limits for articles known to the agent.  Provides a fast mechanism
15054         for altering many active ranges.
15055         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15056         active file (local makes it unnecessary).
15057         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15058
15059         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15060         (agent-enable-undownloaded-faces): Added.
15061
15062         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15063         disable it when sending to "nndraft:queue".
15064         (gnus-group-send-queue): Add safety check to avoid sending queue
15065         when unplugged.
15066
15067         * gnus-group.el (gnus-group-catchup): Use new
15068         gnus-sequence-of-unread-articles, not
15069         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15070         numbers of articles.  Use gnus-range-map to avoid having to
15071         uncompress the unread list.
15072         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15073         Fixed invalid ange-ftp reference.
15074
15075         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15076         (gnus-sorted-range-intersection): Intersection of two ranges
15077         without requiring that they first be uncompressed.
15078
15079         * gnus-start.el (gnus-activate-group): Unless blocked by the
15080         caller, possibly expand the active range to include both cached
15081         and agentized articles.
15082         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15083         multiple version-dependent converters.
15084         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15085         gnus-agent-save-active.
15086         (gnus-save-newsrc-file): Save dirty agent range limits.
15087
15088         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15089         gnus-agent-possibly-alter-active.
15090         (gnus-adjust-marked-articles): Faster handling of simple lists.
15091
15092 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15093
15094         * spam-stat.el (spam-stat-test-directory): New optional argument
15095         displays a list of files detected.  Suggested by Andrew Cohen
15096         <cohen@andy.bu.edu>.
15097         (spam-stat-buffer-words-with-scores): Don't narrow and change
15098         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15099
15100 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15101
15102         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15103         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15104         (spam-spamassassin-arguments)
15105         (spam-spamassassin-spam-flag-header)
15106         (spam-spamassassin-positive-spam-flag-header)
15107         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15108         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15109         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15110         (spam-list-of-processors, spam-list-of-checks)
15111         (spam-list-of-statistical-checks, spam-registration-functions)
15112         (spam-check-spamassassin-headers, spam-check-spamassassin)
15113         (spam-spamassassin-score)
15114         (spam-spamassassin-register-with-sa-learn)
15115         (spam-spamassassin-register-spam-routine)
15116         (spam-spamassassin-register-ham-routine)
15117         (spam-assassin-register-spam-routine)
15118         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15119         (spam-bogofilter-score): Fix to show article before scoring.
15120
15121 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15122
15123         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15124         default scoring function.
15125         (spam-generic-score): Call spam-spamassassin-score if
15126         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15127         spam-bogofilter-score otherwise.
15128
15129         * gnus.el (spam-process, spam-autodetect-methods): Add
15130         spamassassin and spamassassin-headers.
15131
15132 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15133
15134         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15135         Suppress unnecessary messages.
15136
15137 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15138
15139         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15140         make-hash-table.
15141
15142 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * canlock.el (base64-encode-string): Don't autoload it.
15145
15146 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * run-at-time.el: Remove useless (require 'itimer),
15149         eval-and-compile and (featurep 'xemacs).
15150
15151 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15152
15153         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15154         GROUP is a virtual group.
15155
15156 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15157
15158         * gnus.el: Autoload `message-y-or-n-p'.
15159
15160 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15161
15162         * pgg-parse.el: Remove unnecessary (require 'custom).
15163
15164         * pgg-def.el: do.
15165
15166         * nnmail.el: do.
15167
15168         * gnus-undo.el: do.
15169
15170         * gnus-picon.el: do.
15171
15172         * gnus-util.el: do.
15173
15174 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15175
15176         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15177
15178 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15181         handle, as well as a list.
15182
15183         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15184         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15185         (mm-w3m-cid-retrieve): Simplify.
15186
15187 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15188
15189         * message.el (message-kill-to-signature): Allow prefix arg to
15190         specify number of lines to keep before signature.
15191
15192 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15193
15194         * message.el (message-kill-to-signature): Change docstring.
15195
15196 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * canlock.el: Always require sha1-el.
15199         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15200
15201         * message.el: Autoload sha1 only when compiling.
15202
15203         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15204         eudc-expand-inline for XEmacs.
15205
15206 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * message.el (message-canlock-generate): Require sha1-el.
15209
15210 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15211
15212         * message.el (message-expand-name): Silence the byte compiler.
15213
15214         * lpath.el: Add detect-coding-system.
15215
15216         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15217         cus-edit.
15218
15219 2004-01-13  Simon Josefsson  <jas@extundo.com>
15220
15221         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15222         Invoke gnus-score-mode.  Reported by
15223         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15224
15225         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15226         Jim Blandy <jimb@redhat.com> (tiny change).
15227
15228 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15229
15230         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15231
15232 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15233
15234         * spam.el (spam-get-article-as-string): Update to use
15235         gnus-request-article-this-buffer, much simpler.
15236         (spam-get-article-as-buffer): Remove.
15237
15238 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15239
15240         * message.el (message-expand-name): Use EUDC if the user uses that.
15241
15242 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15243
15244         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15245         character for the encoding to avoid consing a string.
15246
15247         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15248         unnecessarily.
15249
15250         * mm-util.el (mm-replace-chars-in-string): Remove.
15251
15252         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15253         of mm-replace-chars-in-string.
15254
15255 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15256
15257         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15258
15259         * mm-util.el (mm-subst-char-in-string): Support inplace.
15260
15261         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15262         a new string in every iteration.  Use shy groups.
15263
15264 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15265
15266         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15267         * gnus-soup.el (gnus-soup-group-brew):
15268         * gnus-msg.el (gnus-put-message):
15269         * gnus-move.el (gnus-group-move-group-to-server):
15270         * gnus-kill.el (gnus-batch-score):
15271         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15272         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15273         (gnus-group-update-group, gnus-group-read-group)
15274         (gnus-group-make-group, gnus-group-make-help-group)
15275         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15276         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15277         (gnus-group-sort-by-unread, gnus-group-catchup)
15278         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15279         (gnus-group-yank-group, gnus-group-set-info)
15280         (gnus-group-list-groups):
15281         * gnus.el (gnus-generate-new-group-name):
15282         * gnus-delay.el (gnus-delay-send-queue):
15283         * nnvirtual.el (nnvirtual-catchup-group):
15284         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15285         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15286         (gnus-group-prepare-topics, gnus-topic-check-topology):
15287         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15288         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15289         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15290         (gnus-group-make-articles-read):
15291         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15292         (gnus-group-change-level, gnus-kill-newsgroup)
15293         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15294         (gnus-get-unread-articles, gnus-make-articles-unread)
15295         (gnus-make-ascending-articles-unread): Use accessor
15296         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15297         to get group information for improved readability.
15298
15299
15300 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15301
15302         * gnus-art.el (article-decode-mime-words, article-babel)
15303         (gnus-article-highlight-signature, gnus-article-add-buttons)
15304         (gnus-signature-toggle): Use gnus-with-article-buffer.
15305
15306         * gnus-art.el (gnus-article-highlight-headers)
15307         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15308
15309         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15310         (gnus-article-set-globals, gnus-request-article-this-buffer)
15311         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15312         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15313         (gnus-mime-display-alternative): Use with-current-buffer.
15314
15315 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15316
15317         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15318         also under 80 char limit, and call gnus-error if needed.
15319         (spam-fetch-article-header): Fix - it was a
15320         buffer-local variable (gnus-newsgroup-data).
15321         (spam-find-spam): Use spam-generate-fake-headers, forget about
15322         spam-insert-fake-headers.
15323         (spam-insert-fake-headers): Remove.
15324
15325 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15326
15327         * deuglify.el (gnus-article-outlook-unwrap-lines)
15328         (gnus-outlook-rearrange-article)
15329         (gnus-outlook-repair-attribution-outlook)
15330         (gnus-outlook-repair-attribution-block)
15331         (gnus-outlook-repair-attribution-other): Remove redundant
15332         save-excursion.
15333
15334 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15335
15336         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15337         (spam-fetch-field-subject-fast)
15338         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15339         (spam-fetch-article-header): Add functions to deal with Gnus
15340         internals for fast retrieval of article header data.
15341         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15342
15343 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15344
15345         * pop3.el (pop3-md5): Remove.
15346         (pop3-apop): Replace pop3-md5 with md5.
15347
15348         * mm-bodies.el: base64 is always built-in.
15349
15350         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15351         with-current-buffer.
15352
15353 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15354
15355         * canlock.el (canlock-insert-header): Remove excessive grouping in
15356         regexp.
15357
15358         * gnus-sum.el (gnus-summary-read-document): Ditto.
15359
15360         * gnus-uu.el (gnus-uu-part-number): Ditto.
15361
15362         * html2text.el (html2text-remove-tags): Ditto.
15363         (html2text-format-tags): Ditto.
15364         (html2text-format-single-elements): Ditto.
15365
15366         * mml.el (mml-parse-1): Ditto.
15367
15368 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15369
15370         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15371
15372         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15373
15374         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15375
15376         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15377
15378 2003-11-15  Simon Josefsson  <jas@extundo.com>
15379
15380         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15381         (pgg-gpg-lookup-key): Use regexp match instead of
15382         split-string (split-string is different between emacs 21.2 and
15383         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15384
15385 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15386
15387         * gnus-art.el (gnus-mime-view-all-parts)
15388         (gnus-article-part-wrapper, gnus-article-view-part): Use
15389         with-current-buffer.
15390
15391 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15392
15393         * spam.el (spam-disable-spam-split-during-ham-respool)
15394         (spam-spamoracle-database, spam-cache-lookups)
15395         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15396         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15397         (spam-group-ham-marks, spam-group-spam-marks)
15398         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15399         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15400         also add spam-use-blackholes to the statistical checks.
15401         (spam-fetch-field-fast): Add interface to fetching fields, may
15402         become a macro.
15403         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15404         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15405         (spam-insert-fake-headers): Fake an article when needed.
15406         (spam-find-spam): Fake article when possible.
15407         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15408         (spam-check-bogofilter-headers): Use message-fetch-field instead
15409         of nnmail-fetch-field.
15410
15411 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15412
15413         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15414
15415 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15416
15417         * spam.el (spam-split): Do not require spam-use-CHECK to be
15418         enabled if that check is passed to spam-split explicitly; also
15419         fix so 'spam doesn't get converted to spam-split-group when
15420         spam-split-symbolic-return is t.
15421         (spam-find-spam): Find registrations of the article and use those
15422         instead of re-running spam-split to find the spam/ham
15423         classification of the article.
15424         (spam-log-processing-to-registry, spam-log-registered-p)
15425         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15426         Use gnus-error instead of gnus-message.
15427         (spam-log-registration-type): Add function to determine the
15428         classification of a message based on registry entries; will
15429         return nil if both 'spam and 'ham are found.
15430         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15431         a reasonably fast local cache without the loading errors.
15432         (spam-cache-lookups): Set to t by default.
15433         (spam-find-spam): Don't try to guess spam-cache-lookups.
15434         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15435         spam-caches entry.
15436         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15437         caching of whitelist/blacklist entries.
15438         (spam-check-whitelist, spam-check-blacklist): Invoke
15439         spam-from-listed-p with a type, not a cache variable.
15440         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15441
15442 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15443
15444         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15445
15446         * nnmail.el (nnmail-split-fancy): do.
15447
15448         * mml.el (mml-parse): do.
15449
15450         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15451         (gnus-score-adaptive): do.
15452
15453 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15456         (gnus-mime-button-map): Don't set keymap parent.
15457         (gnus-button-ctan-directory-regexp): Use shy grouping.
15458         (gnus-prev-page-map): Don't set keymap parent.
15459         (gnus-prev-page-map): Remove duplicated one.
15460         (gnus-next-page-map): Don't set keymap parent.
15461         (gnus-mime-security-button-map): Ditto.
15462
15463         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15464         version number.
15465
15466         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15467
15468 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * canlock.el (canlock-sha1-function): Remove.
15471         (canlock-sha1-function-for-verify): Remove.
15472         (canlock-openssl-program): Remove.
15473         (canlock-openssl-args): Remove.
15474         (canlock-ignore-errors): Remove.
15475         (canlock-sha1-with-openssl): Remove.
15476         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15477         (canlock-verify): Don't use canlock-ignore-errors.
15478
15479         * sha1-el.el (sha1-string-external): Make it can return a string
15480         in binary form.
15481         (sha1-region-external): Ditto.
15482         (sha1-string-internal): Ditto.
15483         (sha1-region-internal): Ditto.
15484         (sha1-region): Ditto.
15485         (sha1-string): Ditto.
15486         (sha1): Ditto.
15487
15488 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15489
15490         * spam.el (spam-report-articles-gmane): New command.
15491
15492 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15495
15496         * run-at-time.el (run-at-time-saved): Remove.
15497         (run-at-time): Doc fix.
15498
15499 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15500
15501         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15502         (gnus-summary-limit-map): Add it.
15503         (gnus-summary-make-menu-bar): do.
15504
15505 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15506
15507         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15508         Make attempt at some caching support (done for BBDB only now).
15509         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15510         addresses to be checked.
15511         (spam-clear-cache-BBDB): Add function, to be invoked by
15512         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15513         (spam-check-BBDB): Check and use the caches, if
15514         spam-cache-lookups is on, remove superfluous (provide).
15515
15516 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15517
15518         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15519
15520 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15521
15522         * run-at-time.el (run-at-time-saved): Move to after the definition
15523         of `run-at-time'.
15524
15525         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15526
15527 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15530         mm-w3m-local-map-property.
15531
15532         * mm-view.el (mm-w3m-mode-map): Remove.
15533         (mm-w3m-local-map-property): Remove.
15534         (mm-inline-text-html-render-with-w3m): Don't use
15535         mm-w3m-local-map-property.
15536
15537 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15538
15539         * run-at-time.el: New file.
15540
15541         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15542         under Emacs.
15543
15544         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15545         of gnus-set-text-properties.
15546
15547         * gnus-uu.el (gnus-uu-save-article): Ditto.
15548
15549         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15550
15551         * gnus-cite.el (gnus-cite-parse): Ditto.
15552
15553         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15554         of gnus-.
15555
15556         * gnus-xmas.el (run-at-time): Require run-at-time.
15557
15558         * gnus.el: Changed calls to nnheader-run-at-time and
15559         password-run-at-time throughout to use run-at-time directly.
15560
15561         * password.el: Removed definition of run-at-time.
15562
15563         * nnheaderxm.el: Remove definition of run-at-time.
15564
15565 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15566
15567         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15568         in prompt.
15569
15570 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15571
15572         * messagexmas.el (message-xmas-redefine): Alias
15573         `message-make-caesar-translation-table' to
15574         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15575         version.
15576
15577         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15578         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15579         `gnus-xmas-set-text-properties'.
15580         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15581         `gnus-xmas-completing-read'.
15582         (gnus-xmas-completing-read): Removed.
15583         (gnus-xmas-open-network-stream): Removed.
15584
15585         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15586         XEmacs version.
15587
15588         * dns.el (dns-make-network-process): Use `open-network-stream'
15589         instead of `gnus-xmas-open-network-stream'.
15590
15591         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15592
15593         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15594
15595 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15596
15597         * gnus-art.el (gnus-mime-display-alternative)
15598         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15599         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15600         Don't use gnus-local-map-property.
15601
15602         * gnus-util.el (gnus-local-map-property): Remove.
15603
15604         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15605         gnus-completing-read-maybe-default with completing-read.
15606
15607         * gnus-util.el (gnus-completing-read): do.
15608         (gnus-completing-read-maybe-default): Remove.
15609
15610 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15611
15612         * password.el: Only autoload `run-at-time' if not XEmacs.
15613         Only autoload the itimer functions if XEmacs.
15614
15615 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15618         XEmacsen.
15619
15620         * dgnushack.el: Autoload executable-find for XEmacs.
15621
15622 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15623
15624         * gnus-art.el (gnus-read-string): Remove.
15625         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15626         read-string.
15627
15628 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15629
15630         * netrc.el: Autoload password-read.
15631         (netrc): Add configuration group.
15632         (netrc-encoding-method, netrc-openssl-path): Add
15633         variables for encoding and decoding of files with symmetric
15634         ciphers.
15635         (netrc-encode): Add assistant function to encode a file with
15636         netrc-encoding-method.
15637         (netrc-parse): Add interactive parameter, added optional
15638         decoding if netrc-encoding-method is non-nil but otherwise
15639         behavior is standard.
15640         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15641         Do s/encode/encrypt/ everywhere.
15642
15643         * spam.el: Remove executable-find autoload.
15644
15645 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15646
15647         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15648
15649         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15650
15651 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15652
15653         * gnus-art.el (gnus-treat-ansi-sequences)
15654         (article-treat-ansi-sequences): New variable and function.
15655         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15656
15657         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15658         Use it.
15659
15660 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15661
15662         * mm-util.el (mm-quote-arg): Remove.
15663
15664         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15665         shell-quote-argument.
15666
15667         * gnus-uu.el (gnus-uu-command): do.
15668
15669         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15670
15671         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15672         with make-char.
15673
15674         * mm-util.el (mm-make-char): Remove.
15675
15676         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15677         add-minor-mode.
15678
15679         * gnus-undo.el (gnus-undo-mode): do.
15680
15681         * gnus-topic.el (gnus-topic-mode): do.
15682
15683         * gnus-sum.el (gnus-dead-summary-mode): do.
15684
15685         * gnus-start.el (gnus-slave-mode): do.
15686
15687         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15688
15689         * gnus-ml.el (gnus-mailing-list-mode): do.
15690
15691         * gnus-gl.el (gnus-grouplens-mode): do.
15692
15693         * gnus-draft.el (gnus-draft-mode): do.
15694
15695         * gnus-dired.el (gnus-dired-mode): do.
15696
15697         * gnus-ems.el (gnus-add-minor-mode): Remove.
15698
15699         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15700         Replace gnus-char-width with char-width.
15701
15702         * gnus-ems.el (gnus-char-width): Remove.
15703
15704         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15705         Replace gnus-char-width with char-width.
15706
15707         * gnus-ems.el (gnus-char-width): Remove.
15708
15709         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15710         definition.
15711         Remove Emacs 20 hash table compatibility code.
15712
15713         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15714         20 compatibility code.
15715
15716         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15717
15718         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15719
15720         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15721         with point-at-{eol,bol}.
15722
15723         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15724
15725         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15726
15727         * flow-fill.el (fill-flowed-point-at-bol)
15728         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15729
15730         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15731         Replace with point-at-{eol,bol} throughout all files.
15732
15733 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * ntlm.el (ntlm-string-as-unibyte): New macro.
15736         (ntlm-build-auth-response): Use it.
15737
15738         Remove Emacs 20 stuff:
15739         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15740         (butlast, mapc, remove): Remove the compiler macros.
15741         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15742         of delq and copy-sequence.
15743         * gnus-art.el (popup-menu): Remove the compiler macro.
15744         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15745         Emacs 20.
15746
15747 2004-01-05  Simon Josefsson  <jas@extundo.com>
15748
15749         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15750         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15751         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15752         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15753         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15754         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15755         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15756         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15757         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15758         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15759         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15760         string-xor into ntlm-string-xor.  Suggested by
15761         Jesper Harder <harder@myrealbox.com>.
15762
15763         * ntlm.el: Don't include poem.
15764
15765         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15766         Jesper Harder <harder@myrealbox.com>.
15767
15768         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15769
15770         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15771         probably breaks emacs with DL patch, but do we care? Is anyone
15772         still using the DL stuff?)
15773
15774         * sieve-manage.el: Use the password package.
15775         (sieve-manage-read-passwd): Remove.
15776         (sieve-manage-interactive-login): Use password.  Re-add
15777         condition-case around loop.
15778
15779         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15780         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15781         the password package.
15782
15783 2003-02-19  Simon Josefsson  <jas@extundo.com>
15784
15785         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15786         token.
15787
15788 2002-08-07  Simon Josefsson  <jas@extundo.com>
15789
15790         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15791         (sieve-manage-authenticators):
15792         (sieve-manage-authenticator-alist): Add some SASL mechs.
15793         (sieve-sasl-auth): New function.
15794         (sieve-manage-cram-md5-auth):
15795         (sieve-manage-plain-auth): Rewrite using SASL library.
15796         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15797         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15798         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15799         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15800
15801 2004-01-05  Simon Josefsson  <jas@extundo.com>
15802
15803         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15804         New files.
15805
15806 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15807
15808         * gnus-group.el (gnus-no-groups-message): Update.
15809
15810         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15811
15812 2003-11-09  Simon Josefsson  <jas@extundo.com>
15813
15814         * imap.el: Support for ID IMAP extension (RFC 2971).
15815         (imap-local-variables): Add imap-id.
15816         (imap-id): New variable.
15817         (imap-id): New function.
15818         (imap-parse-response): Parse untagged ID response.
15819         * nnimap.el (nnimap-id): New variable.
15820         (nnimap-open-connection): Use it.
15821
15822 2003-12-28  Simon Josefsson  <jas@extundo.com>
15823
15824         * gnus-score.el (gnus-score-edit-all-score): New.
15825         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15826
15827 2004-01-04  Simon Josefsson  <jas@extundo.com>
15828
15829         * password.el: Add.
15830
15831 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15832
15833         * dns.el (dns-query-types): Fix typo.
15834         (dns-query-types): New function.
15835         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15836         PTR and SOA replies, see RFC 1035.
15837
15838 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15839
15840         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15841
15842         * Moved to Changelog.2.
15843
15844 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15845
15846         * gnus.el (gnus-version-number): Bump version.
15847
15848 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15849
15850         * gnus.el: No Gnus v0.1 is released.
15851
15852 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15853
15854         * gnus.el: No Gnus v0.0 is released.
15855
15856 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15857
15858         * gnus.el (gnus-version-number): Bump.
15859         (gnus-version): No.
15860
15861 See ChangeLog.2 for earlier changes.
15862
15863     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15864       Free Software Foundation, Inc.
15865
15866   This file is part of GNU Emacs.
15867
15868   GNU Emacs is free software: you can redistribute it and/or modify
15869   it under the terms of the GNU General Public License as published by
15870   the Free Software Foundation, either version 3 of the License, or
15871   (at your option) any later version.
15872
15873   GNU Emacs is distributed in the hope that it will be useful,
15874   but WITHOUT ANY WARRANTY; without even the implied warranty of
15875   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15876   GNU General Public License for more details.
15877
15878   You should have received a copy of the GNU General Public License
15879   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15880
15881 ;; Local Variables:
15882 ;; coding: utf-8
15883 ;; fill-column: 79
15884 ;; add-log-time-zone-rule: t
15885 ;; End: