Don't bother with groups that aren't going to be activated.
[gnus] / lisp / ChangeLog
1 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4         that aren't going to be activated.
5
6         * gnus-html.el (gnus-article-html): Allow calling without specifying
7         the handle.  In that case, dissect the buffer first.
8
9         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10
11         * nnimap.el (nnimap-open-connection): Revert the change that would look
12         into authinfo for imaps instead of imap.
13
14         * gnus-start.el (gnus-activate-group): Take an optional parameter to
15         say that you don't want to call gnus-request-group with don-check, but
16         do check the reponse.  This is for virtual groups only.
17         (gnus-get-unread-articles): Count the archive groups as secondary, so
18         that they're activated the same way as before.
19
20         * imap.el (imap-message-map): Removed optional buffer parameter, since
21         no callers use it.
22         (imap-message-get): Ditto.
23         (imap-message-put): Ditto.
24         (imap-mailbox-map): Ditto.
25         (imap-mailbox-put): Ditto.
26         (imap-mailbox-get): Ditto.
27         (imap-mailbox-get): Revert last change for this function.
28
29         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
30         case-insensitively.
31         (nnimap-debug): Removed.
32
33         * imap.el (imap-fetch-safe): Removed function, and altered all callers
34         to use `imap-fetch' instead.  According to the comments, this should be
35         safe, since all other IMAP clients use the 1:* syntax.
36         (imap-enable-exchange-bug-workaround): Removed.
37         (imap-debug): Removed -- doesn't seem very useful.
38
39         * mail-source.el (mail-source-fetch): Don't message if we're fetching
40         mail from a file, and the file doesn't exist.
41
42         * imap.el (imap-log): New convenience function used throughout instead
43         of repeating the same code all over the place.
44
45         * pop3.el (pop3-streaming-movemail): Return t for success.
46
47         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
48         .authinfo if we're using ssl connection.
49
50         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
51         already have if we're in a main Gnus `g' run.
52
53         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
54
55 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
58
59         * nnmh.el (nnmh-request-list-1): Bind `file'.
60
61         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
62         alias to set-process-query-on-exit-flag or process-kill-without-query.
63         (pop3-open-server): Use it.
64
65 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * mail-source.el (mail-source-delete-crash-box): Always move the crash
68         box to the Incoming file.  Fixes mistake in previous checkin.
69
70         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
71         request loop (for debugging purposes) removed.
72
73         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
74         culprit is more visible.
75         (nnml-save-incremental-nov, nnml-open-incremental-nov)
76         (nnml-add-incremental-nov): New functions to do "incremental" nov
77         updates, where we just append to the end of the existing nov files
78         without reading/writing them in full.
79
80         * mail-source.el (mail-source-delete-crash-box): Really only check the
81         incoming files once in a while.
82
83         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
84
85         * mail-source.el (mail-source-delete-crash-box): Only check the
86         incoming files for deletion once per day to save a lot of file
87         accesses.
88
89         * pop3.el (pop3-logon): Fix up unbound variable typo.
90
91         * mail-source.el (pop3-streaming-movemail): Autoload.
92
93         * pop3.el (pop3-streaming-movemail): Respect
94         pop3-leave-mail-on-server.
95
96         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
97         retrieval.
98
99         * pop3.el (pop3-process-filter): Removed unused function.
100         (pop3-streaming-movemail, pop3-send-streaming-command)
101         (pop3-wait-for-messages, pop3-write-to-file)
102         (pop3-number-of-responses): New functions for streaming pop3
103         retrieval.
104
105         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
106         come from no known methods.
107         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
108         list.
109
110         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
111         message sizes.
112         (pop3-movemail): Use erase-buffer instead of looping and deleting
113         regions, which seems rather odd.
114
115         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
116         file once per `g' run.
117
118         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
119         directories.  This makes the draft queue directory work.
120
121         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
122         data from the backends, so that we only request the list of groups from
123         each method once.  This should speed things up considerably.
124
125         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
126         detect that it's not implemented.
127
128         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
129         we actually do recurse down into the tree, but don't stat all leaf
130         nodes.
131
132         * gnus-html.el (gnus-html-show-images): If there are no images to show,
133         then say so instead of bugging out.
134
135         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
136         files exist before trying to read them.
137
138         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
139         around <pre_int>.
140
141         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
142
143         * nnmh.el (nnmh-request-list-1): Optimize for speed.
144
145 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * mm-util.el (mm-image-load-path): Just return the image directories,
148         not all directories in the path in addition to the image directories.
149         (mm-image-load-path): Maintain a cache of the image directories so that
150         the `g' command in Gnus doesn't have to stat dozens of directories each
151         time.
152
153         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
154         (gnus-html-wash-tags): Add a new `i' command to insert images.
155         (gnus-html-insert-image): New command and keystroke.
156         (gnus-html-redisplay-with-images): New command and keystroke.
157         (gnus-html-show-images): Renamed command.
158         (gnus-html-wash-tags): Remove more white space before <pre_int> image
159         spacers.
160         (gnus-html-wash-tags): Decode entities at the end, so that entities
161         inside the tags don't mess up the rest of the "parsing".
162
163         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
164         so that nnimap methods aren't agentized by default.  There's apparently
165         many problems related to agent/imap behaviour.
166
167         * gnus-art.el (gnus-article-copy-string): New command and key binding.
168
169         * gnus-html.el: Doc fix.
170
171 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
174         specifier-spec-list for Emacs 21.
175
176         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
177         glyph-width and glyph-height instead of display-graphic-p and
178         image-size; make avoidance of displaying small images work for XEmacs.
179
180         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
181         for XEmacs.
182
183         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
184         of symbol that holds plist data.
185         (gnus-process-plist): Remove plist of process after getting it.
186
187 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
188
189         * message.el (message-generate-hashcash): Change default to
190         'opportunistic if hashcash is installed.
191
192         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
193         (gnus-html-put-image): Only call image-size once, since it's somewhat
194         time-consuming on remote X servers.
195
196 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
199         type on data, not a file name.
200
201         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
202         window-pixel-edges for Emacs 21.
203
204         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
205         decoded contents.
206         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
207
208 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
209
210         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
211         group line format, since it isn't very interesting.
212
213         * gnus-agent.el (gnus-agent-short-article),
214         (gnus-agent-long-article): Increase values for these two variables,
215         since most people are likely to have more network connection and
216         storage than before.
217
218         * gnus.el (gnus-refer-article-method): Change default to 'current.
219         When referring an article, the common behaviour is to refer it from the
220         current select method, not the native select method.  The chances of
221         the native select method having the message in question is rather slim
222         these days.
223
224         * gnus-sum.el (gnus-auto-select-subject): Change default to
225         `unseen-or-unread'.  I think it's likely that most people want to
226         select an unseen article over a previously seen, but unread one.
227
228         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
229         means that in the article buffer none of the minor mode elements will
230         be shown, usually, and this is not desirable in most cases.
231
232         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
233         that commands like `d' (and the like) go to the next line in the
234         buffer, instead of the next unread article.  I think this is the
235         behaviour that is most natural for most users.
236         (gnus-single-article-buffer): Change default to nil, so that people can
237         have as many article buffers open as they have summary buffer.  I think
238         this is the most natural way for the groups to behave.
239
240         * message.el (message-generate-new-buffers): Change default to
241         `unsent', so that all new message buffers start their names with the
242         string "*unsent", and it's easier to find the buffers if you move from
243         them.
244
245 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
248         small. They're probably tracking images.
249         (gnus-html-wash-tags): Remove all <pre_int> place holders.
250         (gnus-html-rescale-image): Yet another try at getting the image sizing
251         right.
252
253         * nntp.el (nntp-request-set-mark): Refuse to do marks if
254         nntp-marks-file-name is nil.
255
256 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
257
258         * gnus-html.el (gnus-html-wash-tags)
259         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
260         Better logging.
261
262 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
265
266         * gnus-html.el (gnus-html-wash-tags): Check the value of
267         gnus-blocked-images in the summary buffer.
268
269 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
270
271         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
272
273 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
276         like "a", it seems like.
277         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
278         since it needs to be picked from the correct buffer.
279
280         * nnwfm.el: Removed.
281
282         * nnlistserv.el: Removed.
283
284 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
285
286         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
287         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
288
289 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * nnkiboze.el: Removed.
292
293         * nndb.el: Removed.
294
295         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
296         alt text.
297         (gnus-html-rescale-image): Try to get the rescaling logic right for
298         images that are just wide and not tall.
299
300         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
301         overshadow variable bindings.
302
303 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
304
305         * gnus-html.el (gnus-html-wash-tags)
306         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
307         extra logging.
308
309 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
312         (gnus-max-image-proportion): New variable.
313         (gnus-html-rescale-image): New function.
314         (gnus-html-put-image): Rescale images.
315
316 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
317
318         Fix up some byte-compiler warnings.
319         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
320         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
321         (gnus-article-fill-cited-article, gnus-article-hide-citation)
322         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
323         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
324         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
325         (gnus-group-update-group): Use save-excursion and with-current-buffer.
326
327 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * gnus-html.el (gnus-article-html): Decode contents by charset.
330
331 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
334         (gnus-html-frame-width, gnus-blocked-images)
335         * message.el (message-prune-recipient-rules): Add custom version.
336         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
337
338         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
339         functions.
340
341         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
342         gnus-process-get.
343
344 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
345
346         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
347         instead of lsub directly.
348
349 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * nnwarchive.el: Removed.
352
353         * gnus-soup.el: Removed.
354
355         * nnsoup.el: Removed.
356
357         * nnultimate.el: Removed.
358
359         * gnus-html.el (gnus-blocked-images): New variable.
360
361         * message.el (message-prune-recipients): New function.
362         (message-prune-recipient-rules): New variable.
363
364         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
365         guess whether a long line is natural text or not.
366
367         * gnus-html.el (gnus-html-schedule-image-fetching): Use
368         gnus-process-plist and friends for compatibility.
369
370 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
371
372         * gnus-html.el: Require packages that define macros used in this file.
373         (gnus-article-mouse-face): Declare to silence byte-compiler.
374         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
375         process-get.
376         (gnus-html-put-image): Use plist-get to avoid getf.
377         (gnus-html-prefetch-images): Use with-current-buffer.
378
379 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * gnus-ems.el: Provide compatibility functions for
382         gnus-set-process-plist.
383
384         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
385         header-line-format for XEmacs 21.4.
386
387         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
388         * gnus.el (gnus-valid-select-methods)
389         * message.el (message-send-mail-partially-limit)
390         * mm-decode.el (mm-text-html-renderer)
391         * mml.el (mml-insert-mime-headers-always)
392         * smiley.el (smiley-regexp-alist): Bump custom version.
393
394 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * gnus-html.el: require mm-url.
397         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
398         with the url to `url'.
399         (gnus-html-wash-tags): Support cid: URLs/images.
400
401 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
404         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
405         bindings, as they aren't useful at all. `w' is moved to `W w'.
406
407         * gnus-move.el: Removed file, since it doesn't really work.
408
409         * gnus-html.el (gnus-article-html): Tell w3m that the input is
410         UTF-8. This seems to fix problems with some German web feeds.
411
412         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
413         at the top so that the proper colours are applied.
414
415         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
416         don't have dots in their names.
417
418         * gnus-art.el (gnus-article-view-part): Doc fix.
419
420         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
421         XEmacs-compatible.
422         (gnus-html-put-image): Don't do images on non-graphic displays.
423
424         * nnslashdot.el: Removed this unused backend.
425
426         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
427         actions.
428         (gnus-undo-register-1): Revert last change.
429
430         * gnus-group.el (gnus-group-completing-read): Protect against not
431         having completion-styles bound.
432
433         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
434         make broken recipients happier.
435
436         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
437
438         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
439         point parameter.
440
441         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
442
443         * gnus-group.el (gnus-group-completing-read): Add 'substring to
444         completion-styles for group selection.
445
446 2009-02-04  Andreas Schwab  <schwab@suse.de>
447
448         * gnus-score.el (gnus-score-string): Fix regex for matching extra
449         headers and regexp-quote the match if necessary.
450
451 2009-03-24  Miles Bader  <miles@gnu.org>
452
453         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
454         the blinking smiley.
455
456 2009-03-24  Simon Josefsson  <simon@josefsson.org>
457
458         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
459         blink smiley.
460
461 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
464         where the dribbel file lives exists.
465
466         * message.el (message-send-mail-partially-limit): Change the default to
467         nil, since most people don't want this.
468
469         * mm-url.el (mm-url-decode-entities): Also decode entities like
470         &#x3212.
471
472 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
473
474         * gnus-sum.el (gnus-summary-idna-message):
475         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
476         Hyperlink urls in docstrings with URL `...'.
477
478 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
479
480         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
481         functions.
482
483 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
486         say what the mouseover text should be.
487
488         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
489         version of the mm-w3m-safe-url-regexp variable to only download images
490         in the groups where we want that to happen.
491
492         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
493
494         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
495         easier debugging.
496         (gnus-article-beginning-of-window): Add kludge to allow spacing past
497         big pictures in the article buffer.
498
499         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
500         gnus-article-html.
501         (mm-text-html-renderer): gnus-article-html needs curl in addition to
502         w3m.
503
504         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
505
506 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
509         which doesn't exist.
510
511         * message.el (message-inhibit-ecomplete): New variable to allow some
512         function to inhibit ecomplete address storage.
513         (message-resend): Disable ecomplete message storage when resending
514         messages.
515
516         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
517
518 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
521         Save excursion while copying, moving, and deleting articles in order to
522         prevent the cursor from jumping to unforeseen place.
523
524 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * lpath.el: No need to bind bookmark-current-buffer,
527         bookmark-yank-point and bookmark-make-record-function.
528
529 2010-08-17  Glenn Morris  <rgm@gnu.org>
530
531         * gnus-sync.el: Require gnus components whose functions are used.
532
533         * gnus-art.el (bookmark-make-record-function):
534         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
535         Declare for compiler.
536
537         * mm-url.el (mml-compute-boundary): Autoload.
538
539 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
542
543 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
544
545         Typo fix "hoo4a" -> "hook".
546
547         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
548
549 2010-08-14  Glenn Morris  <rgm@gnu.org>
550
551         * gnus-sync.el (gnus-sync): Fix defgroup version.
552
553 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
554
555         Doc fixes and keep unknown groups (ammended for nunion bug fix).
556
557         * gnus-sync.el: Fix docs.
558         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
559         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
560
561 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
562
563         Optimizations for gnus-sync.el.
564
565         * gnus-sync.el: Add docs about gnus-sync-backend
566         possibilities.
567         (gnus-sync-save): Remove unnecessary message.
568         (gnus-sync-read): Optimize and show what groups were skipped.
569
570 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
571
572         Minor bug fixes for gnus-sync.el.
573
574         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
575         read the sync on get-new-news.
576
577         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
578         quiet.
579
580         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
581
582 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
583
584         Make saving and restoring of hidden threads work with overlays.
585         Patch applied by Ted Zlatanov.
586
587         * gnus-sum.el (gnus-hidden-threads-configuration)
588         (gnus-restore-hidden-threads-configuration): Update to deal with text
589         properties, rather than searching for a magic character.
590
591 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
592
593         New gnus-sync.el library for synchronization of marks.
594
595         * gnus-sync.el: New library for synchronization of marks.
596
597         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
598         renamed from `gnus-registry-grep-in-list'.
599
600         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
601
602         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
603
604 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
607         determining charset of text fails.
608
609 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * nnmail.el (nnmail-get-new-mail-1): Revert.
612
613         * nnml.el (nnml-active-number): Make sure names of newly created groups
614         in nnml-group-alist are encoded.
615
616 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
619         containing non-ASCII characters in active file for nnml back end.
620
621 2010-07-24  David Engster  <dengste@eml.cc>
622
623         * mml-smime.el (mml-smime-epg-verify): Also accept the older
624         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
625
626 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
627
628         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
629         tag (Bug#6654).
630
631 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
632
633         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
634         the article buffer, not the summary buffer.
635
636 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
639         Emacs 23 as well.
640
641 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
644         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
645
646 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
647
648         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
649         Patch applied by Karl Fogel.
650
651         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
652         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
653
654 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
655
656         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
657         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
658         C-w still not working correctly from Article buffers; Thierry's
659         patch to fix that will be applied after this.
660
661         * gnus-art.el (bookmark-make-record-function): New local variable.
662
663         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
664         article buffer.
665         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
666
667 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
668
669         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
670         on changes in bookmark.el.
671
672 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
673
674         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
675         `no-log' instead of message not to log prompt string.
676
677 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
678
679         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
680         the *other* type of HTML form submission.
681
682 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
683
684         * auth-source.el (auth-source-pick): If choice does not contain a
685         questioned keyword, set the check to t.
686
687 2010-06-12  Romain Francoise  <romain@orebokech.com>
688
689         * gnus-util.el (gnus-date-get-time): Move up before first use.
690
691 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
692
693         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
694         (gnus-article-edit-part): Bind it to make last part that is substituted
695         or deleted visible.
696         (gnus-mime-display-single): Buttonize part of which id equals to
697         gnus-mime-buttonized-part-id.
698
699 2010-06-10  Dan Christensen  <jdc@uwo.ca>
700
701         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
702         (gnus-dd-mmm): Use gnus-date-get-time.
703         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
704         simplify logic.
705         (gnus-summary-limit-to-age): Use gnus-date-get-time.
706         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
707
708 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
709
710         * auth-source.el (top): Autoload `secrets-list-collections',
711         `secrets-create-item', `secrets-delete-item'.
712         (auth-sources): Fix tag string.
713         (auth-get-source, auth-source-retrieve, auth-source-create)
714         (auth-source-delete): New defuns.
715         (auth-source-pick): Rewrite in order to avoid 2 passes.
716         (auth-source-forget-user-or-password): New parameter USERNAME.
717         (auth-source-user-or-password): New parameters CREATE-MISSING and
718         DELETE-EXISTING.  Retrieve password interactively, if needed.
719
720 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
721
722         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
723         deleting unused directories when gnus-expert-user is t.
724
725 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
728         for each temp file when gnus-article-browse-delete-temp is ask.
729
730 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
731
732         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
733         Lisp calls to delete-backward-char by calls to delete-char.
734
735 2010-05-20  Kevin Ryde  <user42@zip.com.au>
736
737         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
738
739 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
740
741         * password-cache.el (password-cache-remove): Fix docstring.
742
743 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
744
745         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
746         article unless decoding article to be saved.
747
748 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
751         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
752         generated within the mm-with-unibyte-current-buffer macro.
753
754 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
757         to nil when we're in a mml-preview buffer and no group is selected.
758
759 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
760
761         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
762         when catching the `C-g'.  Reported by "Leo".
763
764 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         * message.el (message-forward-make-body-plain)
767         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
768         multibyte-string-p.
769
770         * lpath.el: Revert.
771
772 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * message.el (message-forward-make-body-mml): Assume original message
775         is multibyte string; error on unibyte.
776         (message-forward-make-body-plain): Ditto; don't add excessive newline
777         in body end.
778
779         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
780
781 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
782
783         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
784         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
785
786 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * mm-extern.el (mm-extern-url): Don't use
789         mm-with-unibyte-current-buffer.
790         (mm-extern-cache-contents): Use with-current-buffer instead of
791         save-excursion + set-buffer.
792
793 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * mm-util.el (mm-emacs-mule): Remove.
796
797 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
798
799         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
800         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
801         change.
802
803 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
806         bind the default value of enable-multibyte-characters to nil.
807
808 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * message.el (message-forward-make-body-plain)
811         (message-forward-make-body-mml):
812         Don't use mm-with-unibyte-current-buffer.
813
814 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
815
816         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
817
818 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
819
820         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
821         (Bug#5592).
822
823 2010-05-07  Julien Danjou  <julien@danjou.info>
824
825         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
826         it to mm-pipe-part.
827
828         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
829         it is given.
830
831 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * binhex.el (binhex-decode-region-internal)
834         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
835         (dns-query)
836         * nnweb.el (nnweb-gmane-search)
837         * pgg-parse.el (pgg-parse-armor)
838         * pgg.el (pgg-verify-region)
839         * sha1.el (sha1-string-external)
840         * uudecode.el (uudecode-decode-region-internal)
841         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
842         XEmacs.
843
844         * gnus-art.el (gnus-article-browse-html-parts)
845         * gnus-group.el (gnus-read-ephemeral-gmane-group)
846         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
847         make-temp-file.
848
849         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
850         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
851         compiling.
852
853         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
854         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
855         XEmacs when compiling.
856
857         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
858         gnus-pick-mode-off-hook for XEmacs when compiling.
859         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
860         gnus-binary-mode-off-hook for XEmacs when compiling.
861
862         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
863         nil if char-charset is not available.
864
865         * imap.el (imap-disable-multibyte)
866         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
867         macros.
868
869         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
870         instead of encode-coding-string.
871
872         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
873         'xemacs) instead of mm-emacs-mule to switch function definitions.
874         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
875
876         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
877         bind temporary-file-directory for XEmacs;
878         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
879         timer-set-function for XEmacs 21.4 and SXEmacs;
880         bind timer-list for XEmacs 21.4 and SXEmacs;
881         fbind char-charset and find-charset-region for non-Mule XEmacs;
882         fbind decode-coding-region, decode-coding-string, detect-coding-region,
883         encode-coding-region and encode-coding-string for XEmacs having no
884         file-coding feature.
885
886 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
887
888         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
889
890 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
891
892         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
893         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
894
895 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
896
897         * mm-util.el (mm-decompress-buffer): Use `delete-file';
898         alias `jka-compr-delete-temp-file' no longer exists.
899
900 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
901
902         Use define-minor-mode in Gnus where applicable.
903         * mml.el (mml-mode): Use define-minor-mode.
904         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
905         (gnus-undo-mode): Use define-minor-mode.
906         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
907         (gnus-dead-summary-mode): Use define-minor-mode.
908         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
909         Initialize in declaration.
910         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
911         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
912         (gnus-mailing-list-mode): Use define-minor-mode.
913         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
914         (gnus-draft-mode): Use define-minor-mode.
915         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
916         (gnus-dired-mode): Use define-minor-mode.
917
918 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
919
920         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
921         handles on recursive mml-to-mime translation and check them for
922         boundary delimiter collisions.  Reported by Greg Troxel.
923
924 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
927
928 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
929
930         * mm-util.el (mm-find-buffer-file-coding-system):
931         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
932
933 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
934
935         * message.el (message-generate-headers): Record insertion of optional
936         headers as well.  Otherwise the check to prevent repeated insertion of
937         optional headers is a no-op.
938
939 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
940
941         * smime.el: Don't mention CVS.
942
943         * nnrss.el (nnrss-fetch): Don't mention CVS.
944
945         * nnir.el: Don't mention CVS.
946
947 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
948
949         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
950
951 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * lpath.el: Fbind bookmark-default-handler,
954         bookmark-get-bookmark-record, bookmark-make-record-default,
955         bookmark-prop-get for Emacs <23 and XEmacs.
956
957 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
958
959         * gnus-sum.el: Add bookmark declarations to silence the compiler.
960         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
961         Use with-current-buffer to silence the byte-compiler.
962         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
963         bother to require `gnus'.
964         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
965
966 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
967
968         * gnus-sum.el (gnus-summary-bookmark-make-record)
969         (gnus-summary-bookmark-jump): New functions.
970         (gnus-summary-mode): Setup bookmark support.
971
972 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
973
974         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
975         if set.
976
977 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
980         gnus-article-browse-html-save-cid-image; make it work recursively for
981         forwarded messages as well.
982         (gnus-article-browse-html-parts): Work when prefix arg is given.
983         (gnus-article-browse-html-article): Doc fix.
984
985 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
986
987         * message.el (message-default-mail-headers):
988         (message-default-headers): Carry the value mail-default-headers over
989         into message-default-mail-headers, rather than message-default-headers.
990
991 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
992
993         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
994         charset.
995
996         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
997         charset into the <meta> tag when the article is encoded to utf-8.
998
999 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1002         directories as well.
1003         (gnus-article-browse-html-parts): Work for images that do not specify
1004         file names; delete temp directory when quitting; insert header at the
1005         right place; use file: scheme for image files.
1006
1007 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1008
1009         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1010         (gnus-article-browse-html-parts): Use it to make temporary cid image
1011         files in addition to html file so that browser may display them.
1012
1013 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1016
1017 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1018
1019         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1020
1021 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1022
1023         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1024         about Secret Service API sources.  Improve Customize options.
1025         (auth-source-pick): Change to accept any number of search parameters.
1026         Implement fallbacks iteratively, not recursively.  Add scoring on the
1027         second pass and sort by score.  Call Secret Service API when needed.
1028         (auth-source-user-or-password): Use it.  Call Secret Service API
1029         directly when needed to get the user name and the password.
1030
1031 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1032
1033         * message.el (message-interactive): Doc fix.
1034         (message-qmail-inject-args): Reflow.
1035         (message-kill-to-signature): Fix typo in docstring.
1036
1037         * smiley.el (smiley-buffer): Fix typo in docstring.
1038
1039 2010-03-24  Glenn Morris  <rgm@gnu.org>
1040
1041         * mail-source.el (gnus-message): Declare.
1042         (mail-source-delete-old-incoming): Require gnus-util.
1043
1044 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1047
1048         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1049
1050         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1051         password-cache's default if it is not bound.
1052         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1053         password-cache-expiry's default if it is not bound.
1054
1055         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1056         available in Emacs 21.
1057
1058         * lpath.el: Suppress compiler warnings for:
1059         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1060         XEmacs;
1061         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1062         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1063         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1064
1065 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1066
1067         * auth-source.el (auth-sources): Fix up definition so extra parameters
1068         are always inline.
1069
1070 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1071
1072         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1073         wasn't updated after mismatch.  Clear cached mailbox info correctly
1074         when uidvalidity changes.
1075         (nnimap-group-prefixed-name): New function to avoid some code
1076         duplication.
1077         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1078         (nnimap-request-group): Use it.
1079         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1080         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1081         with many imap folders.  This is done by caching the group status from
1082         the imap server persistently in a group parameter `imap-status'.  (This
1083         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1084         but not persistently, so every Gnus startup was still very slow.)
1085
1086 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1087
1088         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1089         delete the extra newline.  Otherwise editing of :string and :number
1090         types don't work.
1091
1092 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1093
1094         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1095         secrets.el dependency.
1096         (auth-sources): Add optional user name.  Add secrets.el configuration
1097         choice (unused right now).
1098
1099 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1100
1101         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1102         `gnus-registry-install-shortcuts' fill in the functions.
1103
1104         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1105         warnings.
1106         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1107         (gnus-registry-install-shortcuts): Populate and use it in a
1108         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1109
1110 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1111
1112         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1113         In-place substitutions for the group name encoding/decoding.
1114         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1115         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1116         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1117         (nnimap-update-unseen, nnimap-request-list)
1118         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1119         (nnimap-request-set-mark, nnimap-split-to-groups)
1120         (nnimap-split-articles, nnimap-request-newgroups)
1121         (nnimap-request-create-group, nnimap-request-accept-article)
1122         (nnimap-request-delete-group, nnimap-request-rename-group)
1123         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1124         `encoded-mbx' for consistency.
1125         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1126         variable `imap-current-mailbox'.
1127
1128         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1129         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1130
1131 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1132
1133         * pop3.el (pop3-display-message-size-flag): Display message size byte
1134         counts during POP3 download.
1135         (pop3-movemail): Use it.
1136         (pop3-list): Implement listing of available messages.
1137
1138 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1139
1140         * nnir.el (nnir-get-article-nov-override-function): New function to
1141         override the normal NOV retrieval.
1142         (nnir-retrieve-headers): Use it.
1143
1144 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1145
1146         * auth-source.el (netrc-machine-user-or-password): Autoload.
1147
1148 2010-03-19  Glenn Morris  <rgm@gnu.org>
1149
1150         Stop message.el from loading about 40 libraries it doesn't always need.
1151         The general approach is to autoload rather than require, and to
1152         require in the specific functions rather than the file.  (Bug#5642)
1153
1154         * gmm-utils.el: Don't require wid-edit.
1155         (widget-create-child-value, widget-convert, widget-default-get):
1156         Autoload.
1157
1158         * gnus-util.el: Don't require time-date, netrc.
1159         (message-fetch-field, gnus-group-name-decode): Declare rather than
1160         autoloading.
1161         (gnus-fetch-field): Require message.
1162         (gnus-decode-newsgroups): Require gnus-group.
1163
1164         * ietf-drums.el: Don't require time-date.
1165
1166         * message.el: Don't require hashcash, canlock, ecomplete.
1167         Do require mail-utils.  Require nnheader only when compiling.
1168         (smtpmail-default-smtp-server): Remove declaration.
1169         (message-send-mail-function): Check smtpmail-default-smtp-server
1170         is bound rather than requiring smtpmail.
1171         (message-auto-save-directory, message-insert-signature): Use
1172         expand-file-name rather than nnheader-concat.
1173         (nnheader-insert-file-contents): Autoload.
1174         (hashcash-wait-async): Declare.
1175         (message-send-mail): Only call gnus-setup-posting-charset if
1176         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1177         (message-send-mail-with-sendmail): Require sendmail.
1178         (canlock-password, canlock-password-for-verify): Declare.
1179         (message-canlock-password): Require canlock.
1180         (nnheader-get-report): Autoload.
1181         (gnus-setup-posting-charset): Declare.
1182         (message-send-news): Require gnus-msg.
1183         (message-make-references, message-make-in-reply-to): Use mail-header-id
1184         rather than the alias mail-header-message-id.
1185         (ecomplete-add-item, ecomplete-save): Declare.
1186         (message-put-addresses-in-ecomplete): Require ecomplete.
1187         (ecomplete-display-matches): Autoload.
1188
1189         * mm-decode.el: Don't require mailcap, gnus-util.
1190         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1191         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1192         Autoload.
1193         (mailcap-mime-extensions): Declare.
1194
1195         * mm-encode.el: Don't require mailcap.
1196         (mailcap-extension-to-mime): Autoload.
1197
1198         * mml-sec.el: Don't require password-cache.
1199
1200         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1201         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1202         (mml-minibuffer-read-type): Require mailcap.
1203         (mml-preview): Require gnus-msg.
1204
1205         * mml1991.el: Require password-cache.
1206         (password-cache-expiry): Remove declaration.
1207
1208         * mml2015.el: Require password-cache.
1209         (password-cache-expiry): Remove declaration.
1210
1211         * nneething.el (mailcap): Require mailcap.
1212
1213         * nnheader.el (declare-function): Add compatibility stub.
1214         (message-remove-header): Declare rather than autoload.
1215         (nnheader-replace-header): Require message.
1216
1217         * nnimap.el (declare-function): Add compatibility stub.
1218         (netrc-parse, netrc-machine-user-or-password): Declare.
1219         (nnimap-open-connection): Require netrc.
1220
1221         * nntp.el (declare-function): Add compatibility stub.
1222         (netrc-parse, netrc-machine, netrc-get): Declare.
1223         (nntp-send-authinfo): Require netrc.
1224
1225         * rfc2047.el: Don't require qp.
1226         (quoted-printable-encode-region, quoted-printable-decode-string):
1227         Autoload.
1228
1229         * sieve-mode.el: Don't require easymenu.
1230         (easy-menu-add-item): Autoload it.
1231
1232         * spam-stat.el (time-to-number-of-days): Autoload it.
1233
1234 2010-03-19  Glenn Morris  <rgm@gnu.org>
1235
1236         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1237
1238 2010-03-18  Glenn Morris  <rgm@gnu.org>
1239
1240         * hashcash.el (declare-function): Remove duplicate definition.
1241
1242 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1243
1244         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1245         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1246         value if any backslash escapes).
1247
1248 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1251         if it is available.  (bug#5647)
1252
1253         * lpath.el: Suppress compiler warning for coding-system-from-name for
1254         Emacs 21 and XEmacs.
1255
1256 2010-03-14  Juri Linkov  <juri@jurta.org>
1257
1258         * hmac-def.el:
1259         * hmac-md5.el:
1260         * netrc.el: Fix keywords.
1261
1262 2010-02-26  Glenn Morris  <rgm@gnu.org>
1263
1264         * message.el (message-send-mail-function): Change the default, so that
1265         it inherits from a customized send-mail-function.  (Bug#5643)
1266
1267 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1268
1269         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1270         shell-command-to-string signals an error (bug#5299).
1271
1272 2010-02-24  Glenn Morris  <rgm@gnu.org>
1273
1274         * message.el (message-smtpmail-send-it)
1275         (message-send-mail-with-mailclient): Doc fixes.
1276
1277 2010-02-16  Glenn Morris  <rgm@gnu.org>
1278
1279         * message.el (message-default-mail-headers): Change the default value
1280         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1281
1282 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1285         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1286
1287 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1288
1289         * time-date.el (date-to-time): Doc fix (Bug#5408).
1290
1291 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1292
1293         * message.el (message-mail): Just pass yank-action on to message-setup.
1294         (message-setup): Handle (FUN . ARGS) form of yank-action.
1295         (message-with-reply-buffer, message-widen-reply)
1296         (message-yank-original): Handle non-buffer values of
1297         message-reply-buffer (Bug#4080).
1298         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1299
1300 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1301
1302         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1303         Fix typo in docstring.
1304
1305 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1306
1307         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1308         response.
1309
1310 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1313
1314         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1315
1316         * message.el (message-check-news-header-syntax): Protect against a
1317         string that `rfc822-addresses' returns when parsing fails.
1318
1319 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1322         (gnus-previous-char-property-change): New functions.
1323
1324         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1325
1326 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1327
1328         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1329         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1330
1331 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1332
1333         * message.el (message-exchange-point-and-mark): Rework last change to
1334         avoid using optional arg of exchange-point-and-mark, for backward
1335         compatibility.
1336
1337 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1338
1339         * message.el (message-exchange-point-and-mark): Call
1340         exchange-point-and-mark with an argument rather than setting
1341         mark-active by hand (Bug#5175).
1342
1343 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * nntp.el (nntp-service-to-port): Work for service expressed with
1346         numeric string; replace [:digit:] with [0-9] for XEmacs.
1347
1348 2009-12-17  Glenn Morris  <rgm@gnu.org>
1349
1350         * gnus-group.el (gnus-bug-group-download-format-alist):
1351         Change emacs entry to debbugs.gnu.org.  Bump :version.
1352
1353 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1354
1355         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1356
1357 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1358
1359         * message.el (message-info): Explain why we use `Info-goto-node'.
1360
1361 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1364
1365 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1366
1367         * message.el (message-completion-in-region): New compatibility function.
1368         (message-expand-group): Use it.
1369
1370 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1373         with no unread article should be listed if the 2nd arg `predicate' is
1374         given.
1375
1376 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1379
1380 2009-11-29  Juri Linkov  <juri@jurta.org>
1381
1382         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1383         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1384         on `gnus-recenter'. (Bug#4698, Bug#4981)
1385
1386 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1387
1388         * sha1.el (sha1-string-external): default-directory "/" in case
1389         otherwise non-existent.  process-connection-type pipe for touch of
1390         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1391
1392 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1393
1394         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1395         it's comms related and sgml-mode.el has "comm" on that basis too.
1396
1397 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1400         containing tspecial characters if they have been already quoted.
1401
1402 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1403
1404         * dns-mode.el (auto-mode-alist): Purecopy string.
1405
1406 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1407
1408         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1409
1410 2009-10-24  Glenn Morris  <rgm@gnu.org>
1411
1412         * gnus-art.el (help-xref-stack-item): Define for compiler.
1413
1414 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1415
1416         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1417
1418 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1421
1422 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1425         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1426
1427 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1428
1429         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1430         (gnus-overlays-in): New alias to overlays-in.
1431
1432         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1433         gnus-overlay-get, and gnus-delete-overlay.
1434         (gnus-summary-show-thread): Make it work as well for systems in which
1435         next-single-char-property-change is not available.
1436         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1437
1438         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1439         (gnus-overlay-get): New alias to extent-property.
1440         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1441
1442         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1443         SXEmacs.
1444
1445         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1446         SXEmacs.
1447
1448 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1449
1450         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1451
1452 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1453
1454         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1455         and XEmacs that don't have `remove-overlays'.
1456
1457 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1458
1459         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1460         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1461         selective display.  Use overlays instead.
1462
1463 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1464
1465         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1466
1467 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1468
1469         * spam-stat.el (spam-stat-load): Fix typo in message.
1470
1471 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1472
1473         * dig.el (dig-invoke): Fix typo in docstring.
1474         (query-dig): Reflow docstring.
1475
1476 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1477
1478         * gnus-art.el (gnus-article-encrypt-body):
1479         * message.el (message-check-recipients):
1480         * mm-util.el (mm-codepage-setup):
1481         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1482         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1483
1484 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1485
1486         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1487         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1488         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1489         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1490         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1491
1492 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1493
1494         * dig.el: Add "Keywords: comm", as per net-utils.el.
1495
1496 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1497
1498         * dig.el (dig-mode): Use define-derived-mode.
1499
1500 2009-09-19  Glenn Morris  <rgm@gnu.org>
1501
1502         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1503
1504 2009-09-18  Glenn Morris  <rgm@gnu.org>
1505
1506         * gnus-diary.el (gnus-diary-check-message):
1507         * message.el (message-insert-formatted-citation-line):
1508         * nnbabyl.el (top-level):
1509         * nndiary.el (nndiary-schedule):
1510         Fix typos in condition-case handlers.
1511
1512 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1515         configuration that provides the sole article window in a frame;
1516         position point correctly after deleting a part.
1517
1518 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1519
1520         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1521         (spam-resolve-registrations-routine): Use it to unregister articles
1522         that change status.
1523
1524 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1527         with XEmacs.
1528         (parse-time-string-chars): Use it.
1529
1530 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1531
1532         * imap.el (imap-interactive-login): Better messages.
1533         (imap-open): Fix bug with renamed buffer on reconnect.
1534         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1535         for easier debugging and cleaner code.  On successful (guessed based on
1536         server capabilities) secondary authentication, set imap-state
1537         correctly.
1538         (imap-last-authenticator): Define imap-last-authenticator as a variable
1539         to avoid warnings.
1540
1541 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * nnrss.el (nnrss-request-article): Remove binding of
1544         default-enable-multibyte-characters that has gotten needless by
1545         the 2007-07-13 change in rfc2047-encode-message-header.
1546
1547         * mml.el (mml-insert-multipart): Error on the message header.
1548         (mml-insert-part): Error on the message header; position point at
1549         the end of a MIME tag.
1550
1551 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * time-date.el (autoload): Expand define-obsolete-function-alias into
1554         defalias and make-obsolete for old Emacsen that Gnus supports.
1555         (with-no-warnings): Define it for old Emacsen.
1556         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1557         is available.
1558         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1559         float-time is available; suppress compile warning for time-to-seconds.
1560
1561         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1562         (gnus-float-time): Alias to float-time if it exists.
1563
1564         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1565         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1566         float-time is available; suppress compile warning for time-to-seconds.
1567
1568         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1569         XEmacs.
1570
1571 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1572
1573         * imap.el (imap-message-map): Docstring fix.
1574
1575 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1576
1577         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1578         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1579         Add the optional argument `encoding' that overrides the default.
1580
1581         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1582         mm-encode-buffer.
1583
1584 2009-09-04  Glenn Morris  <rgm@gnu.org>
1585
1586         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1587         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1588         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1589         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1590         * mm-util.el (mm-with-unibyte-current-buffer)
1591         (mm-find-buffer-file-coding-system):
1592         * yenc.el (yenc-decode-region): Use default-value rather than
1593         default-enable-multibyte-characters.
1594
1595 2009-09-03  Glenn Morris  <rgm@gnu.org>
1596
1597         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1598         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1599         than default-enable-multibyte-characters.
1600
1601 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1602
1603         * gnus-art.el (gnus-article-read-summary-keys):
1604         Fix gnus-buffer-configuration's value temporarily used.
1605
1606 2009-09-02  Glenn Morris  <rgm@gnu.org>
1607
1608         * gnus-util.el (gnus-float-time): New function.
1609         * gnus-delay.el (gnus-delay-article):
1610         * gnus-sum.el (gnus-thread-latest-date):
1611         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1612         * nnspool.el (nnspool-request-newgroups):
1613         Use gnus-float-time rather than time-to-seconds.
1614         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1615
1616         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1617         (gnus-header-subject-face, gnus-header-newsgroups-face)
1618         (gnus-header-name-face, gnus-header-content-face):
1619         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1620         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1621         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1622         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1623         (gnus-cite-face-11):
1624         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1625         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1626         (gnus-server-closed-face, gnus-server-denied-face)
1627         (gnus-server-offline-face):
1628         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1629         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1630         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1631         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1632         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1633         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1634         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1635         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1636         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1637         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1638         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1639         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1640         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1641         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1642         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1643         (gnus-summary-high-undownloaded-face)
1644         (gnus-summary-low-undownloaded-face)
1645         (gnus-summary-normal-undownloaded-face)
1646         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1647         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1648         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1649         (gnus-splash-face):
1650         * message.el (message-header-to-face, message-header-cc-face)
1651         (message-header-subject-face, message-header-newsgroups-face)
1652         (message-header-other-face, message-header-name-face)
1653         (message-header-xheader-face, message-separator-face)
1654         (message-cited-text-face, message-mml-face):
1655         * sieve-mode.el (sieve-control-commands-face)
1656         (sieve-action-commands-face, sieve-test-commands-face)
1657         (sieve-tagged-arguments-face):
1658         * spam.el (spam-face):
1659         Mark face aliases with "-face" in the name as obsolete.
1660
1661 2009-09-01  Glenn Morris  <rgm@gnu.org>
1662
1663         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1664         than goto-line.
1665
1666 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1669         Don't move point if the command is invoked inside the message header.
1670
1671 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1672
1673         * imap.el (imap-send-command): Simplify.
1674         (imap-wait-for-tag): point-max -> buffer-size.
1675
1676 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1677
1678         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1679         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1680         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1681         * nnir.el (nnir-swish-e-index-file):
1682         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1683         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1684         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1685         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1686         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1687         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1688
1689 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1692         Don't save excursion.
1693
1694 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1695
1696         * nnheader.el (nnheader-find-file-noselect):
1697         * mm-util.el (mm-insert-file-contents):
1698         Use (default-value 'major-mode) instead of default-major-mode.
1699
1700 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1701
1702         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1703
1704 2009-08-26  Glenn Morris  <rgm@gnu.org>
1705
1706         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1707         than placing in files.el.
1708
1709 2009-08-25  Glenn Morris  <rgm@gnu.org>
1710
1711         * nnir.el (top-level): Don't require cl at run-time.
1712         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1713         Replace cl-function substitute with gnus-replace-in-string.
1714         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1715         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1716         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1717         simplified expansions.
1718
1719 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1720
1721         * dig.el (dig): Add autoload cookie.
1722
1723 2009-08-22  Glenn Morris  <rgm@gnu.org>
1724
1725         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1726         goto-line.
1727
1728 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1729
1730         * parse-time.el (parse-time-string-chars): Save match data.
1731
1732 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1733
1734         * parse-time.el (parse-time-string-chars): Compute using character
1735         classes, to handle non-ascii characters (Bug#3190).
1736
1737 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1740
1741         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1742         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1743         (gnus-mm-display-part, gnus-mime-display-single)
1744         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1745         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1746
1747         * gnus-sum.el
1748         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1749         (gnus-summary-move-article): Add expirable mark to articles copied or
1750         moved to group that has auto-expire turned on if the option is non-nil.
1751
1752 2009-07-24  Glenn Morris  <rgm@gnu.org>
1753
1754         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1755         Fix typo.  (Bug#3903)
1756
1757 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1760         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1761         that should not be used for draft articles.
1762         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1763         that has no concern in minor mode keys.
1764         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1765         Abolish.
1766
1767 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1770         article without making inquiry to a user for unknown encoding.
1771
1772         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1773         (nnmaildir--scan): Assume i-node and device number that file-attributes
1774         returns might be cons-cell.
1775
1776         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1777
1778         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1779
1780 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1781
1782         * auth-source.el: Remove docs now in auth.texi.  Don't use
1783         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1784         `auth-source-hide-passwords' and use them.
1785
1786 2009-07-15  Glenn Morris  <rgm@gnu.org>
1787
1788         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1789
1790 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1793         excessive whitespace from the default values of title and description.
1794
1795 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1798         mail-fetch-field to fetch Content-Description header in order to
1799         exclude newlines.
1800
1801 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1802
1803         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1804         format used by GnuPG 2.0.11.
1805
1806 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1809         to deleted part.
1810
1811 2009-05-30  David Engster  <dengste@eml.cc>
1812
1813         * nnmairix.el: Remove old documentation in the commentary block.
1814         (nnmairix-request-group): Do not update active file for nnml back ends.
1815         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1816         end so that overview files are ignored.
1817         (nnmairix-update-groups): Make updating the groups more robust by using
1818         marks.
1819         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1820         with dollar characters in message-id.
1821
1822 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1823
1824         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1825         2008-12-25 in dns.el.
1826
1827 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1828
1829         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1830         could happen if the text is only composed of spaces and/or tabs.
1831
1832 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1833
1834         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1835         when sending a queued message to avoid extra mml tags.
1836
1837 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1840
1841 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1844         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1845         rmail-toggle-header for XEmacs;
1846         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1847
1848 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * gnus-dired.el: Remove autoload for gnus-setup-message.
1851         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1852         displaying Gnus logo; always use compose-mail.
1853
1854 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1857
1858 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1861         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1862         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1863         available.
1864         (gnus-nocem-epg-verify): New function.
1865
1866 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1867
1868         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1869
1870 2009-02-15  Glenn Morris  <rgm@gnu.org>
1871
1872         * gnus-util.el (rmail-insert-rmail-file-header)
1873         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1874         autoloads.
1875         (rmail-default-rmail-file): Remove unnecessary declaration.
1876         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1877
1878 2009-02-14  Glenn Morris  <rgm@gnu.org>
1879
1880         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1881         variable (only used in gnus-util, which declares it anyway).
1882         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1883         which was only needed by gnus-art (changed to not use it any more).
1884         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1885         only used in gnus-util, which autoloads it itself.
1886         (rmail-update-summary): Fix autoload.
1887
1888         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1889         rather than rmail-output-to-rmail-file.
1890
1891 2009-02-07  Glenn Morris  <rgm@gnu.org>
1892
1893         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1894         autoload of function that no longer exists.
1895         (rmail-toggle-header): Declare.
1896         (message-forward-rmail-make-body): Handle mbox Rmail.
1897
1898 2009-01-31  Glenn Morris  <rgm@gnu.org>
1899
1900         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1901         2009-01-09 change.
1902
1903 2009-01-31  Dave Love  <fx@gnu.org>
1904
1905         * imap.el (imap-fetch-safe): Bind debug-on-error.
1906         (imap-debug): Add imap-fetch-safe.
1907
1908 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1909
1910         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1911         (auth-source-forget-all-cached): New convenience function.
1912         (auth-source-user-or-password): Accept list of modes or a single mode.
1913
1914         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1915         auth-source modes.
1916
1917         * netrc.el (netrc-machine-user-or-password): Use list of
1918         auth-source modes.
1919
1920         * nnimap.el (nnimap-open-connection): Use list of
1921         auth-source modes.
1922
1923         * nntp.el (nntp-send-authinfo): Use list of
1924         auth-source modes.
1925
1926 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1927
1928         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1929         now.
1930
1931 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1934         coding system in XEmacs; add a workaround for XEmacs.
1935
1936         * lpath.el: Fbind coding-system-aliasee.
1937
1938 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1941         of current-language-environment.
1942
1943 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1944
1945         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1946         available at runtime.
1947
1948 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1951
1952 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1953
1954         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1955         the greatest positive fixnum value doesn't work under an XEmacs with
1956         bignum support; use the most-positive-fixnum constant instead,
1957         available since Emacs 21.1 with cl and XEmacs 21.1.
1958
1959 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1962         XEmacs gets not to work.
1963
1964 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * mm-util.el (mm-coding-system-priorities): Allow the value like
1967         "Japanese (UTF-8)" of current-language-environment.
1968
1969 2009-01-09  Glenn Morris  <rgm@gnu.org>
1970
1971         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1972         with last-command-event.
1973
1974 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1975
1976         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1977         in the doc string.
1978
1979         * message.el (message-fix-before-sending): Amend comment.
1980
1981 2009-01-08  Dave Love  <fx@gnu.org>
1982
1983         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1984
1985 2009-01-07  David Engster  <dengste@eml.cc>
1986
1987         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1988         simplified server definitions by converting it via
1989         gnus-server-to-method.
1990
1991 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1994         parameter's operands.
1995
1996 2009-01-06  David Engster  <dengste@eml.cc>
1997
1998         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1999         primary select method (for gnus-group-mark-article-as-read).
2000
2001 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2002
2003         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2004         `(gnus)Face', not `(gnus)X-Face'.
2005
2006 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * mm-util.el (mm-ucs-to-char): New function.
2009
2010         * mm-url.el (mm-url-decode-entities): Use it.
2011
2012         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2013         unicode-to-char.
2014
2015 2009-01-05  Dave Love  <fx@gnu.org>
2016
2017         * time-date.el: Require cl for `declare'.
2018
2019 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2020
2021         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2022         Dave Love.
2023
2024 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2025
2026         * message.el (message-fix-before-sending): Add `eight-bit' to
2027         illegible-text check.
2028
2029 2009-01-03  Michael Olson  <mwolson@gnu.org>
2030
2031         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2032         `headers' is nil.  This can occur if the IMAP server does not have
2033         permissions to read messages from a folder, but can write new messages
2034         to the folder.
2035         (nnimap-request-article-part): Do not insert `data' if it is nil.
2036
2037         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2038         characters which will confuse `read', so skip past them.
2039
2040 2009-01-01  Dave Love  <fx@gnu.org>
2041
2042         * imap.el (imap-string-to-integer): Fix typo.
2043         (imap-fetch-safe): New function.
2044         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2045
2046         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2047
2048         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2049         (imap-parse-greeting): Fix doc strings.
2050         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2051         (imap-parse-flag-list): Make messages unique.
2052         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2053
2054         * nnimap.el: Fix author email.
2055         (nnimap-split-rule): Add FIXME comment.
2056         (nnimap-debug): Fix doc string.
2057
2058 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2059
2060         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2061
2062 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2063
2064         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2065         nslookup if resolv.conf isn't available.
2066         (dns-query): Rename from query-dns.
2067         (dns-query-cached): Rename from query-dns-cached.
2068
2069 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2072         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2073         to check if those variables exist (first appeared in Emacs 18.50).
2074
2075 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * mm-util.el (mm-line-number-at-pos): New function.
2078
2079         * spam-report.el (spam-report-process-queue): Use it.
2080
2081 2008-12-24  David Engster  <dengste@eml.cc>
2082
2083         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2084         parameters that haven't existed as variables as buffer-local variables.
2085
2086 2008-12-23  Dave Love  <fx@gnu.org>
2087
2088         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2089         cadar.
2090
2091         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2092         imap-starttls-p.
2093         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2094
2095 2008-12-22  Dave Love  <fx@gnu.org>
2096
2097         * imap.el: Fix author email.  Doc fixes.
2098         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2099         reply.
2100
2101 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2102
2103         * spam-report.el (spam-report-gmane-max-requests): New constant.
2104         (spam-report-gmane-wait): New variable.
2105         (spam-report-gmane-ham, spam-report-gmane-spam)
2106         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2107         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2108         the server.
2109
2110         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2111         Add explanations.
2112
2113         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2114         nnheader-accept-process-output and nnheader-read-timeout if available.
2115         (pop3-movemail): Use it.
2116
2117         * message.el (message-check-news-body-syntax): Fix signature check if
2118         there's an attachment.
2119
2120 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * mm-util.el: Add comments to the mm- emulating functions.
2123
2124 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2125
2126         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2127         by Stephen Berman <stephen.berman@gmx.net>.
2128
2129 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * mm-util.el (mm-substring-no-properties): New function.
2132         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2133         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2134         (mm-string-to-multibyte): Doc fix.
2135
2136         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2137
2138 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2139
2140         * mml.el (mml-attach-file): Strip text properties from file name.
2141         (Bug#1574)
2142
2143 2008-12-16  Glenn Morris  <rgm@gnu.org>
2144
2145         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2146
2147 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2150         knows since the charset specified might be a bogus alias that
2151         mm-charset-synonym-alist provides.
2152
2153 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2154
2155         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2156         "ISO_8859-1".
2157
2158         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2159
2160 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * mm-util.el (mm-charset-eval-alist):
2163         Define it before mm-charset-to-coding-system.
2164         (mm-charset-to-coding-system): Add optional argument `silent';
2165         define it before mm-charset-override-alist.
2166         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2167         default value if it can be used in Emacs currently running;
2168         silence mm-charset-to-coding-system.
2169
2170 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2173         `allow-override' which says whether to use `mm-charset-override-alist'.
2174         (rfc2047-decode-encoded-words): Use it.
2175
2176         * mm-util.el (mm-charset-override-alist): Fix custom type;
2177         add `(gb2312 . gbk)' to choices.
2178
2179 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2182         fast.
2183
2184         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2185
2186         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2187
2188 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2189
2190         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2191         on links.
2192
2193         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2194
2195 2008-12-03  Lute Kamstra  <lute@gnu.org>
2196
2197         * sha1.el: Remove leading * from docstrings of defcustoms,
2198         deffaces, defconsts and defuns.
2199
2200 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2203         users' addresses that don't have domain parts.
2204         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2205         rather than message-narrow-to-head since there will be the message
2206         header separator.
2207
2208 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2209
2210         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2211         since the result is inserted in a unibyte buffer anyway.
2212         (nnimap-demule-use-string-to-multibyte): Remove.
2213         (nnimap-demule): Alias it to mm-string-to-multibyte.
2214
2215 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2216
2217         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2218         variable for debugging bug#464 and bug#1174.
2219         (nnimap-demule): Use it.
2220
2221 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2222
2223         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2224         score calculation correctly.
2225
2226 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2227
2228         * message.el (message-send-mail): Just set the buffer to unibyte
2229         rather than use mm-with-unibyte-current-buffer which does a lot more.
2230         (message-send-mail-partially): Don't bother with
2231         mm-with-unibyte-current-buffer since it's already been made unibyte by
2232         message-send-mail.
2233
2234 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2235
2236         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2237
2238 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2239
2240         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2241
2242 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2245         require itself and to remove `with-no-warnings'.
2246
2247 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2248
2249         * starttls.el (starttls-any-program-available): Get the name of the
2250         available TLS layer program.
2251         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2252         well as the host name in the "opening" message.
2253
2254         * auth-source.el (auth-source-cache, auth-source-do-cache)
2255         (auth-source-user-or-password): Cache passwords and logins by default,
2256         allow override with `auth-source-do-cache'.
2257         (auth-source-forget-user-or-password): Allow users to remove cache
2258         entries if needed.
2259
2260 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2261
2262         * md4.el (md4-buffer): Fix typo in docstring.
2263         (md4, md4-64): Doc fixes.
2264         (md4-pack-int32): Reflow docstring.
2265
2266 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2267
2268         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2269         condition-case to only the forward-sexp call.
2270
2271 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2272
2273         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2274         quotes contained.  Make it more robust regardless by an extra
2275         condition-case wrapper.
2276
2277 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2280
2281 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * nnml.el (nnml-request-expire-articles): Check if the function set to
2284         `nnmail-expiry-target' returns the symbol `delete'.
2285
2286         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2287
2288         * nnmail.el (nnmail-expiry-target): Fix custom type.
2289
2290 2008-10-02  Glenn Morris  <rgm@gnu.org>
2291
2292         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2293         Silence compiler warning.
2294
2295 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2296
2297         * tls.el (open-tls-stream): Show the actual command being
2298         executed, instead of the format string.
2299
2300 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * lpath.el: Fbind codepage-setup for Emacs 23.
2303
2304 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2305
2306         * mml.el (mml-menu): Don't assume mml2015 is bound.
2307
2308 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2311         exists.
2312
2313 2008-09-27  Glenn Morris  <rgm@gnu.org>
2314
2315         * gnus-util.el (mail-header-remove-comments): Autoload it.
2316
2317 2008-09-27  Andreas Schwab  <schwab@suse.de>
2318
2319         * gnus-util.el (gnus-split-references): Strip comments.
2320         (gnus-parent-id): Likewise.
2321
2322 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2323
2324         * message.el (message-confirm-send): Fix version.
2325
2326 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * message.el (message-idna-to-ascii-rhs-1): Use
2329         mail-extract-address-components rather than mail-header-parse-addresses
2330         that is an alias by default to ietf-drums-parse-addresses that does not
2331         support non-ASCII names in headers' contents.
2332
2333 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2334
2335         * message.el (message-confirm-send): Fixed variable documentation to
2336         avoid the "y/n" wording.
2337
2338 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2339
2340         * message.el (message-set-auto-save-file-name): Save to a different
2341         filename so multiple messages (especially drafts) can be recovered.
2342
2343 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2344
2345         * message.el (message-confirm-send): Add appropriate version.
2346
2347 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2348
2349         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2350         defvar.
2351
2352 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2353
2354         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2355         (mm-pkcs7-enveloped-magic): Ditto.
2356
2357 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2358
2359         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2360         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2361
2362 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2363
2364         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2365         default, it's better.
2366
2367 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2368
2369         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2370         summary line gnus-number property and ignore them (with a warning
2371         message).
2372
2373 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2376         macro caddr in the interactive form since it won't be expanded.
2377
2378 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2381         `charset'; fix name of function called recursively.
2382         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2383
2384 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2387         (gnus-mime-set-charset-parameters): New function.
2388         (gnus-mime-view-part-as-charset): Use it to correctly display part
2389         specifying wrong charset.
2390
2391 2008-09-08  David Engster  <dengste@eml.cc>
2392
2393         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2394         in completing-read for back end server.
2395
2396 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2397
2398         * message.el (message-confirm-send): New variable to confirm sending a
2399         message.
2400         (message-send): Use it.
2401
2402 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2403
2404         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2405
2406 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2409
2410 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2411
2412         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2413         prevent tracking too many groups.
2414         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2415         Use it.
2416
2417 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2418
2419         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2420         moving point to the bottom of the window in order to avoid recentering.
2421
2422 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2425
2426         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2427         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2428         (gnus-article-beginning-of-window): Fix calculation.
2429
2430 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * gnus-msg.el (gnus-summary-supersede-article)
2433         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2434         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2435         message header.
2436
2437 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2438
2439         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2440         pending output coming after the status change.
2441
2442 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2443
2444         * message.el:
2445         * gnus-start.el:
2446         * gnus-registry.el: Remove VMS support.
2447
2448 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2451         macro.
2452         (rfc2104-hash): Use it.
2453
2454 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2455
2456         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2457         (gnus-summary-sort-by-most-recent-date): New commands.
2458         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2459         and menu entries.
2460
2461 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2464         don't redisplay article for raw contents; remove plural articles stuff.
2465
2466         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2467         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2468         on gnus-summary-save-article; display results properly.
2469
2470 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2471
2472         * lpath.el: No need to fbind ns-focus-frame.
2473
2474 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2477
2478 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2479
2480         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2481         gnus-save-all-headers.
2482
2483 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2484
2485         * gnus-util.el (ns-focus-frame): Remove declaration.
2486         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2487         like x.
2488
2489 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2490
2491         * rfc2104.el (rfc2104-zero): Delete defconst.
2492         (rfc2104-hex-alist): Likewise.
2493         (rfc2104-hex-to-int): Delete func.
2494         (rfc2104-hexstring-to-bitstring): Likewise.
2495         (rfc2104-nybbles): New defconst.
2496         (rfc2104-hash): Rewrite for speed.
2497
2498 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * tls.el (open-tls-stream): Make it work with the 2nd argument
2501         BUFFER that is a string but does not exist as a buffer object, as
2502         mentioned in the doc-string.
2503
2504 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2507         SXEmacs.
2508
2509 2008-07-16  Glenn Morris  <rgm@gnu.org>
2510
2511         * gnus-util.el (ns-focus-frame): Declare for compiler.
2512
2513 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2516         set as a group parameter.
2517         (gnus-summary-save-in-pipe): Work when it is called independently.
2518         (gnus-summary-pipe-to-muttprint): Don't modify
2519         gnus-summary-pipe-output-default-command.
2520
2521 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2522
2523         * message.el (message-send-mail-with-sendmail):
2524         Display the error message.
2525
2526 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * gnus-art.el (gnus-default-article-saver):
2529         Add gnus-summary-save-in-pipe to choices.
2530         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2531         gnus-summary-pipe-output-default-command as the default command.
2532         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2533         instead of gnus-last-shell-command.
2534
2535         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2536         New user option.
2537         (gnus-summary-muttprint-program): Mention the value will be changed.
2538         (gnus-summary-save-article): Force showing of all headers.
2539         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2540
2541 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2542
2543         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2544
2545 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2546
2547         * nnimap.el (nnimap-id):
2548         * sieve-manage.el (sieve-manage-open): Doc fixes.
2549
2550 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2551
2552         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2553         if available.
2554
2555 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2556
2557         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2558
2559         * nnkiboze.el (nnkiboze-generate-group):
2560         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2561
2562         * nnmairix.el: Require CL.
2563
2564 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * dgnushack.el: Autoload get-display-table and put-display-table for
2567         XEmacs 21.5.
2568
2569         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2570         21.4 and SXEmacs.
2571
2572 2008-06-15  David Engster  <dengste@eml.cc>
2573
2574         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2575
2576 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2577
2578         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2579         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2580         runtime choice under XEmacs.
2581
2582         * gnus-sum.el (gnus-summary-set-display-table):
2583         Use `gnus-put-display-table', `gnus-get-display-table',
2584         `gnus-set-display-table' for the display table, instead of `aset'.
2585
2586         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2587         Use `gnus-put-display-table', `gnus-get-display-table',
2588         `gnus-set-display-table' for the display table.
2589
2590 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2591
2592         * nnmairix.el: Add autoloads.
2593
2594 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2595
2596         * nnmairix.el (nnmairix-delete-recreate-group)
2597         (nnmairix-update-and-clear-marks): Fix error messages.
2598
2599 2008-06-14  David Engster  <dengste@eml.cc>
2600
2601         * nnmairix.el: Upgrade to version 0.6.
2602         (nnmairix-group-toggle-propmarks-this-group)
2603         (nnmairix-group-toggle-readmarks-this-group)
2604         (nnmairix-group-delete-recreate-this-group)
2605         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2606         (nnmairix-remove-tick-mark-original-article): New commands.
2607         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2608         (nnmairix-propagate-marks-to-nnmairix-groups)
2609         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2610         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2611         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2612         functions needed for marks propagation and manipulation of read marks.
2613         (nnmairix-update-groups): New function.
2614         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2615         (nnmairix-determine-original-group-from-registry)
2616         (nnmairix-determine-original-group-from-path)
2617         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2618         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2619         New helper functions.
2620         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2621         keystrokes for new commands.
2622         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2623         (nnmairix-request-group): Check allow-fast group parameter.
2624         (nnmairix-request-create-group): Set allow-fast group parameter if
2625         nnmairix-allowfast-default is set.
2626         (nnmairix-close-group): Propagate marks upon closing if needed.
2627         (nnmairix-group-toggle-threads-this-group): Use new.
2628         nnmairix-group-toggle-parameter helper function.
2629         (nnmairix-search): Better check for empty search result.
2630         (nnmairix-goto-original-article): Use new helper functions for
2631         determining original article.
2632         (nnmairix-show-original-article): Make sure message-id is in brackets.
2633         (nnmairix-call-mairix-binary): Change variable name.
2634         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2635         helper function.
2636         (nnmairix-widget-toggle-activate): Fix doc string.
2637
2638 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * nnir.el: Require edmacro when compiling with XEmacs.
2641         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2642         available in Emacs 21.
2643
2644 2008-06-11  Glenn Morris  <rgm@gnu.org>
2645
2646         * gnus-util.el (x-focus-frame):
2647         * gnus.el (image-size):
2648         * mm-decode.el (image-size): Declare.
2649
2650         * gnus-picon.el (declare-function): Add compat definition.
2651         (image-size): Declare.
2652
2653         * gnus-group.el (tool-bar-map):
2654         * gnus-sum.el (tool-bar-map): Define for compiler.
2655
2656         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2657
2658         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2659
2660         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2661         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2662         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2663         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2664         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2665         * sieve-manage.el, spam-report.el, spam.el:
2666         Remove unnecessary eval-and-compile of autoloads.
2667
2668 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2669
2670         * auth-source.el: Precise Tramp doc.
2671
2672 2008-06-07  Glenn Morris  <rgm@gnu.org>
2673
2674         * nnmairix.el: Remove unnecessary eval-when-compile.
2675
2676 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * lpath.el: Fbind propertize for XEmacs 21.4.
2679
2680 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2681
2682         * nnir.el: Move here from ../contrib.
2683
2684 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2685
2686         * gnus-util.el (gnus-read-shell-command): New function.
2687         * mm-decode.el (mm-pipe-part):
2688         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2689
2690 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2693
2694 2008-06-03  Glenn Morris  <rgm@gnu.org>
2695
2696         * pop3.el (nnheader-accept-process-output): Autoload it.
2697
2698 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2701         are not 2-digit hexadecimal characters that follow `%'s.
2702
2703 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2704
2705         * message.el (message-bogus-recipient-p): Fix type in doc string.
2706         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2707         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2708         Improve custom options.
2709         (message-bogus-recipient-p): Adjust accordingly.
2710
2711 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2712
2713         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2714         long-form month and day names.
2715
2716 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2717
2718         * dgnushack.el: Autoload debug, eudc-expand-inline and
2719         pgg-snarf-keys-region for XEmacs.
2720
2721         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2722
2723         * nnmairix.el: Require edmacro when compiling with XEmacs.
2724
2725 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2726
2727         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2728         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2729
2730 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2731
2732         * auth-source.el: Add more docs.
2733
2734         * netrc.el (netrc-machine): Always match if the port is not given.
2735
2736 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2739         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2740         retrieval faster in some cases, but might make CPU usage larger.  If
2741         this has any bad side effects, we might revert this change.
2742
2743         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2744         seems to make mail retrieval much, much faster.
2745         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2746         unconditionally.
2747
2748         * gnus-draft.el (gnus-group-send-queue): Bind
2749         message-send-mail-partially-limit to nil to avoid being prompted.
2750
2751 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2752
2753         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2754
2755         * message.el (message-bogus-address-regexp): Fix and improve custom
2756         type.
2757         (message-setup-hook): Add message-check-recipients as custom option.
2758
2759 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2760
2761         * message.el (message-cite-function): Remove bogus autoload which crept
2762         in during merge from v5-10.
2763
2764 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2765
2766         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2767
2768         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2769
2770         * auth-source.el: Preliminary Tramp docs.
2771         (auth-sources): Change the default auth-sources to use
2772         EPA .gpg files.
2773
2774 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2775
2776         * nntp.el: Autoload `auth-source-user-or-password'.
2777         (nntp-send-authinfo): Use it.
2778
2779         * nnimap.el: Autoload `auth-source-user-or-password'.
2780         (nnimap-open-connection): Use it.
2781
2782         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2783         for the gnus-message function.
2784         (auth-source-user-or-password): Use it.
2785
2786 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2787
2788         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2789         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2790         (rfc2104-hash): Use it.
2791
2792 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2793
2794         * gnus-art.el (gnus-article-toggle-truncate-lines):
2795         Don't use `iff' in docstring.
2796
2797 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2798
2799         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2800
2801         * gnus-util.el (gnus-extract-address-component-name)
2802         (gnus-extract-address-component-email): Convenience functions around
2803         `gnus-extract-address-components'.
2804
2805         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2806         Use `gnus-extract-address-component-email' to fix bug of comparing full
2807         sender name to `user-mail-address'.
2808
2809 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2810
2811         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2812         catch/throw to optimize.
2813         (gnus-registry-find-keywords): Just use member to find a keyword.
2814
2815 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2816
2817         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2818         is current before calling gnus-server-prepare.
2819         (gnus-server-setup-buffer, gnus-server-update-server)
2820         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2821
2822 2008-05-04  Juri Linkov  <juri@jurta.org>
2823
2824         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2825         (mailcap-file-default-commands): Use mailcap-replace-in-string
2826         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2827         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2828
2829 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2830
2831         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2832
2833 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2834
2835         * gnus.el: Bump version to 0.11.
2836
2837 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2838
2839         * gnus.el: No Gnus v0.10 is released.
2840
2841 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2844         hooks.
2845         (gnus-update-read-articles): Speed up non-marks-using users.
2846         (gnus-use-marks): Define gnus-use-marks.
2847         (gnus-propagate-marks): Rename variable to something more sensible.
2848
2849 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2850
2851         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2852         (gmm-image-load-path-for-library): Fix typos in docstrings.
2853         (gmm-message): Reflow docstring.
2854
2855 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2856
2857         * mail-source.el (mail-source-set-1, mail-source-bind):
2858         Move auth-source code out of the macro to clean it up and fix bugs.
2859
2860 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2861
2862         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2863         by sender if it's equal to user-mail-address, it's likely to be
2864         useless.
2865
2866         * mail-source.el (mail-source-bind): Don't use user or password if they
2867         are not bound.  Unintern them if they are nil.  Don't use server unless
2868         it's bound, and default it to empty string otherwise.
2869
2870 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2871
2872         * mail-source.el: Load auth-source.el.
2873         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2874         get user name or password, if auth-sources is set up.
2875
2876         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2877         strategy of splitting with parent.
2878         (gnus-registry-split-fancy-with-parent)
2879         (gnus-registry-post-process-groups): Use it and fix prior
2880         bug (returning a list as the split result).
2881
2882         * auth-source.el (auth-sources): Remove server parameter.
2883         (auth-source-pick, auth-source-user-or-password)
2884         (auth-source-user-or-password-imap)
2885         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2886         (auth-source-user-or-password-sftp)
2887         (auth-source-user-or-password-smtp): Remove server parameter.
2888
2889 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2890
2891         * smime.el (smime-sign-region, smime-encrypt-region)
2892         (smime-decrypt-region):
2893         Remove redundant calls to `generate-new-buffer-name'.
2894
2895 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2896
2897         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2898         Don't use QP for message/rfc822.
2899         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2900
2901 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2902
2903         * sieve-manage.el (sieve-string-bytes): Remove.
2904         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2905         correct byte-length only if the process's coding-system is the same as
2906         the one used internally by Emacs to represent strings.
2907
2908 2008-04-22  Juri Linkov  <juri@jurta.org>
2909
2910         * mailcap.el (mailcap-file-default-commands): New function.
2911
2912 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2913
2914         * message.el (message-signature-separator, message-cite-function):
2915         Change custom version.
2916
2917 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2918
2919         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2920         commands.
2921         (tls-checktrust): Ditto.
2922
2923 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2924
2925         * mm-decode.el (mm-display-external): Make temp file read-only.
2926
2927 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2928
2929         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2930         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2931         `C-c C-f d'.
2932
2933 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2934
2935         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2936
2937 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2938
2939         * gnus.el: Bump version to 0.9.
2940
2941 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2942
2943         * gnus.el: No Gnus v0.8 is released.
2944
2945 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2946
2947         * mail-source.el (mail-source-value):
2948         Prefer fboundp to functionp so it works with macros as well.
2949
2950 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2951
2952         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2953         Fix last change in case the element is not even a symbol.
2954
2955 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2956
2957         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2958         Prefer fboundp to functionp so it works with macros as well.
2959
2960 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2961
2962         * auth-source.el: Added docs.
2963         (auth-sources): Modify format to support server.
2964         (auth-source-pick, auth-source-user-or-password)
2965         (auth-source-user-or-password-imap)
2966         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2967         (auth-source-user-or-password-sftp)
2968         (auth-source-user-or-password-smtp): Add server parameter.
2969
2970 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2971
2972         * gnus-registry.el: Initialize the registry when gnus-registry-install
2973         is t.
2974
2975 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * compface.el (uncompface): Make buffer unibyte.
2978
2979 2008-04-05  Glenn Morris  <rgm@gnu.org>
2980
2981         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2982
2983 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2984
2985         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2986         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2987
2988         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2989         multibyteness after rather than before erasing it.
2990
2991         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2992         mm-with-multibyte.
2993         (gnus-request-article-this-buffer): Make sure the proper decoding is
2994         used if gnus-original-article-buffer happens to be unibyte.
2995
2996         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2997         default-enable-multibyte-characters.
2998
2999         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3000         default-enable-multibyte-characters.
3001
3002         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3003
3004         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3005
3006 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3007
3008         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3009         (imap-message-copyuid-1): Use it.
3010         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3011         J. Williams in
3012         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3013
3014         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3015         imap-enable-exchange-bug-workaround.
3016         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3017
3018 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3019
3020         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3021         a 100 byte status-checks into a 2-3MB transfer for each group.
3022         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3023         to enable bug workaround or not.
3024         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3025
3026 2008-03-31  Glenn Morris  <rgm@gnu.org>
3027
3028         * message.el (mml2015-use): Declare for compiler.
3029         (message-info): Require mml2015 when appropriate.
3030
3031 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3034         whitespace.
3035
3036 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3037
3038         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3039         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3040         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3041         (nntp-service-to-port): New function.
3042         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3043         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3044         (nntp-open-netcat-stream): New function.
3045         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3046
3047 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3048
3049         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3050
3051 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3052
3053         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3054
3055 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3056
3057         * dns.el (dns-write): Use set-buffer-multibyte.
3058
3059 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3060
3061         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3062
3063 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3064
3065         * message.el (message-signature-separator): Change default.
3066         Improve custom type.
3067         (message-cite-function): Change default to
3068         message-cite-original-without-signature.
3069
3070         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3071         toggle.
3072
3073         * message.el (message-check-news-body-syntax): Fix signature check.
3074         (message-setup-1): Mark buffer as unmodified _after_ running
3075         message-setup-hook and handling message-alternative-emails.
3076         (message-shorten-references): Be more strict when building list of
3077         valid references to comply with GNKSA.
3078
3079         * gnus-group.el (gnus-read-ephemeral-bug-group)
3080         (gnus-read-ephemeral-debian-bug-group)
3081         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3082
3083         * message.el (message-info): Don't use booleanp which isn't supported
3084         in Emacs 21 and XEmacs.
3085
3086 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3087
3088         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3089         gnus-group-gmane-group-download-format.
3090         (gnus-group-read-ephemeral-gmane-group): Rename from
3091         gnus-group-read-ephemeral-gmane-group.
3092         (gnus-read-ephemeral-gmane-group-url): Rename from
3093         gnus-group-read-ephemeral-gmane-group-url.
3094         (gnus-bug-group-download-format-alist): New variable.
3095         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3096         (gnus-read-ephemeral-emacs-bug-group): New commands.
3097
3098 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3099
3100         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3101         (gnus-visible-headers): Improve custom type.
3102
3103 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3104
3105         * mml.el (mml-menu): Add workarounds for XEmacs.
3106
3107         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3108         X-Boundary header.
3109
3110         * message.el (message-simplify-recipients): Fix previous commit.
3111
3112 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3113
3114         * mm-util.el (mm-set-buffer-multibyte): New function.
3115         * mm-decode.el (mm-copy-to-buffer): Use it.
3116
3117 2008-03-19  Glenn Morris  <rgm@gnu.org>
3118
3119         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3120         Accidentally removed in the sync process with Emacs.
3121
3122 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3123
3124         * message.el (message-alter-recipients-discard-bogus-full-name):
3125         New function.
3126         (message-alter-recipients-function): New variable.
3127         (message-get-reply-headers): Use it.
3128         (message-replace-header): New helper function.
3129         (message-recipients-without-full-name): New variable.
3130         (message-simplify-recipients): New command.
3131
3132         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3133
3134         * message.el (message-info): Handle EasyPG manual.
3135
3136         * mml.el (mml-menu): Add entry for EasyPG.
3137
3138 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3139
3140         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3141         parameter.
3142
3143         * message.el (message-disassociate-draft): Specify drafts group name
3144         fully.
3145
3146 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3147
3148         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3149         unnecessary duplicates from the match list.
3150
3151 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3154
3155         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3156
3157         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3158         args of `how-many' of which the XEmacs version doesn't take; declare
3159         Info-index-next as function.
3160
3161 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3162
3163         * gnus-score.el (gnus-score-headers): Fix handling of
3164         gnus-inhibit-slow-scoring.
3165
3166         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3167         string.
3168         (gnus-button-url-regexp): Improve handling of parenthesis.
3169         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3170         (gnus-button-handle-info-keystrokes): Handle index entries.
3171
3172 2008-03-15  Glenn Morris  <rgm@gnu.org>
3173
3174         * parse-time.el (parse-time-string): Simplify.
3175
3176 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3179         Incoming* files.
3180
3181 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3182
3183         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3184         (auth-source-pick): Use it.
3185
3186 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3187
3188         * binhex.el (binhex-decode-region-internal):
3189         * uudecode.el (uudecode-decode-region-internal):
3190         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3191         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3192         setting default-enable-multibyte-characters.
3193
3194 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3195
3196         * auth-source.el (auth-source-protocols)
3197         (auth-source-protocols-customize, auth-source-choices): Added and
3198         modified variable customizations and defaults.
3199         (auth-source-pick, auth-source-user-or-password)
3200         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3201         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3202         (auth-source-user-or-password-sftp)
3203         (auth-source-user-or-password-smtp): Use new variables and provide an
3204         interface to netrc.el.
3205
3206 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3209         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3210         Make sure the nntp port to specify is a string.
3211
3212 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3213
3214         * nntp.el: Use with-current-buffer.
3215         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3216         dubious mm-with-unibyte-current-buffer.
3217         (nntp-with-open-group-function): New function extracted from
3218         nntp-with-open-group macro.
3219         (nntp-with-open-group): Use the function, so it's easier to debug.
3220         Add indentation and debugging info.
3221         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3222         the use of the netcat alternatives.
3223
3224         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3225         Avoid mm-string-as-multibyte as well.
3226
3227         * nnweb.el (nnweb-insert-html):
3228         Remove use of nnheader-string-as-multibyte.
3229
3230         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3231         (nnheader-string-as-multibyte): Remove.
3232
3233         * mm-view.el: Use inhibit-read-only.
3234         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3235         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3236         or unibyte-string.
3237
3238         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3239         (mm-uu-yenc-extract): Use with-current-buffer.
3240
3241         * gnus-soup.el (gnus-soup-send-packet): Don't use
3242         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3243
3244         * nnmh.el: Use with-current-buffer.
3245         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3246         mm-string-as-multibyte on the output of mm-encode-coding-string.
3247
3248         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3249         (nnimap-request-move-article): Use with-current-buffer.
3250
3251         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3252         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3253         conversion uses string-make-unibyte rather than string-as-unibyte.
3254
3255         * gnus-msg.el: Use with-current-buffer.
3256
3257         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3258
3259 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3260
3261         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3262         string for caching if it is 'PIN.
3263
3264 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * lpath.el: Consider the case without Emacs/W3.
3267
3268 2008-03-08  Glenn Morris  <rgm@gnu.org>
3269
3270         * time-date.el (date-to-time, time-subtract, time-add)
3271         (safe-date-to-time): Doc fixes.
3272
3273 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3274
3275         * mail-source.el (mail-source-delete-old-incoming-confirm):
3276         Change default to nil.
3277         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3278
3279 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * lpath.el: Rearrange.
3282
3283         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3284         (gnus-article-goto-prev-page): Work for articles having ^L's.
3285
3286         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3287
3288         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3289
3290 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3291
3292         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3293         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3294         (gnus-bookmark-jump): Adjust some variable names.
3295
3296 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3297
3298         * auth-source.el: New package.
3299         (auth-source-choices): Add customization entry point variable.
3300
3301         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3302         bug.
3303
3304 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3305
3306         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3307         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3308         (gnus-registry-install-shortcuts): Rename from
3309         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3310         the `gnus-registry-mark-map' keymap dynamically from
3311         `gnus-registry-marks'.  The generated functions update the summary line
3312         when a registry mark is added or deleted, and will call
3313         `gnus-registry-install-p' (see the comments in the code).
3314         (gnus-registry-user-format-function-M): Use concat intelligently.
3315
3316         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3317         the registry mark functions.
3318
3319 2008-03-05  Glenn Morris  <rgm@gnu.org>
3320
3321         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3322         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3323         gnus-art.
3324         (top-level): No need to load own source when compiling.
3325
3326 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3327
3328         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3329         Suggested by <chris.anderton@zetnet.co.uk>.
3330
3331 2008-03-04  Glenn Morris  <rgm@gnu.org>
3332
3333         * gnus-sum.el (top-level): No need to require gnus when compiling,
3334         since unconditionally required near start of file.
3335         (gnus-summary-display-while-building): Move definition before use.
3336
3337 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3338
3339         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3340         formatting function.
3341
3342 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3343
3344         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3345         with plists.
3346         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3347         Use new format.
3348
3349 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3352         `where-is-internal' that returns a range of key sequences.
3353
3354 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3355
3356         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3357
3358         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3359         (gnus-summary-jump-to-group): Consider windows on other displayed
3360         frames as well.  Similar changes might be needed elsewhere, but that's
3361         the one I've bumped into during my use.
3362
3363         * nndoc.el (nndoc-oe-dbx-type-p):
3364         * gnus-msg.el (gnus-debug):
3365         * gnus-group.el (gnus-update-group-mark-positions):
3366         Use mm-string-to-multibyte.
3367
3368 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3369
3370         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3371         doesn't handle NotDashEscaped.
3372
3373         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3374         (mml-dnd-attach-options): Fix typo in custom choice.
3375
3376         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3377         nndoc-article-type to mbox.
3378         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3379
3380         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3381         to nil, instead of html2text.
3382
3383         * imap.el (imap-debug): Add `imap-ping-server'.
3384
3385         * gnus-bookmark.el: Add FIXMEs.
3386
3387         * message.el (message-form-letter-separator)
3388         (message-send-form-letter-delay): New variables.
3389         (message-send-form-letter): Use them.  New command to send form
3390         letters.  Requested by Uwe Siart.
3391         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3392
3393 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3394
3395         * Update copyright years.
3396
3397 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         Sync from EMACS_22_BASE.
3400
3401         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3402
3403 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3404
3405         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3406         empty author.
3407
3408 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3409
3410         * gnus-registry.el (gnus-registry-marks): Add variable for
3411         customization of marks and their appearance.
3412         (gnus-registry-read-mark): Use it.
3413         (gnus-registry-do-marks): Add utility function to loop through
3414         `gnus-registry-marks'.
3415         (gnus-registry-install-shortcuts-and-menus): Add function to install
3416         shortcuts and menus.
3417         (gnus-registry-initialize): Use it.
3418         (gnus-registry-default-mark): Clarify documentation.
3419
3420 2008-02-29  Glenn Morris  <rgm@gnu.org>
3421
3422         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3423         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3424         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3425         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3426         Change defcustom :version from 23.0 to 23.1.
3427
3428 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3429
3430         * gnus-registry.el (gnus-registry-follow-group-p)
3431         (gnus-registry-post-process-groups): Add functions to aid registry
3432         splitting and improve logging.  Clarify behavior in function
3433         documentation.
3434         (gnus-registry-split-fancy-with-parent): Use them.
3435
3436 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3437
3438         * gnus-art.el: Use with-current-buffer.
3439
3440 2008-02-27  David Engster  <dengste@eml.cc>
3441
3442         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3443         Express real group name in the response.
3444
3445 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3448         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3449         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3450         autoload gnus-registry-fetch-group when compiling.
3451         (nnmairix-request-group-with-article-number-correction): Remove
3452         unreferenced argument passed to nnmairix-call-backend.
3453
3454 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3455
3456         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3457         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3458         Wilde.
3459
3460 2008-02-27  Glenn Morris  <rgm@gnu.org>
3461
3462         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3463         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3464         variables to defconsts.  Convert comments to doc-strings.
3465         (nnmairix-last-server, nnmairix-current-server): Convert from free
3466         variables to defvars.  Convert comments to doc-strings.
3467         (gnus-registry-fetch-group): Autoload.
3468         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3469         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3470         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3471         caddr.
3472         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3473         nnmairix-request-group-with-article-number-correction call.
3474         (nnmairix-fast, nnmairix-group): New, less general names, for free
3475         variables passed from nnmairix-request-group to
3476         nnmairix-request-group-with-article-number-correction.  Declare.
3477         (nnmairix-request-group-with-article-number-correction):
3478         Use nnmairix-fast, nnmairix-group rather than fast, group.
3479
3480 2008-02-26  David Engster  <dengste@eml.cc>
3481
3482         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3483         version 0.5.
3484
3485 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3486
3487         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3488         instead of making an extra function call.  Don't add the current group
3489         to articles only when they have the group.  Use
3490         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3491         Reported by David <de_bb@arcor.de>.
3492
3493 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3496         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3497
3498 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3499
3500         * mail-source.el (mail-source-delete-incoming): Change default.
3501         Supplement doc string.
3502
3503         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3504
3505 2008-02-14  Glenn Morris  <rgm@gnu.org>
3506
3507         * time-date.el (format-seconds): New function.
3508
3509 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3510
3511         * nnmail.el (nnmail-message-id-cache-file): Derive from
3512         `gnus-home-directory'.
3513
3514 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3515
3516         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3517         Document negative prefix.
3518
3519         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3520
3521 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * message.el (message-unsent-separator): Add the Exim bounce
3524         separator.
3525
3526 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3527
3528         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3529         list.
3530         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3531         recipient/signer list.
3532
3533 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * Makefile.in (datarootdir): Define.
3536         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3537         name that might contain whitespace.
3538
3539 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3540
3541         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3542         fbound (Emacs 23 unicode), signal an error.
3543
3544 2008-02-08  Glenn Morris  <rgm@gnu.org>
3545
3546         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3547
3548 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3549
3550         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3551         ports to the calls to `netrc-machine-user-or-password' in addition to
3552         "imap" and "imaps".
3553
3554 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3555
3556         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3557
3558         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3559
3560 2008-02-01  Kenichi Handa  <handa@m17n.org>
3561
3562         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3563         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3564         (rfc2104-hash): Convert the result of concat to unibyte string.
3565
3566 2008-02-01  Dave Love  <fx@gnu.org>
3567
3568         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3569         coding-system-for-read.
3570         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3571
3572 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3573
3574         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3575         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3576         <hanche@math.ntnu.no>.
3577
3578 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3581
3582         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3583
3584 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3585
3586         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3587         * message.el (message-beginning-of-line): Use featurep instead of bound
3588         tests in order to resolve conditionals at compile time.
3589
3590 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3591
3592         * mail-source.el (mail-sources): Add `group' choice.
3593
3594         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3595         parameter `in-group' to control into which group the articles go.
3596         Add treatment of `group' mail-source.
3597
3598 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3601
3602         * mm-decode.el (mm-dissect-buffer): Decode description.
3603
3604         * mml.el (mml-to-mime): Encode message header first.
3605
3606 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3609         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3610
3611         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3612         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3613
3614 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3615
3616         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3617
3618 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3621         prefix keys.
3622         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3623         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3624         gnus-xmas.el.
3625
3626         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3627         (gnus-xmas-article-describe-bindings): New function.
3628         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3629         gnus-xmas-article-describe-bindings.
3630
3631         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3632
3633 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3634
3635         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3636         Add new variables for article mark management.
3637         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3638         list of extra data entries which, when present, will indicate that the
3639         article ID should not be trimmed from the registry.
3640         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3641         functions.
3642         (gnus-registry-read-mark): New function to read a mark name from the
3643         user.
3644         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3645         (gnus-registry-set-article-mark-internal): New functions to add and
3646         remove marks.
3647         (gnus-registry-get-article-marks): New function to show the marks for
3648         an article, or retrieve them for further use.
3649
3650 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3653         keys when no argument is given.
3654
3655 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3656
3657         * imap.el (imap-ping-server): New variable.
3658         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3659         (imap-ping-server): Minor doc string fixes.
3660
3661 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3662
3663         * imap.el (imap-ping-server): New function.
3664         (imap-opened): Call imap-ping-server.
3665
3666 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3667
3668         * gnus-sum.el (gnus-article-sort-by-random)
3669         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3670         jidanni@jidanni.org.
3671
3672 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * gnus-art.el (gnus-article-describe-bindings): New function.
3675         (gnus-article-read-summary-keys): Use it.
3676         (gnus-article-mode-map): Bind `C-h b' to it.
3677
3678 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3681         XEmacs.
3682         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3683         against non-character events.
3684
3685         * lpath.el: Fbind map-keymap for Emacs 21.
3686
3687 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3688
3689         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3690         command.
3691         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3692         instead of END.  Change name of the temp file.
3693         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3694         customizable.
3695
3696 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3697
3698         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3699         bind `S W' to gnus-article-wide-reply-with-original; set default
3700         binding to gnus-article-read-summary-send-keys.
3701         (gnus-article-read-summary-keys): Fix the order of keys; display
3702         continuation keys correctly in the echo area; describe bindings
3703         correctly when keys end with `C-h'.
3704         (gnus-article-read-summary-send-keys): New function.
3705         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3706         for gnus-article-read-summary-send-keys; display continuation keys
3707         correctly in the echo area.
3708         (gnus-article-reply-with-original): Ignore prefix argument.
3709         (gnus-article-wide-reply-with-original): New function.
3710
3711         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3712         Emacs 21.
3713
3714 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3717         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3718
3719 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3720
3721         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3722         (gnus-group-read-ephemeral-gmane-group): New command.
3723
3724 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3725
3726         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3727
3728 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3729
3730         * message.el (message-send-mail-function): Increase custom version.
3731
3732         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3733         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3734
3735 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3736
3737         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3738         for the cases where imap-authenticate is called with a nil buffer
3739         parameter.
3740
3741 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3744         html parts correctly; support forwarded messages.
3745         (gnus-article-browse-html-article): Remove work buffers.
3746
3747         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3748         compiling.
3749         (netrc-bound-and-true-p): New macro.
3750         (netrc-parse): Use it instead of bound-and-true-p that is not available
3751         in XEmacs 21.4.
3752
3753 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3754
3755         * gnus-registry.el (gnus-registry-mark-article)
3756         (gnus-registry-article-marks): Add functionality to mark articles
3757         through the Gnus registry.
3758
3759         * encrypt.el: Clarify documentation for the new pgg method.
3760         (encrypt-file-alist): Add PGG option.
3761         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3762         functionality.  Abstract password key and messaging to external
3763         functions.
3764         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3765         (encrypt-message-method-and-cipher): Add new convenience external
3766         functions.
3767         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3768         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3769
3770         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3771         (netrc-parse): Use encrypt-file-alist to determine if
3772         encrypt-find-model or encrypt-insert-file-contents should be used.
3773
3774         * encrypt.el: Clarify documentation.  Load password-cache or
3775         password, whichever one is found first, instead of autoloading.
3776
3777 2007-12-19  Glenn Morris  <rgm@gnu.org>
3778
3779         * mml.el (message-options-set, message-narrow-to-head)
3780         (message-in-body-p, message-mail-p, message-encode-message-body):
3781         Autoload.
3782         (message-remove-header, message-narrow-to-headers-or-head)
3783         (message-subscribed-p, message-make-mail-followup-to)
3784         (message-position-on-field, message-news-p)
3785         (message-options-set-recipient, message-generate-headers)
3786         (message-sort-headers): Declare as functions.
3787
3788 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3789
3790         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3791         convention in doc string.
3792
3793 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3796         title to html parts.
3797         (gnus-article-browse-html-article): Pass message header to it.
3798
3799         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3800
3801 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3802
3803         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3804         or password compatible with XEmacs.
3805
3806 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3807
3808         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3809         format document.
3810         (gnus-mime-delete-part): Don't write description line if empty.
3811         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3812
3813 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3814
3815         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3816         (gnus-summary-mark-read-and-unread-as-read)
3817         (gnus-summary-mark-current-read-and-unread-as-read)
3818         (gnus-summary-mark-unread-as-ticked): Doc fix.
3819         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3820
3821 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3822
3823         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3824         Christoph Conrad <christoph.conrad@gmx.de>.
3825
3826 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3827
3828         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3829         yes-or-no-p.
3830
3831 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * mm-decode.el (mm-add-meta-html-tag): New function.
3834         (mm-save-part-to-file, mm-pipe-part): Use it.
3835
3836         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3837         gnus-y-or-n-p instead of y-or-n-p.
3838         (gnus-article-browse-html-parts): Work with message/external-body; use
3839         mm-add-meta-html-tag.
3840
3841 2007-12-11  Glenn Morris  <rgm@gnu.org>
3842
3843         * gnus-cache.el: Require gnus-sum not just when compiling.
3844
3845         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3846
3847         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3848         definitions before use.
3849
3850         * mm-decode.el: Require gnus-util.
3851         (mm-remove-part): Only call delete-annotation on XEmacs.
3852
3853         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3854
3855         * nnmail.el: Require gnus-int.
3856
3857         * spam.el: Move `require's before `eval-when-compile's.
3858
3859         * gnus-ems.el (gnus-alive-p):
3860         * gnus-fun.el (message-goto-eoh):
3861         * gnus-util.el (gnus-group-name-decode):
3862         * mail-source.el (gnus-compress-sequence):
3863         * message.el (Info-goto-node, format-spec):
3864         * mm-bodies.el (message-options-get):
3865         * mm-decode.el (mm-view-pkcs7):
3866         * mm-util.el (gmm-write-region):
3867         * mml-smime.el (mml-compute-boundary)
3868         (gnus-completing-read-with-default):
3869         * mml.el (widget-button-press, gnus-make-hashtable):
3870         * mml1991.el (mm-decode-content-transfer-encoding)
3871         (mm-encode-content-transfer-encoding)
3872         (message-options-get, message-options-set):
3873         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3874         * nnfolder.el (gnus-request-group):
3875         * nnheader.el (ietf-drums-unfold-fws):
3876         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3877         * smime.el (gnus-run-mode-hooks):
3878         * spam-stat.el (gnus-message): Autoload.
3879
3880         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3881         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3882         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3883         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3884         Add declare-function compatibility definition.
3885
3886         * gnus-cache.el (nnvirtual-find-group-art):
3887         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3888         (gnus-add-image, gnus-add-wash-type):
3889         * gnus-group.el (nnkiboze-score-file):
3890         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3891         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3892         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3893         (message-tokenize-header, gnus-get-buffer-create)
3894         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3895         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3896         * gnus.el (gnus-group-decoded-name):
3897         * mail-source.el (imap-capability):
3898         * mm-bodies.el (message-options-set):
3899         * mm-decode.el (gnus-configure-windows):
3900         * mm-extern.el (message-goto-body):
3901         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3902         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3903         (epg-sub-key-validity, message-options-set):
3904         * mml.el (widget-event-point, gnus-configure-windows):
3905         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3906         * mml2015.el (epg-check-configuration, epg-configuration)
3907         (message-options-set):
3908         * nndb.el (nndb-request-article):
3909         * nnfolder.el (gnus-request-create-group):
3910         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3911         * nnmaildir.el (gnus-group-mark-article-read):
3912         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3913         * rfc1843.el (message-fetch-field):
3914         * spam.el (gnus-extract-address-components):
3915         Declare as functions.
3916
3917 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3920
3921         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3922
3923         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3924         bind show-trailing-whitespace for XEmacs.
3925
3926 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3927
3928         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3929         new no-op macro for backward compatibility.
3930
3931         * imap.el (imap-string-to-integer): New function.
3932
3933 2007-12-09  Glenn Morris  <rgm@gnu.org>
3934
3935         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3936
3937         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3938         * message.el, mm-view.el, sieve-manage.el, smime.el:
3939         Add declare-function compatibility definition.
3940
3941         * gnus-art.el (w3-region, w3m-region, Info-menu):
3942         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3943         * gnus-sum.el (gnus-get-predicate):
3944         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3945         * message.el (mail-abbrev-in-expansion-header-p):
3946         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3947         (w3m-detect-meta-charset, w3m-region):
3948         * sieve-manage.el (password-read, password-cache-add)
3949         (password-cache-remove):
3950         * smime.el (password-read-and-add): Declare as functions.
3951
3952 2007-12-08  David Kastrup  <dak@gnu.org>
3953
3954         * gnus-sum.el (gnus-summary-simplify-subject-query):
3955         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3956         `message'.
3957
3958 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3961         it to bind idna-program, installation-directory, defined-colors, and
3962         face-attribute for XEmacs of the version that compiles defcustom forms.
3963
3964 2007-12-07  Glenn Morris  <rgm@gnu.org>
3965
3966         * gnus-art.el (article-make-date-line): Revert previous change.
3967
3968 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3969
3970         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3971
3972 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3973
3974         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3975         Call gnus-add-to-range ranges only once with a prepared article-list.
3976
3977 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3978
3979         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3980         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3981         group names with backslashes.  Reported by Tassilo Horn
3982         <tassilo@member.fsf.org>.
3983
3984 2007-12-06  Deepak Goel  <deego3@gmail.com>
3985
3986         * gnus-art.el (article-make-date-line):
3987         * gnus-start.el (gnus-load):
3988         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3989
3990 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * gnus-art.el (gnus-use-idna)
3993         * gnus-start.el (gnus-site-init-file)
3994         * message.el (message-use-idna)
3995         * mm-uu.el (mm-uu-hide-markers)
3996         * smiley.el (smiley-style): Revert changes that suppress warnings.
3997
3998 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4001         specify charset to html source.  Reported by Christoph Conrad
4002         <christoph.conrad@gmx.de>.
4003
4004 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4007         idna-program in order to suppress byte compile warning issued by XEmacs
4008         that came to byte compile the default value section of defcustom forms
4009         recently.
4010
4011         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4012         value of installation-directory.
4013
4014         * message.el (message-use-idna): Don't directly refer to the value of
4015         idna-program.
4016
4017         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4018
4019         * smiley.el (smiley-style): Don't directly call face-attribute.
4020
4021 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4022
4023         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4024
4025         * gnus-dired.el: Reduce Gnus dependencies.
4026         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4027         require.  Use autoloads instead.
4028         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4029         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4030         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4031         (gnus-dired-mode): Adjust doc string.
4032         (gnus-dired-mail-mode): New variable.
4033         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4034         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4035         (gnus-dired-mail-buffers): New function.  Return mail or message
4036         composition buffers.
4037         (gnus-dired-attach): Use it.
4038         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4039         NO-DECODE.
4040         (gnus-dired-print): Use `gnus-print-buffer' depending on
4041         `gnus-dired-mail-mode'.
4042
4043 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * rfc2047.el (rfc2047-encoded-word-regexp)
4046         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4047         explaining what regexp patterns are for.
4048
4049 2007-12-04  Glenn Morris  <rgm@gnu.org>
4050
4051         * password.el: Move to password-cache.el.
4052
4053         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4054         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4055         * mml-smime.el (password-read, password-cache-add)
4056         (password-cache-remove):
4057         No need to autoload, since mml-sec requires password.
4058
4059         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4060         * message.el (gnus-extract-address-components):
4061         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4062
4063         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4064         password.
4065
4066 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4067
4068         * mailcap.el: Reduce dependencies.
4069         (mail-header-parse-content-type): Autoload.
4070         (mailcap-delete-duplicates): New alias.
4071         (mailcap-mime-info): Add optional argument NO-DECODE.
4072         (mailcap-mime-types): Use mailcap-delete-duplicates.
4073
4074         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4075
4076 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4077
4078         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4079         (imap-parse-status): Upcase status-att for servers that sends them
4080         lower-case (e.g., MS Exchange 2007).
4081
4082 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4085         function.
4086
4087         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4088         (gnus-uu-yenc-article): New function.
4089
4090         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4091
4092         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4093         buffer.
4094
4095 2007-12-02  Glenn Morris  <rgm@gnu.org>
4096
4097         * binhex.el (binhex): New custom group.
4098         (binhex-decoder-program, binhex-decoder-switches)
4099         (binhex-use-external): Move to the binhex custom group.
4100
4101         * uudecode.el (uudecode): New custom group.
4102         (uudecode-decoder-program, uudecode-decoder-switches)
4103         (uudecode-use-external): Move to the uudecode custom group.
4104
4105         * netrc.el (top-level): Don't load `encrypt' features.
4106         (netrc-parse): Don't use encrypt.
4107         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4108
4109         * encrypt.el: Remove file.
4110
4111 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4112
4113         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4114         matches on patches.
4115
4116         * gnus-art.el (gnus-article-browse-html-article): Mention
4117         `mm-text-html-renderer' in the doc string.
4118
4119         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4120         string.  Add comments.
4121
4122         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4123         if rhs is ASCII.
4124
4125 2007-12-01  Glenn Morris  <rgm@gnu.org>
4126
4127         * mail-source.el (top-level): Require format-spec before
4128         eval-when-compile.
4129
4130 2007-11-30  Glenn Morris  <rgm@gnu.org>
4131
4132         * encrypt.el: Require password, rather than autoloading password-read.
4133
4134 2007-11-29  Glenn Morris  <rgm@gnu.org>
4135
4136         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4137         (sasl-make-client, sasl-next-step, sasl-step-data)
4138         (sasl-step-set-data): Declare as functions.
4139
4140 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4141
4142         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4143
4144 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4145
4146         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4147         certs should be verified and what is to be done in the event of a
4148         verification failure.
4149
4150         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4151         caller can indicate whether the cache should be disregarded for this
4152         call.  This way the result of the call is reproducible at all times and
4153         can be considered a canonical server name for the supplied method.
4154         (gnus-agent-method-p): Canonicalize server names by pushing their
4155         method through `gnus-method-to-server' using the no-cache argument.
4156
4157         * gnus-srvr.el (gnus-server-insert-server-line): Call
4158         `gnus-method-to-server' with `no-cache' argument.
4159
4160         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4161         gnus-agent-possibly-synchronize-flags as this should be called when the
4162         server is actually being opened.
4163         (gnus-agent-possibly-synchronize-flags)
4164         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4165         flags file of an agentized server to the latter function.
4166
4167         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4168         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4169         after a connection has been established successfully.
4170
4171 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * gnus-art.el (article-display-face): Force to display face if called
4174         interactively; check if gnus-article-x-face-too-ugly matches author.
4175         (article-display-x-face): Display face even if From header is missing
4176         as article-display-face does.
4177
4178 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4179
4180         * hashcash.el (message-narrow-to-headers-or-head)
4181         (message-fetch-field, message-goto-eoh)
4182         (message-narrow-to-headers): Declare as functions.
4183
4184 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * mail-source.el (mail-sources): Default to fetch from file for
4187         compatibility with default of nnmail-spool-file.
4188
4189 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4192         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4193         to look for encoded word that should be encoded again.
4194         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4195         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4196         encoding pattern.
4197         (rfc2047-decode-region): Switch strict regexp and loose one according
4198         to rfc2047-allow-irregular-q-encoded-words.
4199
4200 2007-11-25  Romain Francoise  <romain@orebokech.com>
4201
4202         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4203
4204 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4205
4206         * tls.el (tls-program): Provide more custom choices from
4207         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4208         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4209
4210 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4211
4212         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4213         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4214
4215         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4216         `nnmail-spool-file'.
4217
4218         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4219         `nnmail-spool-file'.
4220
4221         * gnus-move.el (gnus-change-server): Ditto.
4222
4223         * gnus-kill.el (gnus-batch-score): Ditto.
4224
4225         * gnus-cache.el (gnus-jog-cache): Ditto.
4226
4227         * gnus-msg.el (gnus-summary-reply):
4228         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4229
4230 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4231
4232         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4233         version.  Minor improvement to doc strings.
4234         (tls-program): Add comment.
4235
4236 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4237
4238         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4239         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4240         mismatch between the hostname provided in the certificate and the name
4241         of the host connnecting to.
4242         (open-tls-stream): Use them.  Check certificates against trusted root
4243         certificates.
4244
4245 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4246
4247         * gnus-cache.el (gnus-cache-generate-nov-databases):
4248         Use nnml-generate-nov-databases-directory instead of
4249         nnml-generate-nov-databases-1.
4250
4251 2007-11-24  Glenn Morris  <rgm@gnu.org>
4252
4253         * message.el (message-tool-bar-retro): Update for rename
4254         mail_send.xpm->mail-send.xpm.
4255
4256 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4257
4258         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4259         `smime-ldap-search' for Emacs 22 and up.
4260
4261 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4262
4263         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4264
4265         * message.el (message-send-mail-function): Fix error convention.
4266         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4267         (message-widen-reply, message-send-mail, message-talkative-question)
4268         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4269         (message-clone-locals, message-send-news): Use with-current-buffer.
4270         (message-insert-or-toggle-importance): Remove unused var `valid'.
4271         (message-make-references): Remove unused var `new-references'.
4272         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4273
4274 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4275
4276         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4277         (spam-split-symbolic-return-positive): Reflow docstring.
4278         (spam-backends, spam-summary-exit-behavior)
4279         (spam-mark-ham-unread-before-move-from-spam-group)
4280         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4281         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4282         (spam-clear-cache, spam-backend-check, spam-install-backend)
4283         (spam-install-statistical-backend, spam-list-of-processors)
4284         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4285         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4286         (spam-check-crm114, spam-initialize, spam-unload-hook):
4287         Fix typos in docstrings.
4288
4289 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4292         been checked if they have never been read and those group levels are
4293         higher than the one that a user specified.
4294
4295 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4298         foreign groups unless a group level is specified by a user.
4299         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4300
4301 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4302
4303         * message.el (message-send-mail-function): Require sendmail.
4304
4305 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4306
4307         * message.el (message-send-mail-function): Check for smtpmail too.
4308
4309         * utf7.el (utf7-encode, utf7-decode): Use coding system
4310         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4311
4312         * message.el (message-send-mail-function): New function.
4313         (message-send-mail-function): Set default using
4314         message-send-mail-function.  Adjust doc string.
4315         (message-send-mail-with-mailclient): New function.
4316
4317 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4318
4319         * smime.el (from):
4320         * rfc2047.el (message-posting-charset):
4321         * qp.el (mm-use-ultra-safe-encoding):
4322         * pop3.el (parse-time-months):
4323         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4324         * nnml.el (files):
4325         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4326         (jka-compr-compression-info-list, ange-ftp-path-format)
4327         (efs-path-regexp):
4328         * nndiary.el (files):
4329         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4330         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4331         (epg-digest-algorithm-alist, inhibit-redisplay)
4332         (password-cache-expiry):
4333         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4334         (pgg-output-buffer, password-cache-expiry):
4335         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4336         (efs-path-regexp):
4337         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4338         (inhibit-redisplay):
4339         * mm-uu.el (file-name, start-point, end-point, entry)
4340         (gnus-newsgroup-name, gnus-newsgroup-charset):
4341         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4342         (latin-unity-ucs-list):
4343         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4344         (mm-uu-binhex-decode-function):
4345         * message.el (gnus-message-group-art, gnus-list-identifiers)
4346         (rmail-enable-mime-composing, gnus-local-organization)
4347         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4348         (gnus-read-active-file, facemenu-add-face-function)
4349         (facemenu-remove-face-function, gnus-article-decoded-p)
4350         (tool-bar-mode):
4351         * mail-source.el (display-time-mail-function):
4352         * gnus-util.el (nnmail-pathname-coding-system)
4353         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4354         (gnus-original-article-buffer, gnus-user-agent)
4355         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4356         (xemacs-codename, sxemacs-codename, emacs-program-version):
4357         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4358         * gnus-start.el (gnus-agent-covered-methods)
4359         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4360         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4361         (gnus-newsgroup-headers, gnus-group-list-mode)
4362         (gnus-group-mark-positions, gnus-newsgroup-data)
4363         (gnus-newsgroup-unreads, nnoo-state-alist)
4364         (gnus-current-select-method, mail-sources)
4365         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4366         (nnmail-spool-file, gnus-cache-active-hashtb):
4367         * gnus-mh.el (mh-lib-progs):
4368         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4369         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4370         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4371         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4372         (gnus-group-buffer):
4373         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4374         (font-lock-set-defaults):
4375         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4376         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4377         (gnus-summary-post-menu, total-parts, type, condition, length):
4378         * gnus-agent.el (gnus-agent-read-agentview):
4379         * flow-fill.el (show-trailing-whitespace):
4380         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4381         eval-and-compile wrappers for byte compiler pacifiers.
4382
4383         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4384         (mm-display-inline-fontify): Check for featurep 'xemacs not
4385         extent-list.
4386
4387         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4388         itimer-list.
4389         (mm-create-image-xemacs): Only do something for XEmacs.
4390         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4391
4392         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4393
4394         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4395         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4396
4397 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4398
4399         * nnimap.el (nnimap-split-download-body):
4400         * gnus-demon.el (gnus-demon):
4401         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4402
4403 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4406         macros.
4407         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4408         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4409         copy data from unibyte buffer to multibyte current buffer.
4410         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4411         to copy data from unibyte current buffer to multibyte buffer.
4412         (nntp-make-process-buffer): Make process buffer unibyte.
4413
4414         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4415
4416 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4417
4418         * pop3.el (pop3-open-server): Accept and process data more robustly at
4419         connexion start to avoid spurious "POP SSL connexion failed" errors.
4420
4421 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4424         read group names.
4425
4426 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4427
4428         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4429
4430 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4433         (nnmail-save-active): Use a unibyte buffer when saving active file,
4434         which may contain non-ASCII group names.
4435
4436         * nnml.el (nnml-request-group): Decode group names in messages.
4437
4438 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4439
4440         * message.el (message-citation-line-function)
4441         (message-insert-formatted-citation-line): Fix spelling of
4442         `message-insert-formated-citation-line'.
4443
4444 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4445
4446         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4447
4448 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4451         nnmail-pathname-coding-system.
4452
4453         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4454         that a user enters; decode group names in messages.
4455
4456         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4457
4458 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4459
4460         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4461
4462         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4463
4464         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4465         risky local variable.
4466
4467         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4468
4469 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4470
4471         * encrypt.el: Improve documentation to fix function name typo.
4472         Reported by Daiki Ueno <ueno@unixuser.org>.
4473
4474 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4477         even if the point is not in the last page of an article.
4478         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4479         back to the previous page.
4480
4481 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4482
4483         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4484
4485 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4488
4489 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4490
4491         * message.el (message-check-news-body-syntax): Avoid
4492         mm-string-as-multibyte.
4493         (message-hide-headers): Don't assume (point-min)==1.
4494
4495 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4496
4497         * message.el (message-remove-blank-cited-lines): Fix if remove is
4498         given.
4499         (message-bogus-address-regexp): New variable.
4500         (message-bogus-recipient-p): New function.
4501         (message-check-recipients): New command.
4502         (message-syntax-checks): Add `bogus-recipient'.
4503         (message-fix-before-sending): Add `bogus-recipient'.
4504
4505         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4506         (gnus-treat-body-boundary): Don't test window-system.
4507
4508 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4509
4510         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4511
4512 2007-10-28  Miles Bader  <miles@gnu.org>
4513
4514         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4515         at compile-time too.
4516
4517 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4518
4519         * gnus-msg.el (gnus-message-setup-hook): Add
4520         `message-remove-blank-cited-lines' to options.
4521
4522 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4523
4524         * message.el (message-remove-blank-cited-lines): New function.
4525         Suggested by Karl Plästerer.
4526
4527 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4530         mapc.
4531
4532         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4533         (top-level): Use mapc to set functions to be traced for debugging.
4534
4535         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4536         called for effect with while loop.
4537
4538         * message.el (message-talkative-question): Replace mapcar called for
4539         effect with mapc.
4540
4541         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4542         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4543         called for effect with dolist.
4544
4545         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4546
4547         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4548         gnus-extra-headers and nnmail-extra-headers.
4549
4550         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4551         called for effect with dolist.
4552         (top-level): Use mapc to set functions to be traced for debugging.
4553
4554         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4555         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4556         dolist.
4557
4558         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4559         Replace mapcar called for effect with mapc.
4560         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4561         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4562         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4563         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4564
4565         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4566         remove-if that's a cl function.
4567
4568         * webmail.el (webmail-debug): Replace mapcar called for effect with
4569         dolist.
4570
4571         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4572         with mapc.
4573
4574 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4577         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4578         with while loop.
4579
4580         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4581         functions from article-* functions.
4582         (gnus-multi-decode-header): Replace mapcar called for effect with
4583         dolist.
4584
4585         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4586         (gnus-bookmark-show-details): Replace mapcar called for effect with
4587         while loop.
4588
4589         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4590         called for effect with while loop.
4591
4592         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4593         with dolist.
4594
4595         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4596         mapcar called for effect with dolist.
4597
4598         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4599
4600         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4601         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4602         Replace mapcar called for effect with dolist.
4603         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4604         mapc.
4605
4606         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4607         Replace mapcar called for effect with dolist.
4608         (gnus-topic-list): Replace mapcar called for effect with mapc.
4609
4610         * gnus.el: Use mapc instead of mapcar to add autoloads.
4611
4612 2007-10-23  Richard Stallman  <rms@gnu.org>
4613
4614         * gnus-group.el (gnus-group-highlight): Mark as risky.
4615
4616 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * gnus.el (gnus-server-to-method): Return method found first in
4619         gnus-newsrc-alist.
4620
4621         * gnus-art.el (gnus-article-highlight-signature)
4622         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4623         button overlay without the front stickiness.
4624
4625 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4626
4627         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4628         overview buffer needed a catch to receive its throw.
4629         (gnus-agent-flush-cache): Declared as interactive to make this function
4630         easier to use.
4631
4632 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4633
4634         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4635         `next-line'.
4636
4637 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4640         exclude address matching message-dont-reply-to-names.
4641
4642 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * gnus-util.el (gnus-string<): New function.
4645
4646         * gnus-sum.el (gnus-article-sort-by-author)
4647         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4648
4649 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4652         the frame-focus tag is set in gnus-buffer-configuration.
4653
4654 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4657         the front stickiness.
4658
4659 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4662         url pattern; remove duplicate one.
4663         (gnus-article-extend-url-button): New function.
4664         (gnus-article-add-buttons): Use it.
4665         (gnus-button-push): Use concatenated url that it makes.
4666
4667 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4668
4669         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4670
4671 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4672
4673         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4674         Don't hardcode point-min==1.
4675
4676 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4677
4678         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4679         Fix comment about "iso8859-1".
4680
4681 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4682
4683         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4684         ones returned from the verify-function.
4685
4686         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4687         mml2015-extract-cleartext-signature if extraction failed.
4688
4689 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4690
4691         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4692         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4693         failed.
4694
4695 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4696
4697         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4698
4699 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4700
4701         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4702         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4703         recommends to use EasyPG instead of PGG.
4704
4705         * pgg.el: Revert to revision 6.23.2.16.
4706
4707         * pgg-def.el: Revert to revision 6.6.2.14.
4708
4709         * pgg-gpg.el: Revert to revision 6.23.2.34.
4710
4711 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4712
4713         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4714         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4715         thread for both the null and zero (kill/expire thread) universal prefix
4716         cases.
4717         (gnus-summary-expire-thread): Add new function to expire a thread,
4718         using gnus-summary-kill-thread.
4719         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4720         shortcuts for gnus-summary-expire-thread.
4721         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4722         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4723
4724 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4725
4726         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4727         extras value, so an extras entry can be deleted.
4728         (gnus-registry-delete-extra-entry): Use it.
4729         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4730         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4731         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4732         storage through the gnus-registry, and provide an appropriate API for
4733         it.
4734
4735 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4738         Suggested by Leo <sdl.web@gmail.com>.
4739
4740         * gnus.el: Do.
4741
4742 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4745         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4746
4747         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4748
4749         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4750         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4751
4752 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4755         newline.
4756         (nnmbox-request-accept-article): Don't change article in source buffer;
4757         narrow to header to use message-fetch-field rather than
4758         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4759         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4760         as delimiters; make sure article ends with newline.
4761         (nnmbox-delete-mail): Correct last position of article to be deleted;
4762         ignore X-Gnus-Newsgroup header in article body.
4763         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4764         positions; make sure article ends with newline.
4765
4766         * message.el (message-display-abbrev): Don't infloop when a user
4767         inserts SPC in the beginning of header.
4768
4769         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4770         coding-system-for-read and coding-system-for-write for XEmacs having no
4771         file-coding feature.
4772
4773         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4774
4775 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4776
4777         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4778         list of groups not followed by default.  Fix type to be regexp.
4779         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4780
4781 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4782
4783         * hmac-def.el (define-hmac-function): Switch from old-style to
4784         new-style backquotes.
4785
4786         * md4.el (md4-make-step): Likewise.
4787
4788 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4791         raw-text coding system when saving .newsrc file, which may contain
4792         non-ASCII group names.
4793
4794 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * gnus-cus.el (gnus-score-extra): New widget.
4797         (gnus-score-extra-convert): New function.
4798         (gnus-score-customize): Use it for Extra.
4799
4800 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4801
4802         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4803         (mml2015-mailcrypt-clear-verify): Use it.
4804         (mml2015-gpg-clear-verify): Use it.
4805         (mml2015-pgg-clear-verify): Use it.
4806         (mml2015-epg-clear-verify): Replace the current part with the output
4807         from GnuPG; don't extract the plaintext by itself.
4808
4809         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4810         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4811         mml2015-clear-verify-function; don't touch the armor headers or
4812         dash-escaped text here.
4813
4814 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4817         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4818         parts, or application/octet-stream as a last resort.
4819         (gnus-mime-view-part-as-type): Don't toggle display.
4820         (gnus-mime-view-part-as-charset): Don't turn off display before
4821         querying charset.
4822
4823         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4824         stuff to undisplayer function in Emacs.
4825         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4826
4827         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4828         text/calendar parts.
4829
4830 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4833         decoding text/calendar parts.
4834
4835         * message.el (message-forward-make-body-mime): Always mark body as
4836         having no illegible text; remove signed-or-encrypted argument.
4837         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4838
4839         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4840         (mml-generate-mime-1): Don't encode body if it is specified to be in
4841         raw form; don't make buffer be unibyte when inserting multibyte string.
4842
4843 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4844
4845         * sha1.el: Fix up comment style.
4846         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4847         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4848
4849         * hex-util.el: Fix up comment style.
4850         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4851
4852         * gnus-salt.el: Use with-current-buffer.
4853         (gnus-pick-setup-message): Fix long-standing typo.
4854
4855 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * imap.el (imap-logout-timeout): New variable.
4858         (imap-logout, imap-logout-wait): New functions.
4859         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4860
4861         * nnimap.el (nnimap-logout-timeout): New server variable.
4862         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4863         nnimap-logout-timeout.
4864
4865         * gnus-art.el (gnus-article-summary-command-nosave)
4866         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4867
4868 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus.el (gnus-maximum-newsgroup): New variable.
4871
4872         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4873         according to gnus-maximum-newsgroup.
4874
4875         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4876         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4877         Limit the range of articles according to gnus-maximum-newsgroup.
4878
4879 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4880
4881         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4882         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4883         Don't perform gnus-configure-windows here; reuse existing sticky
4884         article buffer.
4885
4886         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4887         it doesn't exist in gnus-article-mode.
4888
4889 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4892         (gnus-agent-decoded-group-name): New function.
4893         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4894         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4895
4896 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4897
4898         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4899         Add binding for gnus-sticky-article.
4900         (gnus-summary-exit): Don't kill sticky article buffers.
4901
4902         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4903         article buffer.
4904         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4905         (gnus-kill-sticky-article-buffers): New commands.
4906
4907 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * nntp.el (nntp-xref-number-is-evil): New server variable.
4910         (nntp-find-group-and-number): If it is non-nil, don't trust article
4911         numbers in the Xref header.
4912
4913 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * gnus-agent.el (gnus-agent-read-group): New function.
4916         (gnus-agent-flush-group, gnus-agent-expire-group)
4917         (gnus-agent-regenerate-group): Use it.
4918         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4919         nnmail-pathname-coding-system.
4920
4921 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4924
4925         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4926         that are unread as unread, and also as selected so that information of
4927         marks having been changed by a user may be updated when exiting group.
4928
4929 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4932         calculated ignoring signature parts to gnus-treat-article.
4933
4934 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4937         a point here in order to keep the window start.
4938         (gnus-insert-mime-security-button): Make a button overlay without the
4939         front stickiness.
4940         (gnus-mime-display-security): Goto the end of a button.
4941
4942         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4943
4944 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4947         group-name-at-point.
4948         (gnus-group-completing-read): New function that offers decoded
4949         non-ASCII group names for completion.
4950         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4951         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4952         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4953         (gnus-group-fetch-control): Use it.
4954         (gnus-fetch-group): Use group-name-at-point for the initial value
4955         rather than the default value; use gnus-alive-p.
4956
4957         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4958         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4959         (gnus-summary-post-news): Use gnus-group-completing-read.
4960
4961         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4962         (gnus-read-move-group-name): Decode group name for completion.
4963
4964 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4965
4966         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4967         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4968         Yamaoka slightly modified the code).
4969
4970 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4973         (nnmail-split-incoming): Bind it.
4974
4975         * nnml.el (nnml-group-name-charset): New function.
4976         (nnml-decoded-group-name): Use it; don't decode group name if
4977         nnmail-group-names-not-encoded-p is non-nil.
4978         (nnml-encoded-group-name): New function.
4979         (nnml-group-pathname): Inline nnml-decoded-group-name.
4980         (nnml-request-expire-articles): Decode group name in message.
4981         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4982         nnmail-pathname-coding-system.
4983         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4984         not decoded ones according to nnmail-group-names-not-encoded-p.
4985         (nnml-generate-active-info): Use nnml-encoded-group-name.
4986
4987 2007-08-08  Glenn Morris  <rgm@gnu.org>
4988
4989         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4990         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4991         doc-strings and comments.
4992
4993 2007-07-25  Glenn Morris  <rgm@gnu.org>
4994
4995         * Relicense all FSF files to GPLv3 or later.
4996
4997 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * gnus-sum.el (gnus-summary-move-article): Make
5000         gnus-summary-respool-article work.
5001
5002 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5003
5004         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5005         string.
5006
5007 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5008
5009         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5010         that should be ignored when comparing distant RSS articles with local
5011         ones.
5012         (nnrss-make-hash-index): New function.  Create a hash index according
5013         to the ignored fields.
5014         (nnrss-check-group): Use it.
5015
5016 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5019
5020         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5021
5022         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5023         the new optional argument ENCODED is non-nil.
5024         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5025         coding system for encoding group name.
5026         (gnus-group-make-rss-group): Pass un-encoded group name to
5027         gnus-group-make-group.
5028         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5029         encoded.
5030
5031         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5032         Encode group name to which articles are moved or copied.
5033         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5034         coding system for encoding Newsgroup, Followup-To and Xref headers.
5035
5036         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5037         marks; use nnheader-file-coding-system to write a file.
5038         (nnagent-retrieve-headers): Bind file-name-coding-system to
5039         nnmail-pathname-coding-system.
5040
5041         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5042
5043         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5044         (nnml-request-article, nnml-request-create-group)
5045         (nnml-request-rename-group, nnml-find-id)
5046         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5047         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5048         (nnml-save-marks): Use nnml-group-pathname instead of
5049         nnmail-group-pathname.
5050
5051         (nnml-request-create-group, nnml-request-expire-articles)
5052         (nnml-request-move-article, nnml-request-delete-group)
5053         (nnml-deletable-article-p, nnml-possibly-create-directory)
5054         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5055         (nnml-open-marks): Bind file-name-coding-system to
5056         nnmail-pathname-coding-system.
5057
5058         (nnml-request-article): Pass server argument to nnml-find-group-number.
5059         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5060         server argument to nnml-possibly-create-directory.
5061         (nnml-request-accept-article): Pass server argument to
5062         nnml-active-number and nnml-save-mail.
5063         (nnml-find-group-number): Pass server argument to nnml-find-id.
5064         (nnml-request-update-info): Pass server argument to
5065         nnml-marks-changed-p.
5066
5067         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5068         (nnml-save-mail, nnml-active-number): Add server argument.
5069
5070         (nnml-request-delete-group): Warn if group is missing.
5071         (nnml-get-nov-buffer): Decode group name.
5072         (nnml-generate-active-info): Encode group name.
5073         (nnml-open-marks): Decode group name in messages.
5074
5075 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5078         if it is not specified.
5079         (gnus-article-pipe-part, gnus-article-save-part)
5080         (gnus-article-interactively-view-part, gnus-article-copy-part)
5081         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5082         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5083         (gnus-article-replace-part, gnus-article-delete-part)
5084         (gnus-article-view-part-as-type): Pass raw prefix argument to
5085         gnus-article-part-wrapper.
5086
5087 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gnus-agent.el (gnus-agent-save-active): Bind
5090         nnheader-file-coding-system to gnus-agent-file-coding-system.
5091
5092         * gnus-cache.el (gnus-cache-save-buffers)
5093         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5094         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5095         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5096         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5097         (gnus-cache-generate-active, gnus-cache-rename-group)
5098         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5099         (gnus-cache-update-overview-total-fetched-for): Bind
5100         file-name-coding-system to nnmail-pathname-coding-system.
5101         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5102         variables.
5103         (gnus-cache-decoded-group-name): New function.
5104         (gnus-cache-file-name): Use it.
5105         (gnus-cache-generate-active): Use non-decoded group name for active.
5106
5107         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5108         right place.
5109         (gnus-write-active-file): Don't break non-ASCII group names.
5110
5111         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5112         nnmail-pathname-coding-system.
5113
5114         * lpath.el: Bind default-file-name-coding-system,
5115         file-name-coding-system and language-info-alist for XEmacs.
5116
5117         * gnus-uu.el (gnus-uu-decode-save): Typo.
5118
5119 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5122
5123 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5126         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5127         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5128         (gnus-agent-flush-group, gnus-agent-flush-cache)
5129         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5130         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5131         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5132         (gnus-agent-regenerate-group)
5133         (gnus-agent-update-files-total-fetched-for)
5134         (gnus-agent-update-view-total-fetched-for): Bind
5135         file-name-coding-system to nnmail-pathname-coding-system.
5136         (gnus-agent-group-pathname): Don't encode file names by
5137         nnmail-pathname-coding-system.
5138         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5139         coding-system-for-write instead of buffer-file-coding-system to
5140         gnus-agent-file-coding-system.
5141
5142         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5143         Decode group name.
5144
5145         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5146
5147         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5148         (gnus-read-newsrc-el-file): Make group names unibyte.
5149
5150         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5151         nnmail-pathname-coding-system.
5152
5153         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5154         (nnrss-request-delete-group): Bind file-name-coding-system to
5155         nnmail-pathname-coding-system.
5156         (nnrss-read-server-data, nnrss-read-group-data): Bind
5157         file-name-coding-system correctly.
5158         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5159
5160         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5161         (nntp-server-to-method-cache): New variable.
5162         (nntp-group-pathname): New function that decodes non-ASCII group names.
5163         (nntp-possibly-create-directory, nntp-marks-changed-p)
5164         (nntp-save-marks, nntp-open-marks): Use it.
5165         (nntp-possibly-create-directory, nntp-open-marks):
5166         Bind file-name-coding-system to nnmail-pathname-coding-system.
5167         (nntp-open-marks): Decode group names when bootstrapping marks.
5168
5169         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5170         Newsgroups and Folowup-To headers.
5171
5172 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5175         (gnus-server-closed-face, gnus-server-denied-face)
5176         (gnus-server-offline-face): Remove variable.
5177         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5178
5179         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5180         of modifying message-stack directly for XEmacs.
5181
5182         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5183         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5184         if the coding-system argument is nil for XEmacs.
5185
5186         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5187         mm-charset-override-alist.
5188
5189         * rfc2047.el: Don't require base64; require rfc2045 for the function
5190         rfc2045-encode-string.
5191         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5192         to quote the parameter value.
5193
5194 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5197         form in gnus-group-name-charset-method-alist.
5198
5199         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5200         overrides the default layout edit-form.
5201
5202         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5203
5204         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5205
5206 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5209         as unfetched articles.
5210
5211 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5212
5213         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5214
5215 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5218         original back end that keeps marks in the local system.
5219
5220 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5223         arg of pop-to-buffer for XEmacs.
5224         (gnus-article-read-summary-keys): Ditto; don't restore window
5225         configuration if summary command ends up with neither article buffer
5226         nor summary buffer; describe bindings if summary keys end with C-h.
5227
5228 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * message.el (message-fix-before-sending): Skip raw message part to be
5231         forwarded while checking illegible text.
5232         (message-forward-make-body-mime, message-forward-make-body): Mark
5233         signed or encrypted raw message as having no illegible text.
5234
5235 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5238         (gnus-message-with-timestamp-1): New macro.
5239         (gnus-message-with-timestamp): New function.
5240         (gnus-message): Use them.
5241
5242         * nnheader.el (nnheader-message): Use them.
5243
5244 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5245
5246         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5247         .newsrc.eld file.
5248
5249 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5250
5251         * gnus-agent.el (gnus-agent-fetch-headers)
5252         (gnus-agent-retrieve-headers): Bind
5253         gnus-decode-encoded-address-function to identity.
5254
5255         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5256         available also when the server returns simply a dot.
5257
5258         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5259
5260 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5263
5264 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * gnus-ems.el (gnus-x-splash): Make it work.
5267
5268         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5269         from being used.
5270
5271         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5272
5273 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5276         4th and the 5th arguments.
5277
5278         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5279         the front stickiness.
5280         (gnus-article-summary-command-nosave): Correct the order of the
5281         arguments passed to pop-to-buffer.
5282         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5283         summary command ends up with the article buffer.
5284
5285         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5286         the same faces.
5287
5288 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5289
5290         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5291
5292 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5293
5294         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5295         * gnus-sum.el (gnus-summary-highlight):
5296         * pgg.el (pgg-sign-region, pgg-sign):
5297         * mail-source.el (mail-source-delete-old-incoming-confirm):
5298         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5299
5300 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * gnus-art.el (gnus-mime-view-part-externally)
5303         (gnus-mime-view-part-internally): Fix predicate function passed to
5304         completing-read.
5305
5306         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5307
5308         * gnus.el (gnus-update-message-archive-method): Add :version.
5309
5310 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * gnus.el (gnus-update-message-archive-method): New variable.
5313
5314         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5315         according to gnus-message-archive-method if
5316         gnus-update-message-archive-method is non-nil.
5317
5318 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5321         by Loic Dachary <loic@dachary.org>.
5322         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5323
5324 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * message.el (message-pop-to-buffer): Add switch-function argument.
5327         (message-mail): Pass switch-function argument to it.
5328
5329 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5330
5331         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5332         Improve doc string.
5333
5334 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5337         (gnus-header-content)
5338         * gnus-cite.el (gnus-cite-10)
5339         * gnus-srvr.el (gnus-server-closed)
5340         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5341         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5342         (gnus-group-mail-3-empty, gnus-group-mail-low)
5343         (gnus-group-mail-low-empty, gnus-splash)
5344         * message.el (message-header-to, message-header-cc)
5345         (message-header-subject, message-header-other, message-header-name)
5346         (message-header-xheader, message-separator, message-cited-text)
5347         (message-mml): Lighten colors of faces used for dark background.
5348
5349 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5350
5351         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5352         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5353
5354 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * message.el (message-narrow-to-headers-or-head):
5357         Ignore mail-header-separator in the body.
5358
5359 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5362         same as window size.
5363
5364 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5365
5366         * message.el (message-font-lock-keywords): Use message-header-xheader
5367         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5368         ahead of the anything pattern, to get it recognised.
5369
5370 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5373         spam.el loads uses it in the compiled defadvice form.
5374
5375 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5376
5377         * gnus-sum.el (gnus-articles-to-read)
5378         (gnus-summary-insert-old-articles): Don't truncate group name for
5379         `read-string'.
5380
5381         * gnus-util.el (gnus-limit-string): Delete this function.
5382
5383         * gnus-sum.el (gnus-simplify-subject-fully): Use
5384         `truncate-string-to-width' instead.
5385
5386 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5387
5388         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5389         if, on summary exit, the next group has to be selected.
5390         (gnus-summary-exit): Use it.
5391
5392 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5393
5394         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5395         non-break space.
5396
5397 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5400         Check if group is not a directory.
5401         (nnfolder-request-expire-articles): Don't delete articles if the target
5402         group is not available.
5403
5404         * nnml.el (nnml-request-create-group): Properly check if group is not a
5405         file.
5406         (nnml-request-expire-articles): Don't delete articles if the target
5407         group is not available.
5408
5409         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5410         Don't quote characters that are within parentheses.
5411
5412 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5415         (gnus-handle-ephemeral-exit): Select article according to it.
5416
5417 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5418
5419         * message.el (message-insert-formated-citation-line): Remove newline.
5420         (message-citation-line-format): Add final \n here so that the user can
5421         avoid a blank line.
5422
5423 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5424
5425         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5426         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5427         Update lanl/arXiv support.
5428
5429 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5430
5431         * gnus.el: Bump version number.
5432
5433 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434
5435         * gnus.el (gnus-version-number): Bump version.
5436
5437 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5438
5439         * gnus.el: No Gnus v0.6 is released.
5440
5441 2007-04-27  Didier Verna  <didier@xemacs.org>
5442
5443         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5444         * gmm-utils.el (gmm-regexp-concat): here.
5445         * message.el: Don't require 'gnus-util.
5446         (message-dont-reply-to-names): Handle name change above.
5447         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5448
5449 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5452         since the initial value varies according to the system.
5453
5454 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5457
5458 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5459
5460         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5461
5462 2007-04-24  Didier Verna  <didier@xemacs.org>
5463
5464         Improve the type of gnus-ignored-from-addresses.
5465         * gnus-util.el (gnus-orify-regexp): New function.
5466         * message.el (gnus-util): Require it.
5467         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5468         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5469         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5470
5471 2007-04-24  Didier Verna  <didier@xemacs.org>
5472
5473         * gnus-sum.el:
5474         * gnus-utils.el: Fix some trailing whitespaces.
5475
5476 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5479         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5480         article's Message-ID; refer parent article in summary buffer.
5481
5482         * message.el (message-bounce): Call mime-to-mml.
5483
5484         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5485         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5486         optimize and/or forms properly.
5487
5488 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5489
5490         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5491         URL.
5492
5493 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5496
5497 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5500         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5501         displayed of multipart/alternative part if it is invoked from summary
5502         buffer.
5503
5504         * mm-view.el (mm-inline-text-html-render-with-w3m)
5505         (mm-inline-text-html-render-with-w3m-standalone)
5506         (mm-inline-render-with-function): Use mail-parse-charset by default.
5507
5508 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5509
5510         * parse-time.el (parse-time-string-chars): Check if CHAR
5511         is less than the length of parse-time-syntax.
5512
5513 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5516         from gnus-newsgroup-processable.
5517
5518 2007-04-16  Didier Verna  <didier@xemacs.org>
5519
5520         * gnus-msg.el (gnus-configure-posting-styles): Handle
5521         message-signature-directory properly with :file syntax.  Reported by
5522         "Leo".
5523
5524 2007-04-11  Didier Verna  <didier@xemacs.org>
5525
5526         New user option: message-signature-directory.
5527         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5528         * message.el (message-insert-signature): Ditto.
5529         * message.el (message-signature-file): Doc update.
5530         * message.el (message-signature-directory): New.
5531
5532 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-msg.el (gnus-inews-yank-articles): Use
5535         message-exchange-point-and-mark instead of exchange-point-and-mark.
5536
5537 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * message.el (message-yank-original): Make sure cited text ends with
5540         newline; don't exchange point and mark.
5541
5542 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5543
5544         * tls.el (open-tls-stream): Properly handle case where there
5545         is no associated buffer.
5546
5547 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5548
5549         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5550         message-yank-original, make sure (< mark TEXT point).
5551
5552 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5553
5554         * message.el (message-fill-column): New variable.
5555         (message-mode): Use it.  Add comment on a possible new hook.
5556
5557         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5558         (nnmail-get-new-mail): Reformat.
5559
5560         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5561
5562         * gmm-utils.el: Fix Commentary.
5563         (gmm-tool-bar-from-list): Fix typo in doc string.
5564
5565 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5566
5567         * message.el (message-yank-original): Don't switch point and mark
5568         unnecessarily to put point and mark as documented.
5569
5570 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571
5572         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5573         from the message heads.
5574
5575 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5576
5577         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5578         article buffer does not have a window.  This may not be the best
5579         solution but is certainly better than setting the start of the null,
5580         that is the current, window.
5581
5582 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5583
5584         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5585         (gnus-draft-setup): Run it.
5586
5587         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5588         gnus-score-fast-scoring.  Allow regexp.
5589         (gnus-score-headers): Use it.
5590
5591         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5592         XEmacs.
5593
5594         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5595         string.
5596         (gnus-button-alist): Also catch `<f1> k ...'.
5597         (gnus-treat-display-x-face): Fix doc string.
5598
5599 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5600
5601         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5602         evaluation of gnus-extended-version to ensure correct generation of the
5603         User-Agent header when message-generate-headers-first is used.
5604
5605 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5606
5607         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5608         hashcash-path is nil.  Don't call callback with incorrect number of
5609         parameters if val is 0.
5610
5611 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5612
5613         * message.el (message-required-news-headers):
5614         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5615
5616 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5617
5618         * tls.el (open-tls-stream): In handshake-waiting loop,
5619         don't wait more if there is output available to process.
5620
5621 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5622
5623         * tls.el (tls-program): Doc fix.
5624
5625 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * message.el (message-generate-new-buffers): Change the meaning of the
5628         nil value; add `standard' to the choices; treat t as `unique'; improve
5629         doc string.
5630         (gnus-select-frame-set-input-focus): Autoload.
5631         (message-buffer-name): Search for the existing message buffer if
5632         message-generate-new-buffers is nil or `standard'; treat the value t of
5633         message-generate-new-buffers as `unique'.
5634         (message-pop-to-buffer): Raise the frame already displaying the message
5635         buffer; clear the echo area after querying.
5636         (message-setup): Pass the `continue' argument to compose-mail.
5637         (message-mail): Prefer `switch-function' if it is given; search for the
5638         existing message buffer if the `continue' argument is non-nil; pass
5639         continue and switch-function arguments to compose-mail by way of
5640         message-setup.
5641         (message-mail-other-window): Adjust argument of message-setup.
5642         (message-mail-other-frame): Ditto.
5643
5644 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5647         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5648         to turn font-lock on when turning gnus-message-citation-mode on.
5649
5650 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5651
5652         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5653         (mml-smime-function-alist): New variable; add epg as the backend.
5654         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5655         mml-smime- functions instead.
5656         * mm-view.el: Require smime.
5657
5658 2007-03-05  Didier Verna  <didier@xemacs.org>
5659
5660         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5661         instead of just inheritance for posting styles.
5662         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5663
5664 2007-02-24  Chris Moore  <dooglus@gmail.com>
5665
5666         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5667         * pgg-pgp.el (pgg-pgp-encrypt-region):
5668         * pgg-gpg.el (pgg-gpg-encrypt-region):
5669         Check pgg-encrypt-for-me if no other recipients.
5670
5671 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5672
5673         * tls.el (tls-certtool-program): Fix custom type.
5674
5675 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5678         and point-at-eol instead of line-(beginning|end)-position.
5679
5680         * assistant.el (assistant-parse-buffer): Ditto.
5681
5682         * netrc.el (netrc-parse-services): Ditto.
5683
5684 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5685
5686         * mml2015.el (mml2015-epg-find-usable-key): New function.
5687         (mml2015-epg-sign): Use it.
5688         (mml2015-epg-encrypt): Use it.
5689
5690 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * message.el (message-make-in-reply-to): Quote name containing
5693         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5694         if there are special characters.  Reported by NAKAJI Hiroyuki
5695         <nakaji@jp.freebsd.org>.
5696
5697 2007-02-27  Didier Verna  <didier@xemacs.org>
5698
5699         Include the group parameters as well as the topic ones in the
5700         inheritance filter process.
5701         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5702         argument GROUP-PARAMS-LIST.
5703         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5704
5705 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * nntp.el (nntp-never-echoes-commands)
5708         (nntp-open-connection-functions-never-echo-commands): New variables.
5709         (nntp-send-command): Use them.
5710
5711 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5712
5713         * mml2015.el (mml2015-epg-verify): Simplified.
5714
5715 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * mml.el (mml-content-disposition-alist): New user option.
5718         (mml-content-disposition): New function.
5719         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5720         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5721
5722 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5723
5724         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5725         verification.
5726
5727 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5728
5729         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5730         articles posted in the last 24 hours.
5731
5732 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5733
5734         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5735
5736 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5737
5738         * nntp.el (nntp-send-command): Don't wait for echoes when
5739         nntp-open-ssl-stream is used.
5740
5741 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5744         (gnus-message-add-citation-keywords)
5745         (gnus-message-remove-citation-keywords): Remove.
5746         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5747         directly, make the variables in font-lock-defaults buffer-local, add
5748         gnus-message-citation-keywords to them and then update the value of
5749         font-lock-keywords.
5750
5751 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * message.el (message-cite-original-1): Don't call
5754         gnus-article-highlight-citation.
5755
5756         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5757         citations; fix line count.
5758
5759 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5762         (gnus-message-add-citation-keywords)
5763         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5764         versions of font-lock-add-keywords and font-lock-remove-keywords to
5765         work with XEmacs correctly.
5766
5767 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * gnus-cite.el (gnus-cite-face-list): Set the values of
5770         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5771         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5772         (gnus-message-cite-prefix-regexp): New variable.
5773         (gnus-message-search-citation-line): Use it; protect against long
5774         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5775         the 0th match data for Emacs.
5776         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5777         (gnus-message-add-citation-keywords): Append keywords rather than
5778         prepending; emulate font-lock-add-keywords if it is not available.
5779         (gnus-message-remove-citation-keywords): Emulate
5780         font-lock-remove-keywords if it is not available.
5781
5782         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5783
5784         * message.el (message-cite-prefix-regexp): Set the value of
5785         gnus-message-cite-prefix-regexp.
5786
5787 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5788
5789         * nnweb.el (nnweb-google-parse-1): Update parser.
5790
5791 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5792
5793         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5794
5795 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5796
5797         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5798         regexp.
5799
5800 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5803         string-to-multibyte.
5804         (uudecode-decode-region-internal): Use it.
5805
5806         * lpath.el: Fbind string-as-multibyte for XEmacs.
5807
5808 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5809
5810         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5811         custom choice.
5812
5813         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5814
5815 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5816
5817         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5818
5819         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5820         `write-region' to respect `mm-inhibit-file-name-handlers'.
5821
5822 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5823
5824         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5825         Use gnus-home-directory instead of "~/" or "$HOME".
5826
5827 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5828
5829         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5830         to mention filename.
5831         Add comments at beginning regarding usage.
5832         (encrypt-write-file-contents): Change interactive so a string is
5833         acceptable.  If the file has no associated model, show an error instead
5834         of a nonsense prompt.
5835
5836 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5837
5838         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5839         Thanks to Yoshihiko Yamada for kind notification of this typo.
5840
5841 2007-01-12  Kenichi Handa  <handa@m17n.org>
5842
5843         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5844         multibyte buffer.
5845
5846 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5847
5848         * gnus-score.el (gnus-score-fast-scoring): New variable.
5849         (gnus-score-headers): Use it.
5850
5851         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5852
5853         * message.el (message-cite-original-1): Call
5854         gnus-article-highlight-citation if requested.
5855         (message-make-from): Allow name and address as optional arguments.
5856
5857         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5858
5859         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5860         bugs to doc string.
5861         (gnus-button-alist): Add mid\\|message-id.
5862         (gnus-button-fetch-group): Extend for use in
5863         `browse-url-browser-function'.
5864         (gnus-button-url-regexp): Try to catch paired parentheses like in
5865         Wikipedia URLs.
5866
5867         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5868         Suggested by Simon Krahnke <overlord@gmx.li>.
5869
5870 2007-01-13  Romain Francoise  <romain@orebokech.com>
5871
5872         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5873         Update copyright.
5874
5875 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5876
5877         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5878
5879 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5880
5881         * gnus-registry.el (gnus-registry-unfollowed-groups)
5882         (gnus-registry-split-fancy-with-parent): Fix documentation.
5883
5884 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5885
5886         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5887         from nnweb groups.
5888
5889 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5890
5891         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5892         Xref urls.  Erase buffer before requesting head.
5893
5894 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5895
5896         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5897         customizable.
5898
5899 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5900
5901         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5902         no signing key is found.
5903         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5904         no encrypting and/or signing key is found.
5905
5906 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5907
5908         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5909
5910 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5911
5912         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5913         headers read from disk with the ones newly found in the current search.
5914         This should no longer cause problems, because the article numbers in
5915         Gmane's `nov.php' output are ignored since the previous change.
5916
5917 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5918
5919         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5920
5921 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5924         replace-regexp-in-string; bind url-version; fbind display-images-p and
5925         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5926         find-face and set-itimer-function for Emacs; bind itimer-list for
5927         Emacs.
5928
5929         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5930
5931 2007-01-01  Romain Francoise  <romain@orebokech.com>
5932
5933         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5934
5935 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5936
5937         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5938         `define-minor-mode' macro definition expanded properly.
5939         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5940         exclude it there.
5941
5942         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5943         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5944         `fboundp' test.
5945         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5946         This is OK to autoload in (S)XEmacs now.
5947
5948 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5951         keystroke.
5952         (gnus-summary-limit-to-singletons): Fix typo.
5953
5954         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5955         else fails.
5956
5957 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5958
5959         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5960         docstring.
5961
5962         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5963         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5964         (gnus-summary-insert-dormant-articles): Fix typo in message.
5965
5966 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5967
5968         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5969         nil for XEmacs.
5970         (gnus-message-citation-mode): Don't autoload in XEmacs.
5971
5972         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5973
5974 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5975
5976         * nnimap.el (nnimap-expunge-search-string): Mention
5977         nnimap-search-uids-not-since-is-evil in docstring.
5978
5979 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5980
5981         * spam.el: Revert to make-obsolete-variable because
5982         define-obsolete-variable-alias is not supported in Emacs 21.
5983
5984         * spam.el (spam-ifile-path, spam-ifile-database-path)
5985         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5986         make-obsolete-variable.
5987         (spam-bsfilter-path, spam-bsfilter-program)
5988         (spam-spamassassin-path, spam-spamassassin-program)
5989         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5990         use "path" inappropriately.
5991         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5992         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5993         variable names.
5994
5995 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5996
5997         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5998         summary buffer.
5999
6000         * password.el (password-cache-remove): Use clear-string to burn
6001         password, if available.
6002
6003 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6004
6005         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6006
6007         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6008
6009         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6010         (gnus-message-highlight-citation): Move defcustom here from
6011         gnus-cite.el.
6012         (gnus-message-citation-mode): Autoload.
6013
6014         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6015         checks to make it compile with XEmacs.
6016         (gnus-message-citation-mode): New minor mode.
6017         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6018         (gnus-message-highlight-citation): New variables.
6019         (gnus-message-search-citation-line)
6020         (gnus-message-add-citation-keywords)
6021         (gnus-message-remove-citation-keywords)
6022         (turn-on-gnus-message-citation-mode)
6023         (turn-off-gnus-message-citation-mode): New functions.
6024
6025 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6026
6027         * gnus-cite.el: Enable highlighting of different citation levels in
6028         message-mode.
6029
6030 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6031
6032         * message.el (message-make-fqdn): Fix comment.
6033         (message-bogus-system-names): Add ".local".
6034
6035         * spam.el (spam-ifile-path, spam-ifile-program)
6036         (spam-ifile-database-path, spam-ifile-database)
6037         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6038         Don't use "path" inappropriately.
6039         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6040         strings.
6041         (spam-check-ifile, spam-ifile-register-with-ifile)
6042         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6043         new variable names.
6044
6045         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6046         (gnus-treat-display-smileys): Simplify using
6047         gnus-image-type-available-p.
6048
6049         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6050         available.
6051
6052         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6053         `display-images-p' if available.
6054
6055 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6058         one after turning on the buffer's multibyteness instead of decoding
6059         them directly in the unibyte buffer that causes unexpected conversion
6060         in Emacs 23 (unicode).
6061
6062 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6063
6064         * message.el (message-generate-hashcash): Fix custom type.
6065
6066 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6067
6068         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6069
6070 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6071
6072         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6073         disconnect icons.  Add help text.
6074
6075 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6076
6077         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6078         negated to be consistent with the others we handle.
6079
6080 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6081
6082         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6083         version of gnus-summary-buffer to something, so that we can use two
6084         article buffers at the same time.
6085
6086 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6087
6088         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6089         trigger all the extra headers.
6090         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6091         sorting.
6092
6093 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6094
6095         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6096         solid groups.
6097
6098 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6099
6100         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6101
6102 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6103
6104         * legacy-gnus-agent.el: Add Copyright notice.
6105
6106 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6107
6108         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6109
6110 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6111
6112         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6113
6114         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6115         to make it work reliably in CVS Emacs.
6116         (gnus-summary-limit-strange-charsets-predicate)
6117         (gnus-summary-limit-to-predicate): New functions.
6118
6119 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6120
6121         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6122         specifying array size.
6123         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6124         array if it is too small.
6125         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6126         (gnus-sort-threads-loop): New function.
6127
6128 2006-12-06  Chris Moore  <dooglus@gmail.com>
6129
6130         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6131         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6132
6133 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6134
6135         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6136         options.
6137
6138 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6141         DOS-ing the recipient.
6142
6143         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6144         the headers when creating the mapping to avoid mismappings.
6145         (nnweb-gmane-create-mapping): Always nix out old mapping.
6146
6147 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6150         and mm-verify-option to never.
6151
6152 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * message.el (message-signed-or-encrypted-p): New function.
6155         (message-forward-make-body): Use it.
6156
6157         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6158         Replace encode-coding-string with mm-encode-coding-string.
6159
6160 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * nneething.el (nneething-decode-file-name): Replace
6163         decode-coding-string with mm-decode-coding-string.
6164
6165         * gnus-int.el (gnus-open-server): Say failed server's name.
6166
6167 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6168
6169         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6170         strings to a single string.  Quote `errors-file-name'.
6171         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6172         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6173         Adjust calls.  Use `shell-quote-argument'.
6174
6175 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6176
6177         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6178         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6179
6180         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6181         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6182         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6183         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6184         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6185         (gnus-subscribe-newsgroup, gnus-1):
6186         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6187         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6188         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6189         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6190
6191 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6194         keystroke.
6195         (gnus-summary-limit-to-bodies): Implement headersp.
6196
6197 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6198
6199         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6200
6201 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6204
6205 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6206
6207         * message.el (message-generate-hashcash): Expand range of values to
6208         include `opportunistic'.
6209         (message-send-mail): Use it.
6210
6211 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6212
6213         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6214         and comment it.
6215
6216         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6217
6218 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6219
6220         * gnus-util.el (gnus-extract-address-components): Improve comment.
6221
6222 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * gnus-util.el (gnus-extract-address-components): Work with address in
6225         which the name portion contains @.
6226
6227         * lpath.el: Fbind custom-autoload.
6228
6229 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6230
6231         * gnus.el (gnus-start): Move custom group up.
6232         (gnus-select-method): Don't autoload, but make it available for
6233         `customize-variable'.
6234         (gnus-getenv-nntpserver): Don't autoload.
6235
6236 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6237
6238         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6239
6240 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * message.el (message-sendmail-extra-arguments): New variable.
6243         (message-send-mail-with-sendmail): Use it.
6244
6245 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6248         mm-with-unibyte-current-buffer to make string unibyte.
6249
6250         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6251         mm-string-as-multibyte.
6252
6253 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6254
6255         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6256         Reported by Werner Koch <wk@gnupg.org>.
6257
6258 2006-11-14  Daiki Ueno  <ueno@p360>
6259
6260         * mml2015.el: Autoload epa-select-keys when compiling.
6261
6262 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6263
6264         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6265         message-options.
6266         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6267
6268 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6269
6270         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6271         EasyPG (< 0.0.6).
6272         (mml2015-always-trust): New user option.
6273         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6274         prompt.
6275
6276 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * nntp.el (nntp-authinfo-force): New variable.
6279         (nntp-send-authinfo): Use it.
6280
6281 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6284         decode encoded words.  Improve prompt.  Add comment about forwarding.
6285         (message-replacement-char): Move up.
6286
6287 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6288
6289         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6290         instead of gnus-intersection because arguments of gnus-sorted-nunion
6291         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6292
6293 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6294
6295         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6296         (message-simplify-subject-functions): Enable
6297         message-strip-subject-encoded-words by default.
6298
6299 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6300
6301         * message.el (message-strip-subject-encoded-words): New function.
6302         (message-simplify-subject-functions): New variable.
6303         (message-simplify-subject): Use it.  Fix typo in doc string.
6304         Support message-strip-subject-encoded-words.
6305
6306 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6307
6308         * gnus-diary.el (gnus-diary-delay-format-function):
6309         * nndiary.el (nndiary-reminders):
6310         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6311
6312 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6313
6314         * gnus-art.el (article-hide-boring-headers): Fetch date from
6315         gnus-original-article-buffer to avoid problems with localized date
6316         strings.
6317
6318 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6321
6322 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6323
6324         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6325         New variables.
6326         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6327         (mm-charset-synonym-alist): Move some entries to
6328         mm-codepage-iso-8859-list.
6329         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6330         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6331
6332 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6335
6336 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6337
6338         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6339         with Emacs 21 and XEmacs.
6340
6341 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6342
6343         * spam.el (spam-parse-address): New function for better parsing,
6344         catching errors, etc.
6345         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6346
6347 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * mm-view.el: Add interactive arg to html2text autoload.
6350
6351 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6354
6355 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6356
6357         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6358         variables.
6359         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6360         (mm-charset-synonym-alist): Move some entries to
6361         mm-codepage-iso-8859-list.
6362
6363         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6364
6365 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6366
6367         * message.el (message-citation-line-format)
6368         (message-insert-formated-citation-line): Fix implementation of %E, %N
6369         and %n according to the doc string.
6370
6371 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6372
6373         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6374         car-safe to avoid bad parses.
6375
6376 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6379         names.
6380
6381         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6382
6383 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6386         header.
6387
6388         * message.el (message-draft-headers): Add Date.
6389         (message-headers-to-generate): Fix typo in docstring.
6390
6391         * nndraft.el (nndraft-required-headers): New variable.
6392         (nndraft-generate-headers): Use it.
6393
6394         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6395
6396 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6397
6398         * gnus-registry.el (gnus-registry-wash-for-keywords)
6399         (gnus-registry-find-keywords): New functions to allow easy searching of
6400         articles that are in the registry.
6401
6402 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6403
6404         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6405         ietf-drums-parse-address instead of gnus-extract-address-components.
6406         Reported by Damien Elmes <damien@repose.cx>.
6407
6408 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * gnus.el (gnus-mime): Remove unused custom group.
6411
6412 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6413
6414         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6415         "blank line" when searching for end of armor headers.
6416
6417 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * gmm-utils.el (gmm-write-region): Fix variable name.
6420
6421 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6422
6423         * gmm-utils.el (gmm-write-region): New function based on compatibility
6424         code from `mm-make-temp-file'.
6425
6426         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6427
6428         * nnmaildir.el (nnmaildir--update-nov)
6429         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6430         Use `gmm-write-region'.
6431
6432 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6433
6434         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6435         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6436
6437         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6438
6439         * message.el (message-replacement-char): New variable.
6440         (message-fix-before-sending): Use it.
6441         (message-simplify-subject): New function to remove duplicate code.
6442         (message-reply, message-followup): Use it.
6443
6444         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6445         gnus-summary-limit-to-articles.
6446
6447 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * gnus-util.el (gnus-with-local-quit): New macro.
6450
6451         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6452
6453 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6454
6455         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6456         ignore non-string data.
6457
6458 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6459
6460         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6461         non-string data (needs to be done in the registry too).
6462
6463 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6464
6465         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6466         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6467         (gnus-registry-split-fancy-with-parent)
6468         (gnus-registry-fetch-simplified-message-subject-fast)
6469         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6470         Remove text properties on ingress into the registry and when it's saved.
6471         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6472         registry from entries with no groups.
6473
6474 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6477         function to remove string properties.
6478
6479 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6480
6481         * gmm-utils.el (gmm): Adjust custom version.
6482
6483         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6484         custom version.
6485
6486         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6487
6488 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * gnus-art.el (gnus-insert-prev-page-button)
6491         (gnus-insert-next-page-button): Simplify.  Reformat.
6492
6493 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6494
6495         * gnus-art.el (gnus-insert-prev-page-button)
6496         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6497
6498 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6499
6500         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6501
6502 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6503
6504         * gnus-art.el (gnus-insert-mime-button)
6505         (gnus-insert-mime-security-button):
6506         Apply gnus-article-button-face to MIME and security buttons.
6507
6508 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6509
6510         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6511         readable.
6512
6513 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6516
6517 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6518
6519         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6520         `browse-url-of-file' instead of `browse-url'.
6521
6522 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6523
6524         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6525         regexp.  Articles containing quotation were cut prematurely.
6526
6527 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * message.el (message-cite-original-1): Use nobody by default for the
6530         value of From header.
6531         (message-reply): Ditto.
6532
6533 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6534
6535         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6536         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6537         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6538
6539 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6540
6541         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6542         mails in the doc string.  Add some URLs in comment.
6543         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6544
6545 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6548         backslashes handling and the way to find boundaries of quoted strings.
6549
6550 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6551
6552         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6553         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6554         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6555         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6556
6557 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6558
6559         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6560         doc string.
6561         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6562
6563 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * lpath.el: Fbind epg-check-configuration.
6566
6567 2006-09-06  Simon Josefsson  <jas@extundo.com>
6568
6569         * mml2015.el (mml2015-use): Doc fix, mention epg.
6570
6571 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6572
6573         * mml2015.el (mml2015-use): Default to epg, if available.
6574
6575 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6576
6577         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6578         message-sender.
6579         (mml1991-epg-encrypt): Ditto.
6580         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6581         message-sender.
6582         (mml2015-epg-encrypt): Ditto.
6583
6584 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6585
6586         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6587         several common directories.
6588
6589 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6590
6591         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6592         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6593
6594 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * gnus-art.el (article-decode-encoded-words): Make it fast.
6597
6598 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6601
6602         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6603         in quoted string into `\'.
6604
6605 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6608         Use standard-syntax-table.
6609
6610 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * gnus-art.el (gnus-decode-address-function): New variable.
6613         (article-decode-encoded-words): Use it to decode headers which are
6614         assumed to contain addresses.
6615         (gnus-mime-delete-part): Remove useless `or'.
6616
6617         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6618         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6619         (gnus-nov-parse-line): Use it to decode From header.
6620         (gnus-get-newsgroup-headers): Ditto.
6621         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6622
6623         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6624         (mail-decode-encoded-address-string): New alias.
6625
6626         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6627         New function.
6628         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6629         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6630         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6631         (rfc2047-decode-string): Ditto.
6632         (rfc2047-decode-address-region): New function.
6633         (rfc2047-decode-address-string): New function.
6634
6635 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6636
6637         * message.el (message-caesar-buffer-body): Allow rotating headers.
6638
6639         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6640
6641         * message.el (message-insert-formated-citation-line): Fix %f.
6642         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6643
6644 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6647         (gnus-bookmark-mouse-available-p): New macro.
6648         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6649         (gnus-bookmark-bmenu-show-infos): Use it.
6650         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6651         (gnus-bookmark-bmenu-hide-infos): Ditto.
6652         (gnus-bookmark-remove-properties): New function.
6653         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6654         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6655         (gnus-bookmark-write-file): Bind coding-system-for-write.
6656         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6657         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6658         group before selecting it.
6659         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6660         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6661         quit-window if it is not available; use gnus-mouse-2 and bind it to
6662         gnus-bookmark-bmenu-select-by-mouse.
6663         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6664         (gnus-bookmark-bmenu-select-by-mouse): New function.
6665
6666 2006-08-13  Romain Francoise  <romain@orebokech.com>
6667
6668         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6669         space.
6670
6671 2006-08-10  Romain Francoise  <romain@orebokech.com>
6672
6673         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6674         (dns-mode-soa-auto-increment-serial): New user option.
6675         (dns-mode-soa-maybe-increment-serial): New function.
6676         (dns-mode): Add the latter to `write-contents-functions'.
6677
6678 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * compface.el (uncompface): Use binary rather than raw-text-unix.
6681
6682 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * compface.el (uncompface): Make sure the eol conversion doesn't take
6685         place when communicating with the external programs.  Reported by
6686         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6687
6688 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6691
6692 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6693
6694         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6695         Make it more robust by parsing author and date independently.
6696
6697 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6700
6701 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6702
6703         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6704         first matching secret key.
6705         (mml2015-epg-encrypt): Ditto.
6706
6707         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6708         first matching secret key.
6709         (mml1991-epg-encrypt): Ditto.
6710
6711         * mml2015.el (mml2015-encrypt-to-self): New user option.
6712         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6713         mml2015-epg-encrypt-to-self is set.
6714
6715         * mml1991.el (mml1991-encrypt-to-self): New variable.
6716         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6717         mml1991-epg-encrypt-to-self is set.
6718
6719         * mml2015.el (mml2015-signers): New user option.
6720         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6721         (mml2015-epg-encrypt): Allow to select signing keys.
6722
6723         * mml1991.el (mml1991-signers): New variable.
6724         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6725         (mml1991-epg-encrypt): Allow to select signing keys.
6726
6727 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * nnheader.el (nnheader-insert-head): Make it work even if the file
6730         uses CRLF for the line-break code.
6731
6732 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6733
6734         * mml2015.el: Require mml-sec instead of password.
6735         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6736         (mml2015-cache-passphrase): Inherit the default value from
6737         mml-secure-cache-passphrase.
6738         (mml2015-passphrase-cache-expiry): Inherit the default value from
6739         mml-secure-passphrase-cache-expiry.
6740
6741         * mml1991.el: Require mml-sec instead of password.
6742         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6743         (mml1991-cache-passphrase): Inherit the default value from
6744         mml-secure-cache-passphrase.
6745         (mml1991-passphrase-cache-expiry): Inherit the default value from
6746         mml-secure-passphrase-cache-expiry.
6747
6748         * mml-sec.el: Require password.
6749         (mml-secure-verbose): New user option.
6750         (mml-secure-cache-passphrase): New user option.
6751         (mml-secure-passphrase-cache-expiry): New user option.
6752
6753 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6754
6755         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6756         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6757         andreas@altroot.de (Andreas Vögele).
6758
6759         FIXME: Use `tiny change'?
6760
6761 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6762
6763         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6764         workaround for the url package included with Emacs.
6765
6766         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6767
6768 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6771         correctly.  This fixes a bug caused by the 2006-05-12 change.
6772
6773 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6774
6775         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6776         some information about the error when saying that the `bogus' mail
6777         group will be used.
6778
6779 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6780
6781         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6782         string.
6783
6784 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6785
6786         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6787
6788 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6789
6790         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6791
6792 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6793
6794         * mml1991.el (mml1991-function-alist): Add epg.
6795         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6796         (mml1991-epg-encrypt): New functions.
6797
6798 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6799
6800         * mml2015.el (mml2015-verbose): New variable.
6801         (mml2015-cache-passphrase): Ditto.
6802         (mml2015-passphrase-cache-expiry): Ditto.
6803         (mml2015-function-alist): Add epg.
6804         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6805         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6806         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6807         functions.
6808
6809 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6810
6811         * message.el (message-cite-original-1): Preserve region when removing
6812         quoted text due to X-No-Archive in order to avoid bogus attribution
6813         when citing multiple messages.
6814
6815 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6816
6817         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6818         Kenneth Jacker <khj@be.cs.appstate.edu>.
6819
6820 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * gnus-diary.el (gnus-user-format-function-d)
6823         (gnus-user-format-function-D): Autoload.
6824
6825         * imap.el (Commentary): Fix typo.
6826
6827         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6828         2006-04-22 contribution.
6829
6830 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6831
6832         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6833         It didn't really fix the bogosity I'm seeing with solid web groups.
6834
6835 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6836
6837         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6838         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6839         created using server names.  If we use the feature without declaring
6840         it, Gnus does not properly manage server and group state.
6841
6842         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6843         bound.
6844
6845 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6846
6847         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6848         looking up the method using GROUP's prefix before inventing a new one.
6849         It is used on killed/unknown groups in various places where returning
6850         an all-new method isn't expected by the caller.
6851
6852         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6853         and match semantics of gnus-group-real-prefix.
6854
6855 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * nnmail.el (nnmail-broken-references-mailers): New variable.
6858         (nnmail-ignore-broken-references): New function generalizing
6859         nnmail-fix-eudora-headers.
6860         (nnmail-fix-eudora-headers): Now obsolete.
6861
6862         * gnus-art.el (gnus-button-handle-custom): Support
6863         `customize-apropos*'.
6864
6865 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6866
6867         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6868
6869         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6870         articles.
6871
6872 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * message.el (message-cite-reply-above): New variable.
6875         (message-yank-original): Use it.
6876
6877 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6880
6881 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6882
6883         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6884         as read.
6885
6886         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6887
6888 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6889
6890         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6891         (gnus-bookmark-default-file): Use gnus-directory.
6892         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6893         Remove "*" in doc string.
6894         (gnus-bookmark-write-file): Simplify.
6895         (gnus-bookmark-maybe-sort-alist): Use `when'.
6896         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6897         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6898         FIXME about Emacs 21 and XEmacs compatibility.
6899         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6900         compatibility.
6901         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6902         compatibility.
6903         (gnus-bookmark-menu-heading): Fix version.
6904
6905 2006-06-19  Bastien Guerry  <bzg@altern.org>
6906
6907         * gnus-bookmark.el: New file.
6908
6909 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * message.el (message-syntax-checks): Doc fix.
6912
6913 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6914
6915         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6916         unsubscribed groups as if they were killed ones.  It causes duplicate
6917         entries in gnus-newsrc-alist.
6918
6919 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * message.el (message-syntax-checks): Doc fix.
6922         (message-send-mail): Add check for continuation headers.
6923         (message-check-news-header-syntax): Fix regexp used to check for
6924         continuation headers.
6925
6926 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6929
6930 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6931
6932         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6933
6934 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6937         default-truncate-lines.
6938
6939 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6942         to fill the utf-8 entry.
6943
6944         * lpath.el: Fbind unicode-precedence-list.
6945
6946 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6947
6948         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6949
6950 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6951
6952         * gnus-agent.el (directory-files-and-attributes): Move all the way
6953         forward (the third and final move).
6954         (gnus-agent-read-agentview): Trap reconstruction errors due to
6955         nonexistant directory.  Handle by returning nil.
6956
6957 2006-05-30  Didier Verna  <didier@xemacs.org>
6958
6959         * message.el (message-dont-reply-to-names): Update the custom type.
6960         * message.el (message-dont-reply-to-names): New defsubst: potentially
6961         convert a list of regexps into a single one.
6962         * message.el (message-get-reply-headers): Use it.
6963         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6964
6965 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-agent.el (directory-files-and-attributes): Move forward.
6968
6969 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * gnus-ml.el (gnus-mailing-list-subscribe)
6972         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6973         (gnus-mailing-list-message): Fix doc strings.
6974
6975 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6976
6977         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6978         of doing it manually.
6979
6980 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6981
6982         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6983         comment.
6984
6985 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6986
6987         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6988         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6989         (gnus-agent-read-local): All symbols allocated in my-obarray.
6990         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6991         (gnus-agent-regenerate-group): Check numeric names to see if they are
6992         messages or groups.
6993         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6994         better way of do this...)
6995
6996         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6997         'dummy.group' (there should be a better way of do this...)
6998
6999 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7002         (gnus-saved-headers): Ditto.
7003         (gnus-default-article-saver): Mention functions may have properties.
7004         (gnus-article-save): Override gnus-save-all-headers and
7005         gnus-saved-headers by :headers property which saver function may have.
7006         (gnus-summary-save-in-file): Add :headers property.
7007         (gnus-summary-write-to-file): Ditto.
7008
7009         * gnus-sum.el (gnus-summary-save-article): Bind
7010         gnus-prompt-before-saving to t when saving many articles in a file;
7011         always show all headers.
7012
7013         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7014
7015 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7018         marks.
7019
7020         * message.el (message-indent-citation): Add optional arguments to allow
7021         using it outside of message buffers.
7022
7023         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7024         (gnus-article-treat-unfold-headers): Use it.
7025         (gnus-article-truncate-lines): New variable.
7026         (gnus-article-mode): Use it.
7027         (gnus-article-toggle-truncate-lines): New function.
7028
7029         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7030         gnus-article-toggle-truncate-lines.
7031
7032         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7033         coding system in XEmacs, use binary.
7034
7035 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7038         after-load-alist.
7039
7040         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7041         this function should save decoded articles.
7042         (gnus-summary-write-to-file): Use property to specify this function
7043         should save decoded articles and specify gnus-summary-save-in-file
7044         should be used to save articles other than the first one when saving
7045         many articles.
7046         (gnus-summary-save-body-in-file): Use property to specify this
7047         function should save decoded articles.
7048         (gnus-summary-write-body-to-file): Use property to specify this
7049         function should save decoded articles and specify
7050         gnus-summary-save-body-in-file should be used to save articles other
7051         than the first one when saving many articles.
7052
7053         * gnus-sum.el (gnus-summary-save-article): Simplify.
7054
7055 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * gnus-art.el (gnus-default-article-saver): Add
7058         gnus-summary-write-body-to-file.
7059         (gnus-article-save-coding-system): Don't use coding system object
7060         in XEmacs.
7061         (gnus-read-save-file-name): Add optional `dir-var' argument which
7062         specifies directory in which files are saved; work even if optional
7063         `variable' argument is not specified.
7064         (gnus-summary-write-to-file): Read file name.
7065         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7066         (gnus-summary-write-body-to-file): New function.
7067
7068         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7069         (gnus-summary-local-variables): Add it.
7070         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7071         (gnus-summary-save-article): Remove optional `decode' argument;
7072         determine whether to decode articles by the value of
7073         gnus-default-article-saver; when saving many files using
7074         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7075         it first and use gnus-summary-save-in-file or
7076         gnus-summary-save-body-in-file thereafter unless
7077         gnus-prompt-before-saving is always; move point to article which
7078         will be saved.
7079         (gnus-summary-save-article-file): Revert.
7080         (gnus-summary-write-article-file): Revert.
7081         (gnus-summary-save-article-body-file): Revert.
7082         (gnus-summary-write-article-body-file): New function.
7083
7084 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * gnus-art.el (gnus-default-article-saver): Doc fix.
7087         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7088         from gnus-summary-save-article-coding-system, and default to a
7089         certain coding system.
7090         (gnus-output-to-file): Add coding cookie and encode text according
7091         to gnus-article-save-coding-system; don't use mm-append-to-file.
7092
7093         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7094         gnus-art.el and rename to gnus-article-save-coding-system.
7095         (gnus-summary-save-article): Require gnus-art; don't show all
7096         headers if it decodes articles; don't add coding cookie here;
7097         don't bind mm-text-coding-system-for-write.
7098         (gnus-summary-save-article-file): Save decoded articles.
7099         (gnus-summary-write-article-file): When saving many files, use
7100         gnus-summary-write-to-file first and gnus-summary-save-in-file
7101         thereafter unless gnus-prompt-before-saving is always.
7102         (gnus-summary-save-article-body-file): Save decoded articles.
7103
7104         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7105
7106 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7107
7108         * nnrss.el (nnrss-check-group): Bind hash-index.
7109
7110 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7111
7112         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7113         its hash index.  Store this hash in `nnrss-group-data'.
7114         (nnrss-read-group-data): Update accordingly.
7115
7116 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7117
7118         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7119         entry.
7120
7121         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7122         gnus-article-browse-html-article.
7123
7124 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7125
7126         * gnus-sum.el (gnus-summary-mime-map): Add
7127         gnus-article-browse-html-article.
7128
7129         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7130
7131 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7132
7133         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7134         suitable coding systems in customize.
7135
7136 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7137
7138         * mail-source.el (mail-sources): Fix custom type.
7139
7140 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7141
7142         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7143         (gnus-summary-expire-articles-now): Shorten prompt.
7144
7145         * gmm-utils.el (wid-edit): Require.
7146         (defun-gmm): Renamed from `gmm-defun-compat'.
7147         (gmm-image-search-load-path): Use it.
7148         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7149
7150 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7153         variable.
7154         (gnus-summary-save-article): Add optional `decode' argument.  If
7155         it is set and gnus-summary-save-article-coding-system is non-nil,
7156         save decoded article.
7157         (gnus-summary-write-article-file): Save decoded article if
7158         gnus-summary-save-article-coding-system is non-nil.
7159
7160         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7161         type.
7162
7163 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7166
7167 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7170         first to test gnus-single-article-buffer which may be buffer-local.
7171
7172         * gnus-sum.el (gnus-summary-setup-buffer): Make
7173         gnus-single-article-buffer buffer-local and nil in ephemeral
7174         group; make gnus-article-buffer, gnus-article-current, and
7175         gnus-original-article-buffer always buffer-local.
7176         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7177         group.
7178         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7179
7180 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7181
7182         * nnml.el (nnml-request-compact-group): Compressed files might not
7183         have .gz extension.
7184
7185 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7186
7187         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7188         (mm-copy-to-buffer): Use with-current-buffer.
7189         (mm-display-part): Simplify.
7190         (mm-inlinable-p): Add optional arg `type'.
7191
7192 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7193
7194         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7195         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7196         Try harder to show the attachment internally or externally using
7197         gnus-mime-view-part-as-type.
7198
7199 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         * message.el (message-from-style, message-signature-separator)
7202         (message-user-organization-file, message-send-mail-function)
7203         (message-citation-line-function, message-yank-prefix)
7204         (message-indent-citation-function, message-signature)
7205         (message-signature-file, message-signature-insert-empty-line):
7206         Remove autoloads.
7207
7208         * gnus-art.el (gnus-buttonized-mime-types): Remove
7209         "multipart/signed".  Revert 2006-04-26 change.
7210
7211 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * gnus.el (gnus-version-number): Bump version.
7214
7215 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7216
7217         * gnus.el: No Gnus v0.5 is released.
7218
7219 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7220
7221         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7222         fetching articles by message-id.
7223
7224 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7225
7226         * message.el (hashcash): Require hashcash as normal.
7227
7228         * ecomplete.el (ecomplete-highlight-match-line): Use
7229         point-at-eol.
7230         (ecomplete-highlight-match-line): Use `highlight', because that
7231         face exists in both Emacs and XEmacs.
7232
7233         * message.el (message-display-abbrev): Use point-at-bol.
7234
7235         * mail-source.el: Don't require timer/timer-funcs.
7236
7237         * gnus-async.el: Ditto.
7238
7239         * password.el: Ditto.
7240
7241         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7242
7243         * mm-url.el: Ditto.
7244
7245         * gnus-xmas.el: Don't require timer-funcs.
7246
7247         * mm-util.el: Require timer/timer-funcs.
7248
7249 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7250
7251         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7252         Close.
7253
7254 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7257         unibyte after clear-decrypt function runs.
7258
7259         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7260         returns as a unibyte string.
7261
7262 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * lpath.el: Revert.
7265
7266         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7267         (pgg-gpg-process-sentinel): Revert.
7268
7269         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7270         (pgg-pgp-lookup-key): Revert.
7271
7272         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7273         (pgg-pgp5-lookup-key): Revert.
7274
7275         * pgg.el (pgg-fetch-key): Revert.
7276
7277 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * lpath.el: Fbind string-as-multibyte for XEmacs.
7280
7281         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7282         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7283         (mml1991-pgg-encrypt): Ditto.
7284
7285         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7286         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7287         a multibyte buffer.
7288
7289         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7290         (pgg-pgp-lookup-key): Ditto.
7291
7292         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7293         (pgg-pgp5-lookup-key): Ditto.
7294
7295         * pgg.el (pgg-fetch-key): Ditto.
7296
7297 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7298
7299         * message.el (message-user-organization-file): Check several
7300         locations of the organization file.
7301
7302         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7303         Add gnus-article-view-part-as-type.
7304
7305         * gnus-art.el (gnus-article-view-part-as-type): New function.
7306
7307         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7308         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7309
7310         * mml.el: Simplify autoload.
7311         (mml-mode): defvar dnd-protocol-alist instead of using
7312         symbol-value.
7313         (mml-default-directory): New variable.
7314         (mml-minibuffer-read-file): Use it.
7315         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7316
7317         * message.el (message-citation-line-format): New variable.
7318         (message-insert-formated-citation-line): New function.
7319         (message-citation-line-function): Add
7320         `message-insert-formated-citation-line' to custom type.
7321
7322         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7323         to doc string.
7324
7325         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7326         depending on mm-verify-option.
7327
7328 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7331         binding pgg-* variables; reimplement the section which prevents
7332         MIME header from being signed.
7333         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7334         pgg-text-mode; remove a blank line at the top of body.
7335
7336         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7337         lines at the top of body; use gnus-newsgroup-charset if there's no
7338         Charset header.
7339
7340 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * message.el (message-self-insert-commands): Doc fix.
7343
7344         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7345         (mm-uu-pgp-encrypted-test): Ditto.
7346         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7347         between header and body; return application/pgp-encrypted handle
7348         if decryption failed; decode decrypted body by charset.
7349
7350         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7351         element match to application/pgp-*.
7352
7353 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7354
7355         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7356         HTML.
7357
7358 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7359
7360         * mail-source.el (mail-source-call-script): Message the error
7361         string.
7362
7363 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7364
7365         * gnus-util.el (gnus-byte-compile): Use it.
7366
7367 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7368
7369         * gnus-util.el (kill-empty-logs): New function.
7370
7371 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7372
7373         * message.el (message-mail-alias-type): Doc fix.
7374         (message-mail-alias-type-p): New function.
7375         (message-send): Use it.
7376         (message-mode): Ditto.
7377         (message-strip-forbidden-properties): Ditto.
7378
7379         * ecomplete.el (ecomplete-database-file-coding-system): New
7380         variable.
7381         (ecomplete-save): Use it.
7382         (ecomplete-setup): Use it.
7383
7384 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * message.el (message-self-insert-commands): New variable.
7387         (message-strip-forbidden-properties): Use it.
7388
7389 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7390
7391         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7392         that doesn't make XEmacs choke.
7393
7394 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * gnus-util.el (gnus-replace-in-string):
7397         Prefer replace-regexp-in-string over of replace-in-string.
7398
7399 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * gnus-util.el (gnus-select-frame-set-input-focus):
7402         Use select-frame-set-input-focus if it is available in XEmacs; use
7403         definition defined in Emacs 22 for old Emacsen.
7404
7405         * dgnushack.el: Autoload unmorse-region for XEmacs.
7406
7407         * lpath.el: Bind cursor-in-non-selected-windows and
7408         select-frame-set-input-focus for XEmacs.
7409
7410 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7411
7412         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7413
7414 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7415
7416         * gnus-registry.el (gnus-registry-cache-save): Remove text
7417         properties when saving via the temp buffer.
7418
7419 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7420
7421         * message.el (message-generate-hashcash): Honor custom type.
7422
7423 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7424
7425         * message.el (message-generate-hashcash): Default to non-nil when
7426         hashcash is found.
7427
7428         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7429         (gnus-refer-thread-limit): Increase default to 500.
7430
7431         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7432
7433         * flow-fill.el (fill-flowed): Allow delete-space.
7434
7435 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7436
7437         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7438         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7439         Remove autoloads.
7440
7441 2006-04-18  Simon Josefsson  <jas@extundo.com>
7442
7443         * message.el (message-generate-hashcash): Default to.
7444
7445 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7448         concatenating segments rather than before concatenating them.
7449
7450 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7451
7452         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7453
7454 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7455
7456         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7457
7458         * message.el (message-forward-make-body-plain): Allow
7459         message-forward-ignored-headers to be a list.
7460         (message-remove-ignored-headers): Factor out into function.
7461         (message-forward-make-body-mml): Use it.
7462
7463         * imap.el (imap-quote-specials): New function.
7464         (imap-login-auth): Quote specials.
7465
7466         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7467         (rfc2231-parse-string): Allow concatanation of parameters that
7468         aren't contiguous.  The test case is
7469           (mail-header-parse-content-type "message/external-body;
7470             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7471             access-type=LOCAL-FILE;
7472             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7473
7474 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7475
7476         * nntp.el (nntp-accept-process-output): Return the value of
7477         `nnheader-accept-process-output'.
7478
7479 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7480
7481         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7482         (gnus-button-alist): Recognize more diff formats.
7483         (gnus-button-patch): Strip directory.
7484
7485 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7486
7487         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7488         Emacs 22 when setting focus.
7489
7490 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * gnus-art.el (gnus-article-treat-types): Do treatment of
7493         text/x-verbatim parts.
7494         (gnus-button-patch): New command.
7495
7496         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7497         addresses that contain invalid characters.
7498
7499 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7500
7501         * message.el (message-put-addresses-in-ecomplete): Use
7502         gnus-replace-in-string.
7503         (message-is-yours-p): Use the more correct
7504         mail-header-parse-address instead of
7505         mail-extract-address-components.
7506         (message-put-addresses-in-ecomplete): Fix typo.
7507
7508         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7509         keystroke.
7510
7511         * gnus-art.el (gnus-treatment-function-alist): Change order of
7512         newsgroups/generic header folding to avoid double-folding.
7513
7514         * message.el (message-hidden-headers): Add X-Draft-From.
7515
7516         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7517         command.
7518         (gnus-summary-repeat-search-article-backward): New command.
7519
7520         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7521         groups in the parent topic.
7522
7523 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7524
7525         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7526         (spam-extra-header-to-number): Return the CRM114 number as a
7527         number instead of a string.
7528
7529 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7530
7531         * gnus-art.el (gnus-face-properties-alist): Moved here from
7532         gnus-fun.
7533
7534         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7535
7536 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7537
7538         * message.el (message-strip-forbidden-properties): Only display on
7539         self-insert-command.
7540
7541         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7542         reindent.
7543         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7544
7545 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7546
7547         * smiley.el (smiley-style): Fix typo.
7548
7549 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7550
7551         * hashcash.el (hashcash-insert-payment-async-2): Use
7552         message-goto-eoh instead of doing it manually.
7553         (mail-add-payment): Use message-narrow-to-header instead of trying
7554         to do the same itself.
7555
7556         * message.el (message-hidden-headers): Add Face.
7557
7558         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7559         reparenting code.
7560         (gnus-summary-reparent-children): Refactored out code.
7561         (gnus-summary-thread-map): New keystroke.
7562         (gnus-summary-reparent-children): Make into command.
7563
7564         * smiley.el (smiley-style): Default to `medium' if using a large
7565         font.
7566
7567         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7568         does it itself.
7569
7570         * message.el (message-point-in-header-p): Simplify definition.
7571
7572 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7573
7574         * nnagent.el (nnagent-request-set-mark): Silence log file
7575         writing.
7576         (nnagent-request-set-mark): Use write-region instead of
7577         append-to-file.
7578
7579         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7580         strange select method.
7581
7582         * ecomplete.el (ecomplete-display-matches): Get highlightling
7583         right.
7584         (ecomplete-display-matches): Use literals.
7585         (ecomplete-display-matches): Disable message logging.
7586
7587         * message.el (message-display-abbrev): Small optimization.
7588
7589         * ecomplete.el (ecomplete-display-matches): Allow automatic
7590         display.
7591
7592         * message.el (message-strip-forbidden-properties): Display
7593         abbrevs.
7594         (message-display-abbrev): Get automatic display right.
7595
7596         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7597         keystrokes.
7598
7599 2006-04-13  Romain Francoise  <romain@orebokech.com>
7600
7601         TODO: Backport to v5-10!
7602
7603         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7604         Moved here (and renamed) from gnus-registry.el.
7605
7606         * gnus-registry.el: Require gnus-util.
7607         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7608
7609 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7610
7611         * gnus-group.el (gnus-group-catchup-current): Change
7612         if-then-else-if-then-else into cond.
7613         (gnus-group-catchup): Indent.
7614         (group-name-at-point): New function.
7615         (gnus-fetch-group): Provide default from thing at point.
7616
7617 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7618
7619         * message.el (message-display-abbrev): Fix regexp.
7620
7621         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7622         choosing.
7623         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7624         dead variables.
7625
7626         * message.el (message-newline-and-indent): Remove debugging.
7627         (message-display-abbrev): Use new implementation.
7628
7629 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7630
7631         * gnus-art.el (gnus-article-mode): Set
7632         cursor-in-non-selected-windows to nil.
7633
7634         * smiley.el: Revert previous change.
7635         (smiley-data-directory): defvar it before using it in the
7636         defcustom of `smiley-style'.
7637
7638 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7639
7640         * message.el (message-newline-and-indent): New function.
7641
7642         * ecomplete.el: Implement more bits.
7643
7644         * message.el (message-put-addresses-in-ecomplete): Clean up the
7645         string.
7646
7647         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7648
7649         * gnus-sum.el (gnus-summary-save-parts): Bind
7650         gnus-summary-save-parts-counter and use it to make unique file
7651         names.
7652
7653         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7654
7655         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7656         parameter to say whether to actually parse the individual
7657         addresses.
7658
7659         * message.el (message-put-addresses-in-ecomplete): New function.
7660         (ecomplete): Require.
7661         (message-mail-alias-type): Add ecomplete as an option.
7662
7663 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7664
7665         * flow-fill.el (fill-flowed): Remove trailing space from blank
7666         quoted lines.
7667
7668 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669
7670         * smiley.el (smiley-style): Move definition later to avoid a
7671         compilation warning.
7672
7673 2006-04-12  Kenichi Handa  <handa@m17n.org>
7674
7675         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7676         buffer and then decode the buffer text if necessary.
7677         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7678         first, and after mm-encode-body, change the buffer to unibyte.
7679         Use mm-disable-multibyte instead of set-buffer-multibyte.
7680
7681 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7684         Content-Type header instead of Content-Disposition header.
7685         (gnus-mime-inline-part): Ditto.
7686         (gnus-mime-view-part-as-charset): Ignore charset that the part
7687         specifies.
7688
7689         * mm-decode.el (mm-display-part): Work with external parts and
7690         usual parts similarly.
7691
7692         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7693         instead of gnus-display-mime.
7694
7695         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7696         instead of with-temp-buffer.
7697
7698         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7699         tag to summarized topics part in order to encode non-ASCII text.
7700
7701 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7702
7703         * smiley.el (smiley-style): New variable.
7704         (smiley-directory): New function.
7705         (smiley-data-directory): Derive from `smiley-style' using
7706         `smiley-directory'.
7707         (smiley-regexp-alist): Add new entries.
7708
7709         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7710         (gnus-article-browse-delete-temp): Add :version.
7711
7712 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7713
7714         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7715         the sieve region.
7716
7717 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * gnus.el (gnus-version-number): Bump version.
7720
7721 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7722
7723         * gnus.el: No Gnus v0.4 is released.
7724
7725 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7726
7727         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7728         layout.
7729
7730         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7731         unknown charset.
7732
7733         * message.el (message-header-synonyms): Add Original-To to the
7734         default.
7735
7736         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7737         optional parameter.
7738
7739 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * gnus-fun.el (gnus): Require it for gnus-directory.
7742
7743 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7746
7747 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7748
7749         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7750
7751 2006-04-05  Simon Josefsson  <jas@extundo.com>
7752
7753         * password.el (password-reset): New function.
7754
7755 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7756
7757         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7758         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7759
7760 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7761
7762         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7763         Some whitespace was matched into the url, which broke browsing hits
7764         > 100 when mm-url-use-external was nil.
7765
7766 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7769         gnus-extra-headers for 'Newsgroups.
7770
7771         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7772         bound.
7773
7774 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7775
7776         * pgg-gpg.el: Clean up process buffers every time gpg processes
7777         complete.
7778
7779 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7780
7781         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7782         doc string.
7783
7784 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7785
7786         * pgg-gpg.el (pgg-gpg-process-filter)
7787         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7788
7789         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7790         lines, temporary fix.
7791
7792 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7793
7794         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7795
7796 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7797
7798         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7799         default-enable-multibyte-characters.  This reverts the change from
7800         revision 6.17 which is no longer necessary because the passphrase
7801         is sent separately now.  GnuPG messages are unreadable under
7802         multibyte locales with default-enable-multibyte-characters set to
7803         nil.
7804
7805 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7806
7807         * message.el (message-tool-bar-gnome): Move "spell".
7808
7809 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7810
7811         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7812         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7813         instead.
7814
7815 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7816
7817         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7818         newsgroups handling for NNTP overviews which don't include
7819         Newsgroups.
7820
7821 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7822
7823         * message.el (message-resend): Bind message-generate-hashcash to nil.
7824
7825 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7826
7827         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7828         when searching for already-paid recipients.
7829
7830 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7831
7832         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7833         passphrases when it is not needed.
7834         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7835         passphrase stuff from gpg, should only be necessary when you use
7836         gpg with a smartcard.
7837
7838 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * mml.el (mml-insert-mime): Ignore cached contents of
7841         message/external-body part.
7842
7843         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7844         (mm-insert-part): Ditto.
7845
7846 2006-03-23  Simon Josefsson  <jas@extundo.com>
7847
7848         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7849         Reiner.
7850         (pgg-gpg-use-agent-p): Use it again.
7851
7852 2006-03-23  Simon Josefsson  <jas@extundo.com>
7853
7854         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7855         older emacsen.
7856         (pgg-gpg-use-agent-p): Don't use it.
7857
7858 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7861         if we can.
7862
7863 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7864
7865         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7866         (pgg-gpg-update-agent): New function.
7867         (pgg-gpg-use-agent-p): New function.
7868         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7869         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7870         (pgg-gpg-sign-region): Use it.
7871
7872 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7875         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7876
7877 2006-03-21  Simon Josefsson  <jas@extundo.com>
7878
7879         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7880         <wilde@sha-bang.de>.
7881         (pgg-gpg-use-agent): New variable.
7882         (pgg-gpg-process-region): Use it.
7883         (pgg-gpg-encrypt-region): Likewise.
7884         (pgg-gpg-encrypt-symmetric-region): Likewise.
7885         (pgg-gpg-decrypt-region): Likewise.
7886         (pgg-gpg-sign-region): Likewise.
7887         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7888
7889 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7892
7893         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7894         Add comment on version.
7895
7896 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * smiley.el: Add missing test smiley.
7899
7900 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * mm-decode.el (mm-with-part): New macro.
7903         (mm-get-part): Use it; work with message/external-body as well.
7904         (mm-save-part): Treat name and filename equally.
7905
7906         * mm-extern.el (mm-extern-cache-contents): New function.
7907         (mm-inline-external-body): Use it; force the part to be displayed;
7908         move undisplayer added to the cached handle to the parent.
7909
7910         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7911         (gnus-mime-view-part-as-type): Work with message/external-body.
7912
7913         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7914
7915 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7916
7917         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7918         images in image-load-path.  [Sync with image.el, revision 1.60, in
7919         Emacs.]
7920
7921 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7924         path rather than symbol.  Always return list of directories.
7925         Guarantee that image directory comes first.  [Sync with image.el,
7926         revision 1.59, in Emacs.]
7927
7928         * message.el (message-make-tool-bar): Adjust to new API of
7929         `gmm-image-load-path-for-library'.
7930
7931         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7932
7933         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7934
7935 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7936
7937         * gnus-art.el (gnus-article-only-boring-p):
7938         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7939         intangible text.
7940         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7941
7942 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7945         `defun' instead of `gmm-defun-compat'.
7946
7947 2006-03-14  Simon Josefsson  <jas@extundo.com>
7948
7949         * message.el (message-unique-id): Don't use message-number-base36
7950         if (user-uid) is a float.
7951         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7952
7953 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7956
7957         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7958         empty line between a part and a message part.
7959
7960 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * smiley.el: Add more test smileys.
7963         (smiley-data-directory, smiley-regexp-alist)
7964         (gnus-smiley-file-types): Fix doc strings.
7965         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7966         adding new elements.
7967         (smiley-mouse-map): Unused code.  Make it a comment.
7968
7969 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7972         scan latest NoCeM messages instead of old ones.
7973         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7974         delimiters that are recently used.
7975         (gnus-nocem-load-cache): Add autoload cookie.
7976
7977         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7978
7979         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7980         level which is larger than gnus-use-nocem is specified.
7981
7982         * gnus-group.el (gnus-group-get-new-news): Ditto.
7983
7984 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7985
7986         * gnus-util.el (gnus-tool-bar-update): New function.
7987
7988         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7989         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7990
7991         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7992
7993         * gnus-group.el (gnus-group-redraw-when-idle)
7994         (gnus-group-redraw-check): Remove.
7995         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7996
7997 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8000         if optional last element is specified in splits (FIELD VALUE...).
8001
8002 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8005         to gmm-image-load-path-for-library.  Call with no-error argument.
8006         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8007
8008         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8009
8010         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8011
8012         * gmm-utils.el (gmm-image-load-path): Remove alias.
8013
8014 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * gmm-utils.el (gmm-image-load-path): Add alias.
8017
8018         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8019         nnml-generate-nov-databases-1.
8020         (nnml-generate-nov-databases): Use it.
8021         (nnml-generate-nov-databases-directory): Document no-active
8022         argument.
8023
8024         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8025         directory if path is t.  Add no-error.
8026
8027         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8028         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8029
8030         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8031         resetting gnus-article-browse-html-temp-list.
8032
8033         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8034         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8035         Add example to docstring.  Rename local variables.  Move error
8036         checks to default case in cond and simplify.
8037
8038 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8041         handle is multipart when calling it recursively.
8042         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8043
8044 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8045
8046         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8047         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8048
8049 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8052         is loaded.
8053
8054         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8055         loaded.
8056
8057 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8060         to "Emacs 23 (unicode)" in doc string.
8061
8062         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8063         "Emacs 23 (unicode)" in comment.
8064
8065 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8068
8069         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8070         characters 160 through 255 in Emacs 23.
8071
8072 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8075         gnus-article-browse-html-temp.
8076         (gnus-article-browse-delete-temp): Make it customizable.  Add
8077         `file'.  Adjust doc string.
8078         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8079         query for each file.  Adjust doc string.
8080         (gnus-article-browse-html-parts): Add
8081         `gnus-article-browse-delete-temp-files' to
8082         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8083
8084 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8085
8086         * gnus-art.el (gnus-article-browse-html-temp)
8087         (gnus-article-browse-delete-temp): New variables.
8088         (gnus-article-browse-delete-temp-files): New function.
8089         (gnus-article-browse-html-parts): Use it.
8090
8091 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8094
8095         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8096         string.
8097
8098         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8099         gnus-summary-insert-new-articles when unplugged.  Remove
8100         gnus-summary-search-article-forward.
8101
8102         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8103         display-visual-class instead of display-color-cells.
8104
8105 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * dgnushack.el: Autoload customize-group for XEmacs.
8108
8109         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8110         message/* containing non-ASCII text properly.
8111
8112 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * message.el: Require gmm-utils, remove autoloads.
8115         (message-tool-bar): Set default based on
8116         gmm-tool-bar-style.
8117         (message-tool-bar-gnome): Add gmm-customize-mode.
8118
8119         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8120         gmm-tool-bar-style.
8121         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8122
8123         * gnus-group.el (gnus-group-tool-bar): Set default based on
8124         gmm-tool-bar-style.
8125         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8126
8127         * gmm-utils.el (gmm-image-directory): Rename variable from
8128         gmm-image-load-path.
8129         (gmm-image-load-path): Use gmm-image-directory.
8130         (gmm-customize-mode): New function.
8131         (gmm-tool-bar-style): New variable.
8132
8133         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8134         gnus-group-redraw-line-number.
8135         (gnus-group-redraw-check): Simplify.
8136         (gnus-group-tool-bar-update): Remove redraw check.
8137         (gnus-group-make-tool-bar): Add redraw check.
8138
8139 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8140
8141         * gnus-art.el (gnus-button): Add missing parentheses.
8142
8143 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * lpath.el: Fbind line-number-at-pos.
8146
8147 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8150
8151 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8152
8153         * gnus-art.el (gnus-button): New face.
8154         (gnus-article-button-face): Use it.
8155
8156         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8157         gnus-summary-next-page.  Re-order.
8158
8159         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8160         next-node are now included.
8161         (gnus-group-redraw-line-number): New internal variable.
8162         (gnus-group-redraw-check): Helper function for updating the tool
8163         bar.
8164         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8165
8166         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8167
8168         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8169         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8170         Use it to match format of Spamassassin 3.0 and later.  Reported by
8171         IRIE Tetsuya <irie@t.email.ne.jp>.
8172         (spam-check-bogofilter)
8173         (spam-bogofilter-register-with-bogofilter): Fix args of
8174         `gnus-error' calls.
8175
8176 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8179         unnecessary interaction when sending queued mails.  Reported by
8180         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8181
8182 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8183
8184         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8185         first or last are nil.
8186
8187 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8188
8189         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8190
8191 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8192
8193         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8194
8195 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * dns.el (query-dns): Protect more against buggy tcp output.
8198
8199 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8202         nov.php.
8203
8204 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8205
8206         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8207         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8208         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8209         output on the server side.
8210         (nnweb-google-create-mapping): Update regexps and add some
8211         progress indication.
8212
8213 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8214
8215         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8216         gnus-agent-toggle-plugged.  Re-order icons.
8217         (gnus-group-tool-bar-gnome): Add
8218         gnus-group-{prev,next}-unread-group.
8219         (gnus-group-tool-bar-gnome): Re-order icons.
8220
8221         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8222         gnus-summary-insert-new-articles.
8223
8224         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8225         comments.
8226
8227         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8228         also available in Emacs 21.3.
8229
8230         * message.el (message-fix-before-sending): Change "Emacs 22" to
8231         "Emacs 23 (unicode)" in comment.
8232
8233         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8234         "Emacs 23 (unicode)" in comment.
8235
8236         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8237         comment.
8238         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8239
8240         * mm-view.el (mm-fill-flowed): Add :version.
8241
8242 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8245         and load-path.
8246
8247 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * message.el: Autoload gmm-image-load-path.
8250         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8251         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8252         consitency.
8253
8254         * gmm-utils.el (gmm-image-load-path): Also search in
8255         "../etc/images".  Don't set gmm-image-load-path if we don't find
8256         the image.
8257
8258 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gmm-utils.el (gmm-image-load-path): Don't make
8261         `gmm-image-load-path' include subdirectories which the second arg
8262         `image' might specify.
8263
8264         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8265         subdirectory to icon file names.
8266
8267         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8268
8269 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8270
8271         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8272         gmm-image-load-path calls.
8273
8274         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8275
8276         * message.el (message-make-tool-bar): Ditto.
8277
8278         * mml.el (mml-preview): Added comment concerning tool bar icons.
8279
8280         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8281         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8282
8283         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8284         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8285
8286         * message.el (message-tool-bar-gnome): Use new icon names.
8287         (message-make-tool-bar): Use `gmm-image-load-path'.
8288
8289         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8290         functions from MH-E.
8291         (gmm-image-load-path): New variable from MH-E.
8292         (gmm-image-load-path): New function from MH-E.  Added arguments
8293         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8294         *-image-load-path-called-flag.
8295
8296 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8297
8298         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8299
8300 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8301
8302         * nnimap.el (nnimap-request-move-article): Change folder back to
8303         source group before deleting.
8304
8305 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8308
8309         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8310         mm-url.
8311
8312         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8313
8314 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8317         coding system which mm-charset-to-coding-system returns for a
8318         given charset is valid.
8319
8320 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8321
8322         * html2text.el (html2text-remove-tag-list):
8323         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8324
8325 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8326
8327         * gnus-cus.el: Revert 2005-10-17 change.
8328
8329 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * gnus-art.el (article-strip-banner): Call
8332         article-really-strip-banner only when the regexp match is made.
8333
8334 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * gnus-art.el (article-strip-banner): Use
8337         gnus-extract-address-components instead of
8338         mail-header-parse-addresses to make it work with non-ASCII text;
8339         remove mail-encode-encoded-word-string.
8340
8341         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8342         values which are surrounded with \"...\"; make it never cause a
8343         Lisp error; give up parsing of parameters if it failed in
8344         extracting type.
8345
8346 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8347
8348         * smime.el (smime-cert-by-ldap-1): Fix bug where
8349         `smime-ldap-search' returns results without userCertificates.
8350
8351 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8354
8355 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * spam.el (spam-check-spamassassin-headers): Adapt format for
8358         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8359         <ari@mbf.ocn.ne.jp>.
8360         (spam-list-of-processors): Add spam-use-gmane.
8361
8362 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8365         make-temp-file; make it work with XEmacs as well.
8366
8367         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8368         mm-make-temp-file.
8369
8370         * mm-decode.el (mm-display-external): Use the 3rd arg of
8371         mm-make-temp-file.
8372         (mm-create-image-xemacs): Ditto.
8373
8374 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8377         with message-narrow-to-headers.
8378         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8379         (gnus-draft-check-draft-articles): New function.
8380         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8381
8382 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8383
8384         * gnus-art.el (gnus-article-browse-html-parts):
8385         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8386         Don't use suffix argument for mm-make-temp-file for Emacs 21
8387         compatibility.  Remove useless `format'.
8388
8389 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8390
8391         * nnweb.el (nnweb-google-wash-article): Update regexps.
8392         (nnweb-group-alist): Use defvoo instead of defvar.
8393
8394 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8397         re-loading nn* modules.
8398
8399 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8402         for `tool-bar-mode' and don't check it's default-value.
8403
8404         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8405
8406         * message.el (message-make-tool-bar): Ditto.
8407
8408         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8409         `substring'.  Shorten tmp-file name.
8410
8411         * gnus.el: Remove bogus comment.
8412
8413 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8414
8415         * gnus-art.el (gnus-article-browse-html-parts): New function.
8416         (gnus-article-browse-html-article): New function for viewing html
8417         articles with a browser.
8418
8419 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8420
8421         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8422         in elisp.
8423         (pgg-gpg-encrypt-symmetric-region): Ditto.
8424         (pgg-gpg-sign-region): Ditto.
8425
8426         * pgg-def.el (pgg-text-mode): New variable.
8427
8428         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8429         (mml2015-pgg-encrypt): Ditto.
8430
8431         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8432         (mml1991-pgg-encrypt): Ditto.
8433
8434 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8437         message-make-date instead of current-time-string.
8438
8439         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8440         to gnus-decoded which mm-uu might set.
8441
8442 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8445         don't decode quoted parameters; remove misimported Emacs code.
8446         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8447         (rfc2231-decode-encoded-string): Don't use split-string which
8448         behaves differently according to Emacs version; use
8449         mm-decode-coding-region to convert charset to coding-system.
8450         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8451         (rfc2231-encode-string): Remove misimported Emacs code.
8452
8453 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8456         when calling mail-header-parse-content-type.
8457         (article-de-quoted-unreadable): Ditto.
8458         (article-de-base64-unreadable): Ditto.
8459         (article-wash-html): Ditto.
8460
8461         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8462         calling mail-header-parse-content-type and
8463         mail-header-parse-content-disposition.
8464         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8465         mail-header-parse-content-type.
8466
8467         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8468         insert charset and format parameters; encode description after
8469         inserting it to buffer.
8470         (mml-insert-parameter): Fold lines properly even if a parameter is
8471         segmented into two or more lines; change the max column to 76.
8472
8473         * rfc1843.el (rfc1843-decode-article-body): Don't use
8474         ignore-errors when calling mail-header-parse-content-type.
8475
8476         * rfc2231.el (rfc2231-parse-string): Return at least type if
8477         possible; don't cause an error even if it fails in parsing of
8478         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8479         (rfc2231-encode-string): Don't break lines at the beginning, leave
8480         it to mml-insert-parameter.
8481
8482         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8483         calling mail-header-parse-content-type.
8484
8485 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * spam-report.el (spam-report-gmane-use-article-number):
8488         Improve doc string.
8489         (spam-report-gmane-internal): Check if a suitable header was found
8490         in the article.
8491
8492 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8495         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8496
8497 2006-02-05  Romain Francoise  <romain@orebokech.com>
8498
8499         Update copyright notices of all files in the gnus directory.
8500
8501 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8502
8503         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8504
8505 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8508         segmented lines of parameter value to cope with Thunderbird 1.5
8509         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8510         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8511         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8512
8513 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8514
8515         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8516         parts.
8517
8518 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8519
8520         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8521         there's only one active file for all servers.
8522         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8523         solid groups.  Gnus might have used a FAST request to select the group.
8524         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8525         and nnweb-search redundantly in the active file.
8526         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8527         (nnweb-request-create-group): Don't use ARGS.
8528         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8529         initialisations.  Let nnoo do the work.
8530
8531 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8534         Say the part has been decoded.
8535
8536         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8537
8538 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8539
8540         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8541         mailcap-viewer-test-cache when there's no 'test clause, since that
8542         will invert the meaning of a "nil" test previously determined by
8543         mailcap-mailcap-entry-passes-test.
8544
8545 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8548         compiling.
8549
8550         * gnus-sum.el: Ditto.
8551
8552         * message.el: Don't bind tool-bar-map when compiling.
8553
8554 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8555
8556         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8557
8558 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8559
8560         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8561         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8562         current Google Groups.
8563
8564 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8565
8566         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8567         and tool-bar-mode.
8568
8569         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8570         and tool-bar-mode.
8571
8572         * message.el (message-tool-bar-update): Simplify.
8573         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8574
8575         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8576         gnus-summary-buffer.
8577         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8578         gnus-summary-reply.
8579
8580         * gmm-utils.el (gmm): Add :version.
8581
8582 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * Makefile.in (clean): New rule.
8585         (distclean): Use it.
8586
8587 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8588
8589         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8590         autoload.
8591
8592 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gmm-utils.el (gmm-verbose): Add :group.
8595
8596 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8597
8598         * message.el: Change some comments WRT tool-bars.
8599
8600         * gnus-sum.el (gnus-summary-tool-bar)
8601         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8602         (gnus-summary-tool-bar-zap-list): New variables.
8603         (gnus-summary-make-tool-bar): Complete rewrite using
8604         `gmm-tool-bar-from-list'.
8605
8606         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8607         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8608         variables.
8609         (gnus-group-make-tool-bar): Complete rewrite using
8610         `gmm-tool-bar-from-list'.
8611         (gnus-group-tool-bar-update): New function.
8612
8613         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8614
8615 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8618         is dissected into a single part of which the type is the same as
8619         the given one; decode charset.
8620
8621 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8622
8623         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8624         into alists as symbol not string, since that's what
8625         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8626         look for.
8627
8628 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8631         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8632
8633         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8634
8635 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8638         (gnus-xmas-mime-security-button-menu): New function.
8639
8640         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8641         (gnus-mime-security-button-menu): New definition.
8642         (gnus-mime-security-button-map): Use them.
8643         (gnus-mime-security-button-menu): New function.
8644         (gnus-insert-mime-security-button): Addition to help echo.
8645         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8646         (gnus-mime-security-pipe-part): New functions.
8647
8648         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8649         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8650
8651         * mm-decode.el (mm-handle-set-disposition): Remove.
8652         (mm-handle-set-description): Remove.
8653
8654 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8657         (mm-w3m-standalone-supports-m17n-p): New function.
8658         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8659         w3m usage.
8660
8661         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8662         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8663
8664 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8665
8666         * message.el (message-tool-bar-zap-list): Use
8667         gmm-tool-bar-zap-list as custom type.
8668         (message-tool-bar-update): New function.
8669         (message-tool-bar, message-tool-bar-gnome)
8670         (message-tool-bar-retro): Add message-tool-bar-update.
8671         (message-tool-bar-gnome): Add flyspell-buffer.
8672
8673         * gnus-util.el (gnus-error): Describe `args'.
8674
8675         * gmm-utils.el (gmm-error): Describe `args'.
8676         (gmm-tool-bar-zap-list): New widget.
8677         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8678
8679 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8682         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8683         the number of recursive calls.
8684
8685         * mm-decode.el (mm-handle-set-disposition): New macro.
8686         (mm-handle-set-description): New macro.
8687
8688 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8691         encoding.
8692
8693 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * message.el (message-tool-bar-zap-list, message-tool-bar)
8696         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8697         (message-tool-bar-local-item-from-menu): Remove.
8698         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8699         (message-make-tool-bar): New function.
8700         (message-mode): Use `message-make-tool-bar'.
8701
8702         * gmm-utils.el: New file.
8703         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8704         (gmm-lazy): New widget copied from `nnmail.el'.
8705         (gmm-tool-bar-from-list): New function for creating customizable
8706         tool bars.
8707         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8708         output.
8709         (gmm): Add :prefix to defgroup.
8710
8711 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8712
8713         * gmm-utils.el (gmm-widget-p): New function.
8714
8715 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8716
8717         * mml.el (mml-attach-file): Describe `description' in doc string.
8718         (mml-menu): Add Emacs MIME manual and PGG manual.
8719
8720 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8721
8722         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8723
8724 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8725
8726         * nntp.el (nntp-end-of-line): Doc fix.
8727
8728 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8729
8730         * imap.el (imap-open): Handle case where buffer is a buffer
8731         object.
8732
8733 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8734
8735         * gnus-delay.el (gnus-delay): Don't autoload.
8736         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8737         to be re-loaded when customizing the `gnus-delay' group.
8738
8739 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8740
8741         * message.el (message-insert-citation-line): Use newlines.
8742
8743 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8744
8745         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8746         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8747         these routines, so the passphrase can be managed externally and
8748         passed in to the system.
8749         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8750         pgg-add-passphrase-to-cache function.
8751
8752         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8753         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8754         these routines, so the passphrase can be managed externally and
8755         passed in to the system.
8756         (pgg-pgp5-sign-region): Use new name of
8757         pgg-add-passphrase-to-cache function.
8758
8759 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8760
8761         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8762         part of the decoded armor to find the key-identifier.
8763         (pgg-gpg-lookup-key-owner): New function to return the
8764         human-readable identifier of a key owner.
8765         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8766         itself.
8767         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8768         the key value) if we have a key and can match it against a secret
8769         key.  Also, added a note pointing out fact that the prompt only
8770         indicates the first matching key.
8771
8772         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8773         pgg-decrypt-region.
8774         (pgg-add-passphrase-to-cache): Rename from
8775         `pgg-add-passphrase-cache' to reduce confusion (all callers
8776         changed).
8777         (pgg-remove-passphrase-from-cache): Rename from
8778         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8779         changed).
8780         (pgg-read-passphrase, pgg-add-passphrase-cache)
8781         (pgg-remove-passphrase-cache): Add informative docstrings.
8782         (pgg-decrypt): Convey provided passphrase in subordinate call to
8783         pgg-decrypt-region.
8784
8785 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8786
8787         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8788         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8789         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8790         'passphrase' argument, so the passphrase can be managed externally
8791         and then passed in to the system.
8792
8793         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8794         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8795         so the passphrase cache can be used reliably with identifiers
8796         besides a pgp packet's key id.
8797
8798         * pgg-gpg.el (pgg-gpg-encrypt-region)
8799         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8800         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8801         these routines, so the passphrase can be managed externally and
8802         passed in to the system.
8803
8804         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8805         'notruncate' argument, so the passphrase cache can be used
8806         reliably with identifiers besides a pgp packet's key id.
8807
8808 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8809
8810         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8811         symmetric encryption.
8812         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8813         encrypted session key.
8814         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8815         message ask for the passphrase in a proper way.
8816
8817         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8818         New user commands for symmetric encryption.
8819
8820 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8823
8824         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8825
8826 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8827
8828         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8829
8830 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * mm-decode.el (mm-inlined-types): Add application/pgp.
8833         (mm-automatic-display): Ditto.
8834
8835         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8836         part as text.
8837
8838 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * nnrss.el: Update copyright.
8841         (nnrss-opml-import): Query whether to subscribe to each entry.
8842
8843         * gnus-art.el:
8844         * gnus-sum.el:
8845         * gnus-xmas.el:
8846         * messagexmas.el:
8847         * mm-uu.el:
8848         * mm-view.el: Update copyright.
8849
8850 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8851
8852         * message.el (message-info): New function.
8853         (message-mode-menu): Add it.
8854         Update copyright.
8855
8856         * ChangeLog: Fix and update copyright.
8857
8858 2006-01-13  Romain Francoise  <romain@orebokech.com>
8859
8860         * message.el (message-forward-subject-name-subject): Prefer the
8861         address to 'nowhere' if the sender has no name.
8862         Fix typo.  Update copyright year.
8863
8864 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-art.el (article-wash-html): Use
8867         gnus-summary-show-article-charset-alist if a numeric arg is given.
8868         (gnus-article-wash-html-with-w3m-standalone): New function.
8869
8870         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8871         mm-inline-text-html-render-with-w3m-standalone.
8872         (mm-text-html-washer-alist): Map w3m-standalone to
8873         gnus-article-wash-html-with-w3m-standalone.
8874         (mm-inline-text-html-render-with-w3m-standalone): New function.
8875
8876 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8879         Improve LaTeX.
8880
8881 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8884         (nnrss-request-article): Render text/plain parts as HTML.
8885
8886         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8887         the buffer.
8888
8889 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8890
8891         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8892         custom definition of `gnus-posting-styles'.
8893
8894         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8895         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8896
8897 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8900         Use nntp for bug archive.
8901
8902 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8905         parts.
8906         (nnrss-normalize-date): New function converts ISO 8601 date into
8907         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8908         (nnrss-check-group): Use it.
8909
8910 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8913
8914         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8915         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8916         (nnrss-insert-w3): Ditto.
8917
8918 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8921         the articles to be forwarded including the case where neither a
8922         number of articles nor a region is specified.
8923
8924 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * nnrss.el (nnrss-request-article): Fix last change; fill
8927         text/plain parts.
8928
8929 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8932         in text/plain part.
8933         (nnrss-check-group): Don't add excessive newline to dc:subject.
8934
8935 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8936
8937         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8938         article.
8939
8940 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8941
8942         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8943         (nnml-use-compressed-files, nnml-save-mail): Support other
8944         comression programs such as bzip2.
8945
8946 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8947
8948         * dns.el (query-dns): Make sure we check the buffer size before
8949         removing tcp headers.
8950
8951 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8954         remove MIME buttons associated with multipart/alternative parts.
8955         (gnus-mime-display-alternative): Tag buttons using `article-type'
8956         text property.
8957
8958         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8959         associated with multipart/alternative parts.
8960
8961         * gnus-art.el (gnus-signature-separator): Fix custom type.
8962
8963         * mm-decode.el (mm-inlined-types): Fix custom type.
8964         (mm-keep-viewer-alive-types): Ditto.
8965         (mm-automatic-display): Ditto.
8966         (mm-attachment-override-types): Ditto.
8967         (mm-inline-override-types): Ditto.
8968         (mm-automatic-external-display): Ditto.
8969
8970 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8971
8972         * spam-report.el (spam-report-user-mail-address)
8973         (spam-report-user-agent): New variables.
8974         (spam-report-url-ping-plain): Use spam-report-user-agent.
8975
8976 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8977
8978         * gnus-art.el (gnus-button-handle-custom): Do not just use
8979         `customize-apropos' for any "M-x customize-*" button but the
8980         function called for.  Accept both the function name and its
8981         argument in order to achieve this.
8982         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8983         function name to `gnus-button-handle-custom' in case of "M-x
8984         customize-*" buttons.
8985
8986 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8989         multipart/alternative and add xref to mm-discouraged-alternatives
8990         in doc string.
8991
8992         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8993         gnus-buttonized-mime-types in doc string.
8994
8995 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8998         Suggest image/.* in the doc string.
8999
9000 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9003         message-marks (Debian bug #342521).
9004
9005 2005-12-12  Simon Josefsson  <jas@extundo.com>
9006
9007         * password.el (password-read-from-cache): Add.
9008         (password-read): Use it.
9009
9010 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9013         us-ascii as a MIME charset.
9014
9015         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9016         against the case where the 2nd arg TYPE is nil.
9017
9018 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * pop3.el (pop3-stream-type): Fix custom version.
9021
9022         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9023
9024 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9025
9026         * mm-decode.el (mm-display-external): Add missing cdr.
9027
9028 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9031         RFC1524) if it is in mailcap or add a suffix according to
9032         mailcap-mime-extensions when generating a temp filename; postpone
9033         deleting a temp file for 2 seconds for some wrappers, shell
9034         scripts, and so on, which might exit right after having started a
9035         viewer command as a background job.
9036
9037 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9038
9039         * nntp.el (nntp-marks-directory): Fix custom group.
9040
9041         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9042         steps when < 10.
9043
9044         * gnus-start.el (gnus-no-server-1): Mention
9045         `gnus-level-default-subscribed' in doc string.
9046
9047 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9048
9049         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9050         parens.
9051
9052 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * gnus-xmas.el (gnus-use-toolbar): Revert.
9055         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9056         gnus-use-toolbar is default.
9057
9058         * messagexmas.el (message-use-toolbar): Revert.
9059         (message-setup-toolbar): Use global default-toolbar if
9060         message-use-toolbar is default.
9061
9062 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9065         according to default-toolbar-visible-p.
9066
9067         * messagexmas.el (message-use-toolbar): Ditto.
9068
9069 2005-11-26  Dave Love  <fx@gnu.org>
9070
9071         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9072         (tls-program, tls-success): Provide openssl alternative.
9073
9074         * starttls.el: Doc fixes.
9075         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9076         SERVICE to PORT.
9077
9078         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9079         port null or service name.
9080         (starttls-negotiate): Autoload.
9081
9082 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * message.el (message-kill-to-signature): Fix interactive spec.
9085
9086 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * pop3.el (pop3-open-server): Recognize a string as a service name.
9089
9090 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9091
9092         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9093
9094 2005-11-23  Dave Love  <fx@gnu.org>
9095
9096         Add pop3s, pop3/starttls.
9097
9098         * pop3.el (pop3-authentication-scheme): Clarify doc.
9099         (open-tls-stream, starttls-open-stream): Autoload.
9100         (pop3-stream-type): New.
9101         (pop3-open-server): Use it.
9102
9103         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9104         for POP.
9105         (mail-source-keyword-map): Add :stream for POP.
9106         (mail-source-fetch-pop): Use pop3-stream-type.
9107
9108 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9111         of current-time-string.
9112
9113 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9114
9115         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9116         date header.
9117
9118 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9119
9120         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9121         it can seriously impact performance as it bypasses the agent's
9122         local caches.
9123
9124 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9125
9126         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9127         must be explicitly online rather than "not explicitly offline" for
9128         its flags to be synchronized.
9129
9130         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9131         that gnus-uu-unmark-thread will function correctly.
9132
9133         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9134         1024K is instead displayed as 1M.
9135
9136 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9137
9138         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9139
9140 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9141
9142         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9143
9144 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9145
9146         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9147         error message to display actual error condition.
9148         (gnus-agent-save-local): Avoid saving symbols that are bound to
9149         nil as they simply result in a warning message in
9150         gnus-agent-read-local.
9151
9152 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9155         rather than make-variable-buffer-local for file-precious-flag.
9156
9157 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9158
9159         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9160         for duplicates which are removed.  The invalid sort check then
9161         triggers a rescan after the sort as sorting may have moved
9162         duplicate entries such that they can be cheaply detected.
9163
9164 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9167
9168 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9169
9170         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9171         internal variable to a custom variable.  Changed default value
9172         from compressed(2) to uncompressed(1).
9173         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9174         support for uncompressed agentview files.  Taken together, reading
9175         the agentview file should now be 6-7 times faster.
9176
9177 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9178
9179         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9180         as a buffer-local variable.  This avoids creating truncated
9181         dribble files as a result of a hang up, eg.
9182
9183 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9184
9185         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9186         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9187         XEmacs.
9188
9189 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * gnus-start.el (gnus-start-draft-setup): Enforce
9192         `gnus-draft-mode' for nndraft:drafts at startup.
9193
9194         * gnus.el (gnus-splash): Change custom group.
9195         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9196         allow-list argument.
9197
9198         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9199         string.
9200
9201 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * gnus-art.el (gnus-default-article-saver): Add user-defined
9204         `function' to custom type.
9205
9206 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9207
9208         * imap.el (imap-open): Handle case where buffer is a buffer
9209         object.
9210
9211 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9212
9213         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9214         long lines.
9215         (gnus-cache-delete-group): Wrap doc strings.
9216
9217         * gnus-agent.el (gnus-agent-rename-group)
9218         (gnus-agent-delete-group): Wrap doc strings.
9219
9220 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * messagexmas.el (message-use-toolbar): Change the valid values
9223         into default, top, bottom, left, and right.
9224         (message-toolbar-thickness): New variable.
9225         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9226         well.
9227         (message-setup-toolbar): Make it work.
9228
9229         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9230         (gnus-use-toolbar): Change the valid values into default, top,
9231         bottom, left, and right.
9232         (gnus-toolbar-thickness): New variable.
9233         (gnus-xmas-setup-toolbar): New function.
9234         (gnus-xmas-setup-group-toolbar): Use it.
9235         (gnus-xmas-setup-summary-toolbar): Use it.
9236
9237 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * gnus-start.el (gnus-1): Add "native" to
9240         gnus-predefined-server-alist.
9241
9242         * gnus.el (gnus-method-to-server): Don't add "native" to the
9243         lists here, because that leads to problems when
9244         gnus-select-method is bound.
9245
9246 2005-11-09  Simon Josefsson  <jas@extundo.com>
9247
9248         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9249         use (not sort-by-date) instead.
9250
9251 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9252
9253         * gnus-delay.el (gnus-delay-group): Don't autoload.
9254         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9255         to be re-loaded when customizing the `gnus-delay' group.
9256
9257 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9258
9259         * message.el: Revert last changes.
9260         (message-insert-citation-line): Use newlines.
9261
9262 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9263
9264         * message.el (message-courtesy-message)
9265         (message-mark-insert-begin, message-mark-insert-end)
9266         (message-elide-ellipsis, message-cancel-message)
9267         (message-add-header, message-change-subject)
9268         (message-cross-post-followup-to-header)
9269         (message-cross-post-insert-note, message-reduce-to-to-cc)
9270         (message-widen-reply, message-delete-not-region)
9271         (message-kill-to-signature, message-insert-signature)
9272         (message-insert-importance-high, message-insert-importance-low)
9273         (message-insert-or-toggle-importance)
9274         (message-insert-disposition-notification-to)
9275         (message-indent-citation, message-yank-original)
9276         (message-cite-original-without-signature, message-cite-original)
9277         (message-insert-citation-line, message-position-on-field)
9278         (message-fix-before-sending, message-send-mail-partially)
9279         (message-send-mail, message-send-mail-with-sendmail)
9280         (message-send-mail-with-qmail, message-send-news)
9281         (message-check-news-header-syntax, message-generate-headers)
9282         (message-insert-courtesy-copy, message-fill-address)
9283         (message-fill-header, message-shorten-references)
9284         (message-setup-1, message-cancel-news)
9285         (message-forward-make-body-plain, message-forward-make-body-mime)
9286         (message-forward-make-body-mml, message-encode-message-body)
9287         (message-forward-make-body-digest-plain)
9288         (message-forward-make-body-digest-mime)
9289         (message-use-alternative-email-as-from): Insert `hard-newline'
9290         instead of ordinary newlines.
9291
9292 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * message.el (message-generate-headers): Downcase the argument
9295         given to message-check-element.
9296
9297 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9298
9299         * nntp.el (nntp-authinfo-rejected): New error condition.
9300         (nntp-wait-for): Use new error condition to signal authentication
9301         error.
9302         (nntp-retrieve-data): Rethrow new error condition to break out of
9303         recursive call to nntp-send-authinfo.
9304
9305 2005-11-08  Romain Francoise  <romain@orebokech.com>
9306
9307         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9308         (gnus-summary-exit-map): Bind to `Z p'.
9309         (gnus-summary-make-menu-bar): Add menu item.
9310
9311 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9314         (gnus-treat-*): Add `first' in all doc strings.
9315
9316         * gnus-group.el (gnus-group-compact-group): Fix typo.
9317
9318 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus.el (gnus-parameters-case-fold-search): New variable.
9321         (gnus-parameters-get-parameter): Use it.
9322
9323         * gnus-score.el (gnus-home-score-file): Doc fix.
9324
9325 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9326
9327         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9328
9329 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * mm-util.el (mm-special-display-p): New function.
9332
9333         * mml.el (mml-preview): Use it; doc fix.
9334
9335 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9336
9337         * imap.el (imap-open): Handle case where buffer is a buffer object.
9338
9339 2005-10-29  Romain Francoise  <romain@orebokech.com>
9340
9341         * message.el (message-fix-before-sending): Fix comment.
9342
9343 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9344
9345         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9346
9347 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9348
9349         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9350         Used in gnus-score.el.
9351
9352 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9355
9356 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9357
9358         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9359         whitespace removed in revision 7.8.  Use concatenated string to
9360         protect trailing whitespace.
9361
9362 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9363
9364         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9365         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9366         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9367         Courier IMAP ("some version from 2004").  Mostly based on similar
9368         code in the same function.
9369
9370 2005-10-26  Didier Verna  <didier@xemacs.org>
9371
9372         * gnus-group.el (gnus-group-compact-group): Invalidate original
9373         article buffer.
9374         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9375         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9376         NOV database and in article itself.
9377         Invalidate article backlog.
9378
9379 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9380
9381         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9382
9383 2005-10-26  Simon Josefsson  <jas@extundo.com>
9384
9385         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9386         part of 2004-07-25 change.
9387
9388 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * message.el (message-display-completion-list): New function.
9391         (message-expand-group): Use it; make sure the Completions buffer
9392         is modifiable.
9393 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9394
9395         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9396         user-mail-name is an empty string.
9397
9398 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9399
9400         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9401         depending on gnus-score-decay-constant.
9402
9403         * encrypt.el (encrypt-insert-file-contents)
9404         (encrypt-write-file-contents): Don't use `gnus-message'.
9405
9406         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9407         arguments.
9408         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9409         arguments to mm-uu-verbatim-marks-extract.
9410         (mm-uu-hide-markers): New variable.
9411         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9412
9413         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9414         (gnus-convert-image-to-face-command): Use "convert" by default to
9415         allow other input image formats.
9416         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9417         accordingly.
9418
9419 2005-10-23  Simon Josefsson  <jas@extundo.com>
9420
9421         * imap.el (imap-gssapi-program): Align command line parameters
9422         with latest GNU SASL.
9423         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9424
9425 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9426
9427         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9428         HTML.
9429         (nnslashdot-request-article): Ditto.
9430
9431         * lpath.el (featurep): Add nobreak-char-display.
9432
9433 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9434
9435         * mail-source.el (mail-source-fetch-pop): Require pop3.
9436         (mail-source-check-pop): Ditto.
9437
9438 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9441         errors.
9442
9443 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9446         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9447
9448         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9449
9450         * mm-bodies.el (mm-decode-string): Call
9451         `mm-charset-to-coding-system' with allow-override argument.
9452
9453 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9456         (rfc2047-charset-to-coding-system): New function.
9457         (rfc2047-decode-encoded-words): New function.
9458         (rfc2047-decode-region): Use them.
9459         (rfc2047-decode-cte): Remove.
9460         (rfc2047-parse-and-decode): Remove.
9461         (rfc2047-decode): Remove.
9462
9463 2005-10-15  Kenichi Handa  <handa@m17n.org>
9464
9465         * rfc2047.el (rfc2047-decode-cte): New function.
9466         (rfc2047-decode-region): Change the way to decode successive
9467         encoded-words: decode B- or Q-encoding in each encoded-word,
9468         concatenate them, and decode it as charset.
9469
9470 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * lpath.el: Fbind codepage-setup for XEmacs.
9473
9474 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9475
9476         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9477         widget-move-and-invoke.
9478         (gnus-custom-mode): Use gnus-custom-map.
9479
9480 2005-10-15  Bill Wohler  <wohler@newt.com>
9481
9482         * message.el (message-tool-bar-map): Renamed image file from
9483         mail_send to mail/send.
9484
9485 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9486
9487         * message.el (message-expand-group): Pass the common
9488         prefix substring of completion to `display-completion-list'.
9489
9490 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9491
9492         * mml-sec.el (mml-secure-method): New internal variable.
9493         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9494         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9495         functions using mml-secure-method.
9496
9497         * mml.el (mml-mode-map): Add key bindings for those functions.
9498         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9499         Harder <harder@myrealbox.com>.
9500         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9501         end of message if point is the headers of the message.
9502
9503         * message.el (message-in-body-p): New function.
9504
9505         * assistant.el: Autoload gnus-util and netrc.
9506
9507         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9508         Use `mm-charset-override-alist' only when decoding.
9509
9510         * mm-bodies.el (mm-decode-body): Call
9511         `mm-charset-to-coding-system' with allow-override argument.
9512
9513         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9514         `filename' from Content-Disposition if Content-Type doesn't
9515         provide `name'.
9516         (gnus-mime-view-part-as-type): Set default instead of
9517         initial-input.
9518
9519 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9520
9521         * format-spec.el (format-spec): Propagate text properties of % spec.
9522
9523 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * gnus-art.el (gnus-treat-predicate): Add `first'.
9526
9527 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9528
9529         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9530         (mm-charset-override-alist): New variable.
9531         (mm-charset-to-coding-system): Use it.
9532         (mm-codepage-setup): New helper function.
9533         (mm-charset-eval-alist): New variable.
9534         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9535         about unknown charsets.
9536
9537         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9538
9539 2005-10-04  David Hansen  <david.hansen@gmx.net>
9540
9541         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9542         (nnrss-check-group): Ditto.
9543
9544 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9545
9546         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9547         Rename x-gnus-verbatim to x-verbatim.
9548         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9549
9550         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9551         x-verbatim.
9552
9553         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9554
9555         * gnus-util.el (gnus-remove-duplicates): Remove.
9556
9557         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9558         instead of gnus-remove-duplicates.
9559
9560         * message.el (message-remove-duplicates): Remove.
9561         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9562         message-remove-duplicates.
9563
9564         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9565         available, else use implementation from `delete-dups'.
9566
9567         * message.el (message-insert-expires): New function.
9568         (message-mode-map): Add key binding.
9569         (message-mode-field-menu): Add menu entry.
9570         (message-mode): Document it.
9571         (message-make-expires-date): Use `message-make-date'.
9572
9573 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9574
9575         * message.el (message-make-expires-date): New function.
9576
9577 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * Makefile.in (list-installed-shadows): New entry.
9580         (install): Use it.
9581         (remove-installed-shadows): New entry.
9582
9583         * dgnushack.el (dgnushack-default-load-path): New variable.
9584         (dgnushack-find-lisp-shadows): New function.
9585         (dgnushack-remove-lisp-shadows): New function.
9586
9587 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * Makefile.in (install-el-elc): New entry.
9590         (install): Use it so that .el files are necessarily installed.
9591
9592 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9595
9596 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9597
9598         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9599         function rather than the diff-mode.el package.
9600         (mm-display-external): Use with-current-buffer.
9601         (mm-viewer-completion-map, mm-viewer-completion-map):
9602         Move initialization inside declaration.
9603
9604 2005-09-29  Simon Josefsson  <jas@extundo.com>
9605
9606         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9607         autoload mail-check-payment.
9608         (spam-check-hashcash): Define unconditionally, since hashcash.el
9609         is part of Gnus now.  Ignore errors from payment checking.
9610
9611 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9612
9613         * message.el (message-bold-region, message-unbold-region): Rename
9614         from `bold-region' and `unbold-region'.
9615
9616         * message.el: Remove useless autoloads.
9617
9618 2005-09-28  Simon Josefsson  <jas@extundo.com>
9619
9620         * message.el (message-use-idna): Default to t.
9621         (message-use-idna): Test whether encoding works too.  Doc fix.
9622
9623 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * nntp.el (nntp-warn-about-losing-connection): Remove.
9626
9627 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9630         customizable.  Change default value.
9631         (mm-uu-diff-groups-regexp): Change default value.
9632         (mm-uu-type-alist): Add doc string.
9633         (mm-uu-configure): Add doc string.  Make it interactive.
9634         (mm-uu-tex-groups-regexp): New variable.
9635         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9636         (mm-uu-type-alist): Add LaTeX documents.
9637         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9638         of "text/verbatim".
9639         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9640
9641         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9642         instead of "text/verbatim".
9643
9644         * message.el (message-mark-inserted-region)
9645         (message-mark-insert-file): Use slrn style marks when called with
9646         prefix argument.
9647
9648 2005-09-27  Simon Josefsson  <jas@extundo.com>
9649
9650         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9651
9652 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9653
9654         * message.el (message-remove-duplicates): New function.
9655         Implementation borrowed from `gnus-remove-duplicates'.
9656         (message-idna-to-ascii-rhs): Also encode idna addresses in
9657         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9658         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9659         only ask about the same idna domain once per header and also tell
9660         in what header to replace the idna domain.
9661
9662         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9663         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9664         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9665         a header is decoded and not just the last one.
9666
9667 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9670         has been decoded.
9671
9672         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9673         (mm-insert-part): Don't modify text if it has been decoded.
9674
9675         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9676         decoded.
9677
9678         * mm-view.el (mm-inline-text): Don't strip text props unless
9679         decoding enriched or richtext parts.
9680
9681 2005-09-25  Romain Francoise  <romain@orebokech.com>
9682
9683         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9684         * gnus-start.el (gnus-subscribe-interactively):
9685         * gnus-uu.el (gnus-uu-grab-articles):
9686         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9687         space.
9688
9689 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9690
9691         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9692         * mm-view.el (mm-view-pkcs7-decrypt):
9693         * gnus-sum.el (gnus-summary-limit-to-extra)
9694         (gnus-summary-respool-article, gnus-read-move-group-name):
9695         * gnus-score.el (gnus-summary-increase-score):
9696         * gnus-util.el (gnus-completing-read-with-default):
9697         * gnus-art.el (gnus-read-save-file-name)
9698         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9699         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9700         * message.el (message-check-news-header-syntax):
9701         Follow convention for reading with the minibuffer.
9702
9703 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9704
9705         * spam-report.el (spam-report-url-ping-plain):
9706         Use gnus-extended-version as User-Agent.
9707
9708         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9709         default value is nil.
9710
9711         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9712         (mm-uu-verbatim-marks-extract): New function.
9713         (mm-uu-extract): New face.
9714         (mm-uu-copy-to-buffer): Use it.
9715
9716         * spam-report.el (spam-report-gmane-ham): Renamed from
9717         `spam-report-gmane-unspam'.
9718         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9719         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9720
9721         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9722         Autoload.
9723         (spam-report-gmane-unregister-routine): Renamed
9724         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9725
9726 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9727
9728         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9729         (spam-report-gmane-unregister-routine): Add support for gmane
9730         unregistration.
9731
9732         * spam-report.el (spam-report-gmane-unspam)
9733         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9734         (spam-report-gmane): Change to take a single article and do unspam
9735         registration.
9736
9737 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * mm-url.el (mm-url-decode-entities): Fix regexp.
9740
9741 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9742
9743         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9744         default to nil, to be able to use Gnus at all.  If the default
9745         switches to something else, then the function should be fixed not
9746         be exceedingly slow.
9747
9748 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9749
9750         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9751         fail hard.
9752
9753         * spam-report.el: Add better Keywords line.
9754
9755         * spam.el: Add Maintainer and better Keywords line.
9756
9757 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * gnus-art.el (gnus-article-replace-part)
9760         (gnus-mime-replace-part): New functions.
9761         (gnus-mime-action-alist, gnus-mime-button-commands)
9762         (gnus-mime-save-part-and-strip): Added file argument.
9763         (gnus-article-part-wrapper): Added interactive argument.
9764
9765         * gnus-sum.el (gnus-summary-mime-map): Add
9766         `gnus-article-replace-part'.
9767
9768 2005-09-19  Didier Verna  <didier@xemacs.org>
9769
9770         The nnml compaction feature:
9771         * nnml.el (nnml-request-compact-group): New function.
9772         * nnml.el (nnml-request-compact): New function.
9773         * gnus-int.el (gnus-request-compact-group): New function.
9774         * gnus-int.el (gnus-request-compact): New function.
9775         * gnus-group.el (gnus-group-compact-group): New function.
9776         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9777         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9778         * gnus-srvr.el (gnus-server-compact-server): New function.
9779         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9780         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9781
9782 2005-09-18  Deepak Goel  <deego@gnufans.org>
9783
9784         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9785         format spec.
9786
9787 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9790
9791 2005-09-15  Romain Francoise  <romain@orebokech.com>
9792
9793         * message.el (message-fill-paragraph): Clarify docstring.
9794
9795 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * gnus-art.el (gnus-mime-display-part): Protect against broken
9798         MIME messages.
9799
9800 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9803         before parsing header.
9804
9805 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9806
9807         * html2text.el (html2text-replace-list): Add new entities.
9808
9809 2005-09-11  Romain Francoise  <romain@orebokech.com>
9810
9811         * message.el (message-alternative-emails): Improve docstring.
9812         (message-setup-1): Call `message-use-alternative-email-as-from'
9813         after `message-setup-hook' to give it precedence over posting
9814         styles, etc.
9815         (message-use-alternative-email-as-from): Add docstring.  Remove
9816         the original From header if present.
9817
9818         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9819         (nnml-save-mail): Use it.
9820
9821         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9822         articles.  Add new argument `silent'.
9823         (gnus-uu-mark-all): Report the total number of marked articles.
9824
9825 2005-09-10  Romain Francoise  <romain@orebokech.com>
9826
9827         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9828         (gnus-uu-mark-series): Likewise.
9829
9830 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9831
9832         * spam-report.el (spam-report-gmane): Fix generation of spam
9833         report URL.
9834
9835 2005-09-10  Simon Josefsson  <jas@extundo.com>
9836
9837         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9838         t, based on discussion on the ding list with Robert Epprecht
9839         <epprecht@solnet.ch>.
9840
9841 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * spam-report.el (spam-report-gmane): Make it work without
9844         X-Report-Spam header.  Gmane now only provides Archived-At.
9845         This is only used if `spam-report-gmane-use-article-number' is nil.
9846         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9847
9848         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9849         make `gnus-summary-sort-by-recipient' work with threading.
9850
9851         * nnweb.el (nnweb-google-wash-article): Print a message if article
9852         is not available.
9853
9854 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9855
9856         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9857         change.  Decode text/* parts content before displaying.
9858
9859 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9862
9863 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9866
9867         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9868         url-package-name, url-package-version,
9869         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9870         w3m-display-inline-images, and w3m-minor-mode-map.
9871
9872 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * message.el (message-tab-body-function): Fix mismatched custom type.
9875
9876         * gnus.el (gnus-group-change-level-function): Ditto.
9877
9878         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9879
9880         * gnus-art.el (gnus-signature-limit)
9881         (gnus-article-mime-part-function): Ditto.
9882
9883 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * mml.el (mml-mode): Silence the byte compiler.
9886
9887         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9888         using `(sit-for 0)' before moving the point to the specified part;
9889         skip unbuttonized parts.
9890         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9891         return to the summary window if gnus-auto-select-part is non-nil.
9892
9893 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9896         variables.
9897         (mml-dnd-attach-file, mml-mode): Use them.
9898
9899         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9900         Make fetching article by MID work again for Google Groups.  Added
9901         FIXME concerning gnus-group-make-web-group.
9902
9903         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9904         Don't depend on Gnus by using mail-extract-address-components if
9905         gnus-extract-address-components is not bound.
9906
9907 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9908
9909         * gnus-art.el (gnus-mime-display-security): Don't display the
9910         signature, but only the signed part.
9911
9912 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9915
9916         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9917         list, not listp.
9918
9919 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9920
9921         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9922         when encoding.
9923
9924         * mm-bodies.el (mm-decode-content-transfer-encoding):
9925         De-canonicalize CRLF for all text content types, not just
9926         text/plain.
9927
9928 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9931         valid article; point arrow and cursor at the MIME button.
9932
9933 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9936         Suggested by Dan Christensen <jdc@uwo.ca>.
9937
9938         * mm-decode.el (mm-save-part): Enable change of prompt.
9939
9940 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9941
9942         * gnus-msg.el (gnus-inews-add-send-actions): Made
9943         `message-post-method' lambda parameter ARG `&optional'.
9944
9945 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * gnus-sum.el (gnus-summary-mime-map): Added
9948         gnus-article-save-part-and-strip, gnus-article-delete-part and
9949         gnus-article-jump-to-part.
9950
9951         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9952         (gnus-article-edit-part): Use it.
9953         (gnus-article-part-wrapper): Added no-handle argument.
9954         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9955         functions.
9956
9957 2005-08-29  Romain Francoise  <romain@orebokech.com>
9958
9959         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9960         docstring.
9961         (gnus-face-from-file): Likewise.
9962
9963 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9964
9965         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9966         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9967         non-nil.
9968         (gnus-auto-select-part): New variable.
9969         (gnus-article-jump-to-part): New function.
9970         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9971         (gnus-mime-delete-part): Allow selecting specified part after
9972         deleting or stripping parts.
9973         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9974         part if argument is bogus.
9975
9976 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9977
9978         * gnus-art.el (w3m-minor-mode-map):
9979         * gnus-spec.el (gnus-newsrc-file-version):
9980         * gnus-util.el (nnmail-active-file-coding-system)
9981         (gnus-original-article-buffer, gnus-user-agent):
9982         * gnus.el (gnus-ham-process-destinations)
9983         (gnus-parameter-ham-marks-alist)
9984         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9985         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9986         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9987         * mm-decode.el (gnus-current-window-configuration):
9988         * mm-extern.el (gnus-article-mime-handles):
9989         * mm-url.el (url-current-object, url-package-name)
9990         (url-package-version):
9991         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9992         (smime-keys, w3m-cid-retrieve-function-alist)
9993         (w3m-current-buffer, w3m-display-inline-images)
9994         (w3m-minor-mode-map):
9995         * mml-smime.el (gnus-extract-address-components):
9996         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9997         (gnus-newsrc-hashtb, message-default-charset)
9998         (message-deletable-headers, message-options)
9999         (message-posting-charset, message-required-mail-headers)
10000         (message-required-news-headers):
10001         * mml1991.el (mc-pgp-always-sign):
10002         * mml2015.el (mc-pgp-always-sign):
10003         * nnheader.el (nnmail-extra-headers):
10004         * rfc1843.el (gnus-decode-encoded-word-function)
10005         (gnus-decode-header-function, gnus-newsgroup-name):
10006         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10007
10008 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10009
10010         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10011         the end of the date treatments.
10012
10013 2005-08-15  Simon Josefsson  <jas@extundo.com>
10014
10015         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10016         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10017         Capello and Romain Francoise.
10018         (pgg-fetch-key-function): Removed, not used?
10019         (pgg-insert-url-with-w3): Require url, to get
10020         url-insert-file-contents regardless of where it is defined.
10021
10022 2005-08-13  Romain Francoise  <romain@orebokech.com>
10023
10024         * message.el (message-cite-original-1): New function.
10025         (message-cite-original): Use it.
10026         (message-cite-original-without-signature): Ditto.
10027
10028 2005-08-08  Romain Francoise  <romain@orebokech.com>
10029
10030         * message.el (message-yank-empty-prefix): New variable.
10031         (message-indent-citation): Use it.
10032         (message-cite-original-without-signature): Respect X-No-Archive.
10033
10034 2005-08-08  Simon Josefsson  <jas@extundo.com>
10035
10036         * pgg.el: Autoload url-insert-file-contents instead of loading
10037         w3/url.
10038         (pgg-insert-url-with-w3): Don't load url here.
10039
10040 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10041
10042         * message.el (message-kill-to-signature): Don't insert newline at
10043         bol.
10044         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10045
10046 2005-08-06  Romain Francoise  <romain@orebokech.com>
10047
10048         * message.el (message-user-fqdn): Fix typo in docstring.
10049
10050 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10051
10052         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10053
10054         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10055
10056 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * mm-bodies.el (mm-encode-body): Use coding system rather than
10059         charset to encode text.
10060
10061         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10062         number of charsets if utf-8 is available (XEmacs).
10063
10064 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10065
10066         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10067         taken from `gnus-button-mid-or-mail-regexp'.
10068         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10069         (gnus-button-alist): Improve regexp for domain part of the MIDs
10070         for news:localpart@domain buttons.
10071         (gnus-button-ctan-directory-regexp): Update.
10072
10073 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * sieve-manage.el (sieve-manage-interactive-login): Use
10076         make-local-variable rather than make-variable-buffer-local.
10077         (sieve-manage-open): Ditto.
10078         (sieve-manage-authenticate): Ditto.
10079
10080         * mml.el (mml-generate-mime-1): Make the content type default to
10081         text/plain if the filename is not specified.
10082
10083 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10086         instead of insert-buffer.
10087
10088         * message.el (message-yank-original): Ditto; set the mark at the
10089         end of the yanked message.
10090
10091 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10094         lines to scroll rather than to stop it.
10095
10096         * mml.el (mml-generate-default-type): Add doc string.
10097         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10098         default to application/octet-stream when determining the content
10099         type if it is not specified for the part or the mml contents; add
10100         a comment about mml-generate-default-type.
10101
10102 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10103
10104         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10105         make it default to application/octet-stream when determining the
10106         content type if it is not specified for the external contents.
10107
10108 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10111         segmented parameter but also other parameters might be there.
10112
10113 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * mm-decode.el (mm-display-external): Delete temp file, directory
10116         and buffer immediately if the external process is exited.
10117
10118 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10121         fewer lines than that of scroll-margin.
10122         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10123
10124 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * gnus-art.el (gnus-article-next-page): Revert.
10127         (gnus-article-beginning-of-window): New macro.
10128         (gnus-article-next-page-1): Use it.
10129         (gnus-article-prev-page): Ditto.
10130         (gnus-article-edit-part): Use insert-buffer-substring instead of
10131         insert-buffer.
10132         (gnus-article-edit-exit): Ditto.
10133
10134         * gnus-util.el (gnus-beginning-of-window): Remove.
10135         (gnus-end-of-window): Remove.
10136
10137         * lpath.el: Don't bind header-line-format and scroll-margin.
10138
10139 2005-07-25  Simon Josefsson  <jas@extundo.com>
10140
10141         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10142         to have the url package without w3.  Reported by Daiki Ueno
10143         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10144
10145 2005-07-20  Didier Verna  <didier@xemacs.org>
10146
10147         * gnus-diary.el: Remove the description comment (nndiary is now
10148         properly documented in the Gnus manual).
10149         Fix the spelling of "Back End".
10150         * nndiary.el: Ditto.
10151         Fix the copyright notice.
10152
10153 2005-07-18  Romain Francoise  <romain@orebokech.com>
10154
10155         * gnus-sum.el (gnus-summary-to-prefix)
10156         (gnus-summary-newsgroup-prefix): New variables.
10157         (gnus-summary-from-or-to-or-newsgroups): Use them.
10158
10159 2005-07-17  Romain Francoise  <romain@orebokech.com>
10160
10161         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10162         space as it's generally not especially interesting to the user.
10163
10164 2005-07-16  Romain Francoise  <romain@orebokech.com>
10165
10166         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10167         nil to avoid prompting and file modification if one of the
10168         messages at the top of the nnfolder file contains a copyright
10169         notice.
10170         Update copyright notice.
10171
10172         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10173         instead of `current-time-string' as the latter creates a time
10174         string that is not RFC 2822 compliant (it lacks the zone).
10175         Update copyright notice.
10176
10177 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10178
10179         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10180         for text/rtf.  Display default in prompt.  Pass default for M-n.
10181
10182         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10183
10184 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10185
10186         * gnus-msg.el (gnus-button-mailto): Remove
10187         save-selected-window-window hackery because it relies on
10188         save-selected-window internals.
10189
10190 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10193         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10194         (gnus-article-prev-page): Ditto.
10195
10196         * gnus-util.el (gnus-beginning-of-window): New function.
10197         (gnus-end-of-window): New function.
10198
10199         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10200
10201 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10202
10203         * gnus-score.el (gnus-score-edit-all-score): Set
10204         gnus-score-edit-exit-function to gnus-score-edit-done and call
10205         gnus-message.
10206
10207 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10208
10209         * gnus-msg.el (gnus-button-mailto): Remove
10210         save-selected-window-window hackery because it relies on
10211         save-selected-window internals.
10212
10213 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10216         add-minor-mode.
10217         (gnus-binary-mode): Ditto.
10218
10219         * gnus-topic.el (gnus-topic-mode): Ditto.
10220
10221 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10222
10223         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10224         (gnus-article-prev-page): Take scroll-margin into consideration.
10225
10226 2005-07-04  Lute Kamstra  <lute@gnu.org>
10227
10228         Update FSF's address in GPL notices.
10229
10230 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10231
10232         * gnus.el (gnus-exit):
10233         * gnus-group.el (gnus-group-icons):
10234         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10235
10236         * gnus-nocem.el (gnus-nocem):
10237         * message.el (message-various, message-buffers, message-sending)
10238         (message-interface, message-forwarding, message-insertion)
10239         (message-headers, message-news, message-mail):
10240         * pgg-gpg.el (pgg-gpg):
10241         * pgg-parse.el (pgg-parse):
10242         * pgg-pgp.el (pgg-pgp):
10243         * pgg-pgp5.el (pgg-pgp5):
10244         * pop3.el (pop3): Finish `defgroup' description with period.
10245
10246 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * gnus-art.el (article-display-face): Improve the efficiency.
10249         (article-display-x-face): Ditto; remove grey x-face stuff.
10250
10251 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-art.el (article-display-face): Correct the position in
10254         which Faces are inserted.
10255
10256 2005-06-29  Didier Verna  <didier@xemacs.org>
10257
10258         * gnus-art.el (article-display-face): Display faces in correct
10259         order.
10260
10261 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10262
10263         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10264         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10265         (gnus-nocem-check-article): Fetch the Type header.
10266         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10267         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10268         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10269         make sure gnus-nocem-hashtb is initialized.
10270         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10271         (gnus-nocem-unwanted-article-p): Ditto.
10272
10273         * pgg.el (pgg-verify): Return the verification result.
10274
10275 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10276
10277         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10278         is ascii.
10279
10280 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10281
10282         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10283         `show-nonbreak-escape'.
10284
10285 2005-06-23  Lute Kamstra  <lute@gnu.org>
10286
10287         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10288
10289         * dig.el (dig-mode):
10290         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10291
10292 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10293
10294         * nnimap.el (nnimap-split-download-body): Fix spellings.
10295
10296 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10297
10298         * gnus-art.el (gnus-article-encrypt-body):
10299         * gnus-cus.el (gnus-score-customize):
10300         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10301         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10302
10303 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10304
10305         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10306         header by looking for magic "MII" at the beginnig.
10307
10308 2005-06-16  Miles Bader  <miles@gnu.org>
10309
10310         * gnus-xmas.el (gnus-xmas-group-startup-message):
10311         Use renamed gnus-splash face.
10312
10313         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10314         (assistant-field-face): New backward-compatibility alias for renamed
10315         face.
10316         (assistant-render-text): Use renamed assistant-field face.
10317
10318         * spam.el (spam): Remove "-face" suffix from face name.
10319         (spam-face): New backward-compatibility alias for renamed face.
10320         (spam-face, spam-initialize): Use renamed spam face.
10321
10322         * message.el (message-header-to, message-header-cc)
10323         (message-header-subject, message-header-newsgroups)
10324         (message-header-other, message-header-name)
10325         (message-header-xheader, message-separator, message-cited-text)
10326         (message-mml): Remove "-face" suffix from face names.
10327         (message-header-to-face, message-header-cc-face)
10328         (message-header-subject-face, message-header-newsgroups-face)
10329         (message-header-other-face, message-header-name-face)
10330         (message-header-xheader-face, message-separator-face)
10331         (message-cited-text-face, message-mml-face):
10332         New backward-compatibility aliases for renamed faces.
10333         (message-font-lock-keywords): Use renamed message faces.
10334
10335         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10336         (sieve-test-commands, sieve-tagged-arguments):
10337         Remove "-face" suffix from face names.
10338         (sieve-control-commands-face, sieve-action-commands-face)
10339         (sieve-test-commands-face, sieve-tagged-arguments-face):
10340         New backward-compatibility aliases for renamed faces.
10341         (sieve-control-commands-face, sieve-action-commands-face)
10342         (sieve-test-commands-face, sieve-tagged-arguments-face):
10343         Use renamed sieve faces.
10344
10345         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10346         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10347         (gnus-group-news-3-empty, gnus-group-news-4)
10348         (gnus-group-news-4-empty, gnus-group-news-5)
10349         (gnus-group-news-5-empty, gnus-group-news-6)
10350         (gnus-group-news-6-empty, gnus-group-news-low)
10351         (gnus-group-news-low-empty, gnus-group-mail-1)
10352         (gnus-group-mail-1-empty, gnus-group-mail-2)
10353         (gnus-group-mail-2-empty, gnus-group-mail-3)
10354         (gnus-group-mail-3-empty, gnus-group-mail-low)
10355         (gnus-group-mail-low-empty, gnus-summary-selected)
10356         (gnus-summary-cancelled, gnus-summary-high-ticked)
10357         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10358         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10359         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10360         (gnus-summary-low-undownloaded)
10361         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10362         (gnus-summary-low-unread, gnus-summary-normal-unread)
10363         (gnus-summary-high-read, gnus-summary-low-read)
10364         (gnus-summary-normal-read, gnus-splash):
10365         Remove "-face" suffix from face names.
10366         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10367         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10368         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10369         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10370         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10371         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10372         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10373         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10374         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10375         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10376         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10377         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10378         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10379         (gnus-summary-normal-ticked-face)
10380         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10381         (gnus-summary-normal-ancient-face)
10382         (gnus-summary-high-undownloaded-face)
10383         (gnus-summary-low-undownloaded-face)
10384         (gnus-summary-normal-undownloaded-face)
10385         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10386         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10387         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10388         (gnus-splash-face):
10389         New backward-compatibility aliases for renamed faces.
10390         (gnus-group-startup-message): Use renamed gnus faces.
10391
10392         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10393         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10394         (gnus-server-agent): Remove "-face" suffix from face names.
10395         (gnus-server-agent-face, gnus-server-opened-face)
10396         (gnus-server-closed-face, gnus-server-denied-face)
10397         (gnus-server-offline-face):
10398         New backward-compatibility aliases for renamed faces.
10399         (gnus-server-agent-face, gnus-server-opened-face)
10400         (gnus-server-closed-face, gnus-server-denied-face)
10401         (gnus-server-offline-face): Use renamed gnus faces.
10402
10403         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10404         Remove "-face" suffix from face names.
10405         (gnus-picon-xbm-face, gnus-picon-face):
10406         New backward-compatibility aliases for renamed faces.
10407
10408         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10409         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10410         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10411         (gnus-cite-11): Remove "-face" suffix from face names.
10412         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10413         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10414         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10415         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10416         New backward-compatibility aliases for renamed faces.
10417         (gnus-cite-attribution-face, gnus-cite-face-list)
10418         (gnus-article-boring-faces): Use renamed gnus faces.
10419
10420         * gnus-art.el (gnus-signature, gnus-header-from)
10421         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10422         (gnus-header-content): Remove "-face" suffix from face names.
10423         (gnus-signature-face, gnus-header-from-face)
10424         (gnus-header-subject-face, gnus-header-newsgroups-face)
10425         (gnus-header-name-face, gnus-header-content-face):
10426         New backward-compatibility aliases for renamed faces.
10427         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10428
10429         * gnus-sum.el (gnus-summary-selected-face)
10430         (gnus-summary-highlight): Use renamed gnus faces.
10431         * gnus-group.el (gnus-group-highlight): Likewise.
10432
10433 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10434
10435         * gnus-sieve.el (gnus-sieve-article-add-rule):
10436         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10437         * spam-stat.el (spam-stat-buffer-change-to-spam)
10438         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10439
10440         * message.el (message-is-yours-p):
10441         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10442
10443 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * mm-view.el (mm-inline-text): Withdraw the last change.
10446
10447 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10450         executing enriched-decode.
10451
10452 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10455         charset of tar files.
10456
10457 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10458
10459         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10460
10461 2005-06-04  Lute Kamstra  <lute@gnu.org>
10462
10463         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10464         information is never recorded.
10465
10466 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10467
10468         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10469
10470 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * pop3.el (pop3-apop): Run md5 in the binary mode.
10473
10474         * starttls.el (starttls-set-process-query-on-exit-flag):
10475         Use eval-and-compile.
10476
10477 2005-05-31  Simon Josefsson  <jas@extundo.com>
10478
10479         * smime.el (smime-replace-in-string): Define.
10480         (smime-cert-by-ldap-1): Use it.
10481
10482 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * gnus-art.el (article-display-x-face): Replace
10485         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10486
10487         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10488         set-process-query-on-exit-flag or process-kill-without-query.
10489
10490         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10491         loop instead of replace-regexp.
10492
10493         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10494         instead of process-kill-without-query if it is available.
10495
10496         * lpath.el: Fbind ldap-search-entries.
10497
10498         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10499         instead of find-file-hooks if it is available.
10500
10501         * mml1991.el: Bind pgg-default-user-id when compiling.
10502
10503         * mml2015.el: Bind pgg-default-user-id when compiling.
10504
10505         * nndraft.el (nndraft-request-associate-buffer):
10506         Use write-contents-functions instead of write-contents-hooks if it is
10507         available.
10508
10509         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10510         instead of find-file-hooks if it is available.
10511
10512         * nntp.el (nntp-open-connection): Replace
10513         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10514         (nntp-open-ssl-stream): Ditto.
10515         (nntp-open-tls-stream): Ditto.
10516
10517         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10518         set-process-query-on-exit-flag or process-kill-without-query.
10519         (starttls-open-stream-gnutls): Use it instead of
10520         process-kill-without-query.
10521         (starttls-open-stream): Ditto.
10522
10523 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10524
10525         * smime.el (smime-cert-by-ldap-1): Don't use
10526         replace-regexp-in-string.
10527
10528 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10529
10530         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10531
10532         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10533         in PEM format.  Adjust to the XEmacs compability.
10534
10535 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10538         by `string-to-number'.
10539         * gnus-agent.el (gnus-agent-regenerate-group)
10540         (gnus-agent-fetch-articles): Ditto.
10541         * gnus-art.el (gnus-button-fetch-group): Ditto.
10542         * gnus-cache.el (gnus-cache-generate-active)
10543         (gnus-cache-articles-in-group): Ditto.
10544         * gnus-group.el (gnus-group-set-current-level)
10545         (gnus-group-insert-group-line): Ditto.
10546         * gnus-score.el (gnus-score-set-expunge-below)
10547         (gnus-score-set-mark-below, gnus-summary-score-effect)
10548         (gnus-summary-score-entry): Ditto.
10549         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10550         (gnus-soup-pack): Ditto.
10551         * gnus-spec.el (gnus-xmas-format): Ditto.
10552         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10553         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10554         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10555         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10556         * nndb.el (nndb-get-remote-expire-response): Ditto.
10557         * nndiary.el (nndiary-parse-schedule-value)
10558         (nndiary-string-to-number, nndiary-request-replace-article)
10559         (nndiary-request-article): Ditto.
10560         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10561         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10562         * nneething.el (nneething-make-head): Ditto.
10563         * nnfolder.el (nnfolder-request-article)
10564         (nnfolder-retrieve-headers): Ditto.
10565         * nnheader.el (nnheader-file-to-number): Ditto.
10566         * nnkiboze.el (nnkiboze-request-article): Ditto.
10567         * nnmail.el (nnmail-process-unix-mail-format)
10568         (nnmail-process-babyl-mail-format): Ditto.
10569         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10570         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10571         (nnmh-request-create-group, nnmh-request-list-1)
10572         (nnmh-request-group, nnmh-request-article): Ditto.
10573         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10574         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10575         * nnsoup.el (nnsoup-make-active): Ditto.
10576         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10577         * nntp.el (nntp-find-group-and-number)
10578         (nntp-retrieve-headers-with-xover): Ditto.
10579         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10580         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10581         (pgg-format-key-identifier): Ditto.
10582         * pop3.el (pop3-last, pop3-stat): Ditto.
10583         * qp.el (quoted-printable-decode-region): Ditto.
10584
10585         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10586         of concat.
10587
10588 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10591
10592         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10593
10594         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10595
10596         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10597
10598         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10599
10600         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10601
10602         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10603         (gnus-carpal-mode): Ditto.
10604
10605         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10606         (gnus-browse-mode): Ditto.
10607
10608         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10609
10610         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10611
10612 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10613
10614         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10615
10616 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus-util.el (gnus-run-mode-hooks): New function.
10619
10620         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10621
10622         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10623         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10624
10625 2005-05-27  Lute Kamstra  <lute@gnu.org>
10626
10627         * dns-mode.el (dns-mode): Specify customization group.
10628
10629 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10630
10631         * gnus-agent.el (gnus-agent-make-mode-line-string):
10632         Use mode-line-highlight as mouse-face.
10633
10634 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * canlock.el (canlock): Change the parent group to news.
10637
10638         * deuglify.el (gnus-outlook-deuglify): Add :group.
10639
10640         * dig.el (dig): Add :group.
10641
10642         * dns-mode.el (dns-mode): Add :group.
10643
10644         * encrypt.el (encrypt): Add :group.
10645
10646         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10647         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10648         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10649         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10650         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10651
10652         * gnus-diary.el (gnus-diary): Add :group.
10653
10654         * gnus.el (gnus-group-news-1-face): Add :group.
10655         (gnus-group-news-1-empty-face): Ditto.
10656         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10657         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10658         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10659         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10660         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10661         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10662         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10663         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10664         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10665         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10666         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10667         (gnus-summary-high-ticked-face): Ditto.
10668         (gnus-summary-low-ticked-face): Ditto.
10669         (gnus-summary-normal-ticked-face): Ditto.
10670         (gnus-summary-high-ancient-face): Ditto.
10671         (gnus-summary-low-ancient-face): Ditto.
10672         (gnus-summary-normal-ancient-face): Ditto.
10673         (gnus-summary-high-undownloaded-face): Ditto.
10674         (gnus-summary-low-undownloaded-face): Ditto.
10675         (gnus-summary-normal-undownloaded-face): Ditto.
10676         (gnus-summary-high-unread-face): Ditto.
10677         (gnus-summary-low-unread-face): Ditto.
10678         (gnus-summary-normal-unread-face): Ditto.
10679         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10680         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10681
10682         * hashcash.el (hashcash): New custom group.
10683         (hashcash-default-payment): Add :group.
10684         (hashcash-payment-alist): Ditto.
10685         (hashcash-default-accept-payment): Ditto.
10686         (hashcash-accept-resources): Ditto.
10687         (hashcash-path): Ditto.
10688         (hashcash-extra-generate-parameters): Ditto.
10689         (hashcash-double-spend-database): Ditto.
10690         (hashcash-in-news): Ditto.
10691
10692         * message.el (message-minibuffer-local-map): Add :group.
10693
10694         * netrc.el (netrc): Add :group.
10695
10696         * sieve-manage.el (sieve-manage-log): Add :group.
10697         (sieve-manage-default-user): Diito.
10698         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10699         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10700         (sieve-manage-authenticators): Ditto.
10701         (sieve-manage-authenticator-alist): Ditto.
10702         (sieve-manage-default-port): Ditto.
10703
10704         * sieve-mode.el (sieve-control-commands-face): Add :group.
10705         (sieve-action-commands-face): Ditto.
10706         (sieve-test-commands-face): Ditto.
10707         (sieve-tagged-arguments-face): Ditto.
10708
10709         * smime.el (smime): Add :group.
10710
10711         * spam-report.el (spam-report): Add :group.
10712
10713         * spam.el (spam, spam-face): Add :group.
10714
10715 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10716
10717         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10718         return \n.\n.\n at the end of articles.  Protect against that.
10719         (nntp-with-open-group): Allow debugging.
10720
10721         * nnheader.el (mail-header-set-extra): Make into a function
10722         because I just could't understand how to quote the list properly.
10723
10724         * dns.el (query-dns-cached): New function.
10725
10726 2005-05-26  Lute Kamstra  <lute@gnu.org>
10727
10728         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10729
10730 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10733
10734         * gnus-art.el: Don't autoload mail-extract-address-components.
10735
10736         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10737         eval-and-compile to evaluate it.
10738
10739         * hashcash.el: Don't autoload executable-find.
10740
10741         * nndb.el: Don't declare the nndb back end two or more times; don't
10742         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10743
10744         * nntp.el: Autoload format-spec instead of format; use
10745         eval-and-compile to evaluate autoload forms.
10746
10747 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10748
10749         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10750
10751 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10752
10753         * gnus.el (gnus-version-number): Bump version.
10754
10755 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10756
10757         * gnus.el: No Gnus v0.3 is released.
10758
10759 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10760
10761         * lpath.el (featurep): Bind show-nonbreak-escape.
10762
10763 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * gnus-art.el (gnus-article-edit-part): Disable undo.
10766
10767 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10770         gnus-article-date-lapsed-new-header is t if date timer is active;
10771         skip headers in which the original date value is empty.
10772         (gnus-article-save-original-date): Redefine it as a macro.
10773         (gnus-display-mime): Use it.
10774
10775 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * gnus-art.el (article-date-ut): Support converting date in
10778         forwarded parts as well.
10779         (gnus-article-save-original-date): New function.
10780         (gnus-display-mime): Use it.
10781
10782 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10783
10784         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10785         enclosure element of <item>.
10786
10787 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * message.el (message-kill-buffer-query): Renamed from
10790         `message-kill-buffer-query-if-modified'.  Added :version.
10791
10792 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10795         window layout.
10796
10797 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * mml.el: Autoload dnd when compiling.
10800
10801 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10804         x-dnd-*.
10805
10806 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * qp.el (quoted-printable-encode-region): Save excursion.
10809
10810 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10811
10812         * message.el (message-kill-buffer-query-if-modified): Add new variable
10813         so the user can kill a modified message buffer quickly.
10814         (message-kill-buffer): Use it.
10815
10816 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * lpath.el: Fbind display-time-event-handler; don't fbind
10819         string-to-multibyte.
10820
10821         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10822
10823 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10826         contained in text because xml.el decodes entities) with LFs.
10827
10828 2005-04-11  Lute Kamstra  <lute@gnu.org>
10829
10830         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10831         differently.
10832
10833 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10834
10835         * mm-util.el (mm-detect-coding-region): Typo.
10836
10837 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10840
10841 2005-04-06  Deepak Goel  <deego@gnufans.org>
10842
10843         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10844         user-function allow user modifications of the scores.
10845         (spam-stat-score-buffer-user): New function, to allow
10846         user-computed modifications to the score.
10847         (spam-stat-score-buffer-user-functions): List of additional
10848         scoring functions.
10849         (spam-stat-error-holder): Global temporary error holder.
10850         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10851         variable.
10852
10853 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10854
10855         * gnus-registry.el (gnus-registry-clean-empty-function)
10856         (gnus-registry-trim, gnus-registry-fetch-groups)
10857         (gnus-registry-delete-group): Groups that match
10858         `gnus-registry-ignored-groups' are removed from the registry
10859         entries, not just ignored for splitting.  This helps clean up the
10860         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10861         to get all the groups a message ID is in.
10862
10863         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10864         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10865         (spam-stat-score-buffer-user-functions): Add :number custom type.
10866
10867 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10870         argument in XEmacs.
10871
10872         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10873         (nnrss-request-group): Decode group name first.
10874         (nnrss-request-article): Make a text/plain article if mml-to-mime
10875         failed.
10876         (nnrss-get-encoding): Return a compatible encoding according to
10877         nnrss-compatible-encoding-alist.
10878         (nnrss-find-el): Use consp instead of listp.
10879         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10880
10881 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10884         which Emacs 20 doesn't support.
10885         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10886
10887 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10890         silence the byte compiler inside the defun.
10891
10892         * gnus-demon.el (parse-time-string): Add autoload.
10893
10894         * gnus-delay.el (parse-time-string): Add autoload.
10895
10896         * gnus-art.el (parse-time-string): Add autoload.
10897
10898         * nnultimate.el (parse-time): Require for `parse-time-string'.
10899
10900 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10901
10902         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10903
10904         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10905
10906         * smime.el (smime-ldap-host-list): Add :version.
10907
10908 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10909
10910         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10911         pass it to `gnus-browse-read-group'.
10912         (gnus-browse-read-group): Add NUMBER argument and pass it to
10913         `gnus-group-read-ephemeral-group'.
10914
10915         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10916         argument and pass it to `gnus-group-read-group'.
10917
10918 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10919
10920         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10921         mm-xemacs-find-mime-charset-1 if we have the mule feature
10922         available at runtime.
10923
10924 2005-03-25  Werner Lemberg  <wl@gnu.org>
10925
10926         * nnmaildir.el: Replace `illegal' with `invalid'.
10927
10928 2005-03-23  Lute Kamstra  <lute@gnu.org>
10929
10930         * time-date.el: Add comment on time value formats.
10931         Don't require parse-time.
10932         (with-decoded-time-value): New macro.
10933         (encode-time-value): New function.
10934         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10935         (days-to-time): Return a valid time value when arg is huge.
10936         (time-since): Use time-subtract.
10937         (time-to-number-of-days): Use time-to-seconds.
10938
10939 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10940
10941         * gnus-start.el (gnus-display-time-event-handler):
10942         Check display-time-timer at runtime rather than only at load time
10943         in case display-time-mode is turned off in the mean time.
10944
10945 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10948         used.
10949
10950         * nneething.el (nneething-map-file-directory): Derive from
10951         `gnus-directory'.
10952
10953         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10954         the To/Cc button.
10955
10956 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10957
10958         * nnmaildir.el (nnmaildir-request-accept-article):
10959         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10960
10961 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10962
10963         * gnus-async.el: Require timer-funcs at compile time when in
10964         XEmacs for `run-with-idle-timer'.
10965
10966 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10967
10968         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10969         autoloaded function.
10970
10971 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10972
10973         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10974
10975 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10976
10977         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10978
10979 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10980
10981         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10982         gnus-expert-user to default.
10983
10984 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10985
10986         * nnimap.el (nnimap-open-server): Ditto.
10987
10988         * imap.el (imap-authenticate): Fix typo.
10989
10990 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10991
10992         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10993         buffer (since IMAP server might return FETCH response out of
10994         order, and the nntp buffer must be sorted).
10995
10996 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10997
10998         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10999         comparison on string.
11000
11001         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11002         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11003         (gnus-agent-summary-fetch-series): Modified to protect against
11004         gnus-agent-summary-fetch-group clearing processable flags.
11005         (gnus-agent-synchronize-group-flags): Update live group buffer as
11006         synchronization may occur due to the user toggle the plugged
11007         status.
11008         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11009         successfully downloaded.
11010         (gnus-agent-expire-group-1): Avoid using markers when the overview
11011         is in ascending order; greatly improves performance.
11012         (gnus-agent-regenerate-group): Use
11013         gnus-agent-synchronize-group-flags to reset read status in both
11014         gnus and server.
11015         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11016
11017 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11018
11019         * message.el: Don't autoload former message-utils variables.
11020         (message-strip-subject-trailing-was): Change doc string.
11021
11022         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11023         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11024         (nnweb-google-search): Add "hl=en" here.
11025         (nnweb-google-parse-1, nnweb-google-create-mapping):
11026         Don't hardcode URL.
11027
11028 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * message.el (message-get-reply-headers, message-followup):
11031         Mention related variables `message-use-followup-to' and
11032         `message-use-mail-followup-to', in the information buffer.
11033
11034         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11035         of broken groups(-beta).google.com.
11036
11037 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11038
11039         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11040         parameter to invoked gnus-request-move-article; remove the
11041         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11042         all at once instead of once per article.
11043         (gnus-summary-remove-process-mark): Accept a list of articles as
11044         well as a single article for processing.
11045
11046         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11047         parameter.
11048
11049         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11050
11051         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11052
11053         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11054         parameter.
11055
11056         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11057         parameter.
11058
11059         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11060         parameter and remove the gnus-sum-hint-move-is-internal variable.
11061
11062         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11063         parameter.
11064
11065         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11066         parameter.
11067
11068         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11069         parameter.
11070
11071         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11072
11073         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11074         parameter.
11075
11076         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11077         parameter.
11078
11079 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11080
11081         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11082         a more conservative way.
11083
11084 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11085
11086         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11087         buffer, so it moves the window's cursor.
11088
11089 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11090
11091         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11092         `mm-dissect-multipart' and receive the from field as an (optional)
11093         argument from `mm-dissect-multipart'.
11094         (mm-dissect-multipart): Receive the from field as an argument and
11095         pass it on when we call `mm-dissect-buffer' on MIME parts.
11096         Fixes verification/decryption of signed/encrypted MIME parts.
11097
11098 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11099
11100         * gnus-sum.el (gnus-summary-move-article): Set
11101         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11102         whatever it calls (right now, only nnimap-request-move article
11103         respects it).
11104
11105         * nnimap.el (nnimap-request-move-article): When
11106         gnus-sum-hint-move-is-internal is set, don't do the extra
11107         nnimap-request-article.
11108
11109 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11112
11113         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11114         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11115
11116         * gnus-sum.el (gnus-summary-caesar-message):
11117         Apply `gnus-treat-article' after rotation.
11118
11119         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11120         doc string.
11121
11122 2005-02-22  Simon Josefsson  <jas@extundo.com>
11123
11124         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11125         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11126         <arne@arnested.dk>.
11127         (encrypt): Add password-cache and password-cache-expiry as group
11128         members.
11129
11130 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11131
11132         * smime.el (smime-ldap-host-list): Doc fix.
11133         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11134         cache) password.
11135         (smime-sign-region): Use it.
11136         (smime-decrypt-region): Use it.
11137         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11138         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11139         fails.
11140         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11141         certificate from DER to PEM format rather than calling openssl.
11142
11143         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11144
11145         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11146         for signing/encryption.
11147
11148         * mml.el (mml-parse-1): Use them.
11149
11150 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11151
11152         * nnrss.el (nnrss-verbose): Removed.
11153         (nnrss-request-group): Use `nnheader-message' instead.
11154
11155 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11156
11157         * nnrss.el (nnrss-verbose): New variable.
11158         (nnrss-request-group): Make it say nnrss is requesting a group.
11159
11160 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11161
11162         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11163         Handle news URL with given port correctly.
11164
11165 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11168         containing special characters.
11169
11170         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11171
11172         * mml.el (mime-to-mml): Ditto.
11173
11174         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11175         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11176         (rfc2047-decode-region): Quote decoded words containing special
11177         characters when rfc2047-quote-decoded-words-containing-tspecials
11178         is non-nil.
11179
11180 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11181
11182         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11183
11184         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11185
11186 2005-02-15  Simon Josefsson  <jas@extundo.com>
11187
11188         * nnimap.el (nnimap-debug): Doc fix.
11189
11190         * imap.el (imap-debug): Doc fix.
11191
11192 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11193
11194         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11195
11196 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11197
11198         * gnus.el (spam-contents): Improve docs for spam-contents
11199         parameter in its variable incarnation.
11200
11201 2005-02-14  Simon Josefsson  <jas@extundo.com>
11202
11203         * smime-ldap.el: Use require instead of load-library for ldap.
11204         (smime-ldap-search): Indent.
11205         (smime-ldap-search-internal): Shorten line.
11206
11207         * smime.el (smime-cert-by-dns): Add doc-string.
11208         (smime-cert-by-ldap-1): Indent.
11209
11210         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11211         mml-smime-get-dns-ldap.
11212         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11213
11214 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11215
11216         * smime.el: Require smime-ldap.
11217         (smime-ldap-host-list): New variable.
11218         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11219
11220         * mml-smime.el (mml-smime-encrypt-query): New function.
11221         (mml-smime-encrypt-query): Use it.
11222
11223         * smime-ldap.el: New file.
11224
11225 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11228
11229 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11230
11231         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11232         argument in doc string.  Make query for type more clear.
11233
11234 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11235
11236         * gnus.el (gnus-group-startup-message): Search for gnus images in
11237         etc/images/gnus.
11238         * mm-util.el (mm-image-load-path): Likewise.
11239         * smiley.el (smiley-data-directory): Search for smilies in
11240         etc/images/smilies.
11241
11242 2005-02-09  Kim F. Storm  <storm@cua.dk>
11243
11244         Change Emacs release version from 21.4 to 22.1 throughout.
11245         Change Emacs development version from 21.3.50 to 22.0.50.
11246
11247 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11250
11251         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11252         non-Mule XEmacs as well.
11253         (mm-decompress-buffer): Signal an error intentionally if it does
11254         not decompress compressed data because auto-compression-mode is
11255         disabled.
11256
11257 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11258
11259         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11260         an ID in the registry even if it has no groups.
11261
11262 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11265         merge it into mm-decompress-buffer.
11266         (gnus-mime-copy-part): Use the MIME part charset, the value which
11267         a user specified or gnus-newsgroup-charset for decoding, like
11268         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11269         save-buffer what was used.  Suggested by Kevin Ryde
11270         <user42@zip.com.au>.
11271         (gnus-mime-inline-part): Allow the name parameter as well as the
11272         filename parameter; force decompressing of compressed data; always
11273         display contents being not decoded as unibyte.
11274
11275         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11276         as well as the filename parameter.
11277
11278         * mm-util.el (mm-decompress-buffer): Merge
11279         gnus-mime-jka-compr-maybe-uncompress.
11280         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11281         of compressed data.
11282
11283 2005-02-08  Simon Josefsson  <jas@extundo.com>
11284
11285         * imap.el (imap-log): Doc fix.
11286
11287 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11290         the coding cookies; decompress compressed parts.
11291
11292         * mml.el (mml-generate-mime-1): Add the charset parameter according
11293         to the value which a user specified manually or the coding cookie.
11294
11295         * mm-util.el (mm-string-to-multibyte): New function.
11296         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11297         (mm-coding-system-to-mime-charset): New function.
11298         (mm-decompress-buffer): New function.
11299         (mm-find-buffer-file-coding-system): New function.
11300
11301         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11302         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11303         parts.
11304
11305 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11306
11307         * mm-view.el (mm-display-inline-fontify): Decode a part according
11308         to the charset parameter.
11309
11310 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11313         prefix arg is neither nil nor a number, as info specifies.
11314
11315 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11318         timestamps.
11319
11320 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11321
11322         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11323         groups error checking and notify user.
11324
11325 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11326
11327         * message.el (message-send-mail-function): Check existence of
11328         sendmail-program first before using default value
11329         `message-send-mail-with-sendmail'.  Otherwise use more generic
11330         `smtpmail-send-it'.
11331
11332 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * nntp.el (nntp-request-update-info): Always return nil.
11335
11336 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11337
11338         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11339
11340 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11341
11342         * message.el (message-beginning-of-line): Change the behavior when
11343         invoked between BOL and : so that it first moves backward.
11344
11345 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11348         article buffer when editing of the article is discarded.
11349         (gnus-article-prepare): Revert.
11350
11351 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * gnus-art.el (gnus-article-prepare):
11354         Remove message-strip-forbidden-properties from the local hook.
11355
11356 2005-01-27  Simon Josefsson  <jas@extundo.com>
11357
11358         * password.el (password-cache-add): Only start one timer per key.
11359         Reported by Derek Atkins <warlord@MIT.EDU>.
11360
11361 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11362
11363         * run-at-time.el: Removed.  It is no longer needed as
11364         timer-funcs.el in the xemacs-base package has a working version of
11365         `run-at-time'.
11366
11367         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11368
11369         * password.el: Require timer-funcs instead of run-at-time in
11370         XEmacs.
11371         Remove `password-run-at-time' macro.
11372         (password-cache-add): Use `run-at-time' instead of
11373         `password-run-at-time'.
11374
11375         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11376         Remove `nnheader-cancel-function-timers' alias,
11377         `cancel-function-timers' exists in XEmacs in timer-funcs.
11378
11379         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11380         for `run-with-idle-timer'.
11381
11382         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11383         for `run-at-time'.
11384
11385         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11386         for `with-timeout'.
11387
11388         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11389         the same as for XEmacs 21.4.
11390         No need to ignore `run-with-idle-timer', this function exists in
11391         XEmacs now in timer-funcs.el in the xemacs-base package.
11392         (dgnushack-compile): No need to delete
11393         run-at-time.el from the list of files to compile because it
11394         doesn't exist anymore.
11395
11396 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11399         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11400
11401 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11402
11403         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11404         sensitively.
11405
11406 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11407
11408         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11409
11410 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11413         which will be inserted according to the multibyteness of a buffer
11414         rather than the type of contents.  Suggested by ARISAWA Akihiro
11415         <ari@mbf.ocn.ne.jp>.
11416
11417         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11418         of string which old xml.el may return rather than a string.
11419
11420 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11423
11424 2005-01-16  Simon Josefsson  <jas@extundo.com>
11425
11426         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11427         idn/idna.el isn't available.
11428         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11429         <michael@waxrat.com>.
11430
11431         * hashcash.el: Remove non-FSF copyright header.
11432
11433         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11434         (hashcash-generate-payment): Use it.
11435         (hashcash-generate-payment-async): Use it.
11436
11437 2005-01-15  Simon Josefsson  <jas@extundo.com>
11438
11439         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11440         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11441
11442         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11443         gnus-summary-idna-message.
11444         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11445         (gnus-summary-idna-message): New function.
11446
11447 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11450         gnus-novice-user.
11451
11452 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * nnrss.el (nnrss-request-delete-group): Delete entries in
11455         nnrss-group-alist as well.
11456         (nnrss-save-server-data): Insert newline.
11457
11458 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11459
11460         * gnus.el (gnus-user-agent): Use list of symbols instead of
11461         symbols.  Display full version number for (S)XEmacs.  Optionally
11462         display (S)XEmacs codename.
11463
11464         * gnus-util.el (gnus-emacs-version): Update for new
11465         `gnus-user-agent'.
11466
11467         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11468         Gnus version.
11469
11470 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11471
11472         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11473         which is unreadable in some setups.
11474
11475 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * gnus-spec.el (gnus-update-format-specifications): Flush the
11478         group format spec cache if it doesn't support decoded group names.
11479
11480 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11483         Allow to apply decay on score files matching a regexp.
11484
11485 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11488         compatibility in %g and %c.
11489
11490 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11493         name for only %g and %c.
11494         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11495         of gnus-tmp-group to decoded group name.
11496         (gnus-group-make-rss-group): Exclude `/'s from group names.
11497
11498 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * nnrss.el (nnrss-get-encoding): Fix regexp.
11501
11502 2004-12-27  Simon Josefsson  <jas@extundo.com>
11503
11504         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11505         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11506         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11507
11508 2004-12-17  Kim F. Storm  <storm@cua.dk>
11509
11510         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11511
11512         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11513
11514 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11515
11516         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11517
11518 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * nnrss.el: Require rfc2047 and mml.
11521         (nnrss-file-coding-system): New variable.
11522         (nnrss-format-string): Redefine it as an inline function.
11523         (nnrss-decode-group-name): New function.
11524         (nnrss-string-as-multibyte): Remove.
11525         (nnrss-retrieve-headers): Decode group name; don't use
11526         nnrss-format-string.
11527         (nnrss-request-group): Decode group name.
11528         (nnrss-request-article): Decode group name; allow a Message-ID as
11529         well as an article number; don't use nnrss-format-string; encode a
11530         Message-ID string which may contain non-ASCII characters; use
11531         mml-to-mime to compose a MIME article.
11532         (nnrss-request-expire-articles): Decode group name.
11533         (nnrss-request-delete-group): Decode group name.
11534         (nnrss-fetch): Clarify error message.
11535         (nnrss-read-server-data): Use insert-file-contents instead of load;
11536         bind file-name-coding-system; use multibyte buffer.
11537         (nnrss-save-server-data): Bind coding-system-for-write to the
11538         value of nnrss-file-coding-system; bind file-name-coding-system;
11539         add coding cookie.
11540         (nnrss-read-group-data): Use insert-file-contents instead of load;
11541         bind file-name-coding-system; use multibyte buffer.
11542         (nnrss-save-group-data): Bind coding-system-for-write to the
11543         value of nnrss-file-coding-system; bind file-name-coding-system.
11544         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11545         make it work with non-ASCII text.
11546         (nnrss-find-el): Make it work with old xml.el as well.
11547
11548 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11549
11550         * nnrss.el (nnrss-get-encoding): New function.
11551         (nnrss-fetch): Use unibyte buffer initially; bind
11552         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11553         decode contents according to the encoding attribute.
11554         (nnrss-save-group-data): Add coding cookie.
11555         (nnrss-mime-encode-string): New function.
11556         (nnrss-check-group): Use it to encode subject and author.
11557
11558 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11559
11560         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11561         imaginary variable.
11562
11563 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11566         correctly even if there are wide characters.
11567
11568 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11569
11570         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11571         downcased symbol names; make a new cache instead of reusing
11572         bbdb-hashtable.
11573
11574 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11577         concatenating segments rather than before concatenating them.
11578         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11579
11580         * message.el (message-get-reply-headers): Bind `extra'.
11581
11582 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11583
11584         * message.el (message-extra-wide-headers): New variable.
11585         (message-get-reply-headers): Use it.
11586
11587 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11590         (gnus-agent-group-pathname): Ditto.
11591
11592         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11593
11594         * gnus-group.el (gnus-group-make-group): Decode group name.
11595         (gnus-group-make-rss-group): Register the group data after opening
11596         the nnrss group.
11597
11598 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11599
11600         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11601         by expiry now get marked as read.
11602
11603 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11606
11607 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11608
11609         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11610         unify Latin characters in XEmacs.
11611         (mm-find-mime-charset-region): Use it.
11612
11613 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * gnus-util.el (gnus-delete-directory): New function.
11616
11617         * gnus-agent.el (gnus-agent-delete-group): Use it.
11618
11619         * gnus-cache.el (gnus-cache-delete-group): Use it.
11620
11621 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11624         names.
11625
11626 2004-12-16  Simon Josefsson  <jas@extundo.com>
11627
11628         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11629
11630 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11633
11634         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11635         (gnus-group-set-current-level): Decode group name.
11636
11637 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11638
11639         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11640         failed.
11641
11642 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11643
11644         * gnus-group.el (gnus-group-delete-group): Decode group name.
11645         (gnus-group-make-rss-group): Encode group name.
11646         (gnus-group-catchup-current): Decode group name.
11647         (gnus-group-kill-group): Decode group name.
11648
11649 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11650
11651         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11652
11653 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * gnus-group.el (gnus-group-make-rss-group):
11656         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11657
11658         * gnus-start.el (gnus-setup-news): Honor user's setting to
11659         gnus-message-archive-method.  Suggested by Lute Kamstra
11660         <lute@gnu.org>.
11661
11662 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11663
11664         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11665         global counterparts of the buffer-local variables.
11666
11667 2004-11-16  Romain Francoise  <romain@orebokech.com>
11668
11669         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11670         counterparts of the buffer-local variables.
11671
11672 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11673
11674         * message.el (message-forbidden-properties): Fixed typo in doc
11675         string.
11676
11677 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11678
11679         * gnus-util.el (gnus-replace-in-string): Added doc string.
11680
11681         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11682         to avoid problems when splitting mails with many recipients.
11683
11684 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11685
11686         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11687         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11688
11689 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11690
11691         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11692         if there is no hashtable in memory or file modification time is
11693         newer than cached timestamp.
11694
11695 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11698         not-matching option.
11699
11700 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11703         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11704         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11705         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11706         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11707         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11708
11709 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * message.el (message-forward-make-body-mml): Remove headers
11712         according to message-forward-ignored-headers if a message is decoded.
11713
11714 2004-12-02  Romain Francoise  <romain@orebokech.com>
11715
11716         * message.el (message-forward-make-body-plain): Always remove
11717         headers according to message-forward-ignored-headers.
11718
11719 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11720
11721         * spam.el (spam-summary-prepare-exit): Remove the
11722         gnus-summary-limit pop for now, it has problems with ham marks for
11723         me.
11724
11725 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11726
11727         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11728         correctly.
11729
11730 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11731
11732         * format-spec.el (format-spec): Message the char.
11733
11734 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11735
11736         * gnus-art.el (gnus-split-methods): Reformat comments.
11737
11738         * spam.el (spam-summary-prepare-exit): Remove article limits
11739         before exiting the summary buffer.
11740
11741 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11744         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11745
11746         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11747         order to silence the byte compiler.
11748
11749         * spam.el: Fix the way to silence the byte compiler, which
11750         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11751         bbdb-search-simple, spam-BBDB-register-routine,
11752         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11753         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11754         spam-stat-buffer-is-spam, spam-stat-load,
11755         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11756         spam-stat-save and spam-stat-split-fancy.
11757
11758 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11761         which may confuse users.
11762         (canlock-password-for-verify): Ditto.
11763
11764         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11765
11766         * gnus-art.el (gnus-emphasis-alist): Ditto.
11767
11768         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11769
11770         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11771
11772         * gnus-start.el (gnus-save-killed-list): Ditto.
11773
11774         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11775         (gnus-sum-thread-tree-root): Ditto.
11776         (gnus-sum-thread-tree-false-root): Ditto.
11777         (gnus-sum-thread-tree-single-indent): Ditto.
11778
11779         * message.el (message-courtesy-message): Ditto.
11780         (message-archive-note): Ditto.
11781         (message-subscribed-address-file): Ditto.
11782         (message-user-fqdn): Ditto.
11783
11784         * spam-report.el (spam-report-gmane-regex): Ditto.
11785
11786         * spam.el (spam-blackhole-good-server-regex): Ditto.
11787
11788 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * mml.el (mml-preview): Widen the message buffer before copying
11791         the contents to the preview buffer; sort headers before previewing.
11792
11793         * message.el (message-hidden-headers): Fix the way to avoid a bug
11794         in the `repeat' widget in Emacs 21.3 or earlier.
11795
11796 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * message.el (message-hidden-headers): Default to "^References:".
11799         Improve customization type.  Suggested by Reiner Steib
11800         <Reiner.Steib@gmx.de>.
11801
11802 2004-11-25  Romain Francoise  <romain@orebokech.com>
11803
11804         * message.el (message-strip-forbidden-properties): Remove check for
11805         obsolete `message-hidden' text property, hidden headers are not
11806         accessible in the buffer anymore.
11807
11808 2004-11-22  Romain Francoise  <romain@orebokech.com>
11809
11810         * message.el (message-header-format-alist): Add `From' in list
11811         so that it can be sorted.
11812         (message-fix-before-sending): Widen and sort headers before
11813         sending.
11814         (message-hide-headers): Use narrowing to hide headers by moving
11815         them to the top of the buffer and narrowing to the region
11816         underneath.
11817
11818 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11819
11820         * message.el (message-strip-forbidden-properties): Bind
11821         buffer-read-only (etc) to nil.
11822
11823 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11826         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11827
11828 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11829
11830         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11831
11832 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11833
11834         * dns.el (query-dns): Use sit-for to time instead of
11835         accept-process-output, since that doesn't seem to work on udp
11836         sockets.
11837
11838 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11841
11842 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11843
11844         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11845         doc string.  Improve doc string.
11846
11847 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * nntp.el (nntp-request-update-info): Return nil if
11850         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11851         may not call gnus-activate-group which uselessly issues the GROUP
11852         commands for all nntp groups and wastes time.  Reported by Romain
11853         Francoise <romain@orebokech.com>.
11854
11855         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11856
11857 2004-11-15  Simon Josefsson  <jas@extundo.com>
11858
11859         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11860         headers separately.
11861         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11862         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11863
11864 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * gnus-start.el (gnus-convert-old-newsrc):
11867         Assign legacy-gnus-agent to 5.10.7.
11868
11869 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11870
11871         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11872         start of the lines.
11873
11874 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11875
11876         * hashcash.el (hashcash-default-payment): Change default to 20.
11877         (hashcash-default-accept-payment): Change default to 20.
11878         (hashcash-process-alist): New variable.
11879         (hashcash-generate-payment-async): Add.
11880         (hashcash-already-paid-p): Add.
11881         (hashcash-insert-payment): Don't generate payments twice.
11882         (hashcash-insert-payment-async): Add.
11883         (hashcash-insert-payment-async-2): Add.
11884         (hashcash-cancel-async): Add.
11885         (hashcash-wait-async): Add.
11886         (hashcash-processes-running-p): Add.
11887         (hashcash-wait-or-cancel): Add.
11888         (mail-add-payment): New optional argument.  Conditionally start
11889         asynchronous calculation.
11890         (mail-add-payment-async): Add.
11891
11892         * message.el (message-send-mail): Wait for asynchronous hashcash
11893         results.  Don't clobber existing X-Hashcash headers.
11894         (message-setup-1): Call mail-add-payment-async when
11895         message-generate-hashcash is non-nil.
11896
11897 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11898
11899         * message.el (message-use-alternative-email-as-from): Examine the
11900         From header as well; use message-make-from in order to include a
11901         user's full name.
11902
11903 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11906         default; improve customization type.
11907         (gnus-emphasis-custom-with-format): New macro.
11908         (gnus-emphasis-custom-value-to-external): New function.
11909         (gnus-emphasis-custom-value-to-internal): New function.
11910
11911 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11912
11913         * dns.el (query-dns): Resolve reverse addresses.
11914
11915 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11916
11917         * gnus-group.el (gnus-group-get-new-news): Use it.
11918
11919         * gnus-start.el (gnus-check-reasonable-setup): New function.
11920
11921 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11924         "Args out of range" error.  Reported by Arnaud Giersch
11925         <arnaud.giersch@free.fr>.
11926
11927 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11928
11929         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11930
11931 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11932
11933         * spam.el (spam group): Add :version.
11934
11935         * pgg-def.el (pgg group): Add :version.
11936
11937 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * gnus-art.el (gnus-article-edit-article): Don't associate the
11940         article buffer with a draft file.  This is a temporary measure
11941         against the 2004-08-22 change to gnus-article-edit-mode.
11942
11943 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11946         (html2text-format-tags): Remove unused variable `attr'.
11947
11948 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11951
11952         * tls.el (tls-process-connection-type, tls-success)
11953         (tls-certtool-program): Add :version.
11954
11955         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11956         (starttls-extra-arguments, starttls-process-connection-type)
11957         (starttls-connect, starttls-failure, starttls-success): Add :version.
11958
11959         * spam-stat.el (spam-stat): Add :version.
11960
11961         * sieve.el (sieve): Add :version.
11962
11963         * sha1.el (sha1): Add :version.
11964         (sha1-use-external): Remove redundant version.
11965
11966         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11967         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11968         (nnmail-split-fancy-match-partial-words)
11969         (nnmail-split-lowercase-expanded): Add :version.
11970
11971         * nndiary.el (nndiary): Add :version.
11972
11973         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11974
11975         * mml-sec.el (mml-default-sign-method)
11976         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11977         Add :version.
11978
11979         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11980
11981         * mm-url.el (mm-url-use-external, mm-url-program)
11982         (mm-url-arguments): Add :version.
11983
11984         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11985         (mm-attachment-file-modes, mm-decrypt-option)
11986         (mm-w3m-safe-url-regexp): Add :version.
11987
11988         * message.el (message-cite-prefix-regexp)
11989         (message-sendmail-envelope-from, message-minibuffer-local-map)
11990         (message-user-fqdn, message-completion-alist): Add :version.
11991
11992         * gnus-win.el (gnus-configure-windows-hook)
11993         (gnus-use-frames-on-any-display): Add :version.
11994
11995         * gnus-art.el (gnus-article-address-banner-alist)
11996         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11997         (gnus-treat-from-picon, gnus-treat-mail-picon)
11998         (gnus-treat-x-pgp-sig): Add :version.
11999
12000         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12001         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12002         (gnus-summary-article-delete-hook)
12003         (gnus-summary-display-while-building): Add :version.
12004
12005         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12006         (gnus-get-top-new-news-hook): Add :version.
12007
12008         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12009         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12010
12011         * gnus-registry.el (gnus-registry): Add :version.
12012
12013         * gnus-spec.el (gnus-use-correct-string-widths)
12014         (gnus-make-format-preserve-properties): Add :version.
12015
12016         * gnus.el (gnus-group-charter-alist)
12017         (gnus-group-fetch-control-use-browse-url)
12018         (gnus-install-group-spam-parameters): Add :version.
12019
12020         * gnus-diary.el (gnus-diary): Add :version.
12021
12022         * gnus-delay.el (gnus-delay): Add :version.
12023
12024         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12025         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12026         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12027         Add :version.
12028
12029         * gnus-agent.el (gnus-agent-max-fetch-size)
12030         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12031         (gnus-agent-prompt-send-queue): Add :version.
12032
12033         * deuglify.el (gnus-outlook-deuglify): Add :version.
12034
12035         * html2text.el: Beautify code.  Improve doc strings.  Some
12036         checkdoc cleanup.
12037         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12038
12039 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12040
12041         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12042
12043 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12044
12045         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12046         when package is loaded.
12047
12048         * spam.el (spam-summary-score-preferred-header): Add global preference
12049         for people who want to override the default SpamAssassin over
12050         Bogofilter preference (when both are set).
12051         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12052         (spam-user-format-function-S): Check
12053         spam-summary-score-preferred-header.
12054         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12055         (spam-user-format-function-S): Format the score correctly.
12056
12057 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12060         signature file.  Suggested by Manoj Srivastava
12061         <srivasta@golden-gryphon.com>.
12062
12063         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12064         iso-2022-jp even in the Japanese language environment.
12065         Suggested by Jason Rumney <jasonr@gnu.org>.
12066
12067 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12070         use the same characters as the dummy marks; make it free from
12071         getting affected by the language environment.
12072         (gnus-summary-read-group-1): Update mark positions only when the
12073         format spec is updated.
12074
12075         * gnus-spec.el (gnus-update-format-specifications): Return a list
12076         of updated types.
12077
12078 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12081         of boundp to check if display-warning is available.
12082
12083 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12084
12085         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12086
12087 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * nnspool.el (nnspool-spool-directory): Use news-path if the
12090         news-directory variable is not bound.
12091
12092         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12093         function instead of display-warning if it is not available.
12094
12095 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12098         v5-10: Use `point-at-bol'.
12099
12100 2004-10-26  Simon Josefsson  <jas@extundo.com>
12101
12102         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12103         <chenggao@gmail.com>.
12104
12105 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12106
12107         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12108         instead.
12109
12110 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12111
12112         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12113         to remove a server from the nnimap-server-buffer-alist.
12114         (nnimap-open-connection, nnimap-close-server): Use it.
12115
12116         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12117
12118 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12121         running the major-mode function.
12122
12123 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12126         dummy marks in the right way.
12127
12128 2004-10-18  David Edmondson  <dme@dme.org>
12129
12130         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12131         excessively.
12132
12133 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12134
12135         * gnus-util.el (gnus-split-references): Accept a nil references
12136         string and go on blissfully.
12137
12138         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12139         cases where the references string is non-nil but has no references.
12140
12141         * encrypt.el: Add autoload tags.
12142
12143         * spam.el (spam-resolve-registrations-routine): Remove article
12144         from unregistration list too.  Reported by David Hanak
12145         <dhanak@isis.vanderbilt.edu>
12146
12147 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12148
12149         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12150         nil.  Changed custom type.
12151
12152 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12153
12154         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12155
12156         * gnus-sum.el (gnus-summary-move-article): Use it.
12157
12158 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12159
12160         * encrypt.el: Add autoload cookies.
12161
12162         * spam.el (spam-backend-article-list-property)
12163         (spam-backend-get-article-todo-list)
12164         (spam-backend-put-article-todo-list)
12165         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12166         Resolve registrations separately.
12167         (spam-register-routine): Format comments.
12168         (spam-unregister-routine, spam-register-routine): Always call with
12169         specific-articles, no default list.
12170         (spam-summary-prepare-exit): Use the spam-classifications function.
12171
12172         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12173         gnus-encrypt.el.
12174
12175         * encrypt.el: Copied from gnus-encrypt.el.
12176
12177         * gnus-encrypt.el: Commented that it's obsolete.
12178
12179 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12182         (gnus-score-save): Use it.
12183
12184         * message.el (message-bury): Use `window-dedicated-p'.
12185
12186 2004-10-15  Simon Josefsson  <jas@extundo.com>
12187
12188         * pop3.el (top-level): Don't require nnheader.
12189         (pop3-read-timeout): Add.
12190         (pop3-accept-process-output): Add.
12191         (pop3-read-response, pop3-retr): Use it.
12192
12193 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12194
12195         * spam.el (spam-register-routine): Move comment.
12196         (spam-verify-bogofilter): Use 'unknown for the initial
12197         spam-bogofilter-valid state, not 'never.
12198
12199         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12200         for netrc-machine.
12201
12202         * nnimap.el (nnimap-open-connection): Use
12203         netrc-machine-user-or-password.
12204
12205 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12206
12207         * gnus-registry.el (gnus-registry-unload-hook):
12208         Set as a variable with add-hook.
12209
12210         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12211         of news-path.
12212
12213         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12214
12215         * spam.el: Delete duplicate `provide'.
12216         (spam-unload-hook): Set as a variable with add-hook.
12217
12218 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12221         in the doc string.
12222
12223         * message.el (message-ignored-news-headers)
12224         (message-ignored-supersedes-headers)
12225         (message-ignored-resent-headers)
12226         (message-forward-ignored-headers): Improve custom type.
12227
12228 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * message.el (message-tokenize-header): Fix 2004-09-06 change
12231         which used point-min in the wrong place.
12232
12233 2004-10-12  Simon Josefsson  <jas@extundo.com>
12234
12235         * tls.el (tls-certtool-program): New variable.
12236         (tls-certificate-information): New function, based on
12237         ssl-certificate-information.
12238
12239 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * compface.el: Move the version of ELisp-based uncompface program
12242         to the contrib directory because of the copyright problem.
12243
12244 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12245
12246         * message.el (message-kill-buffer): Raise the current frame.
12247
12248 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12251
12252         * gnus.el (message-y-or-n-p): Autoload.
12253
12254         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12255         (pop3-password-required, pop3-authentication-scheme)
12256         (pop3-leave-mail-on-server): Made customizable.
12257         (pop3): New custom group.
12258         (pop3-retr): Remove `sleep-for' statements.
12259         Suggested by Dave Love <fx@gnu.org>.
12260
12261         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12262         Windows/DOS.
12263
12264         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12265         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12266         Dave Love <fx@gnu.org>.
12267
12268         * mml.el (mml-minibuffer-read-disposition): Require match.
12269         Suggested by Dave Love <fx@gnu.org>.
12270
12271 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12272
12273         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12274         doc string.
12275
12276 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12279
12280 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12281
12282         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12283         instead of calling `mm-insert-inline', to decode text/* parts
12284         before displaying them.
12285
12286 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * mm-uu.el (mm-uu-text-plain-type): New variable.
12289         (mm-uu-pgp-signed-extract-1): Use it.
12290         (mm-uu-pgp-encrypted-extract-1): Use it.
12291         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12292         bind mm-uu-text-plain-type with that value.
12293         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12294         mm-uu-dissect.
12295
12296 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-group.el (gnus-update-group-mark-positions):
12299         * gnus-sum.el (gnus-update-summary-mark-positions):
12300         * message.el (message-check-news-body-syntax):
12301         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12302         of string-as-multibyte.
12303
12304 2004-10-05  Juri Linkov  <juri@jurta.org>
12305
12306         * gnus-group.el (gnus-update-group-mark-positions):
12307         * gnus-sum.el (gnus-update-summary-mark-positions):
12308         * message.el (message-check-news-body-syntax):
12309         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12310         8-bit unibyte values to a multibyte string for search functions.
12311
12312 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12315         (mm-uu-dissect-text-parts): New function.
12316
12317         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12318         dissect text parts.
12319
12320         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12321         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12322
12323         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12324
12325         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12326         gnus-current-topics instead of gnus-current-topic.
12327
12328 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12329
12330         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12331
12332 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12333
12334         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12335         where approriate.
12336
12337         * nnml.el (nnml-generate-active-info): do.
12338
12339         * nndiary.el (nndiary-generate-active-info): do.
12340
12341         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12342         (gnus-topic-move): do.
12343
12344         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12345         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12346
12347         * gnus-srvr.el (gnus-server-prepare)
12348         (gnus-server-open-all-servers): do.
12349
12350         * gnus-msg.el (gnus-summary-cancel-article)
12351         (gnus-summary-resend-message)
12352         (gnus-summary-mail-crosspost-complaint): do.
12353
12354         * gnus-move.el (gnus-change-server): do.
12355
12356         * gnus-group.el (gnus-group-unmark-all-groups)
12357         (gnus-group-set-current-level): do.
12358
12359 2004-10-04  Simon Josefsson  <jas@extundo.com>
12360
12361         * message.el (message-generate-hashcash): Doc fix.
12362
12363 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12364
12365         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12366         avoid infinite recursion via gnus-get-function.
12367
12368 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12369
12370         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12371
12372         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12373
12374         * nnmail.el (nnmail-split-history): do.
12375
12376         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12377         (nnml-request-delete-group): do.
12378
12379         * nnslashdot.el (nnslashdot-read-groups): do.
12380
12381         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12382         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12383
12384         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12385         (nnspool-sift-nov-with-sed): Use last.
12386         (nnspool-retrieve-headers-with-nov): Use mapc.
12387         (nnspool-request-newgroups): Use dolist.
12388         (nnspool-request-group): Use last.
12389
12390         * nntp.el (nntp-read-server-type): Use dolist.
12391
12392         * nnvirtual.el (nnvirtual-create-mapping)
12393         (nnvirtual-update-read-and-marked): Use dolist.
12394         (nnvirtual-convert-headers): Simplify.
12395
12396 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12397
12398         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12399         support for sync'ing tick marks.
12400
12401 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12404         there's no visible header.
12405
12406 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12407
12408         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12409         necessary, pass full group name to gnus-request-set-marks.
12410
12411 2004-10-01  Simon Josefsson  <jas@extundo.com>
12412
12413         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12414         acroread.
12415
12416 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12417
12418         * spam-report.el (spam-report-gmane): Fix interactive.
12419
12420         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12421
12422         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12423         when writing file.
12424         (gnus-agent-synchronize-flags): Don't default to being
12425         interactive.
12426
12427 2004-09-30  Simon Josefsson  <jas@extundo.com>
12428
12429         * message.el (message-generate-hashcash): Add.
12430         (message-send-mail): Use it, call mail-add-payment.
12431
12432 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12433
12434         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12435
12436 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12437
12438         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12439         gnus-requst-update-info with explicit code to sync the in-memory
12440         info read flags with the marks being sync'd to the backend.
12441
12442         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12443
12444 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12445
12446         * spam.el (spam-verify-bogofilter): Add new function.
12447         (spam-check-bogofilter)
12448         (spam-bogofilter-register-with-bogofilter): Use it.
12449         (spam-verify-bogofilter): Add small fixes.
12450
12451 2004-09-28  Simon Josefsson  <jas@extundo.com>
12452
12453         * hashcash.el (hashcash-generate-payment): Revert.
12454
12455 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12456
12457         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12458         gnus-extract-references instead of gnus-split-references.
12459
12460         * gnus-util.el (gnus-extract-references): Add new function, analogous
12461         to gnus-split-references but extracts only the message-ID without
12462         anything extra.
12463
12464         * hashcash.el (hashcash-generate-payment)
12465         (hashcash-check-payment): Do the right thing if hashcash-path is
12466         nil (because the hashcash program could not be found).
12467
12468         * spam.el (spam-use-hashcash): Remove comment.
12469
12470 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12471
12472         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12473         (gnus-cache-enter-article, gnus-cache-remove-article)
12474         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12475
12476         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12477
12478         * gnus-art.el (article-hide-boring-headers)
12479         (article-translate-strings, article-display-face)
12480         (gnus-article-mime-match-handle-first)
12481         (gnus-article-highlight-headers)
12482         (gnus-article-add-buttons-to-head): do.
12483
12484 2004-09-27  Simon Josefsson  <jas@extundo.com>
12485
12486         * hashcash.el: New version, from
12487         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12488         ../contrib/.
12489
12490 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12493
12494 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12495
12496         * gnus-dup.el (gnus-dup-open): Use mapc.
12497         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12498
12499         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12500         Reported by Stefan Wiens <s.wi@gmx.net>.
12501
12502         * gnus.el (gnus-shutdown): Use dolist.
12503
12504         * gnus-undo.el (gnus-undo): Use mapc.
12505
12506         * nnrss.el (nnrss-generate-active): do.
12507
12508         * message.el (message-cite-original-without-signature)
12509         (message-cite-original): Use mapc.
12510         (message-do-actions, message-make-forward-subject): Use dolist.
12511
12512 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12513
12514         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12515         deletion to remove entire duplicate line.  Fixes merged article
12516         number bug.
12517
12518 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12519
12520         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12521         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12522         first ask if you want to open a server and then, even when you
12523         responded with no, asking if you want to synchronize the server's
12524         flags.
12525         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12526         multi-line expressions.
12527         (gnus-agent-synchronize-group-flags): New internal function.
12528         Updates marks in memory (in the info structure) AND in the
12529         backend.
12530
12531         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12532
12533         * nnagent.el (nnagent-request-set-mark): Use
12534         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12535         method, to ensure that synchronization updates marks in the
12536         backend and in the info (in memory) structure.
12537
12538 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12541         convention fully; don't miss the root article of a thread; make
12542         the X-Draft-From header with correct article numbers.
12543
12544 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12545
12546         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12547         unless plugged.  Disable the agent so that an open failure causes
12548         an error.
12549
12550         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12551         Reverted 2004-09-21 change.  The backend must be opened while
12552         synchronizing flags even when the backend stores the flags
12553         locally.
12554
12555 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12556
12557         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12558         in `header' match.  Reported by Svend Tollak Munkejord.
12559
12560         * message.el (message-cite-original): Fix use of
12561         `message-cite-articles-with-x-no-archive'.
12562
12563 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12566         (gnus-window-to-buffer): Ditto.
12567
12568         * mml.el (mml-preview-buffer): New variable.
12569         (mml-preview): Manage window layout with gnus-buffer-configuration.
12570
12571         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12572         X-Draft-From header even if those articles aren't quoted.
12573
12574 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12575
12576         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12577         (gnus-request-set-mark, gnus-request-update-mark): Use new
12578         g-s-t-u-l-m to decide to use backend even when unplugged.
12579
12580 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12583         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12584
12585 2004-09-20  Simon Josefsson  <jas@extundo.com>
12586
12587         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12588         "utf-16-le".
12589
12590 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12591
12592         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12593
12594 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12595
12596         * uudecode.el (uudecode-use-external): Add :version.
12597
12598         * smime.el (smime-CA-file, smime-encrypt-cipher)
12599         (smime-dns-server): Add :version.
12600
12601         * smiley.el (gnus-smiley-file-types): Add :version.
12602
12603         * sha1.el (sha1-use-external): Add :version.
12604
12605         * pgg-def.el (pgg-query-keyserver): Add :version.
12606
12607         * nnmail.el (nnmail-fancy-expiry-targets)
12608         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12609         Add :version.
12610
12611         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12612         (nnimap-retrieve-groups-asynchronous): Add :version.
12613         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12614
12615         * mml.el (mml-content-disposition-parameters)
12616         (mml-insert-mime-headers-always): Add :version.
12617
12618         * mm-util.el (mm-coding-system-priorities): Add :version.
12619
12620         * mm-decode.el (mm-inline-text-html-with-images)
12621         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12622         (mm-verify-option): Add :version.
12623         (mm-text-html-renderer): Change :version.
12624
12625         * message.el (message-fcc-externalize-attachments)
12626         (message-required-headers, message-draft-headers)
12627         (message-subject-trailing-was-query)
12628         (message-subject-trailing-was-ask-regexp)
12629         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12630         (message-mark-insert-end, message-archive-header)
12631         (message-archive-note, message-cross-post-default)
12632         (message-cross-post-note, message-followup-to-note)
12633         (message-cross-post-note-function, message-use-mail-followup-to)
12634         (message-subscribed-address-functions)
12635         (message-subscribed-address-file, message-subscribed-addresses)
12636         (message-subscribed-regexps, message-allow-no-recipients)
12637         (message-yank-cited-prefix, message-signature-insert-empty-line)
12638         (message-hidden-headers, message-hierarchical-addresses)
12639         (message-mail-user-agent, message-use-idna)
12640         (message-valid-fqdn-regexp)
12641         (message-strip-special-text-properties, message-header-synonyms)
12642         (message-beginning-of-line, message-tab-body-function): Add :version.
12643         (message-insert-canlock, message-wide-reply-confirm-recipients):
12644         Change :version.
12645
12646         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12647         and :version.
12648         (mail-source-delete-old-incoming-confirm)
12649         (mail-source-movemail-program): Add :version.
12650
12651         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12652         (gnus-agent-cache, gnus-agent): Change :version.
12653
12654         * gnus-util.el (gnus-use-byte-compile): Change :version.
12655
12656         * gnus-sum.el (gnus-summary-make-false-root-always)
12657         (gnus-summary-default-high-score)
12658         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12659         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12660         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12661         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12662         (gnus-sum-thread-tree-single-indent)
12663         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12664         (gnus-sum-thread-tree-leaf-with-other)
12665         (gnus-sum-thread-tree-single-leaf): Add :version.
12666         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12667         (gnus-article-loose-mime): Change :version.
12668
12669         * gnus-start.el (gnus-backup-startup-file)
12670         (gnus-save-startup-file-via-temp-buffer): Add :version.
12671
12672         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12673         (gnus-server-offline-face): Add :version.
12674
12675         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12676
12677         * gnus-msg.el (gnus-gcc-externalize-attachments)
12678         (gnus-debug-files, gnus-debug-exclude-variables)
12679         (gnus-discouraged-post-methods): Change :version.
12680         (gnus-confirm-mail-reply-to-news)
12681         (gnus-confirm-treat-mail-like-news): Add :version.
12682
12683         * gnus-int.el (gnus-server-unopen-status): Add :version.
12684
12685         * gnus-group.el (gnus-group-jump-to-group-prompt)
12686         (gnus-large-ephemeral-newsgroup)
12687         (gnus-fetch-old-ephemeral-headers): Add :version.
12688
12689         * gnus-fun.el (gnus-x-face-directory)
12690         (gnus-convert-pbm-to-x-face-command)
12691         (gnus-convert-image-to-x-face-command)
12692         (gnus-convert-image-to-face-command): Add :version.
12693
12694         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12695
12696         * gnus-cite.el (gnus-cite-blank-line-after-header)
12697         (gnus-article-boring-faces): Add :version.
12698
12699         * gnus-art.el (gnus-buttonized-mime-types)
12700         (gnus-inhibit-mime-unbuttonizing)
12701         (gnus-treat-display-face)
12702         (gnus-treat-body-boundary): Change :version.
12703         (gnus-body-boundary-delimiter, gnus-picon-databases)
12704         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12705         (gnus-treat-date-english, gnus-treat-fold-headers)
12706         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12707         (gnus-treat-mail-picon, gnus-treat-wash-html)
12708         (gnus-article-encrypt-protocol)
12709         (gnus-use-idna, gnus-article-over-scroll)
12710         (gnus-mime-display-multipart-alternative-as-mixed)
12711         (gnus-mime-display-multipart-related-as-mixed)
12712         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12713         (gnus-ctan-url, gnus-button-ctan-handler)
12714         (gnus-button-handle-ctan-bogus-regexp)
12715         (gnus-button-ctan-directory-regexp)
12716         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12717         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12718         (gnus-button-man-level, gnus-button-emacs-level)
12719         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12720
12721         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12722         (gnus-agent-go-online): Change :version.
12723         (gnus-agent-expire-unagentized-dirs)
12724         (gnus-agent-auto-agentize-methods): Add :version.
12725
12726         * flow-fill.el (fill-flowed-display-column)
12727         (fill-flowed-encode-column): Add :version.
12728
12729         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12730         (gnus-outlook-deuglify-unwrap-max)
12731         (gnus-outlook-deuglify-cite-marks)
12732         (gnus-outlook-deuglify-unwrap-stop-chars)
12733         (gnus-outlook-deuglify-no-wrap-chars)
12734         (gnus-outlook-deuglify-attrib-cut-regexp)
12735         (gnus-outlook-deuglify-attrib-verb-regexp)
12736         (gnus-outlook-deuglify-attrib-end-regexp)
12737         (gnus-outlook-display-hook): Add :version.
12738
12739         * binhex.el (binhex-use-external): Add :version.
12740
12741 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12742
12743         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12744         and `invisible'.
12745
12746 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12747
12748         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12749         in gnus-registry-trim.
12750
12751 2004-09-13  Simon Josefsson  <jas@extundo.com>
12752
12753         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12754
12755         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12756
12757         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12758         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12759         <yamaoka@jpl.org>.
12760         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12761         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12762         <yamaoka@jpl.org>.
12763
12764         * sieve.el (sieve-manage-mode): Ditto.
12765
12766 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12767
12768         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12769
12770 2004-09-11  Simon Josefsson  <jas@extundo.com>
12771
12772         * dns-mode.el: Add.
12773
12774         * mm-view.el (mm-display-dns-inline): Add.
12775
12776         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12777         (mm-automatic-display): Ditto.
12778
12779         * mailcap.el (mailcap-mime-data): Add text/dns.
12780         (mailcap-mime-extensions): Map .soa to text/dns.
12781
12782 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12783
12784         * gnus-art.el (article-decode-mime-words, article-babel)
12785         (gnus-article-highlight-signature, gnus-article-add-buttons)
12786         (gnus-signature-toggle): Remove unnecessary bindings of
12787         `inhibit-read-only' inherited from v5.10 merge.
12788
12789 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12790
12791         * nntp.el (nntp): New customization group.
12792         (nntp-authinfo-file): Add customization group.
12793
12794         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12795
12796         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12797
12798         * gnus.el (to-address, to-list, subscribed)
12799         (large-newsgroup-initial): Ditto.
12800
12801         * flow-fill.el (fill-flowed-display-column)
12802         (fill-flowed-encode-column): Ditto.
12803
12804 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12805
12806         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12807         Use point-min rather than 1.
12808         (message-send-mail): Use buffer-size rather than point-max.
12809
12810         * gnus-sum.el (gnus-summary-search-article-forward):
12811         Signal a specific `search-failed' rather than a generic `error'.
12812
12813         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12814         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12815         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12816
12817 2004-09-10  Simon Josefsson  <jas@extundo.com>
12818
12819         * nndb.el (require): Remove tcp and duplicate cl.
12820
12821 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-agent.el (directory-files-and-attributes): Move forward.
12824
12825 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12826
12827         * gnus-agent.el (directory-files-and-attributes): Optionally
12828         defined to support XEmacs.
12829
12830 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12831
12832         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12833         to avoid run-time CL dependencies.
12834         (gnus-agent-unfetch-articles): New function.
12835         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12836         article numbers even when local .overview file is missing.
12837         (gnus-agent-read-article-number): New function.  Only accepts
12838         27-bit article numbers.
12839         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12840         gnus-agent-read-article-number.
12841         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12842         from backend while recognizing that article numbers in .overview
12843         must be valid.
12844         (gnus-agent-update-files-total-fetched-for): Use
12845         directory-files-and-attributes to improve performance.
12846         * gnus-int.el (gnus-request-move-article): Use
12847         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12848         improve performance.
12849
12850         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12851         some users confused by references to .newsrc when they only have a
12852         .newsrc.eld file.
12853         (gnus-convert-mark-converter-prompt)
12854         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12855         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12856         New function.  Used internally to only display 'gnus converting
12857         files' message when actually necessary.
12858
12859         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12860         methods now autoloaded.
12861
12862 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12865         identifiers.
12866
12867 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * gnus-picon.el: Fix indentation and closing parenthesis.
12870
12871 2004-09-01  Simon Josefsson  <jas@extundo.com>
12872
12873         * message.el (message-canlock-generate): Require sha1, not
12874         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12875         to require within a function.  Sadly, if sha1.el isn't loaded, the
12876         let binding in m-c-g will hide the defcustom definition, which is
12877         bad.)
12878
12879         * canlock.el: Require sha1, not sha1-el.
12880
12881         * message.el: Don't autoload sha1 (there is a autoload cookie in
12882         sha1.el).
12883
12884         * sha1-el.el: Renamed to sha1.el.
12885
12886 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12887
12888         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12889
12890 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12891
12892         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12893
12894 2004-08-30  Kim F. Storm  <storm@cua.dk>
12895
12896         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12897
12898         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12899         Add :group 'nnimap.
12900
12901 2004-08-30  Andreas Schwab  <schwab@suse.de>
12902
12903         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12904         ?* and ?\;.
12905
12906         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12907         and ?\' to symbol instead of whitespace.
12908
12909 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12912
12913         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12914         instead of re-search-forward.
12915
12916         * gnus-uu.el (gnus-uu-save-article): Ditto.
12917         (gnus-uu-post-encode-uuencode): Ditto.
12918
12919         * html2text.el (html2text-clean-list-items): Ditto.
12920         (html2text-clean-dtdd): Ditto.
12921         (html2text-format-tags): Ditto.
12922
12923         * message.el (message-send-mail-with-sendmail): Fix regexp.
12924         (message-fill-field-general): Use search-forward instead of
12925         re-search-forward.
12926         (unbold-region): Ditto.
12927
12928         * nnrss.el (nnrss-request-article): Ditto.
12929
12930         * nnslashdot.el (nnslashdot-request-article): Ditto.
12931
12932         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12933
12934         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12935         "Unrecognized menu descriptor" error in XEmacs.
12936
12937 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12938
12939         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12940         parent article of a sparse article in the thread hashtb.
12941
12942 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12943
12944         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12945         (nnmail-expand-newtext): Lowercase expanded entries if
12946         nnmail-split-lowercase-expanded is non-nil.
12947
12948 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12951
12952         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12953         of gnus-tmp-news-method into string under XEmacs.  It will be
12954         passed to gnus-correct-length which takes only a string argument.
12955
12956 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * gnus-util.el (gnus-bind-print-variables): New macro.
12959         (gnus-prin1): Use it.
12960         (gnus-prin1-to-string): Use it.
12961         (gnus-pp): New function.
12962         (gnus-pp-to-string): New function.
12963
12964         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12965         Replace pp-to-string with gnus-pp-to-string.
12966         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12967         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12968         * gnus-msg.el (gnus-debug): Ditto.
12969         * gnus-score.el (gnus-score-save): Ditto.
12970         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12971         gnus-pp-to-string.
12972         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12973         with gnus-pp.
12974         * score-mode.el (gnus-score-pretty-print): Ditto.
12975         * webmail.el (webmail-debug): Ditto.
12976
12977 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * gnus-art.el (article-display-face, article-display-x-face):
12980         Use buffer-read-only.
12981
12982 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * gnus-art.el (article-hide-list-identifiers):
12985         Bind inhibit-read-only as t.
12986
12987 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12990
12991 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12992
12993         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12994         (gnus-narrow-to-page): Don't assume point-min == 1.
12995         (gnus-article-edit-mode): Derive from message-mode.
12996
12997         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12998         point-min == 1.
12999
13000         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13001         Disable incorrect use of `assert'.
13002
13003         * message.el (message-mode): Set comment-start-skip.
13004
13005
13006 2004-08-22  Sam Steingold  <sds@gnu.org>
13007
13008         * pop3.el (pop3-leave-mail-on-server): New user variable.
13009         (pop3-movemail): Delete mail only when it is nil.
13010
13011 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13012
13013         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13014
13015         * mml.el (mml-preview): Use `pop-to-buffer'.
13016
13017         * message.el (message-goto-mail-followup-to): Insert after "To".
13018         (message-carefully-insert-headers): Add comment.
13019
13020         * gnus.el: Remove unused variable `gnus-article-check-size'.
13021
13022         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13023
13024         * gnus-art.el (gnus-button-alist): Improve
13025         `gnus-button-handle-library' entry.
13026
13027 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13028
13029         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13030         downcase, since XEmacs capitalizes error messages differently.
13031
13032 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13033
13034         * nntp.el: Add (require 'gnus) due to reference to
13035         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13036
13037 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13038
13039         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13040         `mm-fill-flowed'.
13041
13042         * mm-decode.el (mm-dissect-singlepart): Check it.
13043
13044 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13045
13046         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13047         'imap' for netrc parsing.
13048
13049 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13050
13051         * mailcap.el (mailcap-mime-data): Mark as risky.
13052
13053 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13056         may be included in the encoded word.
13057         (rfc2047-encode): Don't append a space if the encoded word
13058         includes close parenthesis.
13059
13060 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13061
13062         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13063         of text within parentheses.
13064
13065 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13066
13067         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13068         (gnus-encrypt-write-file-contents): Make the password key the file
13069         name PLUS the cipher, not just the cipher.  Also remove failed
13070         passwords from the cache.
13071
13072 2004-08-06  Simon Josefsson  <jas@extundo.com>
13073
13074         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13075         fix.
13076
13077 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13080         LWSP.
13081
13082 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13083
13084         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13085         to append in-reply-to: data to the references: header.
13086
13087         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13088         (netrc-parse): Use gnus-encrypt.el functions.
13089
13090         * gnus-encrypt.el: Add new file for encryption support; currently
13091         does only a few GPG ciphers and an internal XOR cipher.
13092
13093         * password.el: Add comments on using password-read-and-add.
13094         (password-read-and-add): Add function to read and add the
13095         password to the cache at once.
13096
13097 2004-07-28  Simon Josefsson  <jas@extundo.com>
13098
13099         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13100         parameter (but don't use it, for now).
13101
13102         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13103         instead of hard coding to nil.
13104
13105 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13108         as mm-inline-image-xemacs does.
13109
13110 2004-07-26  Simon Josefsson  <jas@extundo.com>
13111
13112         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13113         Revert part of 2004-07-17 change below.
13114
13115 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13118         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13119
13120 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13121
13122         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13123         quotes that actually start with ">" at the beginning of the
13124         lines.
13125
13126 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * rfc2047.el (rfc2047-encode-region): Fix last change.
13129         (rfc2047-encode-parameter): Remove useless concat.
13130
13131 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13134         encode special characters; fix some kind of misconfigured headers;
13135         signal a real error if debug-on-quit or debug-on-error is non-nil.
13136         (rfc2047-encode-max-chars): New variable.
13137         (rfc2047-encode-1): Use it.
13138         (rfc2047-encode-parameter): New function.
13139
13140         * mml.el (mml-insert-parameter): Remove an excessive space.
13141
13142 2004-07-17  Simon Josefsson  <jas@extundo.com>
13143
13144         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13145         Kai Grossjohann <kai@emptydomain.de>.
13146         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13147         (gnus-group-make-menu-bar): Ditto.
13148
13149         * gnus-util.el (gnus-group-server): Add.
13150
13151 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13152
13153         * message.el (message-clone-locals): Clone sendmail and smtp
13154         variables.
13155
13156 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * rfc2047.el (rfc2047-encode-region): Fix last change.
13159
13160 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13163         characters as non-special.
13164
13165 2004-07-09  Simon Josefsson  <jas@extundo.com>
13166
13167         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13168         Users will lose all flag changes made while unplugged with
13169         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13170         good default.  See numerous reports on ding mailing list.
13171
13172 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13175         add generate-head-function and generate-article-function to the
13176         rfc822-forward entry.
13177         (nndoc-rfc822-forward-generate-article): New function.
13178         (nndoc-rfc822-forward-generate-head): New function.
13179
13180         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13181
13182 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13183
13184         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13185         respect display group parameter and gnus-summary-expunge-below.
13186         (gnus-articles-to-read): Remove unused reference to display group
13187         parameter.
13188
13189 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13190
13191         * nnheader.el (nnheader-uniquify-message-id): New experimental
13192         variable.
13193         (nnheader-nov-read-message-id): Use it.
13194
13195         * spam-report.el (spam-report-gmane): Add interactive.
13196
13197 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13200         qp-or-base64 for the application/* types.
13201
13202 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13203
13204         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13205
13206 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13207
13208         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13209         trim value.
13210
13211 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13212
13213         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13214         New macro and function.
13215         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13216
13217 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13220         after-load-alist.
13221
13222 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13223
13224         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13225         update info that isn't there.
13226
13227 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13228
13229         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13230         entry.
13231
13232 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * mm-view.el (mm-inline-render-with-function): Use multibyte
13235         buffer; decode html source by charset.
13236
13237         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13238
13239         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13240         Mule-UCS is loaded under XEmacs.
13241         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13242
13243 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13244
13245         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13246
13247 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * mm-util.el (mm-coding-system-p): Return a coding-system.
13250         (mm-mime-mule-charset-alist): Use shift_jis instead of
13251         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13252         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13253         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13254         instead of japanese-shift-jis and iso-latin-1 respectively in
13255         order to share the default value with both Emacs and XEmacs-mule.
13256         (mm-mule-charset-to-mime-charset): Make
13257         mm-coding-system-priorities effective.
13258         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13259         while predicating of candidates upon the priorities.
13260
13261 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13262
13263         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13264         gnus-uu-invert-processable.
13265
13266         * gnus.el: Autoload gnus-uu-invert-processable.
13267
13268 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * mm-util.el (mm-with-multibyte-buffer): New macro.
13271
13272         * rfc2047.el (rfc2047-encode-string): Use it.
13273         (rfc2047-encode-region): Move point to the end of the region after
13274         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13275
13276 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13279         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13280
13281 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13284         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13285         Karl Chen <quarl@nospam.quarl.org>.
13286
13287 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13288
13289         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13290         invalid addresses.
13291
13292 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13293
13294         * spam.el: Change section markers, revise TODO list.
13295         (spam-backends): Make new master list of all installed backends.
13296         (spam-summary-exit-behavior): Add new variable to determine how
13297         messages moves are done at summary exit.
13298         (spam-move-spam-nonspam-groups-only)
13299         (spam-process-ham-in-nonham-groups)
13300         (spam-process-ham-in-spam-groups): Remove variables, the
13301         spam-summary-exit-behavior variable should be used to manage this
13302         behavior.
13303         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13304         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13305         and spam-old-spam-articles.
13306         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13307         Add empty variables, placeholders for the backends they represent.
13308         (spam-set-difference): Move, unchanged.
13309         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13310         unless the user has a processor variable.
13311         (spam-classifications, spam-classification-valid-p)
13312         (spam-backend-properties, spam-backend-property-valid-p)
13313         (spam-backend-function-type-valid-p)
13314         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13315         (spam-report-articles-gmane, spam-report-articles-resend):
13316         Remove functions, they are not needed.
13317         (spam-install-backend-super, spam-backend-list)
13318         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13319         (spam-backend-function, spam-backend-ham-registration-function)
13320         (spam-backend-spam-registration-function)
13321         (spam-backend-ham-unregistration-function)
13322         (spam-backend-spam-unregistration-function)
13323         (spam-backend-statistical-p, spam-backend-mover-p)
13324         (spam-install-backend-alias, spam-install-checkonly-backend)
13325         (spam-install-mover-backend, spam-install-nocheck-backend)
13326         (spam-install-backend, spam-install-statistical-backend)
13327         (spam-install-statistical-checkonly-backend): Add backend installation
13328         support.
13329         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13330         (spam-group-processor-p): Use the new backend code and respect the
13331         summary exit behavior.
13332         (spam-mark-spam-as-expired-and-move-routine): Remove.
13333         (spam-summary-prepare): Change to use the new spam-old-articles
13334         variable.
13335         (spam-copy-or-move-routine, spam-copy-spam-routine)
13336         (spam-move-spam-routine, spam-copy-ham-routine)
13337         (spam-move-ham-routine): Add code to copy/move ham or spam.
13338         (spam-fetch-field-fast): Improve doc and code, plus allow the
13339         'number request.
13340         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13341         variables.
13342         (spam-split, spam-find-spam): Use the new backend code.
13343         (spam-registration-functions): Remove variable.
13344         (spam-unregister-routine): Add convenience wrapper.
13345         (spam-log-undo-registration, spam-register-routine)
13346         (spam-log-processing-to-registry)
13347         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13348         where possible.
13349         (spam-check-gmane-xref, spam-check-regex-headers)
13350         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13351         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13352         (spam-check-bogofilter-headers, spam-check-spamoracle)
13353         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13354         (spam-check-crm114-headers): Use the spam-split-group that
13355         spam-split prepares, no need to determine it every time.
13356
13357         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13358         to the nnheader-parse-naked-head call.
13359
13360         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13361
13362         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13363         the nnheader-nov-read-message-id call.
13364
13365 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13368         gnus-activate-group twice.  Suggested by Markus Peter
13369         <warp@spin.de>.
13370
13371 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * gnus-art.el (gnus-article-time-format): Exchange the order of
13374         day and month in the default value; fix customization type.
13375         (article-date-ut): Use add-text-properties.
13376         (article-make-date-line): Use message-make-date instead of
13377         current-time-string.
13378
13379         * message.el (message-fetch-field): Don't use set-text-properties.
13380         (message-make-date): Simplify.
13381
13382         * messagexmas.el (message-xmas-make-date): New function.
13383         (message-xmas-redefine): Defalias message-make-date to it.
13384
13385 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13388         (rfc2047-encode-region): Treat text within parentheses as special;
13389         show the original text when error has occurred.
13390
13391         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13392         already-computed method to gnus-activate-group.
13393
13394         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13395         same select-methods identical Lisp objects.
13396
13397         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13398         object when modifying the info.
13399
13400 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13403         gnus-opened-servers since it has never been opened with the new
13404         configuration yet.
13405
13406 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13409         arg to nnheader-generate-fake-message-id.
13410
13411 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13412
13413         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13414         number and build a fake message ID localized to a group and
13415         article number (so it's repeatable from that point on).
13416         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13417         ID format.
13418
13419         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13420         nnheader-generate-fake-message-id with the article number.
13421
13422 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13423
13424         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13425         end-of-buffer.
13426
13427 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13428
13429         * message.el (message-ignored-supersedes-headers): Add Approved.
13430
13431 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13434         goto-char.
13435         (rfc2047-encode): Fold the line before encoding.
13436
13437 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13438
13439         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13440         folding -- not all headers can be folded, and this should be done
13441         by the message composition mode.  Probably.  I think.
13442
13443 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13446         fast.
13447
13448         * gnus-ems.el (gnus-remove-image): Don't use
13449         message-text-with-property; remove only the image found first.
13450
13451         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13452         found first.
13453
13454 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13455
13456         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13457
13458 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13459
13460         * message.el (message-text-with-property): Make it fast and accept
13461         optional arguments.
13462         (message-strip-forbidden-properties): Use it.
13463         (message-fix-before-sending): Follow the m-t-w-p change.
13464
13465         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13466
13467 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * gnus-art.el (article-hide-headers): Don't change the buffer
13470         mistakenly when performing mml-preview even if
13471         gnus-single-article-buffer is nil.
13472
13473 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13474
13475         * message.el (message-expand-name-databases): New user option.
13476         (message-expand-name): Use it.
13477
13478 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13479
13480         * spam.el (spam-report-articles-resend)
13481         (spam-report-resend-register-routine): Allow ham reporting.
13482         (spam-report-resend-register-ham-routine): Add wrapper.
13483         (spam-registration-functions): Add ham resending functions.
13484         (spam-list-of-processors): Add ham resend processor.
13485
13486         * gnus.el (ham-resend-to): Add new group parameter.
13487         (spam-process): Add ham resend option.
13488
13489         * spam-report.el (spam-report-resend): Allow reporting ham.
13490         (spam-report-resend-ham): Add wrapper.
13491
13492 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13493
13494         * message.el (message-cite-articles-with-x-no-archive): New
13495         variable.
13496         (message-cite-original): Use it.
13497
13498 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13499
13500         * message.el (message-cite-original): Respect X-No-Archive.
13501
13502 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-art.el (article-hide-headers): Refer to the values for
13505         gnus-ignored-headers and gnus-visible-headers in the summary
13506         buffer since a user may have set them as group parameters.
13507
13508 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13509
13510         * assistant.el (assistant-node-name): Add convenience function.
13511         (assistant-render-text, assistant-render-node): Add error handling,
13512         plus handle multiple next nodes.
13513         (assistant-find-next-node): Comment out for now.
13514         (assistant-find-next-nodes): Add function, returns list of next
13515         nodes.
13516
13517 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13518
13519         * mail-source.el (mail-source-directory): Fix doc-string.
13520
13521 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13522
13523         * assistant.el (assistant-render-text, assistant-eval): Add :set
13524         widget type, which is different because it takes and returns a
13525         list.  Much hilarity ensues.
13526
13527 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13528
13529         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13530
13531         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13532         doc-string.
13533
13534         * gnus-start.el (gnus-activate-group): Added doc-string.
13535
13536 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13539
13540 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13541
13542         * assistant.el (assistant-render-text): Try to add a :set
13543         widget, more to come.
13544
13545         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13546         strings.
13547         (spam-report-articles-resend)
13548         (spam-register-routine): Do registration iff any articles warrant
13549         it.
13550         (spam-summary-prepare-exit): Change log message for nil group
13551         destinations.
13552
13553 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13554
13555         * spam.el (spam-report-resend-register-routine): Allow
13556         spam-report-resend-to to be a group parameter or a global value.
13557
13558 2004-05-26  Simon Josefsson  <jas@extundo.com>
13559
13560         * starttls.el: Merge with my GNUTLS based starttls.el.
13561         (starttls-gnutls-program, starttls-use-gnutls)
13562         (starttls-extra-arguments, starttls-process-connection-type)
13563         (starttls-connect, starttls-failure, starttls-success): New
13564         variables.
13565         (starttls-program, starttls-extra-args): Doc fix.
13566         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13567         functions.
13568         (starttls-negotiate, starttls-open-stream): Check
13569         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13570         function if it is set.
13571
13572 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13575         structured fields.
13576
13577 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13580
13581 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13582
13583         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13584         variable.
13585         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13586         assigning the spam-mark to new messages.
13587
13588 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13589
13590         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13591
13592 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13595
13596         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13597         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13598         default.
13599
13600 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13601
13602         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13603         correct data.
13604
13605 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13606
13607         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13608         (spam-group-processor-p): Fix function.
13609         (spam-group-processor-multiple-p)
13610         (spam-group-spam-processor-report-gmane-p)
13611         (spam-group-spam-processor-report-resend-p)
13612         (spam-group-spam-processor-bogofilter-p)
13613         (spam-group-spam-processor-blacklist-p)
13614         (spam-group-spam-processor-ifile-p)
13615         (spam-group-ham-processor-ifile-p)
13616         (spam-group-spam-processor-spamoracle-p)
13617         (spam-group-spam-processor-crm114-p)
13618         (spam-group-ham-processor-bogofilter-p)
13619         (spam-group-spam-processor-stat-p)
13620         (spam-group-ham-processor-stat-p)
13621         (spam-group-ham-processor-whitelist-p)
13622         (spam-group-ham-processor-BBDB-p)
13623         (spam-group-ham-processor-spamoracle-p)
13624         (spam-group-ham-processor-copy-p): Remove functions with some
13625         prejudice against unneeded code.
13626         (spam-report-articles-resend)
13627         (spam-report-resend-register-routine): Allow the group/topic
13628         spam-resend-to value to override spam-report-resend-to.
13629         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13630         properly now.
13631
13632         * gnus.el (spam-resend-to): Add group/topic parameter.
13633         (spam-process): Move the OBSOLETE processors to the end of the
13634         choices.
13635
13636 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13637
13638         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13639         with resend-to set to nil, and then ask the user if necessary.
13640         (spam-report-resend): spam-report-resend takes a list of articles, not
13641         separate article numbers.
13642
13643 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13646         addition to emacs-w3m.
13647
13648 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13649
13650         * assistant.el (assistant-authinfo-data): New function.
13651         (assistant-eval): Eval for entire assistant.
13652
13653         * netrc.el (netrc-services-file): New variable.
13654         (netrc-parse-services): New function.
13655         (netrc-find-service-name): New function.
13656         (netrc-find-service-number): New function.
13657         (netrc-port-equal): New function.
13658         (netrc-machine): Use it.
13659
13660         * nnimap.el (nnimap-open-connection): Use netrc.
13661
13662         * gnus-util.el (gnus-netrc-get): Remove aliases.
13663
13664         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13665
13666         * assistant.el (wid-edit): Fix compilation.
13667
13668         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13669
13670 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13671
13672         * gnus-util.el (gnus-set-file-modes): New function.  (small
13673         patch).
13674
13675 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13676
13677         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13678
13679         * assistant.el (assistant-render-node): Fix up rendering and
13680         read-only text.
13681         (assistant-render-node): Reset.
13682         (assistant-make-read-only): Not sticky.
13683
13684 2004-05-20  Danny Siu  <dsiu@adobe.com>
13685
13686         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13687         centered even when gnus-auto-center-summary is t.
13688
13689 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13690
13691         * dns.el (dns-get-txt-answer): New function.
13692         (dns-read-txt): Ditto.
13693         (query-dns): Use it.
13694
13695 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13698         active for foreign groups even if the group level is higher than
13699         the specified value.
13700
13701 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13702
13703         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13704         non-active groups.
13705
13706         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13707
13708 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13709
13710         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13711
13712 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13713
13714         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13715         (spam-crm114-header, spam-crm114-spam-switch)
13716         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13717         (spam-crm114-positive-spam-header)
13718         (spam-crm114-database-directory, spam-list-of-processors)
13719         (spam-group-spam-processor-crm114-p)
13720         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13721         (spam-generic-score, spam-list-of-checks)
13722         (spam-list-of-statistical-checks, spam-registration-functions)
13723         (spam-check-crm114-headers, spam-crm114-score)
13724         (spam-check-crm114, spam-crm114-register-with-crm114)
13725         (spam-crm114-register-spam-routine)
13726         (spam-crm114-unregister-spam-routine)
13727         (spam-crm114-register-ham-routine)
13728         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13729         asjo@koldfront.dk (Adam Sjøgren).
13730
13731         * gnus.el: Add spam-use-crm114.
13732
13733         * spam.el (spam-list-of-processors, spam-registration-functions):
13734         Add spam-use-resend.
13735         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13736         (spam-report-articles-gmane): Add doc fix.
13737         (spam-report-articles-resend, spam-report-resend-register-routine):
13738         Add wrappers around spam-report-resend-to.
13739
13740         * spam-report.el (spam-report-resend-to, spam-report-resend):
13741         Add support for resending spam.
13742         (spam-report-gmane): Fix line length >80.
13743
13744         * gnus.el (spam-process): Add spam-use-resend.
13745
13746 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13747
13748         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13749         number of processed spam messages.
13750         (spam-ham-copy-or-move-routine): Return the number of processed
13751         ham messages.
13752         (spam-summary-prepare-exit): Use the above values to decide
13753         whether status messages shouled be displayed.
13754
13755 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13758         `rfc2047-encoding-function-alist' in order to avoid conflicting
13759         with the old version.
13760         (rfc2047-encode-region): Concatenate words containing non-ASCII
13761         characters in structured fields; don't encode space-delimited
13762         ASCII words even in unstructured fields; don't break words at
13763         char-category boundaries.
13764         (rfc2047-encode-1): New function.
13765         (rfc2047-encode): Use it; encode text so that it occupies the
13766         maximum width within 76-column; work correctly on Q encoding for
13767         iso-2022-* charsets.
13768         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13769         sure not to break a line just after the header name.
13770         (rfc2047-b-encode-region): Removed.
13771         (rfc2047-b-encode-string): New function.
13772         (rfc2047-q-encode-region): Removed.
13773         (rfc2047-q-encode-string): New function.
13774
13775         * mm-util.el (mm-replace-in-string): New function.
13776
13777 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13778
13779         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13780         get it right.
13781         (gnus-inews-make-draft): Really.
13782
13783 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13784
13785         * nnmh.el (nnmh-request-list-1): Don't check the link count
13786         before descending.  (small patch)
13787
13788 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13789
13790         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13791         stuff.
13792
13793         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13794         on real group name.
13795
13796         * gnus-art.el (gnus-signature-limit): Doc fix.
13797
13798         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13799
13800         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13801
13802 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13803
13804         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13805         isn't a string.
13806
13807 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13808
13809         * gnus-draft.el (gnus-draft-send): Bind
13810         rfc2047-encode-encoded-words.
13811
13812         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13813         (rfc2047-encodable-p): Say that =? needs encoding.
13814         (rfc2047-encode-encoded-words): New variable.
13815
13816         * gnus-group.el (gnus-group-select-group): Doc fix.
13817
13818         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13819
13820         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13821         to nil.
13822
13823         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13824
13825         * nnheader.el (nnheader-get-lines-and-char): New function.
13826
13827 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * gnus-msg.el (gnus-summary-followup-with-original): Document
13830         yanking of region when active.
13831
13832 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13835         groups if the group level is higher than the specified value.
13836
13837 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13838
13839         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13840         (gnus-group-jump-to-group): Added prefix argument using
13841         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13842         non-active group.
13843
13844         * compface.el (uncompface): Be verbose when changing
13845         `uncompface-use-external'.
13846
13847         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13848         handle manual section.
13849
13850 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13851
13852         * gnus-art.el (gnus-button-alist): Revert previous change.
13853
13854 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13857
13858 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13859
13860         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13861         whether backend can accept message.
13862
13863         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13864
13865 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13866
13867         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13868         Avoid creating directory when nntp-marks-is-evil is true.
13869         Reported by Reiner Steib.
13870
13871 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13872
13873         * gnus-picon.el (gnus-picon-style): New variable.
13874         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13875         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13876         Jesper Harder <harder@ifa.au.dk>.
13877
13878 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13879
13880         * message.el (message-fill-field): Return point.
13881         (message-generate-headers): Go to end of field.
13882
13883         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13884         stuff for non-living groups.
13885
13886 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13887
13888         * gnus-art.el (gnus-article-followup-with-original)
13889         (gnus-article-reply-with-original): gnus-mark-active-p ->
13890         gnus-region-active-p.
13891
13892 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13893
13894         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13895         only when there is spam or ham to be processed.
13896
13897 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13898
13899         * mail-source.el (mail-source-delete-crash-box): Refactor.
13900         (mail-source-fetch): Use it.
13901         (mail-source-fetch-file): Ditto.
13902         (mail-source-fetch-directory): Run postscript in loop.
13903         (mail-source-fetch-pop): Delete.
13904         (mail-source-fetch-maildir): Ditto.
13905         (mail-source-fetch-imap): Ditto.
13906
13907         * imap.el (imap-authenticators): Comment out sasl.
13908
13909         * message.el (message-skip-to-next-address): New function.
13910         (message-fill-header-address): Refactor.
13911         (message-fill-address): Use it.
13912         (message-delete-address): Use it.
13913         (message-fill-header-general): Refactor.
13914         (message-fill-field-address): Rename.
13915         (message-narrow-to-field): Find the start of the header.
13916         (message-header-format-alist): Don't pre-fill.
13917         (message-fill-header): Removed.
13918         (message-insert-header): New function.
13919         (message-shorten-references): Use it.
13920
13921         * rfc2047.el (rfc2047-field-value): Strip props.
13922
13923         * mail-parse.el (mail-header-make-address): New alias.
13924
13925         * ietf-drums.el (ietf-drums-make-address): New function.
13926
13927         * imap.el: Add compiler directives.
13928
13929         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13930
13931         * gnus-art.el (article-decode-idna-rhs): Don't use
13932         message-idna-inside-rhs-p.
13933
13934 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13935
13936         * message.el (message-idna-inside-rhs-p): Removed.
13937         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13938
13939         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13940         false positives.
13941
13942 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13943
13944         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13945
13946 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13947
13948         * nneething.el (nneething-file-name): Don't create spurious
13949         files.
13950
13951         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13952         (gnus-inews-do-gcc): Remove sleep.
13953
13954         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13955         part under point.
13956
13957         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13958         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13959
13960 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13961
13962         * spam.el (spam-summary-prepare-exit): Fixed (length).
13963
13964 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13965
13966         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13967         as expired without moving it" message when there are spam
13968         messages left.
13969
13970 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13971
13972         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13973         header is not nil.
13974
13975 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13976
13977         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13978         nntp-possibly-create-directory, not nntp-possibly-change-group.
13979         (nntp-marks-changed-p): New arg SERVER.
13980         (nntp-request-update-info): Adjust caller.
13981
13982 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13983
13984         * nntp.el (nntp-save-marks): Pass missing arg.
13985
13986 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13987
13988         * nntp.el: Support marks.
13989         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13990         (nntp-marks-modtime, nntp-marks-directory): New variables.
13991         (nntp-request-set-mark, nntp-request-update-info)
13992         (nntp-possibly-create-directory, nntp-marks-changed-p)
13993         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13994         functions.
13995
13996 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13997
13998         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13999         (gnus-xmas-redefine): Rename.
14000
14001         * gnus-score.el (gnus-score-insert-help): Use
14002         gnus-select-lowest-window.
14003
14004         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14005         appt-select-lowest-window and rename to gnus-select-lowest-window.
14006
14007         * gnus.el: do.
14008
14009 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14010
14011         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14012         encodings of MIME-encoded words, in order to improve
14013         interoperability with several broken MUAs.
14014
14015 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14016
14017         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14018         tags, only when charsets are not specified in headers.
14019         (mm-inline-text-html-render-with-w3m): Ditto.
14020
14021         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14022         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14023
14024 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14025
14026         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14027         instead of MIME-decoded from fields when checking
14028         `gnus-article-address-banner-alist'.
14029
14030 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14031
14032         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14033         description rather than subject.
14034
14035 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14036
14037         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14038
14039 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14040
14041         * gnus.el (gnus-version-number): Bump.
14042
14043 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14044
14045         * gnus.el: No Gnus v0.2 is released.
14046
14047 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14048
14049         * gnus-agent.el (gnus-agent-read-agentview): Inline
14050         gnus-uncompress-range.
14051
14052 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14053
14054         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14055         `exec-installed-p'.
14056
14057 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14058
14059         * gnus.el (spam-process, spam-autodetect-methods): Add
14060         bsfilter and bsfilter-headers.
14061
14062         * spam.el (spam-bsfilter): New customize group.
14063         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14064         (spam-bsfilter-header, spam-bsfilter-probability-header)
14065         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14066         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14067         (spam-bsfilter-database-directory): New options.
14068         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14069         (spam-list-of-statistical-checks, spam-registration-functions):
14070         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14071         (spam-bsfilter-score): New command.
14072         (spam-check-bsfilter-headers, spam-check-bsfilter)
14073         (spam-bsfilter-register-with-bsfilter)
14074         (spam-bsfilter-register-spam-routine)
14075         (spam-bsfilter-unregister-spam-routine)
14076         (spam-bsfilter-register-ham-routine)
14077         (spam-bsfilter-unregister-ham-routine): New functions.
14078         (spam-generic-score): Support bsfilter; Accept an optional argument
14079         to recalcurate spam score even if scoring header has already been
14080         added.
14081         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14082         optional argument to recalcurate spam score even if scoring header
14083         has already been added.
14084
14085 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14086
14087         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14088         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14089         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14090         link is missing.
14091
14092 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14093
14094         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14095         (html2text-get-attr): Rewrite.
14096
14097         * message.el (message-setup-1): Remove redundant put-text-property
14098         on mail-header-separator.
14099
14100 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14101
14102         * gnus-registry.el (gnus-registry-cache-whitespace)
14103         (gnus-registry-action, gnus-registry-spool-action)
14104         (gnus-registry-split-fancy-with-parent): Change message levels
14105         from 5 to 3 or 7, as needed.
14106
14107         * spam.el (spam-summary-prepare-exit)
14108         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14109         (spam-split, spam-find-spam, spam-log-undo-registration)
14110         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14111         level from 5 to 6.
14112
14113 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14116         2004-03-04 change).
14117
14118 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14119
14120         * sieve-manage.el (sieve-manage-open):
14121         * nnweb.el (nnweb-insert-html):
14122         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14123         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14124         * nnspool.el (nnspool-request-group):
14125         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14126         * nnml.el (nnml-request-update-info):
14127         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14128         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14129         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14130         (nnimap-request-set-mark):
14131         * nnfolder.el (nnfolder-request-update-info):
14132         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14133         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14134         * gnus-uu.el (gnus-uu-find-articles-matching):
14135         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14136         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14137         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14138         * gnus-nocem.el (gnus-nocem-scan-groups):
14139         * gnus-int.el (gnus-start-news-server):
14140         * gnus-group.el (gnus-group-make-kiboze-group)
14141         (gnus-group-browse-foreign-server):
14142         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14143         Use mapc when appropriate.
14144
14145 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14146
14147         FIXME: Make separate entries for each person.
14148
14149         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14150         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14151         <shields@msrl.com>:
14152
14153         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14154         may need for spam sorting and scoring.
14155         (spam-user-format-function-S): Add user format function suitable for
14156         general use.
14157         (spam-article-sort-by-spam-status): Add sorting function for summary
14158         sorting.
14159         (spam-extra-header-to-number): Add function to get a score from a
14160         header.
14161         (spam-summary-score): Add function to get a numeric score from the
14162         headers.
14163         (spam-generic-score): Fix function doc, was in wrong place.
14164         (spam-initialize): Take symbols when it's run, and install the
14165         extra headers that spam-necessary-extra-headers thinks we need.
14166
14167 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14168
14169         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14170         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14171
14172 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14173
14174         * gnus-sum.el (gnus-set-global-variables)
14175         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14176         (gnus-article-get-xrefs, gnus-summary-best-group)
14177         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14178         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14179         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14180         Use with-current-buffer.
14181
14182 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14183
14184         * spam.el (spam-summary-prepare-exit): Simplify logic.
14185         (spam-fetch-article-header): Read the article header if it's not
14186         available.
14187         (spam-list-articles): Simplify logic.
14188         (spam-filelist-register-routine): Fix bug with unregister-list.
14189
14190         * gnus-registry.el: Fix comments at beginning.
14191
14192 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14193
14194         * message.el (message-cater-to-broken-inn): Remove.
14195         (message-shorten-references): Make sure the total folded length of
14196         References is shorter than 998 characters to cater to a bug in INN
14197         2.3.  Also, don't pretend that references aren't folded -- this
14198         hasn't worked for a while.
14199
14200 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14201
14202         * gnus-agent.el (gnus-agentize):
14203         gnus-agent-send-mail-real-function no longer set to current value
14204         of message-send-mail-function but rather a lambda that calls
14205         message-send-mail-function.  The change makes the agent real-time
14206         responsive to user changes to message-send-mail-function.
14207
14208 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14209
14210         * legacy-gnus-agent.el
14211         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14212         help from Florian Weimer <fw@deneb.enyo.de>
14213
14214 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * nnmail.el (nnmail-cache-insert): Revert last change.
14217
14218 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * nnmail.el (nnmail-cache-insert): Always check whether
14221         nnmail-cache-ignore-groups matches a group name.
14222
14223 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14224
14225         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14226         (spam-find-spam, spam-log-processing-to-registry)
14227         (spam-log-registered-p, spam-log-unregistration-needed-p)
14228         (spam-log-undo-registration): Use gnus-message instead of
14229         gnus-error, none of these errors are fatal.
14230
14231         * gnus-registry.el (gnus-registry-clean-empty-function)
14232         (gnus-registry-clean-empty): Remove only empty entries without
14233         extra data.
14234
14235 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14236
14237         * spam-stat.el (spam-stat-buffer-change-to-spam)
14238         (spam-stat-buffer-change-to-non-spam): Change (error) to
14239         (gnus-message 8) invocation.
14240
14241 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * nntp.el (nntp-via-netcat-command): New variable.
14244         (nntp-via-netcat-switches): New variable.
14245         (nntp-open-via-rlogin-and-netcat): New function.
14246         (nntp-open-connection-function): Doc fix.
14247         (nntp-telnet-command): Doc fix.
14248         (nntp-end-of-line): Doc fix.
14249         (nntp-via-rlogin-command): Doc fix.
14250         (nntp-via-user-name): Doc fix.
14251         (nntp-via-address): Doc fix.
14252
14253 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14256         error in Emacs 21.1.
14257
14258 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14259
14260         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14261
14262 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14263
14264         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14265         (gnus-agent-with-refreshed-group): New macro.
14266         (gnus-agent-rename-group): New function.
14267         (gnus-agent-delete-group): New function.
14268         (gnus-agent-save-group-info): Use gnus-command-method when
14269         `method' parameter is nil.  Don't write nil entries into the
14270         active file.
14271         (gnus-agent-get-group-info): New function.
14272         (gnus-agent-fetch-articles): Use
14273         gnus-agent-update-files-total-fetched-for to increment disk space
14274         used.
14275         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14276         gnus-agent-update-view-total-fetched-for to increment disk space
14277         used.
14278         (gnus-agent-get-local): Added optional parameters to avoid calling
14279         gnus-group-real-name and gnus-find-method-for-group.
14280         (gnus-agent-set-local): Delete stored entry if either min, or max,
14281         are nil.
14282         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14283         quit, use gnus-agent-regenerate-group to record existance of any
14284         articles fetched to disk before the quit occurred.
14285         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14286         gnus-agent-update-view-total-fetched-for, and
14287         gnus-agent-update-files-total-fetched-for to decrement disk space
14288         used.
14289         (gnus-agent-retrieve-headers): Use
14290         gnus-agent-update-view-total-fetched-for to increment disk space
14291         used.
14292         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14293         with gnus-agent-update-files-total-fetched-for to decrement disk
14294         space and fresh group buffer.
14295         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14296         (gnus-agent-need-update-total-fetched-for): New variable.
14297         (gnus-agent-update-files-total-fetched-for): New function.
14298         (gnus-agent-update-view-total-fetched-for): New function.
14299         (gnus-agent-total-fetched-for): New function.
14300
14301         * gnus-cache.el (gnus-cache-save-buffers): Use
14302         gnus-cache-update-overview-total-fetched-for to change disk space
14303         used by this group.
14304         (gnus-cache-possibly-enter-article): Use
14305         gnus-cache-update-file-total-fetched-for to increment disk space
14306         used by this group.
14307         (gnus-cache-possibly-remove-article): Use
14308         gnus-cache-update-file-total-fetched-for to decrement disk space
14309         used by this group.
14310         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14311         (gnus-cache-rename-group): New function.
14312         (gnus-cache-delete-group): New function.
14313         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14314         (gnus-cache-need-update-total-fetched-for): New variable.
14315         (gnus-cache-with-refreshed-group): New macro.
14316         (gnus-cache-update-file-total-fetched-for): New function.
14317         (gnus-cache-update-overview-total-fetched-for): New function.
14318         (gnus-cache-rename-group-total-fetched-for): New function.
14319         (gnus-cache-delete-group-total-fetched-for): New function.
14320         (gnus-cache-total-fetched-for): New function.
14321
14322         * gnus-group.el: Require gnus-sum and autoload functions to
14323         resolve warnings when gnus-group.el compiled alone.
14324         (gnus-group-line-format): Documented new %F.
14325         (size of Fetched data) group line format; identifies disk space
14326         used by agent and cache.
14327         (gnus-group-line-format-alist): Defined new F format.
14328         (gnus-total-fetched-for): New function.
14329         (gnus-group-delete-group): No longer update
14330         gnus-cache-active-altered as gnus-request-delete-group now keeps
14331         the cache in sync.
14332         (gnus-group-list-active): Let the agent store a server's active
14333         list if currently plugged.
14334
14335         * gnus-int.el (gnus-request-delete-group):
14336         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14337         local disk in sync with the server.
14338         (gnus-request-rename-group):
14339         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14340         local disk in sync with the server.
14341
14342         * gnus-start.el (gnus-get-unread-articles):
14343         Cosmetic simplification to logic.
14344
14345         * gnus-util.el (gnus-rename-file): New function.
14346
14347 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14348
14349         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14350
14351 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14352
14353         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14354         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14355
14356 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14357
14358         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14359         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14360
14361 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14362
14363         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14364
14365 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14366
14367         * spam.el (spam-set-difference): Add function to replace
14368         gnus-set-difference in spam.el.
14369         (spam-summary-prepare-exit): Use spam-set-difference.
14370
14371 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14372
14373         * gnus-registry.el (gnus-registry-cache-file): Update to use
14374         gnus-dribble-directory OR gnus-home-directory OR ~.
14375         (gnus-registry-split-fancy-with-parent): Fix doc.
14376
14377 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * message.el (message-exchange-point-and-mark): Use
14380         message-mark-active-p.  Suggested by Jesper Harder
14381         <harder@ifa.au.dk>.
14382
14383 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * message.el (message-exchange-point-and-mark): Don't activate
14386         region if it was inactive.  Suggested by Hiroshi Fujishima
14387         <pooh@nature.tsukuba.ac.jp>.
14388
14389 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus-art.el (article-display-face): Display Faces in the same
14392         order as X-Faces.
14393
14394 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14397
14398 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14401         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14402         (gnus-article-mime-hierarchy): Remove.
14403         (gnus-article-mime-hierarchy-next): Remove.
14404         (gnus-article-mode): Revert 2004-03-19 change.
14405         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14406         (gnus-insert-mime-button): Revert 2004-03-19 change.
14407         (gnus-mime-accumulate-hierarchy): Remove.
14408         (gnus-mime-enter-multipart): Remove.
14409         (gnus-mime-leave-multipart): Remove.
14410         (gnus-mime-display-part): Revert 2004-03-19 change.
14411         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14412
14413         * mml.el (mml-preview): Revert 2004-03-19 change.
14414
14415 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14416
14417         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14418
14419 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14422         t while entering a file name using the mm-with-multibyte macro.
14423         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14424
14425         * mm-util.el (mm-with-multibyte): New macro.
14426
14427 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14430         user option.
14431         (gnus-mime-multipart-functions): Doc and customization fix.
14432         (gnus-article-mime-hierarchy): New variable.
14433         (gnus-article-mime-hierarchy-next): New variable.
14434         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14435         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14436         gnus-article-mime-hierarchy-next to nil.
14437         (gnus-insert-mime-button): Show hierarchy numbers.
14438         (gnus-mime-accumulate-hierarchy): New function.
14439         (gnus-mime-enter-multipart): New function.
14440         (gnus-mime-leave-multipart): New function.
14441         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14442         (gnus-mime-display-alternative): Show hierarchy numbers.
14443
14444         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14445         gnus-article-mime-hierarchy-next to nil.
14446
14447 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14448
14449         * dns.el: Don't require gnus-xmas.
14450
14451 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14452
14453         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14454         inline PGP.
14455         (mml-menu): Disable mml-quote-region if mark is inactive.
14456
14457 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14460         when the group's active is not available.
14461
14462 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14465         error.
14466
14467 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14468
14469         * imap.el (imap-store-password): New variable.
14470         (imap-interactive-login): Use it.
14471         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14472
14473 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14476         window-start and hscroll to summary window.
14477
14478 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14479
14480         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14481         conversion message to newsrc-dribble when an actual conversion is
14482         performed.
14483
14484 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14485
14486         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14487
14488 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * mm-decode.el (mm-complicated-handles): New function reviving
14491         former definition of mm-multiple-handles.
14492
14493         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14494         (gnus-mime-delete-part): Use it.
14495
14496 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14497
14498         * gnus-agent.el (gnus-agent-read-local): Bind
14499         nnheader-file-coding-system to gnus-agent-file-coding-system to
14500         avoid the implicit assumption that they will always be equal.
14501         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14502         coding-system-for-write, as the with-temp-file macro first prints
14503         to a buffer then saves the buffer.
14504
14505 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * gnus-art.el (gnus-article-edit-part): New function.
14508         (gnus-mime-save-part-and-strip): Use it; do query instead of
14509         signaling an error; don't use mm-multiple-handles.
14510         (gnus-mime-delete-part): Ditto.
14511
14512 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14513
14514         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14515         old file versions.
14516         (gnus-group-prepare-hook): Removed function that converted list
14517         form of gnus-agent-expire-days to group properties.
14518
14519         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14520         (gnus-request-accept-article): Re-indented.
14521
14522         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14523         converters to handle old agent file formats.  Added logic for a
14524         "backup before upgrading warning".
14525         (gnus-convert-mark-converter-prompt): Developers can mark
14526         functions as needing (default), or not needing,
14527         gnus-convert-old-newsrc's "backup before upgrading warning".
14528         (gnus-convert-converter-needs-prompt): Tests whether the user
14529         should be protected from potentially irreversable changes by the
14530         function.
14531
14532         * legacy-gnus-agent.el: New.  Provides converters that are only
14533         loaded when gnus-convert-old-newsrc needs to call them.
14534
14535 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * mail-source.el (mail-source-touch-pop): Doc fix.
14538
14539         * message.el (message-smtpmail-send-it): Doc fix.
14540
14541 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14542
14543         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14544
14545         * nnmail.el (nnmail-split-fancy): do.
14546
14547         * gnus-kill.el (gnus-kill, gnus-execute): do.
14548
14549 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14550
14551         * gnus-sum.el (gnus-widget-reversible-match)
14552         (gnus-widget-reversible-to-internal)
14553         (gnus-widget-reversible-to-external): New functions.
14554         (gnus-widget-reversible): New widget.
14555         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14556
14557 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14558
14559         * gnus-sum.el (gnus-thread-sort-functions)
14560         (gnus-article-sort-functions): Document `(not F)' items.
14561
14562 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14563
14564         * spam.el (spam-use-gmane-xref): Add new backend.
14565         (spam-gmane-xref-spam-group): Add variable to control the name of the
14566         Gmane spam group.
14567         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14568         (spam-regex-headers-spam, spam-regex-headers-ham)
14569         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14570         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14571         backends and checks.
14572         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14573
14574         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14575         an autodetect method.
14576
14577 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14578
14579         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14580         articles are being added to a group.
14581         (gnus-request-replace-article): Inform the agent that articles
14582         need to be uncached as the cached contents are no longer valid.
14583
14584 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * binhex.el: Don't autoload executable-find.
14587
14588         * canlock.el: Don't autoload mail-fetch-field.
14589
14590         * dgnushack.el: Autoload c-mode for XEmacs.
14591
14592         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14593
14594         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14595         rmail-dont-reply-to and rmail-output.
14596
14597         * gnus-score.el: Don't autoload ffap-string-at-point.
14598
14599         * gnus-setup.el: Don't autoload sc-cite-original.
14600
14601         * imap.el: Don't autoload base64-decode-string,
14602         base64-encode-string and md5.
14603
14604         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14605         and rmail-msg-restore-non-pruned-header.
14606
14607         * mm-decode.el: Don't autoload executable-find.
14608
14609         * mm-url.el: Don't autoload executable-find.
14610
14611         * mm-view.el: Don't autoload diff-mode.
14612
14613         * nndb.el: Don't autoload news-reply-mode, news-setup,
14614         cancel-timer and telnet.
14615
14616         * password.el: Don't autoload run-at-time for Emacs.
14617
14618         * sha1-el.el: Don't autoload executable-find.
14619
14620         * sieve-mode.el: Don't autoload c-mode.
14621
14622         * uudecode.el: Don't autoload executable-find.
14623
14624 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14625
14626         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14627         (gnus-agent-possibly-alter-active): Avoid null in numeric
14628         comparison.
14629         (gnus-agent-set-local): Refuse to save null in local object table.
14630         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14631         list of articles that will be marked as unread.
14632
14633 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14636
14637 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14638
14639         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14640         language tags.
14641
14642 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14643
14644         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14645         Don't bind "obarray".
14646
14647         * gnus-sum.el (gnus-thread-sort-functions): Added
14648         `gnus-thread-sort-by-most-recent-number' and
14649         `gnus-thread-sort-by-most-recent-date'.
14650         Reported by Kai Grossjohann <kai@emptydomain.de>.
14651
14652 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14655
14656 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14657
14658         * gnus-cus.el (gnus-agent-customize-category): Removed
14659         ignore-errors macro reference that required cl to be loaded at
14660         run-time.
14661
14662         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14663         single-interval range of the form (min . max).  Previously the
14664         range had to look like ((min . max)).  Likewise, return
14665         (min . max) rather than ((min . max)).
14666         (gnus-range-map): Use gnus-range-normalize to accept
14667         single-interval range.
14668
14669         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14670         the cache, but not the agent, now appear with their usual face.
14671
14672         * dgnushack.el (loaddir): New variable that is bound to the
14673         directory containing the dgnushack.el file. Use loaddir, rather
14674         than srcdir, to update load-path. Change lets dgnushack compile
14675         code in directories other than GNUS/lisp.
14676
14677 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14678
14679         * lpath.el: Don't bind w3m-safe-url-regexp.
14680
14681         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14682         w3m-safe-url-regexp variable buffer-local.
14683
14684         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14685
14686 2004-02-27  Simon Josefsson  <jas@extundo.com>
14687
14688         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14689         gnus-group-real-prefix.
14690         (gnus-summary-move-article): Use it, instead of
14691         gnus-group-real-prefix.
14692
14693 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * lpath.el: Bind w3m-safe-url-regexp.
14696
14697         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14698         w3m-safe-url-regexp variable buffer-local and set it as the value
14699         of mm-w3m-safe-url-regexp.
14700
14701         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14702
14703         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14704         parsing gnus-posting-styles when the message is not for replying.
14705
14706         * dgnushack.el: Autoload sgml-mode for XEmacs.
14707
14708         * nnrss.el (nnrss-opml-export): Use
14709         mm-set-buffer-file-coding-system instead of
14710         set-buffer-file-coding-system.
14711
14712 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14713
14714         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14715         of checkdoc.el).
14716         * nnrss.el: do.
14717         * gnus-mlspl.el: do.
14718         * gnus-ml.el: do.
14719         * gnus-srvr.el: do.
14720
14721         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14722
14723 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14724
14725         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14726         Corrections to custom-manual links.
14727
14728         * gnus-art.el (gnus-article): Ditto.
14729
14730         * mm-decode.el (mime-display, mime-security): Ditto.
14731
14732 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14733
14734         * flow-fill.el: Typo.
14735
14736 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14737
14738         * spam-wash.el: New file.
14739
14740 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14741
14742         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14743
14744 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14745
14746         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14747         to be run with new-articles as LIST1, not LIST2.
14748         (spam-registration-functions): Add spam-use-ham-copy as a nil
14749         registration backend.
14750
14751 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14752
14753         * spam-stat.el (spam-stat-washing-hook): New option.
14754         (spam-stat-buffer-words): Use it.
14755         (spam-stat-process-directory, spam-stat-test-directory): Use
14756         insert-file-contents-literally.
14757         (spam-stat-coding-system): New variable.
14758         (spam-stat-load, spam-stat-save): Use it.
14759
14760 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * spam-report.el (spam-report-plug-agent): Quote
14763         spam-report-url-to-file and spam-report-url-ping-plain.
14764
14765 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14766
14767         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14768         / in mailto URLs.
14769
14770 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * spam-report.el (spam-report-process-queue): Fix interactive use.
14773         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14774         (spam-report-unplug-agent): Doc fixes.
14775         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14776         (spam-report-agentize, spam-report-deagentize): Autoload.
14777
14778 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14781
14782         * message.el (message-setup-fill-variables): Add mml tags to
14783         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14784         <ajk@iu.edu>.
14785         (message-mode): Don't modify paragraph-separate there.
14786
14787 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * compface.el (uncompface-use-external): Default to undecided.
14790         (uncompface-use-external-threshold): New variable.
14791         (uncompface-float-time): New macro.
14792         (uncompface): Determine whether to use the external decoder if
14793         uncompface-use-external is undecided.
14794
14795 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14796
14797         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14798         after images.
14799
14800         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14801
14802 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14803
14804         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14805
14806         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14807
14808         * gnus-sum.el (gnus-summary-limit-to-age)
14809         (gnus-summary-limit-children): do.
14810
14811         * gnus-int.el (gnus-request-scan): do.
14812
14813         * gnus-group.el (gnus-group-suspend): do.
14814
14815         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14816
14817         * gnus-cite.el (gnus-cite-parse-attributions): do.
14818
14819         * gnus-agent.el (gnus-summary-set-agent-mark)
14820         (gnus-agent-regenerate-group): do.
14821
14822         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14823
14824         * binhex.el (binhex-decode-region-internal): do.
14825
14826 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * gnus-fun.el (gnus-face-properties-alist): New user option.
14829         (gnus-display-x-face-in-from): Use it.
14830
14831         * gnus-art.el (article-display-face): Ditto.
14832
14833         * compface.el (uncompface-use-external): Default to nil.
14834
14835 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14836
14837         * nntp.el (nntp-erase-buffer): New function.
14838         (nntp-retrieve-data, nntp-send-command)
14839         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14840         (nntp-possibly-change-group): Use it.
14841
14842         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14843         with-current-buffer.
14844
14845 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14846
14847         * compface.el: Merge the ELisp-based uncompface program.
14848         (compface): New customization group.
14849         (uncompface-use-external): New user option.
14850         (uncompface): Call uncompface-internal if uncompface-use-external
14851         is nil.
14852         (uncompface-internal): New function.  Note that there are also
14853         some other functions and variables added for this function.
14854
14855 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14856
14857         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14858         if necessary.
14859
14860 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14861
14862         * spam-report.el (spam-report-unplug-agent)
14863         (spam-report-plug-agent, spam-report-deagentize)
14864         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14865         Add support for the Agent in spam-report: when unplugged, report to a
14866         file; when plugged, submit all the requests.
14867
14868         * spam.el (spam-register-routine): Fix message about
14869         registration.
14870
14871 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14872
14873         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14874         dependencies.
14875         (rfc2047-encode): Use it.
14876
14877         * gnus-art.el (gnus-button-marker-list): Move before first
14878         reference.
14879
14880         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14881         (imap-parse-body): Fix format string mismatch.
14882
14883         * gnus-score.el (gnus-summary-increase-score): do.
14884
14885         * nnrss.el (nnrss-close): New function.
14886
14887 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14888
14889         * nnrss.el (nnrss-make-filename): New function.
14890         (nnrss-request-delete-group, nnrss-read-server-data)
14891         (nnrss-save-server-data, nnrss-read-group-data)
14892         (nnrss-save-group-data): Use it.
14893         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14894         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14895         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14896
14897 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14898
14899         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14900
14901 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14902
14903         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14904         files.
14905
14906         * message.el (message-generate-headers-first): Don't quote nil
14907         and t in docstrings.
14908
14909         * imap.el (imap-id): do.
14910
14911         * gnus-agent.el (gnus-agent-consider-all-articles)
14912         (gnus-agent-queue-mail): do.
14913
14914 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14915
14916         * spam-report.el (spam-report-process-queue): New function.
14917         Process requests from `spam-report-requests-file'.
14918         (spam-report-process-queue): Doc fix.
14919
14920 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14921
14922         * spam.el (spam-register-routine)
14923         (spam-log-processing-to-registry, spam-log-registered-p)
14924         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14925         Change "check" to "spam-check" for semi-clarity.
14926
14927 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14928
14929         * pop3.el: Require nnheader.
14930
14931         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14932
14933         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14934
14935         * gnus-picon.el: Require cl.
14936
14937         * gnus-fun.el: Require gnus-ems and gnus-util.
14938
14939         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14940
14941         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14942
14943         * gnus-art.el (gnus-article-edit-mode): Define before first
14944         reference.
14945
14946 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14947
14948         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14949         (gnus-uu-post-encoded): Use point-at-bol.
14950
14951         * gnus-topic.el (gnus-group-active-topic-p): do.
14952
14953         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14954
14955         * gnus-group.el (gnus-group-kill-region): do.
14956
14957         * gnus-art.el (article-date-ut): do.
14958
14959         * message.el (message-fetch-field): Remove redundant
14960         case-fold-search binding.
14961         (message-narrow-to-field): Simplify.
14962
14963 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14964
14965         * spam.el (spam-directory): Derive from `gnus-directory'.
14966
14967         * spam-report.el (spam-report-url-to-file)
14968         (spam-report-requests-file): New function and variable for offline
14969         reporting.
14970         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14971         and user defined function.
14972         (spam-report-url-ping-mm-url): Remove doubled slash.
14973
14974 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14975
14976         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14977
14978 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14979
14980         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14981         format string mismatch.
14982
14983         * sieve.el (sieve-deactivate-all): do.
14984
14985         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14986
14987         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14988
14989         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14990
14991         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14992
14993 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14994
14995         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14996         the list of checks.
14997
14998 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14999
15000         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15001         padding.
15002
15003 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15004
15005         * mm-view.el (mm-fill-flowed): New variable.
15006         (mm-inline-text): Use it.
15007
15008 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15009
15010         * spam.el (spam-spamassassin-register-ham-routine)
15011         (spam-spamassassin-register-spam-routine): Fix function names.
15012
15013 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * gnus.el (gnus-tmp-grouplens): Remove.
15016         (gnus-summary-line-format): Remove grouplens.
15017
15018         * gnus-group.el (gnus-group-line-format): Ditto.
15019
15020         * gnus-spec.el (gnus-format-specs): Ditto.
15021         (gnus-update-format-specifications): Flush the group format spec
15022         cache if there's the grouplens stuff.
15023         (gnus-parse-simple-format): Replace %l with the empty string.
15024
15025 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15026
15027         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15028         omission.
15029
15030 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15033         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15034
15035 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15036
15037         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15038         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15039         New macros and functions.
15040         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15041         Handle > NLINK_MAX messages.
15042         * nnmaildir.el (nnmaildir-request-set-mark): Use
15043         nnmaildir--emlink-p and nnmaildir--eexist-p.
15044
15045 2004-01-25  Alex Schroeder  <alex@gnu.org>
15046
15047         * spam-stat.el (spam-stat-process-directory-age): New option.
15048         (spam-stat-process-directory): Use it.
15049
15050 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15051
15052         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15053         (spam-stat-save): Accept prefix argument.
15054
15055 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15056
15057         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15058         links" error.
15059
15060 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15063         the rest of the and/or forms.
15064
15065 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15066
15067         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15068         compatibility with old .newsrc.eld files.
15069
15070         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15071
15072         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15073
15074         * gnus-start.el (gnus-1): do.
15075
15076         * gnus-group.el (gnus-group-line-format-alist): do.
15077
15078         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15079
15080         * gnus-gl.el: Remove.
15081
15082 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15083
15084         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15085         marks consisting of a single range {for example, (3 . 5)} rather
15086         than a list of a single range { ((3 . 5)) }.
15087
15088 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15089
15090         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15091         with-current-buffer.
15092         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15093         avoid consing a string.
15094
15095         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15096         Remove obsolete entries for big5 and gb2312.
15097
15098 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15099
15100         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15101         uncompressed list.
15102
15103 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15104
15105         * spam-stat.el (spam-stat-strip-xref): New function.
15106         (spam-stat-process-directory): Use it.
15107
15108         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15109         here -- it's done in message-fetch-field.
15110
15111 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15112
15113         * gnus-agent.el (gnus-agent-queue-mail)
15114         (gnus-agent-prompt-send-queue): New variables.
15115         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15116         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15117         "nndraft:queue" along to gnus-draft-send.  Use
15118         gnus-agent-prompt-send-queue.
15119         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15120         is "nndraft:queue".  Suggested by Gaute Strokkenes
15121         <gs234@srcf.ucam.org>
15122
15123         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15124         (agent-enable-undownloaded-faces): Added.
15125         (gnus-agent-cat-groups): Use eval-and-compile, not
15126         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15127         method of gnus-agent-cat-groups even when the buffer has been
15128         evaled.
15129         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15130         delete gnus-agent-save-active-1.
15131         (gnus-agent-save-groups): Deleted.  Identical to
15132         gnus-agent-save-active.
15133         (gnus-agent-write-active): No longer adjust agent's copy of active
15134         file as agent's adjustments are now stored in their own
15135         file.  Removed optional parameter.
15136         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15137         servers.  Add use of min/max range limits from server's local
15138         file.
15139         (gnus-agent-save-alist): Removed unused optional argument.
15140         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15141         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15142         (gnus-agent-set-local): A per-server file that keeps min/max range
15143         limits for articles known to the agent.  Provides a fast mechanism
15144         for altering many active ranges.
15145         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15146         active file (local makes it unnecessary).
15147         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15148
15149         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15150         (agent-enable-undownloaded-faces): Added.
15151
15152         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15153         disable it when sending to "nndraft:queue".
15154         (gnus-group-send-queue): Add safety check to avoid sending queue
15155         when unplugged.
15156
15157         * gnus-group.el (gnus-group-catchup): Use new
15158         gnus-sequence-of-unread-articles, not
15159         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15160         numbers of articles.  Use gnus-range-map to avoid having to
15161         uncompress the unread list.
15162         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15163         Fixed invalid ange-ftp reference.
15164
15165         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15166         (gnus-sorted-range-intersection): Intersection of two ranges
15167         without requiring that they first be uncompressed.
15168
15169         * gnus-start.el (gnus-activate-group): Unless blocked by the
15170         caller, possibly expand the active range to include both cached
15171         and agentized articles.
15172         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15173         multiple version-dependent converters.
15174         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15175         gnus-agent-save-active.
15176         (gnus-save-newsrc-file): Save dirty agent range limits.
15177
15178         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15179         gnus-agent-possibly-alter-active.
15180         (gnus-adjust-marked-articles): Faster handling of simple lists.
15181
15182 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15183
15184         * spam-stat.el (spam-stat-test-directory): New optional argument
15185         displays a list of files detected.  Suggested by Andrew Cohen
15186         <cohen@andy.bu.edu>.
15187         (spam-stat-buffer-words-with-scores): Don't narrow and change
15188         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15189
15190 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15191
15192         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15193         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15194         (spam-spamassassin-arguments)
15195         (spam-spamassassin-spam-flag-header)
15196         (spam-spamassassin-positive-spam-flag-header)
15197         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15198         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15199         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15200         (spam-list-of-processors, spam-list-of-checks)
15201         (spam-list-of-statistical-checks, spam-registration-functions)
15202         (spam-check-spamassassin-headers, spam-check-spamassassin)
15203         (spam-spamassassin-score)
15204         (spam-spamassassin-register-with-sa-learn)
15205         (spam-spamassassin-register-spam-routine)
15206         (spam-spamassassin-register-ham-routine)
15207         (spam-assassin-register-spam-routine)
15208         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15209         (spam-bogofilter-score): Fix to show article before scoring.
15210
15211 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15212
15213         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15214         default scoring function.
15215         (spam-generic-score): Call spam-spamassassin-score if
15216         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15217         spam-bogofilter-score otherwise.
15218
15219         * gnus.el (spam-process, spam-autodetect-methods): Add
15220         spamassassin and spamassassin-headers.
15221
15222 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15223
15224         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15225         Suppress unnecessary messages.
15226
15227 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15228
15229         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15230         make-hash-table.
15231
15232 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * canlock.el (base64-encode-string): Don't autoload it.
15235
15236 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * run-at-time.el: Remove useless (require 'itimer),
15239         eval-and-compile and (featurep 'xemacs).
15240
15241 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15242
15243         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15244         GROUP is a virtual group.
15245
15246 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15247
15248         * gnus.el: Autoload `message-y-or-n-p'.
15249
15250 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15251
15252         * pgg-parse.el: Remove unnecessary (require 'custom).
15253
15254         * pgg-def.el: do.
15255
15256         * nnmail.el: do.
15257
15258         * gnus-undo.el: do.
15259
15260         * gnus-picon.el: do.
15261
15262         * gnus-util.el: do.
15263
15264 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15265
15266         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15267
15268 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15271         handle, as well as a list.
15272
15273         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15274         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15275         (mm-w3m-cid-retrieve): Simplify.
15276
15277 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15278
15279         * message.el (message-kill-to-signature): Allow prefix arg to
15280         specify number of lines to keep before signature.
15281
15282 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15283
15284         * message.el (message-kill-to-signature): Change docstring.
15285
15286 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * canlock.el: Always require sha1-el.
15289         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15290
15291         * message.el: Autoload sha1 only when compiling.
15292
15293         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15294         eudc-expand-inline for XEmacs.
15295
15296 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * message.el (message-canlock-generate): Require sha1-el.
15299
15300 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15301
15302         * message.el (message-expand-name): Silence the byte compiler.
15303
15304         * lpath.el: Add detect-coding-system.
15305
15306         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15307         cus-edit.
15308
15309 2004-01-13  Simon Josefsson  <jas@extundo.com>
15310
15311         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15312         Invoke gnus-score-mode.  Reported by
15313         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15314
15315         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15316         Jim Blandy <jimb@redhat.com> (tiny change).
15317
15318 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15319
15320         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15321
15322 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15323
15324         * spam.el (spam-get-article-as-string): Update to use
15325         gnus-request-article-this-buffer, much simpler.
15326         (spam-get-article-as-buffer): Remove.
15327
15328 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15329
15330         * message.el (message-expand-name): Use EUDC if the user uses that.
15331
15332 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15333
15334         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15335         character for the encoding to avoid consing a string.
15336
15337         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15338         unnecessarily.
15339
15340         * mm-util.el (mm-replace-chars-in-string): Remove.
15341
15342         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15343         of mm-replace-chars-in-string.
15344
15345 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15346
15347         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15348
15349         * mm-util.el (mm-subst-char-in-string): Support inplace.
15350
15351         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15352         a new string in every iteration.  Use shy groups.
15353
15354 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15355
15356         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15357         * gnus-soup.el (gnus-soup-group-brew):
15358         * gnus-msg.el (gnus-put-message):
15359         * gnus-move.el (gnus-group-move-group-to-server):
15360         * gnus-kill.el (gnus-batch-score):
15361         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15362         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15363         (gnus-group-update-group, gnus-group-read-group)
15364         (gnus-group-make-group, gnus-group-make-help-group)
15365         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15366         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15367         (gnus-group-sort-by-unread, gnus-group-catchup)
15368         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15369         (gnus-group-yank-group, gnus-group-set-info)
15370         (gnus-group-list-groups):
15371         * gnus.el (gnus-generate-new-group-name):
15372         * gnus-delay.el (gnus-delay-send-queue):
15373         * nnvirtual.el (nnvirtual-catchup-group):
15374         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15375         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15376         (gnus-group-prepare-topics, gnus-topic-check-topology):
15377         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15378         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15379         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15380         (gnus-group-make-articles-read):
15381         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15382         (gnus-group-change-level, gnus-kill-newsgroup)
15383         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15384         (gnus-get-unread-articles, gnus-make-articles-unread)
15385         (gnus-make-ascending-articles-unread): Use accessor
15386         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15387         to get group information for improved readability.
15388
15389
15390 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15391
15392         * gnus-art.el (article-decode-mime-words, article-babel)
15393         (gnus-article-highlight-signature, gnus-article-add-buttons)
15394         (gnus-signature-toggle): Use gnus-with-article-buffer.
15395
15396         * gnus-art.el (gnus-article-highlight-headers)
15397         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15398
15399         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15400         (gnus-article-set-globals, gnus-request-article-this-buffer)
15401         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15402         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15403         (gnus-mime-display-alternative): Use with-current-buffer.
15404
15405 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15406
15407         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15408         also under 80 char limit, and call gnus-error if needed.
15409         (spam-fetch-article-header): Fix - it was a
15410         buffer-local variable (gnus-newsgroup-data).
15411         (spam-find-spam): Use spam-generate-fake-headers, forget about
15412         spam-insert-fake-headers.
15413         (spam-insert-fake-headers): Remove.
15414
15415 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15416
15417         * deuglify.el (gnus-article-outlook-unwrap-lines)
15418         (gnus-outlook-rearrange-article)
15419         (gnus-outlook-repair-attribution-outlook)
15420         (gnus-outlook-repair-attribution-block)
15421         (gnus-outlook-repair-attribution-other): Remove redundant
15422         save-excursion.
15423
15424 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15425
15426         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15427         (spam-fetch-field-subject-fast)
15428         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15429         (spam-fetch-article-header): Add functions to deal with Gnus
15430         internals for fast retrieval of article header data.
15431         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15432
15433 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15434
15435         * pop3.el (pop3-md5): Remove.
15436         (pop3-apop): Replace pop3-md5 with md5.
15437
15438         * mm-bodies.el: base64 is always built-in.
15439
15440         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15441         with-current-buffer.
15442
15443 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * canlock.el (canlock-insert-header): Remove excessive grouping in
15446         regexp.
15447
15448         * gnus-sum.el (gnus-summary-read-document): Ditto.
15449
15450         * gnus-uu.el (gnus-uu-part-number): Ditto.
15451
15452         * html2text.el (html2text-remove-tags): Ditto.
15453         (html2text-format-tags): Ditto.
15454         (html2text-format-single-elements): Ditto.
15455
15456         * mml.el (mml-parse-1): Ditto.
15457
15458 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15459
15460         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15461
15462         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15463
15464         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15465
15466         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15467
15468 2003-11-15  Simon Josefsson  <jas@extundo.com>
15469
15470         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15471         (pgg-gpg-lookup-key): Use regexp match instead of
15472         split-string (split-string is different between emacs 21.2 and
15473         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15474
15475 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15476
15477         * gnus-art.el (gnus-mime-view-all-parts)
15478         (gnus-article-part-wrapper, gnus-article-view-part): Use
15479         with-current-buffer.
15480
15481 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15482
15483         * spam.el (spam-disable-spam-split-during-ham-respool)
15484         (spam-spamoracle-database, spam-cache-lookups)
15485         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15486         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15487         (spam-group-ham-marks, spam-group-spam-marks)
15488         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15489         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15490         also add spam-use-blackholes to the statistical checks.
15491         (spam-fetch-field-fast): Add interface to fetching fields, may
15492         become a macro.
15493         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15494         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15495         (spam-insert-fake-headers): Fake an article when needed.
15496         (spam-find-spam): Fake article when possible.
15497         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15498         (spam-check-bogofilter-headers): Use message-fetch-field instead
15499         of nnmail-fetch-field.
15500
15501 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15502
15503         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15504
15505 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15506
15507         * spam.el (spam-split): Do not require spam-use-CHECK to be
15508         enabled if that check is passed to spam-split explicitly; also
15509         fix so 'spam doesn't get converted to spam-split-group when
15510         spam-split-symbolic-return is t.
15511         (spam-find-spam): Find registrations of the article and use those
15512         instead of re-running spam-split to find the spam/ham
15513         classification of the article.
15514         (spam-log-processing-to-registry, spam-log-registered-p)
15515         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15516         Use gnus-error instead of gnus-message.
15517         (spam-log-registration-type): Add function to determine the
15518         classification of a message based on registry entries; will
15519         return nil if both 'spam and 'ham are found.
15520         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15521         a reasonably fast local cache without the loading errors.
15522         (spam-cache-lookups): Set to t by default.
15523         (spam-find-spam): Don't try to guess spam-cache-lookups.
15524         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15525         spam-caches entry.
15526         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15527         caching of whitelist/blacklist entries.
15528         (spam-check-whitelist, spam-check-blacklist): Invoke
15529         spam-from-listed-p with a type, not a cache variable.
15530         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15531
15532 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15533
15534         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15535
15536         * nnmail.el (nnmail-split-fancy): do.
15537
15538         * mml.el (mml-parse): do.
15539
15540         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15541         (gnus-score-adaptive): do.
15542
15543 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15546         (gnus-mime-button-map): Don't set keymap parent.
15547         (gnus-button-ctan-directory-regexp): Use shy grouping.
15548         (gnus-prev-page-map): Don't set keymap parent.
15549         (gnus-prev-page-map): Remove duplicated one.
15550         (gnus-next-page-map): Don't set keymap parent.
15551         (gnus-mime-security-button-map): Ditto.
15552
15553         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15554         version number.
15555
15556         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15557
15558 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * canlock.el (canlock-sha1-function): Remove.
15561         (canlock-sha1-function-for-verify): Remove.
15562         (canlock-openssl-program): Remove.
15563         (canlock-openssl-args): Remove.
15564         (canlock-ignore-errors): Remove.
15565         (canlock-sha1-with-openssl): Remove.
15566         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15567         (canlock-verify): Don't use canlock-ignore-errors.
15568
15569         * sha1-el.el (sha1-string-external): Make it can return a string
15570         in binary form.
15571         (sha1-region-external): Ditto.
15572         (sha1-string-internal): Ditto.
15573         (sha1-region-internal): Ditto.
15574         (sha1-region): Ditto.
15575         (sha1-string): Ditto.
15576         (sha1): Ditto.
15577
15578 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15579
15580         * spam.el (spam-report-articles-gmane): New command.
15581
15582 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15585
15586         * run-at-time.el (run-at-time-saved): Remove.
15587         (run-at-time): Doc fix.
15588
15589 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15590
15591         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15592         (gnus-summary-limit-map): Add it.
15593         (gnus-summary-make-menu-bar): do.
15594
15595 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15596
15597         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15598         Make attempt at some caching support (done for BBDB only now).
15599         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15600         addresses to be checked.
15601         (spam-clear-cache-BBDB): Add function, to be invoked by
15602         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15603         (spam-check-BBDB): Check and use the caches, if
15604         spam-cache-lookups is on, remove superfluous (provide).
15605
15606 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15607
15608         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15609
15610 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15611
15612         * run-at-time.el (run-at-time-saved): Move to after the definition
15613         of `run-at-time'.
15614
15615         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15616
15617 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15620         mm-w3m-local-map-property.
15621
15622         * mm-view.el (mm-w3m-mode-map): Remove.
15623         (mm-w3m-local-map-property): Remove.
15624         (mm-inline-text-html-render-with-w3m): Don't use
15625         mm-w3m-local-map-property.
15626
15627 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15628
15629         * run-at-time.el: New file.
15630
15631         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15632         under Emacs.
15633
15634         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15635         of gnus-set-text-properties.
15636
15637         * gnus-uu.el (gnus-uu-save-article): Ditto.
15638
15639         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15640
15641         * gnus-cite.el (gnus-cite-parse): Ditto.
15642
15643         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15644         of gnus-.
15645
15646         * gnus-xmas.el (run-at-time): Require run-at-time.
15647
15648         * gnus.el: Changed calls to nnheader-run-at-time and
15649         password-run-at-time throughout to use run-at-time directly.
15650
15651         * password.el: Removed definition of run-at-time.
15652
15653         * nnheaderxm.el: Remove definition of run-at-time.
15654
15655 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15656
15657         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15658         in prompt.
15659
15660 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15661
15662         * messagexmas.el (message-xmas-redefine): Alias
15663         `message-make-caesar-translation-table' to
15664         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15665         version.
15666
15667         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15668         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15669         `gnus-xmas-set-text-properties'.
15670         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15671         `gnus-xmas-completing-read'.
15672         (gnus-xmas-completing-read): Removed.
15673         (gnus-xmas-open-network-stream): Removed.
15674
15675         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15676         XEmacs version.
15677
15678         * dns.el (dns-make-network-process): Use `open-network-stream'
15679         instead of `gnus-xmas-open-network-stream'.
15680
15681         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15682
15683         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15684
15685 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15686
15687         * gnus-art.el (gnus-mime-display-alternative)
15688         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15689         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15690         Don't use gnus-local-map-property.
15691
15692         * gnus-util.el (gnus-local-map-property): Remove.
15693
15694         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15695         gnus-completing-read-maybe-default with completing-read.
15696
15697         * gnus-util.el (gnus-completing-read): do.
15698         (gnus-completing-read-maybe-default): Remove.
15699
15700 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15701
15702         * password.el: Only autoload `run-at-time' if not XEmacs.
15703         Only autoload the itimer functions if XEmacs.
15704
15705 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15708         XEmacsen.
15709
15710         * dgnushack.el: Autoload executable-find for XEmacs.
15711
15712 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15713
15714         * gnus-art.el (gnus-read-string): Remove.
15715         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15716         read-string.
15717
15718 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15719
15720         * netrc.el: Autoload password-read.
15721         (netrc): Add configuration group.
15722         (netrc-encoding-method, netrc-openssl-path): Add
15723         variables for encoding and decoding of files with symmetric
15724         ciphers.
15725         (netrc-encode): Add assistant function to encode a file with
15726         netrc-encoding-method.
15727         (netrc-parse): Add interactive parameter, added optional
15728         decoding if netrc-encoding-method is non-nil but otherwise
15729         behavior is standard.
15730         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15731         Do s/encode/encrypt/ everywhere.
15732
15733         * spam.el: Remove executable-find autoload.
15734
15735 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15736
15737         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15738
15739         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15740
15741 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15742
15743         * gnus-art.el (gnus-treat-ansi-sequences)
15744         (article-treat-ansi-sequences): New variable and function.
15745         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15746
15747         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15748         Use it.
15749
15750 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15751
15752         * mm-util.el (mm-quote-arg): Remove.
15753
15754         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15755         shell-quote-argument.
15756
15757         * gnus-uu.el (gnus-uu-command): do.
15758
15759         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15760
15761         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15762         with make-char.
15763
15764         * mm-util.el (mm-make-char): Remove.
15765
15766         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15767         add-minor-mode.
15768
15769         * gnus-undo.el (gnus-undo-mode): do.
15770
15771         * gnus-topic.el (gnus-topic-mode): do.
15772
15773         * gnus-sum.el (gnus-dead-summary-mode): do.
15774
15775         * gnus-start.el (gnus-slave-mode): do.
15776
15777         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15778
15779         * gnus-ml.el (gnus-mailing-list-mode): do.
15780
15781         * gnus-gl.el (gnus-grouplens-mode): do.
15782
15783         * gnus-draft.el (gnus-draft-mode): do.
15784
15785         * gnus-dired.el (gnus-dired-mode): do.
15786
15787         * gnus-ems.el (gnus-add-minor-mode): Remove.
15788
15789         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15790         Replace gnus-char-width with char-width.
15791
15792         * gnus-ems.el (gnus-char-width): Remove.
15793
15794         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15795         Replace gnus-char-width with char-width.
15796
15797         * gnus-ems.el (gnus-char-width): Remove.
15798
15799         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15800         definition.
15801         Remove Emacs 20 hash table compatibility code.
15802
15803         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15804         20 compatibility code.
15805
15806         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15807
15808         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15809
15810         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15811         with point-at-{eol,bol}.
15812
15813         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15814
15815         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15816
15817         * flow-fill.el (fill-flowed-point-at-bol)
15818         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15819
15820         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15821         Replace with point-at-{eol,bol} throughout all files.
15822
15823 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15824
15825         * ntlm.el (ntlm-string-as-unibyte): New macro.
15826         (ntlm-build-auth-response): Use it.
15827
15828         Remove Emacs 20 stuff:
15829         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15830         (butlast, mapc, remove): Remove the compiler macros.
15831         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15832         of delq and copy-sequence.
15833         * gnus-art.el (popup-menu): Remove the compiler macro.
15834         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15835         Emacs 20.
15836
15837 2004-01-05  Simon Josefsson  <jas@extundo.com>
15838
15839         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15840         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15841         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15842         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15843         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15844         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15845         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15846         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15847         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15848         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15849         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15850         string-xor into ntlm-string-xor.  Suggested by
15851         Jesper Harder <harder@myrealbox.com>.
15852
15853         * ntlm.el: Don't include poem.
15854
15855         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15856         Jesper Harder <harder@myrealbox.com>.
15857
15858         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15859
15860         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15861         probably breaks emacs with DL patch, but do we care? Is anyone
15862         still using the DL stuff?)
15863
15864         * sieve-manage.el: Use the password package.
15865         (sieve-manage-read-passwd): Remove.
15866         (sieve-manage-interactive-login): Use password.  Re-add
15867         condition-case around loop.
15868
15869         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15870         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15871         the password package.
15872
15873 2003-02-19  Simon Josefsson  <jas@extundo.com>
15874
15875         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15876         token.
15877
15878 2002-08-07  Simon Josefsson  <jas@extundo.com>
15879
15880         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15881         (sieve-manage-authenticators):
15882         (sieve-manage-authenticator-alist): Add some SASL mechs.
15883         (sieve-sasl-auth): New function.
15884         (sieve-manage-cram-md5-auth):
15885         (sieve-manage-plain-auth): Rewrite using SASL library.
15886         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15887         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15888         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15889         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15890
15891 2004-01-05  Simon Josefsson  <jas@extundo.com>
15892
15893         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15894         New files.
15895
15896 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15897
15898         * gnus-group.el (gnus-no-groups-message): Update.
15899
15900         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15901
15902 2003-11-09  Simon Josefsson  <jas@extundo.com>
15903
15904         * imap.el: Support for ID IMAP extension (RFC 2971).
15905         (imap-local-variables): Add imap-id.
15906         (imap-id): New variable.
15907         (imap-id): New function.
15908         (imap-parse-response): Parse untagged ID response.
15909         * nnimap.el (nnimap-id): New variable.
15910         (nnimap-open-connection): Use it.
15911
15912 2003-12-28  Simon Josefsson  <jas@extundo.com>
15913
15914         * gnus-score.el (gnus-score-edit-all-score): New.
15915         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15916
15917 2004-01-04  Simon Josefsson  <jas@extundo.com>
15918
15919         * password.el: Add.
15920
15921 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15922
15923         * dns.el (dns-query-types): Fix typo.
15924         (dns-query-types): New function.
15925         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15926         PTR and SOA replies, see RFC 1035.
15927
15928 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15929
15930         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15931
15932         * Moved to Changelog.2.
15933
15934 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15935
15936         * gnus.el (gnus-version-number): Bump version.
15937
15938 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15939
15940         * gnus.el: No Gnus v0.1 is released.
15941
15942 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15943
15944         * gnus.el: No Gnus v0.0 is released.
15945
15946 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15947
15948         * gnus.el (gnus-version-number): Bump.
15949         (gnus-version): No.
15950
15951 See ChangeLog.2 for earlier changes.
15952
15953     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15954       Free Software Foundation, Inc.
15955
15956   This file is part of GNU Emacs.
15957
15958   GNU Emacs is free software: you can redistribute it and/or modify
15959   it under the terms of the GNU General Public License as published by
15960   the Free Software Foundation, either version 3 of the License, or
15961   (at your option) any later version.
15962
15963   GNU Emacs is distributed in the hope that it will be useful,
15964   but WITHOUT ANY WARRANTY; without even the implied warranty of
15965   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15966   GNU General Public License for more details.
15967
15968   You should have received a copy of the GNU General Public License
15969   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15970
15971 ;; Local Variables:
15972 ;; coding: utf-8
15973 ;; fill-column: 79
15974 ;; add-log-time-zone-rule: t
15975 ;; End: