(nnimap-debug): Removed.
[gnus] / lisp / ChangeLog
1 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4         case-insensitively.
5         (nnimap-debug): Removed.
6
7         * imap.el (imap-fetch-safe): Removed function, and altered all callers
8         to use `imap-fetch' instead.  According to the comments, this should be
9         safe, since all other IMAP clients use the 1:* syntax.
10         (imap-enable-exchange-bug-workaround): Removed.
11         (imap-debug): Removed -- doesn't seem very useful.
12
13         * mail-source.el (mail-source-fetch): Don't message if we're fetching
14         mail from a file, and the file doesn't exist.
15
16         * imap.el (imap-log): New convenience function used throughout instead
17         of repeating the same code all over the place.
18
19         * pop3.el (pop3-streaming-movemail): Return t for success.
20
21         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
22         .authinfo if we're using ssl connection.
23
24         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
25         already have if we're in a main Gnus `g' run.
26
27         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
28
29 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
32
33         * nnmh.el (nnmh-request-list-1): Bind `file'.
34
35         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
36         alias to set-process-query-on-exit-flag or process-kill-without-query.
37         (pop3-open-server): Use it.
38
39 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * mail-source.el (mail-source-delete-crash-box): Always move the crash
42         box to the Incoming file.  Fixes mistake in previous checkin.
43
44         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
45         request loop (for debugging purposes) removed.
46
47         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
48         culprit is more visible.
49         (nnml-save-incremental-nov, nnml-open-incremental-nov)
50         (nnml-add-incremental-nov): New functions to do "incremental" nov
51         updates, where we just append to the end of the existing nov files
52         without reading/writing them in full.
53
54         * mail-source.el (mail-source-delete-crash-box): Really only check the
55         incoming files once in a while.
56
57         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
58
59         * mail-source.el (mail-source-delete-crash-box): Only check the
60         incoming files for deletion once per day to save a lot of file
61         accesses.
62
63         * pop3.el (pop3-logon): Fix up unbound variable typo.
64
65         * mail-source.el (pop3-streaming-movemail): Autoload.
66
67         * pop3.el (pop3-streaming-movemail): Respect
68         pop3-leave-mail-on-server.
69
70         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
71         retrieval.
72
73         * pop3.el (pop3-process-filter): Removed unused function.
74         (pop3-streaming-movemail, pop3-send-streaming-command)
75         (pop3-wait-for-messages, pop3-write-to-file)
76         (pop3-number-of-responses): New functions for streaming pop3
77         retrieval.
78
79         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
80         come from no known methods.
81         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
82         list.
83
84         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
85         message sizes.
86         (pop3-movemail): Use erase-buffer instead of looping and deleting
87         regions, which seems rather odd.
88
89         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
90         file once per `g' run.
91
92         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
93         directories.  This makes the draft queue directory work.
94
95         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
96         data from the backends, so that we only request the list of groups from
97         each method once.  This should speed things up considerably.
98
99         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
100         detect that it's not implemented.
101
102         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
103         we actually do recurse down into the tree, but don't stat all leaf
104         nodes.
105
106         * gnus-html.el (gnus-html-show-images): If there are no images to show,
107         then say so instead of bugging out.
108
109         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
110         files exist before trying to read them.
111
112         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
113         around <pre_int>.
114
115         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
116
117         * nnmh.el (nnmh-request-list-1): Optimize for speed.
118
119 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * mm-util.el (mm-image-load-path): Just return the image directories,
122         not all directories in the path in addition to the image directories.
123         (mm-image-load-path): Maintain a cache of the image directories so that
124         the `g' command in Gnus doesn't have to stat dozens of directories each
125         time.
126
127         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
128         (gnus-html-wash-tags): Add a new `i' command to insert images.
129         (gnus-html-insert-image): New command and keystroke.
130         (gnus-html-redisplay-with-images): New command and keystroke.
131         (gnus-html-show-images): Renamed command.
132         (gnus-html-wash-tags): Remove more white space before <pre_int> image
133         spacers.
134         (gnus-html-wash-tags): Decode entities at the end, so that entities
135         inside the tags don't mess up the rest of the "parsing".
136
137         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
138         so that nnimap methods aren't agentized by default.  There's apparently
139         many problems related to agent/imap behaviour.
140
141         * gnus-art.el (gnus-article-copy-string): New command and key binding.
142
143         * gnus-html.el: Doc fix.
144
145 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
148         specifier-spec-list for Emacs 21.
149
150         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
151         glyph-width and glyph-height instead of display-graphic-p and
152         image-size; make avoidance of displaying small images work for XEmacs.
153
154         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
155         for XEmacs.
156
157         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
158         of symbol that holds plist data.
159         (gnus-process-plist): Remove plist of process after getting it.
160
161 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * message.el (message-generate-hashcash): Change default to
164         'opportunistic if hashcash is installed.
165
166         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
167         (gnus-html-put-image): Only call image-size once, since it's somewhat
168         time-consuming on remote X servers.
169
170 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
173         type on data, not a file name.
174
175         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
176         window-pixel-edges for Emacs 21.
177
178         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
179         decoded contents.
180         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
181
182 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
185         group line format, since it isn't very interesting.
186
187         * gnus-agent.el (gnus-agent-short-article),
188         (gnus-agent-long-article): Increase values for these two variables,
189         since most people are likely to have more network connection and
190         storage than before.
191
192         * gnus.el (gnus-refer-article-method): Change default to 'current.
193         When referring an article, the common behaviour is to refer it from the
194         current select method, not the native select method.  The chances of
195         the native select method having the message in question is rather slim
196         these days.
197
198         * gnus-sum.el (gnus-auto-select-subject): Change default to
199         `unseen-or-unread'.  I think it's likely that most people want to
200         select an unseen article over a previously seen, but unread one.
201
202         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
203         means that in the article buffer none of the minor mode elements will
204         be shown, usually, and this is not desirable in most cases.
205
206         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
207         that commands like `d' (and the like) go to the next line in the
208         buffer, instead of the next unread article.  I think this is the
209         behaviour that is most natural for most users.
210         (gnus-single-article-buffer): Change default to nil, so that people can
211         have as many article buffers open as they have summary buffer.  I think
212         this is the most natural way for the groups to behave.
213
214         * message.el (message-generate-new-buffers): Change default to
215         `unsent', so that all new message buffers start their names with the
216         string "*unsent", and it's easier to find the buffers if you move from
217         them.
218
219 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
222         small. They're probably tracking images.
223         (gnus-html-wash-tags): Remove all <pre_int> place holders.
224         (gnus-html-rescale-image): Yet another try at getting the image sizing
225         right.
226
227         * nntp.el (nntp-request-set-mark): Refuse to do marks if
228         nntp-marks-file-name is nil.
229
230 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
231
232         * gnus-html.el (gnus-html-wash-tags)
233         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
234         Better logging.
235
236 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
239
240         * gnus-html.el (gnus-html-wash-tags): Check the value of
241         gnus-blocked-images in the summary buffer.
242
243 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
244
245         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
246
247 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
250         like "a", it seems like.
251         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
252         since it needs to be picked from the correct buffer.
253
254         * nnwfm.el: Removed.
255
256         * nnlistserv.el: Removed.
257
258 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
259
260         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
261         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
262
263 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * nnkiboze.el: Removed.
266
267         * nndb.el: Removed.
268
269         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
270         alt text.
271         (gnus-html-rescale-image): Try to get the rescaling logic right for
272         images that are just wide and not tall.
273
274         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
275         overshadow variable bindings.
276
277 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
278
279         * gnus-html.el (gnus-html-wash-tags)
280         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
281         extra logging.
282
283 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
286         (gnus-max-image-proportion): New variable.
287         (gnus-html-rescale-image): New function.
288         (gnus-html-put-image): Rescale images.
289
290 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
291
292         Fix up some byte-compiler warnings.
293         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
294         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
295         (gnus-article-fill-cited-article, gnus-article-hide-citation)
296         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
297         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
298         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
299         (gnus-group-update-group): Use save-excursion and with-current-buffer.
300
301 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
302
303         * gnus-html.el (gnus-article-html): Decode contents by charset.
304
305 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
308         (gnus-html-frame-width, gnus-blocked-images)
309         * message.el (message-prune-recipient-rules): Add custom version.
310         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
311
312         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
313         functions.
314
315         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
316         gnus-process-get.
317
318 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
319
320         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
321         instead of lsub directly.
322
323 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * nnwarchive.el: Removed.
326
327         * gnus-soup.el: Removed.
328
329         * nnsoup.el: Removed.
330
331         * nnultimate.el: Removed.
332
333         * gnus-html.el (gnus-blocked-images): New variable.
334
335         * message.el (message-prune-recipients): New function.
336         (message-prune-recipient-rules): New variable.
337
338         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
339         guess whether a long line is natural text or not.
340
341         * gnus-html.el (gnus-html-schedule-image-fetching): Use
342         gnus-process-plist and friends for compatibility.
343
344 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
345
346         * gnus-html.el: Require packages that define macros used in this file.
347         (gnus-article-mouse-face): Declare to silence byte-compiler.
348         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
349         process-get.
350         (gnus-html-put-image): Use plist-get to avoid getf.
351         (gnus-html-prefetch-images): Use with-current-buffer.
352
353 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * gnus-ems.el: Provide compatibility functions for
356         gnus-set-process-plist.
357
358         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
359         header-line-format for XEmacs 21.4.
360
361         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
362         * gnus.el (gnus-valid-select-methods)
363         * message.el (message-send-mail-partially-limit)
364         * mm-decode.el (mm-text-html-renderer)
365         * mml.el (mml-insert-mime-headers-always)
366         * smiley.el (smiley-regexp-alist): Bump custom version.
367
368 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369
370         * gnus-html.el: require mm-url.
371         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
372         with the url to `url'.
373         (gnus-html-wash-tags): Support cid: URLs/images.
374
375 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
378         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
379         bindings, as they aren't useful at all. `w' is moved to `W w'.
380
381         * gnus-move.el: Removed file, since it doesn't really work.
382
383         * gnus-html.el (gnus-article-html): Tell w3m that the input is
384         UTF-8. This seems to fix problems with some German web feeds.
385
386         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
387         at the top so that the proper colours are applied.
388
389         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
390         don't have dots in their names.
391
392         * gnus-art.el (gnus-article-view-part): Doc fix.
393
394         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
395         XEmacs-compatible.
396         (gnus-html-put-image): Don't do images on non-graphic displays.
397
398         * nnslashdot.el: Removed this unused backend.
399
400         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
401         actions.
402         (gnus-undo-register-1): Revert last change.
403
404         * gnus-group.el (gnus-group-completing-read): Protect against not
405         having completion-styles bound.
406
407         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
408         make broken recipients happier.
409
410         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
411
412         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
413         point parameter.
414
415         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
416
417         * gnus-group.el (gnus-group-completing-read): Add 'substring to
418         completion-styles for group selection.
419
420 2009-02-04  Andreas Schwab  <schwab@suse.de>
421
422         * gnus-score.el (gnus-score-string): Fix regex for matching extra
423         headers and regexp-quote the match if necessary.
424
425 2009-03-24  Miles Bader  <miles@gnu.org>
426
427         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
428         the blinking smiley.
429
430 2009-03-24  Simon Josefsson  <simon@josefsson.org>
431
432         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
433         blink smiley.
434
435 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
438         where the dribbel file lives exists.
439
440         * message.el (message-send-mail-partially-limit): Change the default to
441         nil, since most people don't want this.
442
443         * mm-url.el (mm-url-decode-entities): Also decode entities like
444         &#x3212.
445
446 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
447
448         * gnus-sum.el (gnus-summary-idna-message):
449         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
450         Hyperlink urls in docstrings with URL `...'.
451
452 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
453
454         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
455         functions.
456
457 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
460         say what the mouseover text should be.
461
462         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
463         version of the mm-w3m-safe-url-regexp variable to only download images
464         in the groups where we want that to happen.
465
466         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
467
468         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
469         easier debugging.
470         (gnus-article-beginning-of-window): Add kludge to allow spacing past
471         big pictures in the article buffer.
472
473         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
474         gnus-article-html.
475         (mm-text-html-renderer): gnus-article-html needs curl in addition to
476         w3m.
477
478         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
479
480 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
483         which doesn't exist.
484
485         * message.el (message-inhibit-ecomplete): New variable to allow some
486         function to inhibit ecomplete address storage.
487         (message-resend): Disable ecomplete message storage when resending
488         messages.
489
490         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
491
492 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
495         Save excursion while copying, moving, and deleting articles in order to
496         prevent the cursor from jumping to unforeseen place.
497
498 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * lpath.el: No need to bind bookmark-current-buffer,
501         bookmark-yank-point and bookmark-make-record-function.
502
503 2010-08-17  Glenn Morris  <rgm@gnu.org>
504
505         * gnus-sync.el: Require gnus components whose functions are used.
506
507         * gnus-art.el (bookmark-make-record-function):
508         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
509         Declare for compiler.
510
511         * mm-url.el (mml-compute-boundary): Autoload.
512
513 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
516
517 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
518
519         Typo fix "hoo4a" -> "hook".
520
521         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
522
523 2010-08-14  Glenn Morris  <rgm@gnu.org>
524
525         * gnus-sync.el (gnus-sync): Fix defgroup version.
526
527 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
528
529         Doc fixes and keep unknown groups (ammended for nunion bug fix).
530
531         * gnus-sync.el: Fix docs.
532         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
533         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
534
535 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
536
537         Optimizations for gnus-sync.el.
538
539         * gnus-sync.el: Add docs about gnus-sync-backend
540         possibilities.
541         (gnus-sync-save): Remove unnecessary message.
542         (gnus-sync-read): Optimize and show what groups were skipped.
543
544 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
545
546         Minor bug fixes for gnus-sync.el.
547
548         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
549         read the sync on get-new-news.
550
551         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
552         quiet.
553
554         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
555
556 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
557
558         Make saving and restoring of hidden threads work with overlays.
559         Patch applied by Ted Zlatanov.
560
561         * gnus-sum.el (gnus-hidden-threads-configuration)
562         (gnus-restore-hidden-threads-configuration): Update to deal with text
563         properties, rather than searching for a magic character.
564
565 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
566
567         New gnus-sync.el library for synchronization of marks.
568
569         * gnus-sync.el: New library for synchronization of marks.
570
571         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
572         renamed from `gnus-registry-grep-in-list'.
573
574         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
575
576         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
577
578 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
581         determining charset of text fails.
582
583 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * nnmail.el (nnmail-get-new-mail-1): Revert.
586
587         * nnml.el (nnml-active-number): Make sure names of newly created groups
588         in nnml-group-alist are encoded.
589
590 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
593         containing non-ASCII characters in active file for nnml back end.
594
595 2010-07-24  David Engster  <dengste@eml.cc>
596
597         * mml-smime.el (mml-smime-epg-verify): Also accept the older
598         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
599
600 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
601
602         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
603         tag (Bug#6654).
604
605 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
608         the article buffer, not the summary buffer.
609
610 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
613         Emacs 23 as well.
614
615 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
618         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
619
620 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
621
622         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
623         Patch applied by Karl Fogel.
624
625         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
626         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
627
628 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
629
630         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
631         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
632         C-w still not working correctly from Article buffers; Thierry's
633         patch to fix that will be applied after this.
634
635         * gnus-art.el (bookmark-make-record-function): New local variable.
636
637         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
638         article buffer.
639         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
640
641 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
642
643         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
644         on changes in bookmark.el.
645
646 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
647
648         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
649         `no-log' instead of message not to log prompt string.
650
651 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
652
653         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
654         the *other* type of HTML form submission.
655
656 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
657
658         * auth-source.el (auth-source-pick): If choice does not contain a
659         questioned keyword, set the check to t.
660
661 2010-06-12  Romain Francoise  <romain@orebokech.com>
662
663         * gnus-util.el (gnus-date-get-time): Move up before first use.
664
665 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
668         (gnus-article-edit-part): Bind it to make last part that is substituted
669         or deleted visible.
670         (gnus-mime-display-single): Buttonize part of which id equals to
671         gnus-mime-buttonized-part-id.
672
673 2010-06-10  Dan Christensen  <jdc@uwo.ca>
674
675         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
676         (gnus-dd-mmm): Use gnus-date-get-time.
677         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
678         simplify logic.
679         (gnus-summary-limit-to-age): Use gnus-date-get-time.
680         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
681
682 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
683
684         * auth-source.el (top): Autoload `secrets-list-collections',
685         `secrets-create-item', `secrets-delete-item'.
686         (auth-sources): Fix tag string.
687         (auth-get-source, auth-source-retrieve, auth-source-create)
688         (auth-source-delete): New defuns.
689         (auth-source-pick): Rewrite in order to avoid 2 passes.
690         (auth-source-forget-user-or-password): New parameter USERNAME.
691         (auth-source-user-or-password): New parameters CREATE-MISSING and
692         DELETE-EXISTING.  Retrieve password interactively, if needed.
693
694 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
695
696         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
697         deleting unused directories when gnus-expert-user is t.
698
699 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
700
701         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
702         for each temp file when gnus-article-browse-delete-temp is ask.
703
704 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
705
706         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
707         Lisp calls to delete-backward-char by calls to delete-char.
708
709 2010-05-20  Kevin Ryde  <user42@zip.com.au>
710
711         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
712
713 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
714
715         * password-cache.el (password-cache-remove): Fix docstring.
716
717 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
720         article unless decoding article to be saved.
721
722 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
725         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
726         generated within the mm-with-unibyte-current-buffer macro.
727
728 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
731         to nil when we're in a mml-preview buffer and no group is selected.
732
733 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
734
735         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
736         when catching the `C-g'.  Reported by "Leo".
737
738 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * message.el (message-forward-make-body-plain)
741         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
742         multibyte-string-p.
743
744         * lpath.el: Revert.
745
746 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * message.el (message-forward-make-body-mml): Assume original message
749         is multibyte string; error on unibyte.
750         (message-forward-make-body-plain): Ditto; don't add excessive newline
751         in body end.
752
753         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
754
755 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
756
757         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
758         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
759
760 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * mm-extern.el (mm-extern-url): Don't use
763         mm-with-unibyte-current-buffer.
764         (mm-extern-cache-contents): Use with-current-buffer instead of
765         save-excursion + set-buffer.
766
767 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * mm-util.el (mm-emacs-mule): Remove.
770
771 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
772
773         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
774         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
775         change.
776
777 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
780         bind the default value of enable-multibyte-characters to nil.
781
782 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * message.el (message-forward-make-body-plain)
785         (message-forward-make-body-mml):
786         Don't use mm-with-unibyte-current-buffer.
787
788 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
789
790         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
791
792 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
793
794         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
795         (Bug#5592).
796
797 2010-05-07  Julien Danjou  <julien@danjou.info>
798
799         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
800         it to mm-pipe-part.
801
802         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
803         it is given.
804
805 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * binhex.el (binhex-decode-region-internal)
808         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
809         (dns-query)
810         * nnweb.el (nnweb-gmane-search)
811         * pgg-parse.el (pgg-parse-armor)
812         * pgg.el (pgg-verify-region)
813         * sha1.el (sha1-string-external)
814         * uudecode.el (uudecode-decode-region-internal)
815         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
816         XEmacs.
817
818         * gnus-art.el (gnus-article-browse-html-parts)
819         * gnus-group.el (gnus-read-ephemeral-gmane-group)
820         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
821         make-temp-file.
822
823         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
824         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
825         compiling.
826
827         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
828         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
829         XEmacs when compiling.
830
831         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
832         gnus-pick-mode-off-hook for XEmacs when compiling.
833         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
834         gnus-binary-mode-off-hook for XEmacs when compiling.
835
836         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
837         nil if char-charset is not available.
838
839         * imap.el (imap-disable-multibyte)
840         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
841         macros.
842
843         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
844         instead of encode-coding-string.
845
846         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
847         'xemacs) instead of mm-emacs-mule to switch function definitions.
848         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
849
850         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
851         bind temporary-file-directory for XEmacs;
852         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
853         timer-set-function for XEmacs 21.4 and SXEmacs;
854         bind timer-list for XEmacs 21.4 and SXEmacs;
855         fbind char-charset and find-charset-region for non-Mule XEmacs;
856         fbind decode-coding-region, decode-coding-string, detect-coding-region,
857         encode-coding-region and encode-coding-string for XEmacs having no
858         file-coding feature.
859
860 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
861
862         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
863
864 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
867         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
868
869 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
870
871         * mm-util.el (mm-decompress-buffer): Use `delete-file';
872         alias `jka-compr-delete-temp-file' no longer exists.
873
874 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
875
876         Use define-minor-mode in Gnus where applicable.
877         * mml.el (mml-mode): Use define-minor-mode.
878         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
879         (gnus-undo-mode): Use define-minor-mode.
880         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
881         (gnus-dead-summary-mode): Use define-minor-mode.
882         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
883         Initialize in declaration.
884         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
885         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
886         (gnus-mailing-list-mode): Use define-minor-mode.
887         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
888         (gnus-draft-mode): Use define-minor-mode.
889         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
890         (gnus-dired-mode): Use define-minor-mode.
891
892 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
893
894         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
895         handles on recursive mml-to-mime translation and check them for
896         boundary delimiter collisions.  Reported by Greg Troxel.
897
898 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
901
902 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
903
904         * mm-util.el (mm-find-buffer-file-coding-system):
905         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
906
907 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
908
909         * message.el (message-generate-headers): Record insertion of optional
910         headers as well.  Otherwise the check to prevent repeated insertion of
911         optional headers is a no-op.
912
913 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
914
915         * smime.el: Don't mention CVS.
916
917         * nnrss.el (nnrss-fetch): Don't mention CVS.
918
919         * nnir.el: Don't mention CVS.
920
921 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
922
923         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
924
925 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * lpath.el: Fbind bookmark-default-handler,
928         bookmark-get-bookmark-record, bookmark-make-record-default,
929         bookmark-prop-get for Emacs <23 and XEmacs.
930
931 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
932
933         * gnus-sum.el: Add bookmark declarations to silence the compiler.
934         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
935         Use with-current-buffer to silence the byte-compiler.
936         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
937         bother to require `gnus'.
938         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
939
940 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
941
942         * gnus-sum.el (gnus-summary-bookmark-make-record)
943         (gnus-summary-bookmark-jump): New functions.
944         (gnus-summary-mode): Setup bookmark support.
945
946 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
947
948         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
949         if set.
950
951 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
954         gnus-article-browse-html-save-cid-image; make it work recursively for
955         forwarded messages as well.
956         (gnus-article-browse-html-parts): Work when prefix arg is given.
957         (gnus-article-browse-html-article): Doc fix.
958
959 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
960
961         * message.el (message-default-mail-headers):
962         (message-default-headers): Carry the value mail-default-headers over
963         into message-default-mail-headers, rather than message-default-headers.
964
965 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
966
967         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
968         charset.
969
970         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
971         charset into the <meta> tag when the article is encoded to utf-8.
972
973 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
976         directories as well.
977         (gnus-article-browse-html-parts): Work for images that do not specify
978         file names; delete temp directory when quitting; insert header at the
979         right place; use file: scheme for image files.
980
981 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
982
983         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
984         (gnus-article-browse-html-parts): Use it to make temporary cid image
985         files in addition to html file so that browser may display them.
986
987 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
990
991 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
992
993         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
994
995 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
996
997         * auth-source.el (auth-sources): Change default to be simpler.  Explain
998         about Secret Service API sources.  Improve Customize options.
999         (auth-source-pick): Change to accept any number of search parameters.
1000         Implement fallbacks iteratively, not recursively.  Add scoring on the
1001         second pass and sort by score.  Call Secret Service API when needed.
1002         (auth-source-user-or-password): Use it.  Call Secret Service API
1003         directly when needed to get the user name and the password.
1004
1005 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1006
1007         * message.el (message-interactive): Doc fix.
1008         (message-qmail-inject-args): Reflow.
1009         (message-kill-to-signature): Fix typo in docstring.
1010
1011         * smiley.el (smiley-buffer): Fix typo in docstring.
1012
1013 2010-03-24  Glenn Morris  <rgm@gnu.org>
1014
1015         * mail-source.el (gnus-message): Declare.
1016         (mail-source-delete-old-incoming): Require gnus-util.
1017
1018 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1021
1022         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1023
1024         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1025         password-cache's default if it is not bound.
1026         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1027         password-cache-expiry's default if it is not bound.
1028
1029         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1030         available in Emacs 21.
1031
1032         * lpath.el: Suppress compiler warnings for:
1033         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1034         XEmacs;
1035         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1036         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1037         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1038
1039 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1040
1041         * auth-source.el (auth-sources): Fix up definition so extra parameters
1042         are always inline.
1043
1044 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1045
1046         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1047         wasn't updated after mismatch.  Clear cached mailbox info correctly
1048         when uidvalidity changes.
1049         (nnimap-group-prefixed-name): New function to avoid some code
1050         duplication.
1051         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1052         (nnimap-request-group): Use it.
1053         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1054         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1055         with many imap folders.  This is done by caching the group status from
1056         the imap server persistently in a group parameter `imap-status'.  (This
1057         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1058         but not persistently, so every Gnus startup was still very slow.)
1059
1060 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1061
1062         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1063         delete the extra newline.  Otherwise editing of :string and :number
1064         types don't work.
1065
1066 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1067
1068         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1069         secrets.el dependency.
1070         (auth-sources): Add optional user name.  Add secrets.el configuration
1071         choice (unused right now).
1072
1073 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1074
1075         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1076         `gnus-registry-install-shortcuts' fill in the functions.
1077
1078         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1079         warnings.
1080         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1081         (gnus-registry-install-shortcuts): Populate and use it in a
1082         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1083
1084 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1085
1086         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1087         In-place substitutions for the group name encoding/decoding.
1088         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1089         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1090         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1091         (nnimap-update-unseen, nnimap-request-list)
1092         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1093         (nnimap-request-set-mark, nnimap-split-to-groups)
1094         (nnimap-split-articles, nnimap-request-newgroups)
1095         (nnimap-request-create-group, nnimap-request-accept-article)
1096         (nnimap-request-delete-group, nnimap-request-rename-group)
1097         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1098         `encoded-mbx' for consistency.
1099         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1100         variable `imap-current-mailbox'.
1101
1102         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1103         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1104
1105 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1106
1107         * pop3.el (pop3-display-message-size-flag): Display message size byte
1108         counts during POP3 download.
1109         (pop3-movemail): Use it.
1110         (pop3-list): Implement listing of available messages.
1111
1112 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1113
1114         * nnir.el (nnir-get-article-nov-override-function): New function to
1115         override the normal NOV retrieval.
1116         (nnir-retrieve-headers): Use it.
1117
1118 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1119
1120         * auth-source.el (netrc-machine-user-or-password): Autoload.
1121
1122 2010-03-19  Glenn Morris  <rgm@gnu.org>
1123
1124         Stop message.el from loading about 40 libraries it doesn't always need.
1125         The general approach is to autoload rather than require, and to
1126         require in the specific functions rather than the file.  (Bug#5642)
1127
1128         * gmm-utils.el: Don't require wid-edit.
1129         (widget-create-child-value, widget-convert, widget-default-get):
1130         Autoload.
1131
1132         * gnus-util.el: Don't require time-date, netrc.
1133         (message-fetch-field, gnus-group-name-decode): Declare rather than
1134         autoloading.
1135         (gnus-fetch-field): Require message.
1136         (gnus-decode-newsgroups): Require gnus-group.
1137
1138         * ietf-drums.el: Don't require time-date.
1139
1140         * message.el: Don't require hashcash, canlock, ecomplete.
1141         Do require mail-utils.  Require nnheader only when compiling.
1142         (smtpmail-default-smtp-server): Remove declaration.
1143         (message-send-mail-function): Check smtpmail-default-smtp-server
1144         is bound rather than requiring smtpmail.
1145         (message-auto-save-directory, message-insert-signature): Use
1146         expand-file-name rather than nnheader-concat.
1147         (nnheader-insert-file-contents): Autoload.
1148         (hashcash-wait-async): Declare.
1149         (message-send-mail): Only call gnus-setup-posting-charset if
1150         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1151         (message-send-mail-with-sendmail): Require sendmail.
1152         (canlock-password, canlock-password-for-verify): Declare.
1153         (message-canlock-password): Require canlock.
1154         (nnheader-get-report): Autoload.
1155         (gnus-setup-posting-charset): Declare.
1156         (message-send-news): Require gnus-msg.
1157         (message-make-references, message-make-in-reply-to): Use mail-header-id
1158         rather than the alias mail-header-message-id.
1159         (ecomplete-add-item, ecomplete-save): Declare.
1160         (message-put-addresses-in-ecomplete): Require ecomplete.
1161         (ecomplete-display-matches): Autoload.
1162
1163         * mm-decode.el: Don't require mailcap, gnus-util.
1164         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1165         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1166         Autoload.
1167         (mailcap-mime-extensions): Declare.
1168
1169         * mm-encode.el: Don't require mailcap.
1170         (mailcap-extension-to-mime): Autoload.
1171
1172         * mml-sec.el: Don't require password-cache.
1173
1174         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1175         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1176         (mml-minibuffer-read-type): Require mailcap.
1177         (mml-preview): Require gnus-msg.
1178
1179         * mml1991.el: Require password-cache.
1180         (password-cache-expiry): Remove declaration.
1181
1182         * mml2015.el: Require password-cache.
1183         (password-cache-expiry): Remove declaration.
1184
1185         * nneething.el (mailcap): Require mailcap.
1186
1187         * nnheader.el (declare-function): Add compatibility stub.
1188         (message-remove-header): Declare rather than autoload.
1189         (nnheader-replace-header): Require message.
1190
1191         * nnimap.el (declare-function): Add compatibility stub.
1192         (netrc-parse, netrc-machine-user-or-password): Declare.
1193         (nnimap-open-connection): Require netrc.
1194
1195         * nntp.el (declare-function): Add compatibility stub.
1196         (netrc-parse, netrc-machine, netrc-get): Declare.
1197         (nntp-send-authinfo): Require netrc.
1198
1199         * rfc2047.el: Don't require qp.
1200         (quoted-printable-encode-region, quoted-printable-decode-string):
1201         Autoload.
1202
1203         * sieve-mode.el: Don't require easymenu.
1204         (easy-menu-add-item): Autoload it.
1205
1206         * spam-stat.el (time-to-number-of-days): Autoload it.
1207
1208 2010-03-19  Glenn Morris  <rgm@gnu.org>
1209
1210         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1211
1212 2010-03-18  Glenn Morris  <rgm@gnu.org>
1213
1214         * hashcash.el (declare-function): Remove duplicate definition.
1215
1216 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1217
1218         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1219         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1220         value if any backslash escapes).
1221
1222 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1225         if it is available.  (bug#5647)
1226
1227         * lpath.el: Suppress compiler warning for coding-system-from-name for
1228         Emacs 21 and XEmacs.
1229
1230 2010-03-14  Juri Linkov  <juri@jurta.org>
1231
1232         * hmac-def.el:
1233         * hmac-md5.el:
1234         * netrc.el: Fix keywords.
1235
1236 2010-02-26  Glenn Morris  <rgm@gnu.org>
1237
1238         * message.el (message-send-mail-function): Change the default, so that
1239         it inherits from a customized send-mail-function.  (Bug#5643)
1240
1241 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1242
1243         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1244         shell-command-to-string signals an error (bug#5299).
1245
1246 2010-02-24  Glenn Morris  <rgm@gnu.org>
1247
1248         * message.el (message-smtpmail-send-it)
1249         (message-send-mail-with-mailclient): Doc fixes.
1250
1251 2010-02-16  Glenn Morris  <rgm@gnu.org>
1252
1253         * message.el (message-default-mail-headers): Change the default value
1254         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1255
1256 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1259         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1260
1261 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1262
1263         * time-date.el (date-to-time): Doc fix (Bug#5408).
1264
1265 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1266
1267         * message.el (message-mail): Just pass yank-action on to message-setup.
1268         (message-setup): Handle (FUN . ARGS) form of yank-action.
1269         (message-with-reply-buffer, message-widen-reply)
1270         (message-yank-original): Handle non-buffer values of
1271         message-reply-buffer (Bug#4080).
1272         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1273
1274 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1275
1276         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1277         Fix typo in docstring.
1278
1279 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1280
1281         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1282         response.
1283
1284 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1287
1288         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1289
1290         * message.el (message-check-news-header-syntax): Protect against a
1291         string that `rfc822-addresses' returns when parsing fails.
1292
1293 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1296         (gnus-previous-char-property-change): New functions.
1297
1298         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1299
1300 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1301
1302         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1303         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1304
1305 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1306
1307         * message.el (message-exchange-point-and-mark): Rework last change to
1308         avoid using optional arg of exchange-point-and-mark, for backward
1309         compatibility.
1310
1311 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1312
1313         * message.el (message-exchange-point-and-mark): Call
1314         exchange-point-and-mark with an argument rather than setting
1315         mark-active by hand (Bug#5175).
1316
1317 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * nntp.el (nntp-service-to-port): Work for service expressed with
1320         numeric string; replace [:digit:] with [0-9] for XEmacs.
1321
1322 2009-12-17  Glenn Morris  <rgm@gnu.org>
1323
1324         * gnus-group.el (gnus-bug-group-download-format-alist):
1325         Change emacs entry to debbugs.gnu.org.  Bump :version.
1326
1327 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1328
1329         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1330
1331 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1332
1333         * message.el (message-info): Explain why we use `Info-goto-node'.
1334
1335 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1338
1339 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1340
1341         * message.el (message-completion-in-region): New compatibility function.
1342         (message-expand-group): Use it.
1343
1344 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1345
1346         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1347         with no unread article should be listed if the 2nd arg `predicate' is
1348         given.
1349
1350 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1353
1354 2009-11-29  Juri Linkov  <juri@jurta.org>
1355
1356         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1357         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1358         on `gnus-recenter'. (Bug#4698, Bug#4981)
1359
1360 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1361
1362         * sha1.el (sha1-string-external): default-directory "/" in case
1363         otherwise non-existent.  process-connection-type pipe for touch of
1364         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1365
1366 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1367
1368         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1369         it's comms related and sgml-mode.el has "comm" on that basis too.
1370
1371 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1374         containing tspecial characters if they have been already quoted.
1375
1376 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1377
1378         * dns-mode.el (auto-mode-alist): Purecopy string.
1379
1380 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1381
1382         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1383
1384 2009-10-24  Glenn Morris  <rgm@gnu.org>
1385
1386         * gnus-art.el (help-xref-stack-item): Define for compiler.
1387
1388 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1389
1390         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1391
1392 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1395
1396 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1399         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1400
1401 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1404         (gnus-overlays-in): New alias to overlays-in.
1405
1406         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1407         gnus-overlay-get, and gnus-delete-overlay.
1408         (gnus-summary-show-thread): Make it work as well for systems in which
1409         next-single-char-property-change is not available.
1410         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1411
1412         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1413         (gnus-overlay-get): New alias to extent-property.
1414         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1415
1416         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1417         SXEmacs.
1418
1419         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1420         SXEmacs.
1421
1422 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1423
1424         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1425
1426 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1427
1428         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1429         and XEmacs that don't have `remove-overlays'.
1430
1431 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1432
1433         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1434         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1435         selective display.  Use overlays instead.
1436
1437 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1438
1439         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1440
1441 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1442
1443         * spam-stat.el (spam-stat-load): Fix typo in message.
1444
1445 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1446
1447         * dig.el (dig-invoke): Fix typo in docstring.
1448         (query-dig): Reflow docstring.
1449
1450 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1451
1452         * gnus-art.el (gnus-article-encrypt-body):
1453         * message.el (message-check-recipients):
1454         * mm-util.el (mm-codepage-setup):
1455         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1456         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1457
1458 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1459
1460         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1461         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1462         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1463         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1464         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1465
1466 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1467
1468         * dig.el: Add "Keywords: comm", as per net-utils.el.
1469
1470 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1471
1472         * dig.el (dig-mode): Use define-derived-mode.
1473
1474 2009-09-19  Glenn Morris  <rgm@gnu.org>
1475
1476         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1477
1478 2009-09-18  Glenn Morris  <rgm@gnu.org>
1479
1480         * gnus-diary.el (gnus-diary-check-message):
1481         * message.el (message-insert-formatted-citation-line):
1482         * nnbabyl.el (top-level):
1483         * nndiary.el (nndiary-schedule):
1484         Fix typos in condition-case handlers.
1485
1486 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1489         configuration that provides the sole article window in a frame;
1490         position point correctly after deleting a part.
1491
1492 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1493
1494         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1495         (spam-resolve-registrations-routine): Use it to unregister articles
1496         that change status.
1497
1498 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1501         with XEmacs.
1502         (parse-time-string-chars): Use it.
1503
1504 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1505
1506         * imap.el (imap-interactive-login): Better messages.
1507         (imap-open): Fix bug with renamed buffer on reconnect.
1508         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1509         for easier debugging and cleaner code.  On successful (guessed based on
1510         server capabilities) secondary authentication, set imap-state
1511         correctly.
1512         (imap-last-authenticator): Define imap-last-authenticator as a variable
1513         to avoid warnings.
1514
1515 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * nnrss.el (nnrss-request-article): Remove binding of
1518         default-enable-multibyte-characters that has gotten needless by
1519         the 2007-07-13 change in rfc2047-encode-message-header.
1520
1521         * mml.el (mml-insert-multipart): Error on the message header.
1522         (mml-insert-part): Error on the message header; position point at
1523         the end of a MIME tag.
1524
1525 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * time-date.el (autoload): Expand define-obsolete-function-alias into
1528         defalias and make-obsolete for old Emacsen that Gnus supports.
1529         (with-no-warnings): Define it for old Emacsen.
1530         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1531         is available.
1532         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1533         float-time is available; suppress compile warning for time-to-seconds.
1534
1535         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1536         (gnus-float-time): Alias to float-time if it exists.
1537
1538         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1539         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1540         float-time is available; suppress compile warning for time-to-seconds.
1541
1542         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1543         XEmacs.
1544
1545 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1546
1547         * imap.el (imap-message-map): Docstring fix.
1548
1549 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1552         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1553         Add the optional argument `encoding' that overrides the default.
1554
1555         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1556         mm-encode-buffer.
1557
1558 2009-09-04  Glenn Morris  <rgm@gnu.org>
1559
1560         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1561         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1562         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1563         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1564         * mm-util.el (mm-with-unibyte-current-buffer)
1565         (mm-find-buffer-file-coding-system):
1566         * yenc.el (yenc-decode-region): Use default-value rather than
1567         default-enable-multibyte-characters.
1568
1569 2009-09-03  Glenn Morris  <rgm@gnu.org>
1570
1571         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1572         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1573         than default-enable-multibyte-characters.
1574
1575 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1576
1577         * gnus-art.el (gnus-article-read-summary-keys):
1578         Fix gnus-buffer-configuration's value temporarily used.
1579
1580 2009-09-02  Glenn Morris  <rgm@gnu.org>
1581
1582         * gnus-util.el (gnus-float-time): New function.
1583         * gnus-delay.el (gnus-delay-article):
1584         * gnus-sum.el (gnus-thread-latest-date):
1585         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1586         * nnspool.el (nnspool-request-newgroups):
1587         Use gnus-float-time rather than time-to-seconds.
1588         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1589
1590         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1591         (gnus-header-subject-face, gnus-header-newsgroups-face)
1592         (gnus-header-name-face, gnus-header-content-face):
1593         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1594         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1595         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1596         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1597         (gnus-cite-face-11):
1598         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1599         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1600         (gnus-server-closed-face, gnus-server-denied-face)
1601         (gnus-server-offline-face):
1602         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1603         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1604         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1605         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1606         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1607         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1608         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1609         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1610         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1611         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1612         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1613         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1614         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1615         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1616         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1617         (gnus-summary-high-undownloaded-face)
1618         (gnus-summary-low-undownloaded-face)
1619         (gnus-summary-normal-undownloaded-face)
1620         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1621         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1622         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1623         (gnus-splash-face):
1624         * message.el (message-header-to-face, message-header-cc-face)
1625         (message-header-subject-face, message-header-newsgroups-face)
1626         (message-header-other-face, message-header-name-face)
1627         (message-header-xheader-face, message-separator-face)
1628         (message-cited-text-face, message-mml-face):
1629         * sieve-mode.el (sieve-control-commands-face)
1630         (sieve-action-commands-face, sieve-test-commands-face)
1631         (sieve-tagged-arguments-face):
1632         * spam.el (spam-face):
1633         Mark face aliases with "-face" in the name as obsolete.
1634
1635 2009-09-01  Glenn Morris  <rgm@gnu.org>
1636
1637         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1638         than goto-line.
1639
1640 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1641
1642         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1643         Don't move point if the command is invoked inside the message header.
1644
1645 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1646
1647         * imap.el (imap-send-command): Simplify.
1648         (imap-wait-for-tag): point-max -> buffer-size.
1649
1650 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1651
1652         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1653         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1654         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1655         * nnir.el (nnir-swish-e-index-file):
1656         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1657         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1658         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1659         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1660         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1661         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1662
1663 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1666         Don't save excursion.
1667
1668 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1669
1670         * nnheader.el (nnheader-find-file-noselect):
1671         * mm-util.el (mm-insert-file-contents):
1672         Use (default-value 'major-mode) instead of default-major-mode.
1673
1674 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1675
1676         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1677
1678 2009-08-26  Glenn Morris  <rgm@gnu.org>
1679
1680         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1681         than placing in files.el.
1682
1683 2009-08-25  Glenn Morris  <rgm@gnu.org>
1684
1685         * nnir.el (top-level): Don't require cl at run-time.
1686         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1687         Replace cl-function substitute with gnus-replace-in-string.
1688         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1689         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1690         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1691         simplified expansions.
1692
1693 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1694
1695         * dig.el (dig): Add autoload cookie.
1696
1697 2009-08-22  Glenn Morris  <rgm@gnu.org>
1698
1699         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1700         goto-line.
1701
1702 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1703
1704         * parse-time.el (parse-time-string-chars): Save match data.
1705
1706 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1707
1708         * parse-time.el (parse-time-string-chars): Compute using character
1709         classes, to handle non-ascii characters (Bug#3190).
1710
1711 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1714
1715         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1716         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1717         (gnus-mm-display-part, gnus-mime-display-single)
1718         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1719         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1720
1721         * gnus-sum.el
1722         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1723         (gnus-summary-move-article): Add expirable mark to articles copied or
1724         moved to group that has auto-expire turned on if the option is non-nil.
1725
1726 2009-07-24  Glenn Morris  <rgm@gnu.org>
1727
1728         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1729         Fix typo.  (Bug#3903)
1730
1731 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1734         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1735         that should not be used for draft articles.
1736         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1737         that has no concern in minor mode keys.
1738         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1739         Abolish.
1740
1741 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1744         article without making inquiry to a user for unknown encoding.
1745
1746         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1747         (nnmaildir--scan): Assume i-node and device number that file-attributes
1748         returns might be cons-cell.
1749
1750         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1751
1752         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1753
1754 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1755
1756         * auth-source.el: Remove docs now in auth.texi.  Don't use
1757         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1758         `auth-source-hide-passwords' and use them.
1759
1760 2009-07-15  Glenn Morris  <rgm@gnu.org>
1761
1762         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1763
1764 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1767         excessive whitespace from the default values of title and description.
1768
1769 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1772         mail-fetch-field to fetch Content-Description header in order to
1773         exclude newlines.
1774
1775 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1776
1777         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1778         format used by GnuPG 2.0.11.
1779
1780 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1783         to deleted part.
1784
1785 2009-05-30  David Engster  <dengste@eml.cc>
1786
1787         * nnmairix.el: Remove old documentation in the commentary block.
1788         (nnmairix-request-group): Do not update active file for nnml back ends.
1789         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1790         end so that overview files are ignored.
1791         (nnmairix-update-groups): Make updating the groups more robust by using
1792         marks.
1793         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1794         with dollar characters in message-id.
1795
1796 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1797
1798         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1799         2008-12-25 in dns.el.
1800
1801 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1802
1803         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1804         could happen if the text is only composed of spaces and/or tabs.
1805
1806 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1807
1808         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1809         when sending a queued message to avoid extra mml tags.
1810
1811 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1814
1815 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1818         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1819         rmail-toggle-header for XEmacs;
1820         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1821
1822 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1823
1824         * gnus-dired.el: Remove autoload for gnus-setup-message.
1825         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1826         displaying Gnus logo; always use compose-mail.
1827
1828 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1831
1832 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1835         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1836         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1837         available.
1838         (gnus-nocem-epg-verify): New function.
1839
1840 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1841
1842         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1843
1844 2009-02-15  Glenn Morris  <rgm@gnu.org>
1845
1846         * gnus-util.el (rmail-insert-rmail-file-header)
1847         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1848         autoloads.
1849         (rmail-default-rmail-file): Remove unnecessary declaration.
1850         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1851
1852 2009-02-14  Glenn Morris  <rgm@gnu.org>
1853
1854         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1855         variable (only used in gnus-util, which declares it anyway).
1856         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1857         which was only needed by gnus-art (changed to not use it any more).
1858         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1859         only used in gnus-util, which autoloads it itself.
1860         (rmail-update-summary): Fix autoload.
1861
1862         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1863         rather than rmail-output-to-rmail-file.
1864
1865 2009-02-07  Glenn Morris  <rgm@gnu.org>
1866
1867         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1868         autoload of function that no longer exists.
1869         (rmail-toggle-header): Declare.
1870         (message-forward-rmail-make-body): Handle mbox Rmail.
1871
1872 2009-01-31  Glenn Morris  <rgm@gnu.org>
1873
1874         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1875         2009-01-09 change.
1876
1877 2009-01-31  Dave Love  <fx@gnu.org>
1878
1879         * imap.el (imap-fetch-safe): Bind debug-on-error.
1880         (imap-debug): Add imap-fetch-safe.
1881
1882 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1883
1884         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1885         (auth-source-forget-all-cached): New convenience function.
1886         (auth-source-user-or-password): Accept list of modes or a single mode.
1887
1888         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1889         auth-source modes.
1890
1891         * netrc.el (netrc-machine-user-or-password): Use list of
1892         auth-source modes.
1893
1894         * nnimap.el (nnimap-open-connection): Use list of
1895         auth-source modes.
1896
1897         * nntp.el (nntp-send-authinfo): Use list of
1898         auth-source modes.
1899
1900 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1901
1902         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1903         now.
1904
1905 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1908         coding system in XEmacs; add a workaround for XEmacs.
1909
1910         * lpath.el: Fbind coding-system-aliasee.
1911
1912 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1913
1914         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1915         of current-language-environment.
1916
1917 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1918
1919         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1920         available at runtime.
1921
1922 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1925
1926 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1927
1928         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1929         the greatest positive fixnum value doesn't work under an XEmacs with
1930         bignum support; use the most-positive-fixnum constant instead,
1931         available since Emacs 21.1 with cl and XEmacs 21.1.
1932
1933 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1936         XEmacs gets not to work.
1937
1938 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * mm-util.el (mm-coding-system-priorities): Allow the value like
1941         "Japanese (UTF-8)" of current-language-environment.
1942
1943 2009-01-09  Glenn Morris  <rgm@gnu.org>
1944
1945         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1946         with last-command-event.
1947
1948 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1949
1950         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1951         in the doc string.
1952
1953         * message.el (message-fix-before-sending): Amend comment.
1954
1955 2009-01-08  Dave Love  <fx@gnu.org>
1956
1957         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1958
1959 2009-01-07  David Engster  <dengste@eml.cc>
1960
1961         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1962         simplified server definitions by converting it via
1963         gnus-server-to-method.
1964
1965 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1968         parameter's operands.
1969
1970 2009-01-06  David Engster  <dengste@eml.cc>
1971
1972         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1973         primary select method (for gnus-group-mark-article-as-read).
1974
1975 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1976
1977         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1978         `(gnus)Face', not `(gnus)X-Face'.
1979
1980 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * mm-util.el (mm-ucs-to-char): New function.
1983
1984         * mm-url.el (mm-url-decode-entities): Use it.
1985
1986         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1987         unicode-to-char.
1988
1989 2009-01-05  Dave Love  <fx@gnu.org>
1990
1991         * time-date.el: Require cl for `declare'.
1992
1993 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1994
1995         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1996         Dave Love.
1997
1998 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1999
2000         * message.el (message-fix-before-sending): Add `eight-bit' to
2001         illegible-text check.
2002
2003 2009-01-03  Michael Olson  <mwolson@gnu.org>
2004
2005         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2006         `headers' is nil.  This can occur if the IMAP server does not have
2007         permissions to read messages from a folder, but can write new messages
2008         to the folder.
2009         (nnimap-request-article-part): Do not insert `data' if it is nil.
2010
2011         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2012         characters which will confuse `read', so skip past them.
2013
2014 2009-01-01  Dave Love  <fx@gnu.org>
2015
2016         * imap.el (imap-string-to-integer): Fix typo.
2017         (imap-fetch-safe): New function.
2018         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2019
2020         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2021
2022         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2023         (imap-parse-greeting): Fix doc strings.
2024         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2025         (imap-parse-flag-list): Make messages unique.
2026         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2027
2028         * nnimap.el: Fix author email.
2029         (nnimap-split-rule): Add FIXME comment.
2030         (nnimap-debug): Fix doc string.
2031
2032 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2033
2034         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2035
2036 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2037
2038         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2039         nslookup if resolv.conf isn't available.
2040         (dns-query): Rename from query-dns.
2041         (dns-query-cached): Rename from query-dns-cached.
2042
2043 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2046         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2047         to check if those variables exist (first appeared in Emacs 18.50).
2048
2049 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * mm-util.el (mm-line-number-at-pos): New function.
2052
2053         * spam-report.el (spam-report-process-queue): Use it.
2054
2055 2008-12-24  David Engster  <dengste@eml.cc>
2056
2057         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2058         parameters that haven't existed as variables as buffer-local variables.
2059
2060 2008-12-23  Dave Love  <fx@gnu.org>
2061
2062         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2063         cadar.
2064
2065         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2066         imap-starttls-p.
2067         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2068
2069 2008-12-22  Dave Love  <fx@gnu.org>
2070
2071         * imap.el: Fix author email.  Doc fixes.
2072         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2073         reply.
2074
2075 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2076
2077         * spam-report.el (spam-report-gmane-max-requests): New constant.
2078         (spam-report-gmane-wait): New variable.
2079         (spam-report-gmane-ham, spam-report-gmane-spam)
2080         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2081         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2082         the server.
2083
2084         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2085         Add explanations.
2086
2087         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2088         nnheader-accept-process-output and nnheader-read-timeout if available.
2089         (pop3-movemail): Use it.
2090
2091         * message.el (message-check-news-body-syntax): Fix signature check if
2092         there's an attachment.
2093
2094 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * mm-util.el: Add comments to the mm- emulating functions.
2097
2098 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2099
2100         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2101         by Stephen Berman <stephen.berman@gmx.net>.
2102
2103 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * mm-util.el (mm-substring-no-properties): New function.
2106         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2107         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2108         (mm-string-to-multibyte): Doc fix.
2109
2110         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2111
2112 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2113
2114         * mml.el (mml-attach-file): Strip text properties from file name.
2115         (Bug#1574)
2116
2117 2008-12-16  Glenn Morris  <rgm@gnu.org>
2118
2119         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2120
2121 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2124         knows since the charset specified might be a bogus alias that
2125         mm-charset-synonym-alist provides.
2126
2127 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2128
2129         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2130         "ISO_8859-1".
2131
2132         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2133
2134 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * mm-util.el (mm-charset-eval-alist):
2137         Define it before mm-charset-to-coding-system.
2138         (mm-charset-to-coding-system): Add optional argument `silent';
2139         define it before mm-charset-override-alist.
2140         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2141         default value if it can be used in Emacs currently running;
2142         silence mm-charset-to-coding-system.
2143
2144 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2147         `allow-override' which says whether to use `mm-charset-override-alist'.
2148         (rfc2047-decode-encoded-words): Use it.
2149
2150         * mm-util.el (mm-charset-override-alist): Fix custom type;
2151         add `(gb2312 . gbk)' to choices.
2152
2153 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2156         fast.
2157
2158         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2159
2160         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2161
2162 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2163
2164         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2165         on links.
2166
2167         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2168
2169 2008-12-03  Lute Kamstra  <lute@gnu.org>
2170
2171         * sha1.el: Remove leading * from docstrings of defcustoms,
2172         deffaces, defconsts and defuns.
2173
2174 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2177         users' addresses that don't have domain parts.
2178         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2179         rather than message-narrow-to-head since there will be the message
2180         header separator.
2181
2182 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2183
2184         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2185         since the result is inserted in a unibyte buffer anyway.
2186         (nnimap-demule-use-string-to-multibyte): Remove.
2187         (nnimap-demule): Alias it to mm-string-to-multibyte.
2188
2189 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2190
2191         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2192         variable for debugging bug#464 and bug#1174.
2193         (nnimap-demule): Use it.
2194
2195 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2196
2197         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2198         score calculation correctly.
2199
2200 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2201
2202         * message.el (message-send-mail): Just set the buffer to unibyte
2203         rather than use mm-with-unibyte-current-buffer which does a lot more.
2204         (message-send-mail-partially): Don't bother with
2205         mm-with-unibyte-current-buffer since it's already been made unibyte by
2206         message-send-mail.
2207
2208 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2209
2210         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2211
2212 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2213
2214         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2215
2216 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2217
2218         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2219         require itself and to remove `with-no-warnings'.
2220
2221 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2222
2223         * starttls.el (starttls-any-program-available): Get the name of the
2224         available TLS layer program.
2225         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2226         well as the host name in the "opening" message.
2227
2228         * auth-source.el (auth-source-cache, auth-source-do-cache)
2229         (auth-source-user-or-password): Cache passwords and logins by default,
2230         allow override with `auth-source-do-cache'.
2231         (auth-source-forget-user-or-password): Allow users to remove cache
2232         entries if needed.
2233
2234 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2235
2236         * md4.el (md4-buffer): Fix typo in docstring.
2237         (md4, md4-64): Doc fixes.
2238         (md4-pack-int32): Reflow docstring.
2239
2240 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2241
2242         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2243         condition-case to only the forward-sexp call.
2244
2245 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2246
2247         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2248         quotes contained.  Make it more robust regardless by an extra
2249         condition-case wrapper.
2250
2251 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2254
2255 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * nnml.el (nnml-request-expire-articles): Check if the function set to
2258         `nnmail-expiry-target' returns the symbol `delete'.
2259
2260         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2261
2262         * nnmail.el (nnmail-expiry-target): Fix custom type.
2263
2264 2008-10-02  Glenn Morris  <rgm@gnu.org>
2265
2266         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2267         Silence compiler warning.
2268
2269 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2270
2271         * tls.el (open-tls-stream): Show the actual command being
2272         executed, instead of the format string.
2273
2274 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * lpath.el: Fbind codepage-setup for Emacs 23.
2277
2278 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2279
2280         * mml.el (mml-menu): Don't assume mml2015 is bound.
2281
2282 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2285         exists.
2286
2287 2008-09-27  Glenn Morris  <rgm@gnu.org>
2288
2289         * gnus-util.el (mail-header-remove-comments): Autoload it.
2290
2291 2008-09-27  Andreas Schwab  <schwab@suse.de>
2292
2293         * gnus-util.el (gnus-split-references): Strip comments.
2294         (gnus-parent-id): Likewise.
2295
2296 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2297
2298         * message.el (message-confirm-send): Fix version.
2299
2300 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * message.el (message-idna-to-ascii-rhs-1): Use
2303         mail-extract-address-components rather than mail-header-parse-addresses
2304         that is an alias by default to ietf-drums-parse-addresses that does not
2305         support non-ASCII names in headers' contents.
2306
2307 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2308
2309         * message.el (message-confirm-send): Fixed variable documentation to
2310         avoid the "y/n" wording.
2311
2312 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2313
2314         * message.el (message-set-auto-save-file-name): Save to a different
2315         filename so multiple messages (especially drafts) can be recovered.
2316
2317 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2318
2319         * message.el (message-confirm-send): Add appropriate version.
2320
2321 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2322
2323         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2324         defvar.
2325
2326 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2327
2328         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2329         (mm-pkcs7-enveloped-magic): Ditto.
2330
2331 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2332
2333         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2334         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2335
2336 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2337
2338         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2339         default, it's better.
2340
2341 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2342
2343         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2344         summary line gnus-number property and ignore them (with a warning
2345         message).
2346
2347 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2350         macro caddr in the interactive form since it won't be expanded.
2351
2352 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2355         `charset'; fix name of function called recursively.
2356         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2357
2358 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2359
2360         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2361         (gnus-mime-set-charset-parameters): New function.
2362         (gnus-mime-view-part-as-charset): Use it to correctly display part
2363         specifying wrong charset.
2364
2365 2008-09-08  David Engster  <dengste@eml.cc>
2366
2367         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2368         in completing-read for back end server.
2369
2370 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2371
2372         * message.el (message-confirm-send): New variable to confirm sending a
2373         message.
2374         (message-send): Use it.
2375
2376 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2377
2378         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2379
2380 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2383
2384 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2385
2386         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2387         prevent tracking too many groups.
2388         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2389         Use it.
2390
2391 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2392
2393         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2394         moving point to the bottom of the window in order to avoid recentering.
2395
2396 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2399
2400         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2401         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2402         (gnus-article-beginning-of-window): Fix calculation.
2403
2404 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2405
2406         * gnus-msg.el (gnus-summary-supersede-article)
2407         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2408         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2409         message header.
2410
2411 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2412
2413         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2414         pending output coming after the status change.
2415
2416 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2417
2418         * message.el:
2419         * gnus-start.el:
2420         * gnus-registry.el: Remove VMS support.
2421
2422 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2425         macro.
2426         (rfc2104-hash): Use it.
2427
2428 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2429
2430         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2431         (gnus-summary-sort-by-most-recent-date): New commands.
2432         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2433         and menu entries.
2434
2435 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2438         don't redisplay article for raw contents; remove plural articles stuff.
2439
2440         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2441         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2442         on gnus-summary-save-article; display results properly.
2443
2444 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * lpath.el: No need to fbind ns-focus-frame.
2447
2448 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2451
2452 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2455         gnus-save-all-headers.
2456
2457 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2458
2459         * gnus-util.el (ns-focus-frame): Remove declaration.
2460         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2461         like x.
2462
2463 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2464
2465         * rfc2104.el (rfc2104-zero): Delete defconst.
2466         (rfc2104-hex-alist): Likewise.
2467         (rfc2104-hex-to-int): Delete func.
2468         (rfc2104-hexstring-to-bitstring): Likewise.
2469         (rfc2104-nybbles): New defconst.
2470         (rfc2104-hash): Rewrite for speed.
2471
2472 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * tls.el (open-tls-stream): Make it work with the 2nd argument
2475         BUFFER that is a string but does not exist as a buffer object, as
2476         mentioned in the doc-string.
2477
2478 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2479
2480         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2481         SXEmacs.
2482
2483 2008-07-16  Glenn Morris  <rgm@gnu.org>
2484
2485         * gnus-util.el (ns-focus-frame): Declare for compiler.
2486
2487 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2490         set as a group parameter.
2491         (gnus-summary-save-in-pipe): Work when it is called independently.
2492         (gnus-summary-pipe-to-muttprint): Don't modify
2493         gnus-summary-pipe-output-default-command.
2494
2495 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2496
2497         * message.el (message-send-mail-with-sendmail):
2498         Display the error message.
2499
2500 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * gnus-art.el (gnus-default-article-saver):
2503         Add gnus-summary-save-in-pipe to choices.
2504         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2505         gnus-summary-pipe-output-default-command as the default command.
2506         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2507         instead of gnus-last-shell-command.
2508
2509         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2510         New user option.
2511         (gnus-summary-muttprint-program): Mention the value will be changed.
2512         (gnus-summary-save-article): Force showing of all headers.
2513         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2514
2515 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2516
2517         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2518
2519 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2520
2521         * nnimap.el (nnimap-id):
2522         * sieve-manage.el (sieve-manage-open): Doc fixes.
2523
2524 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2525
2526         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2527         if available.
2528
2529 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2530
2531         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2532
2533         * nnkiboze.el (nnkiboze-generate-group):
2534         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2535
2536         * nnmairix.el: Require CL.
2537
2538 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * dgnushack.el: Autoload get-display-table and put-display-table for
2541         XEmacs 21.5.
2542
2543         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2544         21.4 and SXEmacs.
2545
2546 2008-06-15  David Engster  <dengste@eml.cc>
2547
2548         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2549
2550 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2551
2552         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2553         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2554         runtime choice under XEmacs.
2555
2556         * gnus-sum.el (gnus-summary-set-display-table):
2557         Use `gnus-put-display-table', `gnus-get-display-table',
2558         `gnus-set-display-table' for the display table, instead of `aset'.
2559
2560         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2561         Use `gnus-put-display-table', `gnus-get-display-table',
2562         `gnus-set-display-table' for the display table.
2563
2564 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2565
2566         * nnmairix.el: Add autoloads.
2567
2568 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2569
2570         * nnmairix.el (nnmairix-delete-recreate-group)
2571         (nnmairix-update-and-clear-marks): Fix error messages.
2572
2573 2008-06-14  David Engster  <dengste@eml.cc>
2574
2575         * nnmairix.el: Upgrade to version 0.6.
2576         (nnmairix-group-toggle-propmarks-this-group)
2577         (nnmairix-group-toggle-readmarks-this-group)
2578         (nnmairix-group-delete-recreate-this-group)
2579         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2580         (nnmairix-remove-tick-mark-original-article): New commands.
2581         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2582         (nnmairix-propagate-marks-to-nnmairix-groups)
2583         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2584         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2585         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2586         functions needed for marks propagation and manipulation of read marks.
2587         (nnmairix-update-groups): New function.
2588         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2589         (nnmairix-determine-original-group-from-registry)
2590         (nnmairix-determine-original-group-from-path)
2591         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2592         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2593         New helper functions.
2594         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2595         keystrokes for new commands.
2596         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2597         (nnmairix-request-group): Check allow-fast group parameter.
2598         (nnmairix-request-create-group): Set allow-fast group parameter if
2599         nnmairix-allowfast-default is set.
2600         (nnmairix-close-group): Propagate marks upon closing if needed.
2601         (nnmairix-group-toggle-threads-this-group): Use new.
2602         nnmairix-group-toggle-parameter helper function.
2603         (nnmairix-search): Better check for empty search result.
2604         (nnmairix-goto-original-article): Use new helper functions for
2605         determining original article.
2606         (nnmairix-show-original-article): Make sure message-id is in brackets.
2607         (nnmairix-call-mairix-binary): Change variable name.
2608         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2609         helper function.
2610         (nnmairix-widget-toggle-activate): Fix doc string.
2611
2612 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * nnir.el: Require edmacro when compiling with XEmacs.
2615         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2616         available in Emacs 21.
2617
2618 2008-06-11  Glenn Morris  <rgm@gnu.org>
2619
2620         * gnus-util.el (x-focus-frame):
2621         * gnus.el (image-size):
2622         * mm-decode.el (image-size): Declare.
2623
2624         * gnus-picon.el (declare-function): Add compat definition.
2625         (image-size): Declare.
2626
2627         * gnus-group.el (tool-bar-map):
2628         * gnus-sum.el (tool-bar-map): Define for compiler.
2629
2630         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2631
2632         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2633
2634         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2635         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2636         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2637         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2638         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2639         * sieve-manage.el, spam-report.el, spam.el:
2640         Remove unnecessary eval-and-compile of autoloads.
2641
2642 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2643
2644         * auth-source.el: Precise Tramp doc.
2645
2646 2008-06-07  Glenn Morris  <rgm@gnu.org>
2647
2648         * nnmairix.el: Remove unnecessary eval-when-compile.
2649
2650 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * lpath.el: Fbind propertize for XEmacs 21.4.
2653
2654 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2655
2656         * nnir.el: Move here from ../contrib.
2657
2658 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2659
2660         * gnus-util.el (gnus-read-shell-command): New function.
2661         * mm-decode.el (mm-pipe-part):
2662         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2663
2664 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2667
2668 2008-06-03  Glenn Morris  <rgm@gnu.org>
2669
2670         * pop3.el (nnheader-accept-process-output): Autoload it.
2671
2672 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2675         are not 2-digit hexadecimal characters that follow `%'s.
2676
2677 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2678
2679         * message.el (message-bogus-recipient-p): Fix type in doc string.
2680         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2681         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2682         Improve custom options.
2683         (message-bogus-recipient-p): Adjust accordingly.
2684
2685 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2686
2687         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2688         long-form month and day names.
2689
2690 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * dgnushack.el: Autoload debug, eudc-expand-inline and
2693         pgg-snarf-keys-region for XEmacs.
2694
2695         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2696
2697         * nnmairix.el: Require edmacro when compiling with XEmacs.
2698
2699 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2700
2701         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2702         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2703
2704 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2705
2706         * auth-source.el: Add more docs.
2707
2708         * netrc.el (netrc-machine): Always match if the port is not given.
2709
2710 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711
2712         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2713         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2714         retrieval faster in some cases, but might make CPU usage larger.  If
2715         this has any bad side effects, we might revert this change.
2716
2717         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2718         seems to make mail retrieval much, much faster.
2719         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2720         unconditionally.
2721
2722         * gnus-draft.el (gnus-group-send-queue): Bind
2723         message-send-mail-partially-limit to nil to avoid being prompted.
2724
2725 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2726
2727         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2728
2729         * message.el (message-bogus-address-regexp): Fix and improve custom
2730         type.
2731         (message-setup-hook): Add message-check-recipients as custom option.
2732
2733 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2734
2735         * message.el (message-cite-function): Remove bogus autoload which crept
2736         in during merge from v5-10.
2737
2738 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2739
2740         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2741
2742         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2743
2744         * auth-source.el: Preliminary Tramp docs.
2745         (auth-sources): Change the default auth-sources to use
2746         EPA .gpg files.
2747
2748 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2749
2750         * nntp.el: Autoload `auth-source-user-or-password'.
2751         (nntp-send-authinfo): Use it.
2752
2753         * nnimap.el: Autoload `auth-source-user-or-password'.
2754         (nnimap-open-connection): Use it.
2755
2756         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2757         for the gnus-message function.
2758         (auth-source-user-or-password): Use it.
2759
2760 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2761
2762         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2763         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2764         (rfc2104-hash): Use it.
2765
2766 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2767
2768         * gnus-art.el (gnus-article-toggle-truncate-lines):
2769         Don't use `iff' in docstring.
2770
2771 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2772
2773         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2774
2775         * gnus-util.el (gnus-extract-address-component-name)
2776         (gnus-extract-address-component-email): Convenience functions around
2777         `gnus-extract-address-components'.
2778
2779         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2780         Use `gnus-extract-address-component-email' to fix bug of comparing full
2781         sender name to `user-mail-address'.
2782
2783 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2784
2785         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2786         catch/throw to optimize.
2787         (gnus-registry-find-keywords): Just use member to find a keyword.
2788
2789 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2790
2791         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2792         is current before calling gnus-server-prepare.
2793         (gnus-server-setup-buffer, gnus-server-update-server)
2794         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2795
2796 2008-05-04  Juri Linkov  <juri@jurta.org>
2797
2798         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2799         (mailcap-file-default-commands): Use mailcap-replace-in-string
2800         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2801         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2802
2803 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2804
2805         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2806
2807 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2808
2809         * gnus.el: Bump version to 0.11.
2810
2811 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2812
2813         * gnus.el: No Gnus v0.10 is released.
2814
2815 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2818         hooks.
2819         (gnus-update-read-articles): Speed up non-marks-using users.
2820         (gnus-use-marks): Define gnus-use-marks.
2821         (gnus-propagate-marks): Rename variable to something more sensible.
2822
2823 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2824
2825         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2826         (gmm-image-load-path-for-library): Fix typos in docstrings.
2827         (gmm-message): Reflow docstring.
2828
2829 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2830
2831         * mail-source.el (mail-source-set-1, mail-source-bind):
2832         Move auth-source code out of the macro to clean it up and fix bugs.
2833
2834 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2835
2836         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2837         by sender if it's equal to user-mail-address, it's likely to be
2838         useless.
2839
2840         * mail-source.el (mail-source-bind): Don't use user or password if they
2841         are not bound.  Unintern them if they are nil.  Don't use server unless
2842         it's bound, and default it to empty string otherwise.
2843
2844 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2845
2846         * mail-source.el: Load auth-source.el.
2847         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2848         get user name or password, if auth-sources is set up.
2849
2850         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2851         strategy of splitting with parent.
2852         (gnus-registry-split-fancy-with-parent)
2853         (gnus-registry-post-process-groups): Use it and fix prior
2854         bug (returning a list as the split result).
2855
2856         * auth-source.el (auth-sources): Remove server parameter.
2857         (auth-source-pick, auth-source-user-or-password)
2858         (auth-source-user-or-password-imap)
2859         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2860         (auth-source-user-or-password-sftp)
2861         (auth-source-user-or-password-smtp): Remove server parameter.
2862
2863 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2864
2865         * smime.el (smime-sign-region, smime-encrypt-region)
2866         (smime-decrypt-region):
2867         Remove redundant calls to `generate-new-buffer-name'.
2868
2869 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2870
2871         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2872         Don't use QP for message/rfc822.
2873         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2874
2875 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2876
2877         * sieve-manage.el (sieve-string-bytes): Remove.
2878         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2879         correct byte-length only if the process's coding-system is the same as
2880         the one used internally by Emacs to represent strings.
2881
2882 2008-04-22  Juri Linkov  <juri@jurta.org>
2883
2884         * mailcap.el (mailcap-file-default-commands): New function.
2885
2886 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2887
2888         * message.el (message-signature-separator, message-cite-function):
2889         Change custom version.
2890
2891 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2892
2893         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2894         commands.
2895         (tls-checktrust): Ditto.
2896
2897 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2898
2899         * mm-decode.el (mm-display-external): Make temp file read-only.
2900
2901 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2902
2903         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2904         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2905         `C-c C-f d'.
2906
2907 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2908
2909         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2910
2911 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2912
2913         * gnus.el: Bump version to 0.9.
2914
2915 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2916
2917         * gnus.el: No Gnus v0.8 is released.
2918
2919 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2920
2921         * mail-source.el (mail-source-value):
2922         Prefer fboundp to functionp so it works with macros as well.
2923
2924 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2925
2926         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2927         Fix last change in case the element is not even a symbol.
2928
2929 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2930
2931         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2932         Prefer fboundp to functionp so it works with macros as well.
2933
2934 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2935
2936         * auth-source.el: Added docs.
2937         (auth-sources): Modify format to support server.
2938         (auth-source-pick, auth-source-user-or-password)
2939         (auth-source-user-or-password-imap)
2940         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2941         (auth-source-user-or-password-sftp)
2942         (auth-source-user-or-password-smtp): Add server parameter.
2943
2944 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2945
2946         * gnus-registry.el: Initialize the registry when gnus-registry-install
2947         is t.
2948
2949 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * compface.el (uncompface): Make buffer unibyte.
2952
2953 2008-04-05  Glenn Morris  <rgm@gnu.org>
2954
2955         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2956
2957 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2958
2959         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2960         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2961
2962         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2963         multibyteness after rather than before erasing it.
2964
2965         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2966         mm-with-multibyte.
2967         (gnus-request-article-this-buffer): Make sure the proper decoding is
2968         used if gnus-original-article-buffer happens to be unibyte.
2969
2970         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2971         default-enable-multibyte-characters.
2972
2973         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2974         default-enable-multibyte-characters.
2975
2976         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2977
2978         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2979
2980 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2981
2982         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2983         (imap-message-copyuid-1): Use it.
2984         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2985         J. Williams in
2986         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2987
2988         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2989         imap-enable-exchange-bug-workaround.
2990         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2991
2992 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2993
2994         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2995         a 100 byte status-checks into a 2-3MB transfer for each group.
2996         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2997         to enable bug workaround or not.
2998         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2999
3000 2008-03-31  Glenn Morris  <rgm@gnu.org>
3001
3002         * message.el (mml2015-use): Declare for compiler.
3003         (message-info): Require mml2015 when appropriate.
3004
3005 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3008         whitespace.
3009
3010 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3011
3012         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3013         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3014         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3015         (nntp-service-to-port): New function.
3016         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3017         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3018         (nntp-open-netcat-stream): New function.
3019         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3020
3021 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3022
3023         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3024
3025 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3026
3027         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3028
3029 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3030
3031         * dns.el (dns-write): Use set-buffer-multibyte.
3032
3033 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3034
3035         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3036
3037 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3038
3039         * message.el (message-signature-separator): Change default.
3040         Improve custom type.
3041         (message-cite-function): Change default to
3042         message-cite-original-without-signature.
3043
3044         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3045         toggle.
3046
3047         * message.el (message-check-news-body-syntax): Fix signature check.
3048         (message-setup-1): Mark buffer as unmodified _after_ running
3049         message-setup-hook and handling message-alternative-emails.
3050         (message-shorten-references): Be more strict when building list of
3051         valid references to comply with GNKSA.
3052
3053         * gnus-group.el (gnus-read-ephemeral-bug-group)
3054         (gnus-read-ephemeral-debian-bug-group)
3055         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3056
3057         * message.el (message-info): Don't use booleanp which isn't supported
3058         in Emacs 21 and XEmacs.
3059
3060 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3061
3062         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3063         gnus-group-gmane-group-download-format.
3064         (gnus-group-read-ephemeral-gmane-group): Rename from
3065         gnus-group-read-ephemeral-gmane-group.
3066         (gnus-read-ephemeral-gmane-group-url): Rename from
3067         gnus-group-read-ephemeral-gmane-group-url.
3068         (gnus-bug-group-download-format-alist): New variable.
3069         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3070         (gnus-read-ephemeral-emacs-bug-group): New commands.
3071
3072 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3073
3074         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3075         (gnus-visible-headers): Improve custom type.
3076
3077 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3078
3079         * mml.el (mml-menu): Add workarounds for XEmacs.
3080
3081         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3082         X-Boundary header.
3083
3084         * message.el (message-simplify-recipients): Fix previous commit.
3085
3086 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3087
3088         * mm-util.el (mm-set-buffer-multibyte): New function.
3089         * mm-decode.el (mm-copy-to-buffer): Use it.
3090
3091 2008-03-19  Glenn Morris  <rgm@gnu.org>
3092
3093         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3094         Accidentally removed in the sync process with Emacs.
3095
3096 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3097
3098         * message.el (message-alter-recipients-discard-bogus-full-name):
3099         New function.
3100         (message-alter-recipients-function): New variable.
3101         (message-get-reply-headers): Use it.
3102         (message-replace-header): New helper function.
3103         (message-recipients-without-full-name): New variable.
3104         (message-simplify-recipients): New command.
3105
3106         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3107
3108         * message.el (message-info): Handle EasyPG manual.
3109
3110         * mml.el (mml-menu): Add entry for EasyPG.
3111
3112 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3113
3114         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3115         parameter.
3116
3117         * message.el (message-disassociate-draft): Specify drafts group name
3118         fully.
3119
3120 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3121
3122         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3123         unnecessary duplicates from the match list.
3124
3125 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3128
3129         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3130
3131         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3132         args of `how-many' of which the XEmacs version doesn't take; declare
3133         Info-index-next as function.
3134
3135 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3136
3137         * gnus-score.el (gnus-score-headers): Fix handling of
3138         gnus-inhibit-slow-scoring.
3139
3140         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3141         string.
3142         (gnus-button-url-regexp): Improve handling of parenthesis.
3143         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3144         (gnus-button-handle-info-keystrokes): Handle index entries.
3145
3146 2008-03-15  Glenn Morris  <rgm@gnu.org>
3147
3148         * parse-time.el (parse-time-string): Simplify.
3149
3150 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3153         Incoming* files.
3154
3155 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3156
3157         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3158         (auth-source-pick): Use it.
3159
3160 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3161
3162         * binhex.el (binhex-decode-region-internal):
3163         * uudecode.el (uudecode-decode-region-internal):
3164         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3165         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3166         setting default-enable-multibyte-characters.
3167
3168 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3169
3170         * auth-source.el (auth-source-protocols)
3171         (auth-source-protocols-customize, auth-source-choices): Added and
3172         modified variable customizations and defaults.
3173         (auth-source-pick, auth-source-user-or-password)
3174         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3175         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3176         (auth-source-user-or-password-sftp)
3177         (auth-source-user-or-password-smtp): Use new variables and provide an
3178         interface to netrc.el.
3179
3180 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3183         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3184         Make sure the nntp port to specify is a string.
3185
3186 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3187
3188         * nntp.el: Use with-current-buffer.
3189         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3190         dubious mm-with-unibyte-current-buffer.
3191         (nntp-with-open-group-function): New function extracted from
3192         nntp-with-open-group macro.
3193         (nntp-with-open-group): Use the function, so it's easier to debug.
3194         Add indentation and debugging info.
3195         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3196         the use of the netcat alternatives.
3197
3198         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3199         Avoid mm-string-as-multibyte as well.
3200
3201         * nnweb.el (nnweb-insert-html):
3202         Remove use of nnheader-string-as-multibyte.
3203
3204         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3205         (nnheader-string-as-multibyte): Remove.
3206
3207         * mm-view.el: Use inhibit-read-only.
3208         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3209         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3210         or unibyte-string.
3211
3212         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3213         (mm-uu-yenc-extract): Use with-current-buffer.
3214
3215         * gnus-soup.el (gnus-soup-send-packet): Don't use
3216         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3217
3218         * nnmh.el: Use with-current-buffer.
3219         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3220         mm-string-as-multibyte on the output of mm-encode-coding-string.
3221
3222         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3223         (nnimap-request-move-article): Use with-current-buffer.
3224
3225         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3226         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3227         conversion uses string-make-unibyte rather than string-as-unibyte.
3228
3229         * gnus-msg.el: Use with-current-buffer.
3230
3231         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3232
3233 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3234
3235         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3236         string for caching if it is 'PIN.
3237
3238 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * lpath.el: Consider the case without Emacs/W3.
3241
3242 2008-03-08  Glenn Morris  <rgm@gnu.org>
3243
3244         * time-date.el (date-to-time, time-subtract, time-add)
3245         (safe-date-to-time): Doc fixes.
3246
3247 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3248
3249         * mail-source.el (mail-source-delete-old-incoming-confirm):
3250         Change default to nil.
3251         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3252
3253 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * lpath.el: Rearrange.
3256
3257         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3258         (gnus-article-goto-prev-page): Work for articles having ^L's.
3259
3260         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3261
3262         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3263
3264 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3265
3266         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3267         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3268         (gnus-bookmark-jump): Adjust some variable names.
3269
3270 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3271
3272         * auth-source.el: New package.
3273         (auth-source-choices): Add customization entry point variable.
3274
3275         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3276         bug.
3277
3278 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3279
3280         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3281         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3282         (gnus-registry-install-shortcuts): Rename from
3283         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3284         the `gnus-registry-mark-map' keymap dynamically from
3285         `gnus-registry-marks'.  The generated functions update the summary line
3286         when a registry mark is added or deleted, and will call
3287         `gnus-registry-install-p' (see the comments in the code).
3288         (gnus-registry-user-format-function-M): Use concat intelligently.
3289
3290         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3291         the registry mark functions.
3292
3293 2008-03-05  Glenn Morris  <rgm@gnu.org>
3294
3295         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3296         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3297         gnus-art.
3298         (top-level): No need to load own source when compiling.
3299
3300 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3301
3302         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3303         Suggested by <chris.anderton@zetnet.co.uk>.
3304
3305 2008-03-04  Glenn Morris  <rgm@gnu.org>
3306
3307         * gnus-sum.el (top-level): No need to require gnus when compiling,
3308         since unconditionally required near start of file.
3309         (gnus-summary-display-while-building): Move definition before use.
3310
3311 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3312
3313         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3314         formatting function.
3315
3316 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3317
3318         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3319         with plists.
3320         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3321         Use new format.
3322
3323 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3326         `where-is-internal' that returns a range of key sequences.
3327
3328 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3329
3330         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3331
3332         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3333         (gnus-summary-jump-to-group): Consider windows on other displayed
3334         frames as well.  Similar changes might be needed elsewhere, but that's
3335         the one I've bumped into during my use.
3336
3337         * nndoc.el (nndoc-oe-dbx-type-p):
3338         * gnus-msg.el (gnus-debug):
3339         * gnus-group.el (gnus-update-group-mark-positions):
3340         Use mm-string-to-multibyte.
3341
3342 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3343
3344         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3345         doesn't handle NotDashEscaped.
3346
3347         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3348         (mml-dnd-attach-options): Fix typo in custom choice.
3349
3350         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3351         nndoc-article-type to mbox.
3352         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3353
3354         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3355         to nil, instead of html2text.
3356
3357         * imap.el (imap-debug): Add `imap-ping-server'.
3358
3359         * gnus-bookmark.el: Add FIXMEs.
3360
3361         * message.el (message-form-letter-separator)
3362         (message-send-form-letter-delay): New variables.
3363         (message-send-form-letter): Use them.  New command to send form
3364         letters.  Requested by Uwe Siart.
3365         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3366
3367 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3368
3369         * Update copyright years.
3370
3371 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3372
3373         Sync from EMACS_22_BASE.
3374
3375         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3376
3377 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3378
3379         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3380         empty author.
3381
3382 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3383
3384         * gnus-registry.el (gnus-registry-marks): Add variable for
3385         customization of marks and their appearance.
3386         (gnus-registry-read-mark): Use it.
3387         (gnus-registry-do-marks): Add utility function to loop through
3388         `gnus-registry-marks'.
3389         (gnus-registry-install-shortcuts-and-menus): Add function to install
3390         shortcuts and menus.
3391         (gnus-registry-initialize): Use it.
3392         (gnus-registry-default-mark): Clarify documentation.
3393
3394 2008-02-29  Glenn Morris  <rgm@gnu.org>
3395
3396         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3397         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3398         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3399         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3400         Change defcustom :version from 23.0 to 23.1.
3401
3402 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3403
3404         * gnus-registry.el (gnus-registry-follow-group-p)
3405         (gnus-registry-post-process-groups): Add functions to aid registry
3406         splitting and improve logging.  Clarify behavior in function
3407         documentation.
3408         (gnus-registry-split-fancy-with-parent): Use them.
3409
3410 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3411
3412         * gnus-art.el: Use with-current-buffer.
3413
3414 2008-02-27  David Engster  <dengste@eml.cc>
3415
3416         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3417         Express real group name in the response.
3418
3419 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3422         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3423         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3424         autoload gnus-registry-fetch-group when compiling.
3425         (nnmairix-request-group-with-article-number-correction): Remove
3426         unreferenced argument passed to nnmairix-call-backend.
3427
3428 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3429
3430         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3431         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3432         Wilde.
3433
3434 2008-02-27  Glenn Morris  <rgm@gnu.org>
3435
3436         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3437         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3438         variables to defconsts.  Convert comments to doc-strings.
3439         (nnmairix-last-server, nnmairix-current-server): Convert from free
3440         variables to defvars.  Convert comments to doc-strings.
3441         (gnus-registry-fetch-group): Autoload.
3442         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3443         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3444         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3445         caddr.
3446         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3447         nnmairix-request-group-with-article-number-correction call.
3448         (nnmairix-fast, nnmairix-group): New, less general names, for free
3449         variables passed from nnmairix-request-group to
3450         nnmairix-request-group-with-article-number-correction.  Declare.
3451         (nnmairix-request-group-with-article-number-correction):
3452         Use nnmairix-fast, nnmairix-group rather than fast, group.
3453
3454 2008-02-26  David Engster  <dengste@eml.cc>
3455
3456         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3457         version 0.5.
3458
3459 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3460
3461         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3462         instead of making an extra function call.  Don't add the current group
3463         to articles only when they have the group.  Use
3464         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3465         Reported by David <de_bb@arcor.de>.
3466
3467 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3470         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3471
3472 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3473
3474         * mail-source.el (mail-source-delete-incoming): Change default.
3475         Supplement doc string.
3476
3477         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3478
3479 2008-02-14  Glenn Morris  <rgm@gnu.org>
3480
3481         * time-date.el (format-seconds): New function.
3482
3483 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3484
3485         * nnmail.el (nnmail-message-id-cache-file): Derive from
3486         `gnus-home-directory'.
3487
3488 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3489
3490         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3491         Document negative prefix.
3492
3493         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3494
3495 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * message.el (message-unsent-separator): Add the Exim bounce
3498         separator.
3499
3500 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3501
3502         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3503         list.
3504         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3505         recipient/signer list.
3506
3507 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * Makefile.in (datarootdir): Define.
3510         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3511         name that might contain whitespace.
3512
3513 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3514
3515         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3516         fbound (Emacs 23 unicode), signal an error.
3517
3518 2008-02-08  Glenn Morris  <rgm@gnu.org>
3519
3520         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3521
3522 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3523
3524         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3525         ports to the calls to `netrc-machine-user-or-password' in addition to
3526         "imap" and "imaps".
3527
3528 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3529
3530         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3531
3532         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3533
3534 2008-02-01  Kenichi Handa  <handa@m17n.org>
3535
3536         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3537         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3538         (rfc2104-hash): Convert the result of concat to unibyte string.
3539
3540 2008-02-01  Dave Love  <fx@gnu.org>
3541
3542         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3543         coding-system-for-read.
3544         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3545
3546 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3547
3548         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3549         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3550         <hanche@math.ntnu.no>.
3551
3552 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3555
3556         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3557
3558 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3559
3560         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3561         * message.el (message-beginning-of-line): Use featurep instead of bound
3562         tests in order to resolve conditionals at compile time.
3563
3564 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3565
3566         * mail-source.el (mail-sources): Add `group' choice.
3567
3568         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3569         parameter `in-group' to control into which group the articles go.
3570         Add treatment of `group' mail-source.
3571
3572 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3575
3576         * mm-decode.el (mm-dissect-buffer): Decode description.
3577
3578         * mml.el (mml-to-mime): Encode message header first.
3579
3580 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3583         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3584
3585         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3586         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3587
3588 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3589
3590         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3591
3592 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3595         prefix keys.
3596         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3597         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3598         gnus-xmas.el.
3599
3600         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3601         (gnus-xmas-article-describe-bindings): New function.
3602         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3603         gnus-xmas-article-describe-bindings.
3604
3605         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3606
3607 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3608
3609         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3610         Add new variables for article mark management.
3611         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3612         list of extra data entries which, when present, will indicate that the
3613         article ID should not be trimmed from the registry.
3614         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3615         functions.
3616         (gnus-registry-read-mark): New function to read a mark name from the
3617         user.
3618         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3619         (gnus-registry-set-article-mark-internal): New functions to add and
3620         remove marks.
3621         (gnus-registry-get-article-marks): New function to show the marks for
3622         an article, or retrieve them for further use.
3623
3624 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3627         keys when no argument is given.
3628
3629 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3630
3631         * imap.el (imap-ping-server): New variable.
3632         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3633         (imap-ping-server): Minor doc string fixes.
3634
3635 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3636
3637         * imap.el (imap-ping-server): New function.
3638         (imap-opened): Call imap-ping-server.
3639
3640 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3641
3642         * gnus-sum.el (gnus-article-sort-by-random)
3643         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3644         jidanni@jidanni.org.
3645
3646 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * gnus-art.el (gnus-article-describe-bindings): New function.
3649         (gnus-article-read-summary-keys): Use it.
3650         (gnus-article-mode-map): Bind `C-h b' to it.
3651
3652 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3655         XEmacs.
3656         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3657         against non-character events.
3658
3659         * lpath.el: Fbind map-keymap for Emacs 21.
3660
3661 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3662
3663         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3664         command.
3665         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3666         instead of END.  Change name of the temp file.
3667         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3668         customizable.
3669
3670 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3673         bind `S W' to gnus-article-wide-reply-with-original; set default
3674         binding to gnus-article-read-summary-send-keys.
3675         (gnus-article-read-summary-keys): Fix the order of keys; display
3676         continuation keys correctly in the echo area; describe bindings
3677         correctly when keys end with `C-h'.
3678         (gnus-article-read-summary-send-keys): New function.
3679         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3680         for gnus-article-read-summary-send-keys; display continuation keys
3681         correctly in the echo area.
3682         (gnus-article-reply-with-original): Ignore prefix argument.
3683         (gnus-article-wide-reply-with-original): New function.
3684
3685         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3686         Emacs 21.
3687
3688 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3691         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3692
3693 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3694
3695         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3696         (gnus-group-read-ephemeral-gmane-group): New command.
3697
3698 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3699
3700         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3701
3702 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3703
3704         * message.el (message-send-mail-function): Increase custom version.
3705
3706         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3707         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3708
3709 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3710
3711         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3712         for the cases where imap-authenticate is called with a nil buffer
3713         parameter.
3714
3715 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3718         html parts correctly; support forwarded messages.
3719         (gnus-article-browse-html-article): Remove work buffers.
3720
3721         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3722         compiling.
3723         (netrc-bound-and-true-p): New macro.
3724         (netrc-parse): Use it instead of bound-and-true-p that is not available
3725         in XEmacs 21.4.
3726
3727 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3728
3729         * gnus-registry.el (gnus-registry-mark-article)
3730         (gnus-registry-article-marks): Add functionality to mark articles
3731         through the Gnus registry.
3732
3733         * encrypt.el: Clarify documentation for the new pgg method.
3734         (encrypt-file-alist): Add PGG option.
3735         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3736         functionality.  Abstract password key and messaging to external
3737         functions.
3738         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3739         (encrypt-message-method-and-cipher): Add new convenience external
3740         functions.
3741         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3742         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3743
3744         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3745         (netrc-parse): Use encrypt-file-alist to determine if
3746         encrypt-find-model or encrypt-insert-file-contents should be used.
3747
3748         * encrypt.el: Clarify documentation.  Load password-cache or
3749         password, whichever one is found first, instead of autoloading.
3750
3751 2007-12-19  Glenn Morris  <rgm@gnu.org>
3752
3753         * mml.el (message-options-set, message-narrow-to-head)
3754         (message-in-body-p, message-mail-p, message-encode-message-body):
3755         Autoload.
3756         (message-remove-header, message-narrow-to-headers-or-head)
3757         (message-subscribed-p, message-make-mail-followup-to)
3758         (message-position-on-field, message-news-p)
3759         (message-options-set-recipient, message-generate-headers)
3760         (message-sort-headers): Declare as functions.
3761
3762 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3763
3764         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3765         convention in doc string.
3766
3767 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3770         title to html parts.
3771         (gnus-article-browse-html-article): Pass message header to it.
3772
3773         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3774
3775 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3776
3777         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3778         or password compatible with XEmacs.
3779
3780 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3781
3782         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3783         format document.
3784         (gnus-mime-delete-part): Don't write description line if empty.
3785         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3786
3787 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3788
3789         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3790         (gnus-summary-mark-read-and-unread-as-read)
3791         (gnus-summary-mark-current-read-and-unread-as-read)
3792         (gnus-summary-mark-unread-as-ticked): Doc fix.
3793         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3794
3795 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3796
3797         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3798         Christoph Conrad <christoph.conrad@gmx.de>.
3799
3800 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3801
3802         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3803         yes-or-no-p.
3804
3805 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * mm-decode.el (mm-add-meta-html-tag): New function.
3808         (mm-save-part-to-file, mm-pipe-part): Use it.
3809
3810         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3811         gnus-y-or-n-p instead of y-or-n-p.
3812         (gnus-article-browse-html-parts): Work with message/external-body; use
3813         mm-add-meta-html-tag.
3814
3815 2007-12-11  Glenn Morris  <rgm@gnu.org>
3816
3817         * gnus-cache.el: Require gnus-sum not just when compiling.
3818
3819         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3820
3821         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3822         definitions before use.
3823
3824         * mm-decode.el: Require gnus-util.
3825         (mm-remove-part): Only call delete-annotation on XEmacs.
3826
3827         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3828
3829         * nnmail.el: Require gnus-int.
3830
3831         * spam.el: Move `require's before `eval-when-compile's.
3832
3833         * gnus-ems.el (gnus-alive-p):
3834         * gnus-fun.el (message-goto-eoh):
3835         * gnus-util.el (gnus-group-name-decode):
3836         * mail-source.el (gnus-compress-sequence):
3837         * message.el (Info-goto-node, format-spec):
3838         * mm-bodies.el (message-options-get):
3839         * mm-decode.el (mm-view-pkcs7):
3840         * mm-util.el (gmm-write-region):
3841         * mml-smime.el (mml-compute-boundary)
3842         (gnus-completing-read-with-default):
3843         * mml.el (widget-button-press, gnus-make-hashtable):
3844         * mml1991.el (mm-decode-content-transfer-encoding)
3845         (mm-encode-content-transfer-encoding)
3846         (message-options-get, message-options-set):
3847         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3848         * nnfolder.el (gnus-request-group):
3849         * nnheader.el (ietf-drums-unfold-fws):
3850         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3851         * smime.el (gnus-run-mode-hooks):
3852         * spam-stat.el (gnus-message): Autoload.
3853
3854         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3855         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3856         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3857         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3858         Add declare-function compatibility definition.
3859
3860         * gnus-cache.el (nnvirtual-find-group-art):
3861         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3862         (gnus-add-image, gnus-add-wash-type):
3863         * gnus-group.el (nnkiboze-score-file):
3864         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3865         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3866         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3867         (message-tokenize-header, gnus-get-buffer-create)
3868         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3869         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3870         * gnus.el (gnus-group-decoded-name):
3871         * mail-source.el (imap-capability):
3872         * mm-bodies.el (message-options-set):
3873         * mm-decode.el (gnus-configure-windows):
3874         * mm-extern.el (message-goto-body):
3875         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3876         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3877         (epg-sub-key-validity, message-options-set):
3878         * mml.el (widget-event-point, gnus-configure-windows):
3879         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3880         * mml2015.el (epg-check-configuration, epg-configuration)
3881         (message-options-set):
3882         * nndb.el (nndb-request-article):
3883         * nnfolder.el (gnus-request-create-group):
3884         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3885         * nnmaildir.el (gnus-group-mark-article-read):
3886         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3887         * rfc1843.el (message-fetch-field):
3888         * spam.el (gnus-extract-address-components):
3889         Declare as functions.
3890
3891 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3894
3895         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3896
3897         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3898         bind show-trailing-whitespace for XEmacs.
3899
3900 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3901
3902         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3903         new no-op macro for backward compatibility.
3904
3905         * imap.el (imap-string-to-integer): New function.
3906
3907 2007-12-09  Glenn Morris  <rgm@gnu.org>
3908
3909         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3910
3911         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3912         * message.el, mm-view.el, sieve-manage.el, smime.el:
3913         Add declare-function compatibility definition.
3914
3915         * gnus-art.el (w3-region, w3m-region, Info-menu):
3916         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3917         * gnus-sum.el (gnus-get-predicate):
3918         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3919         * message.el (mail-abbrev-in-expansion-header-p):
3920         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3921         (w3m-detect-meta-charset, w3m-region):
3922         * sieve-manage.el (password-read, password-cache-add)
3923         (password-cache-remove):
3924         * smime.el (password-read-and-add): Declare as functions.
3925
3926 2007-12-08  David Kastrup  <dak@gnu.org>
3927
3928         * gnus-sum.el (gnus-summary-simplify-subject-query):
3929         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3930         `message'.
3931
3932 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3935         it to bind idna-program, installation-directory, defined-colors, and
3936         face-attribute for XEmacs of the version that compiles defcustom forms.
3937
3938 2007-12-07  Glenn Morris  <rgm@gnu.org>
3939
3940         * gnus-art.el (article-make-date-line): Revert previous change.
3941
3942 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3943
3944         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3945
3946 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3947
3948         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3949         Call gnus-add-to-range ranges only once with a prepared article-list.
3950
3951 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3952
3953         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3954         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3955         group names with backslashes.  Reported by Tassilo Horn
3956         <tassilo@member.fsf.org>.
3957
3958 2007-12-06  Deepak Goel  <deego3@gmail.com>
3959
3960         * gnus-art.el (article-make-date-line):
3961         * gnus-start.el (gnus-load):
3962         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3963
3964 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * gnus-art.el (gnus-use-idna)
3967         * gnus-start.el (gnus-site-init-file)
3968         * message.el (message-use-idna)
3969         * mm-uu.el (mm-uu-hide-markers)
3970         * smiley.el (smiley-style): Revert changes that suppress warnings.
3971
3972 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3975         specify charset to html source.  Reported by Christoph Conrad
3976         <christoph.conrad@gmx.de>.
3977
3978 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3981         idna-program in order to suppress byte compile warning issued by XEmacs
3982         that came to byte compile the default value section of defcustom forms
3983         recently.
3984
3985         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3986         value of installation-directory.
3987
3988         * message.el (message-use-idna): Don't directly refer to the value of
3989         idna-program.
3990
3991         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3992
3993         * smiley.el (smiley-style): Don't directly call face-attribute.
3994
3995 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3996
3997         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3998
3999         * gnus-dired.el: Reduce Gnus dependencies.
4000         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4001         require.  Use autoloads instead.
4002         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4003         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4004         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4005         (gnus-dired-mode): Adjust doc string.
4006         (gnus-dired-mail-mode): New variable.
4007         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4008         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4009         (gnus-dired-mail-buffers): New function.  Return mail or message
4010         composition buffers.
4011         (gnus-dired-attach): Use it.
4012         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4013         NO-DECODE.
4014         (gnus-dired-print): Use `gnus-print-buffer' depending on
4015         `gnus-dired-mail-mode'.
4016
4017 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * rfc2047.el (rfc2047-encoded-word-regexp)
4020         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4021         explaining what regexp patterns are for.
4022
4023 2007-12-04  Glenn Morris  <rgm@gnu.org>
4024
4025         * password.el: Move to password-cache.el.
4026
4027         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4028         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4029         * mml-smime.el (password-read, password-cache-add)
4030         (password-cache-remove):
4031         No need to autoload, since mml-sec requires password.
4032
4033         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4034         * message.el (gnus-extract-address-components):
4035         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4036
4037         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4038         password.
4039
4040 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4041
4042         * mailcap.el: Reduce dependencies.
4043         (mail-header-parse-content-type): Autoload.
4044         (mailcap-delete-duplicates): New alias.
4045         (mailcap-mime-info): Add optional argument NO-DECODE.
4046         (mailcap-mime-types): Use mailcap-delete-duplicates.
4047
4048         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4049
4050 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4051
4052         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4053         (imap-parse-status): Upcase status-att for servers that sends them
4054         lower-case (e.g., MS Exchange 2007).
4055
4056 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4057
4058         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4059         function.
4060
4061         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4062         (gnus-uu-yenc-article): New function.
4063
4064         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4065
4066         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4067         buffer.
4068
4069 2007-12-02  Glenn Morris  <rgm@gnu.org>
4070
4071         * binhex.el (binhex): New custom group.
4072         (binhex-decoder-program, binhex-decoder-switches)
4073         (binhex-use-external): Move to the binhex custom group.
4074
4075         * uudecode.el (uudecode): New custom group.
4076         (uudecode-decoder-program, uudecode-decoder-switches)
4077         (uudecode-use-external): Move to the uudecode custom group.
4078
4079         * netrc.el (top-level): Don't load `encrypt' features.
4080         (netrc-parse): Don't use encrypt.
4081         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4082
4083         * encrypt.el: Remove file.
4084
4085 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4086
4087         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4088         matches on patches.
4089
4090         * gnus-art.el (gnus-article-browse-html-article): Mention
4091         `mm-text-html-renderer' in the doc string.
4092
4093         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4094         string.  Add comments.
4095
4096         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4097         if rhs is ASCII.
4098
4099 2007-12-01  Glenn Morris  <rgm@gnu.org>
4100
4101         * mail-source.el (top-level): Require format-spec before
4102         eval-when-compile.
4103
4104 2007-11-30  Glenn Morris  <rgm@gnu.org>
4105
4106         * encrypt.el: Require password, rather than autoloading password-read.
4107
4108 2007-11-29  Glenn Morris  <rgm@gnu.org>
4109
4110         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4111         (sasl-make-client, sasl-next-step, sasl-step-data)
4112         (sasl-step-set-data): Declare as functions.
4113
4114 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4115
4116         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4117
4118 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4119
4120         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4121         certs should be verified and what is to be done in the event of a
4122         verification failure.
4123
4124         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4125         caller can indicate whether the cache should be disregarded for this
4126         call.  This way the result of the call is reproducible at all times and
4127         can be considered a canonical server name for the supplied method.
4128         (gnus-agent-method-p): Canonicalize server names by pushing their
4129         method through `gnus-method-to-server' using the no-cache argument.
4130
4131         * gnus-srvr.el (gnus-server-insert-server-line): Call
4132         `gnus-method-to-server' with `no-cache' argument.
4133
4134         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4135         gnus-agent-possibly-synchronize-flags as this should be called when the
4136         server is actually being opened.
4137         (gnus-agent-possibly-synchronize-flags)
4138         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4139         flags file of an agentized server to the latter function.
4140
4141         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4142         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4143         after a connection has been established successfully.
4144
4145 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * gnus-art.el (article-display-face): Force to display face if called
4148         interactively; check if gnus-article-x-face-too-ugly matches author.
4149         (article-display-x-face): Display face even if From header is missing
4150         as article-display-face does.
4151
4152 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4153
4154         * hashcash.el (message-narrow-to-headers-or-head)
4155         (message-fetch-field, message-goto-eoh)
4156         (message-narrow-to-headers): Declare as functions.
4157
4158 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4159
4160         * mail-source.el (mail-sources): Default to fetch from file for
4161         compatibility with default of nnmail-spool-file.
4162
4163 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4166         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4167         to look for encoded word that should be encoded again.
4168         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4169         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4170         encoding pattern.
4171         (rfc2047-decode-region): Switch strict regexp and loose one according
4172         to rfc2047-allow-irregular-q-encoded-words.
4173
4174 2007-11-25  Romain Francoise  <romain@orebokech.com>
4175
4176         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4177
4178 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4179
4180         * tls.el (tls-program): Provide more custom choices from
4181         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4182         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4183
4184 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4187         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4188
4189         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4190         `nnmail-spool-file'.
4191
4192         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4193         `nnmail-spool-file'.
4194
4195         * gnus-move.el (gnus-change-server): Ditto.
4196
4197         * gnus-kill.el (gnus-batch-score): Ditto.
4198
4199         * gnus-cache.el (gnus-jog-cache): Ditto.
4200
4201         * gnus-msg.el (gnus-summary-reply):
4202         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4203
4204 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4205
4206         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4207         version.  Minor improvement to doc strings.
4208         (tls-program): Add comment.
4209
4210 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4211
4212         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4213         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4214         mismatch between the hostname provided in the certificate and the name
4215         of the host connnecting to.
4216         (open-tls-stream): Use them.  Check certificates against trusted root
4217         certificates.
4218
4219 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4220
4221         * gnus-cache.el (gnus-cache-generate-nov-databases):
4222         Use nnml-generate-nov-databases-directory instead of
4223         nnml-generate-nov-databases-1.
4224
4225 2007-11-24  Glenn Morris  <rgm@gnu.org>
4226
4227         * message.el (message-tool-bar-retro): Update for rename
4228         mail_send.xpm->mail-send.xpm.
4229
4230 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4231
4232         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4233         `smime-ldap-search' for Emacs 22 and up.
4234
4235 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4236
4237         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4238
4239         * message.el (message-send-mail-function): Fix error convention.
4240         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4241         (message-widen-reply, message-send-mail, message-talkative-question)
4242         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4243         (message-clone-locals, message-send-news): Use with-current-buffer.
4244         (message-insert-or-toggle-importance): Remove unused var `valid'.
4245         (message-make-references): Remove unused var `new-references'.
4246         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4247
4248 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4249
4250         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4251         (spam-split-symbolic-return-positive): Reflow docstring.
4252         (spam-backends, spam-summary-exit-behavior)
4253         (spam-mark-ham-unread-before-move-from-spam-group)
4254         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4255         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4256         (spam-clear-cache, spam-backend-check, spam-install-backend)
4257         (spam-install-statistical-backend, spam-list-of-processors)
4258         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4259         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4260         (spam-check-crm114, spam-initialize, spam-unload-hook):
4261         Fix typos in docstrings.
4262
4263 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4266         been checked if they have never been read and those group levels are
4267         higher than the one that a user specified.
4268
4269 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4272         foreign groups unless a group level is specified by a user.
4273         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4274
4275 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4276
4277         * message.el (message-send-mail-function): Require sendmail.
4278
4279 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4280
4281         * message.el (message-send-mail-function): Check for smtpmail too.
4282
4283         * utf7.el (utf7-encode, utf7-decode): Use coding system
4284         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4285
4286         * message.el (message-send-mail-function): New function.
4287         (message-send-mail-function): Set default using
4288         message-send-mail-function.  Adjust doc string.
4289         (message-send-mail-with-mailclient): New function.
4290
4291 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4292
4293         * smime.el (from):
4294         * rfc2047.el (message-posting-charset):
4295         * qp.el (mm-use-ultra-safe-encoding):
4296         * pop3.el (parse-time-months):
4297         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4298         * nnml.el (files):
4299         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4300         (jka-compr-compression-info-list, ange-ftp-path-format)
4301         (efs-path-regexp):
4302         * nndiary.el (files):
4303         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4304         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4305         (epg-digest-algorithm-alist, inhibit-redisplay)
4306         (password-cache-expiry):
4307         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4308         (pgg-output-buffer, password-cache-expiry):
4309         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4310         (efs-path-regexp):
4311         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4312         (inhibit-redisplay):
4313         * mm-uu.el (file-name, start-point, end-point, entry)
4314         (gnus-newsgroup-name, gnus-newsgroup-charset):
4315         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4316         (latin-unity-ucs-list):
4317         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4318         (mm-uu-binhex-decode-function):
4319         * message.el (gnus-message-group-art, gnus-list-identifiers)
4320         (rmail-enable-mime-composing, gnus-local-organization)
4321         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4322         (gnus-read-active-file, facemenu-add-face-function)
4323         (facemenu-remove-face-function, gnus-article-decoded-p)
4324         (tool-bar-mode):
4325         * mail-source.el (display-time-mail-function):
4326         * gnus-util.el (nnmail-pathname-coding-system)
4327         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4328         (gnus-original-article-buffer, gnus-user-agent)
4329         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4330         (xemacs-codename, sxemacs-codename, emacs-program-version):
4331         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4332         * gnus-start.el (gnus-agent-covered-methods)
4333         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4334         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4335         (gnus-newsgroup-headers, gnus-group-list-mode)
4336         (gnus-group-mark-positions, gnus-newsgroup-data)
4337         (gnus-newsgroup-unreads, nnoo-state-alist)
4338         (gnus-current-select-method, mail-sources)
4339         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4340         (nnmail-spool-file, gnus-cache-active-hashtb):
4341         * gnus-mh.el (mh-lib-progs):
4342         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4343         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4344         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4345         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4346         (gnus-group-buffer):
4347         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4348         (font-lock-set-defaults):
4349         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4350         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4351         (gnus-summary-post-menu, total-parts, type, condition, length):
4352         * gnus-agent.el (gnus-agent-read-agentview):
4353         * flow-fill.el (show-trailing-whitespace):
4354         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4355         eval-and-compile wrappers for byte compiler pacifiers.
4356
4357         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4358         (mm-display-inline-fontify): Check for featurep 'xemacs not
4359         extent-list.
4360
4361         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4362         itimer-list.
4363         (mm-create-image-xemacs): Only do something for XEmacs.
4364         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4365
4366         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4367
4368         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4369         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4370
4371 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4372
4373         * nnimap.el (nnimap-split-download-body):
4374         * gnus-demon.el (gnus-demon):
4375         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4376
4377 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4380         macros.
4381         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4382         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4383         copy data from unibyte buffer to multibyte current buffer.
4384         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4385         to copy data from unibyte current buffer to multibyte buffer.
4386         (nntp-make-process-buffer): Make process buffer unibyte.
4387
4388         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4389
4390 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4391
4392         * pop3.el (pop3-open-server): Accept and process data more robustly at
4393         connexion start to avoid spurious "POP SSL connexion failed" errors.
4394
4395 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4398         read group names.
4399
4400 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4401
4402         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4403
4404 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4407         (nnmail-save-active): Use a unibyte buffer when saving active file,
4408         which may contain non-ASCII group names.
4409
4410         * nnml.el (nnml-request-group): Decode group names in messages.
4411
4412 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4413
4414         * message.el (message-citation-line-function)
4415         (message-insert-formatted-citation-line): Fix spelling of
4416         `message-insert-formated-citation-line'.
4417
4418 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4419
4420         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4421
4422 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4425         nnmail-pathname-coding-system.
4426
4427         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4428         that a user enters; decode group names in messages.
4429
4430         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4431
4432 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4433
4434         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4435
4436         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4437
4438         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4439         risky local variable.
4440
4441         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4442
4443 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4444
4445         * encrypt.el: Improve documentation to fix function name typo.
4446         Reported by Daiki Ueno <ueno@unixuser.org>.
4447
4448 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4451         even if the point is not in the last page of an article.
4452         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4453         back to the previous page.
4454
4455 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4456
4457         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4458
4459 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4462
4463 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4464
4465         * message.el (message-check-news-body-syntax): Avoid
4466         mm-string-as-multibyte.
4467         (message-hide-headers): Don't assume (point-min)==1.
4468
4469 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4470
4471         * message.el (message-remove-blank-cited-lines): Fix if remove is
4472         given.
4473         (message-bogus-address-regexp): New variable.
4474         (message-bogus-recipient-p): New function.
4475         (message-check-recipients): New command.
4476         (message-syntax-checks): Add `bogus-recipient'.
4477         (message-fix-before-sending): Add `bogus-recipient'.
4478
4479         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4480         (gnus-treat-body-boundary): Don't test window-system.
4481
4482 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4483
4484         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4485
4486 2007-10-28  Miles Bader  <miles@gnu.org>
4487
4488         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4489         at compile-time too.
4490
4491 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4492
4493         * gnus-msg.el (gnus-message-setup-hook): Add
4494         `message-remove-blank-cited-lines' to options.
4495
4496 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4497
4498         * message.el (message-remove-blank-cited-lines): New function.
4499         Suggested by Karl Plästerer.
4500
4501 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4504         mapc.
4505
4506         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4507         (top-level): Use mapc to set functions to be traced for debugging.
4508
4509         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4510         called for effect with while loop.
4511
4512         * message.el (message-talkative-question): Replace mapcar called for
4513         effect with mapc.
4514
4515         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4516         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4517         called for effect with dolist.
4518
4519         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4520
4521         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4522         gnus-extra-headers and nnmail-extra-headers.
4523
4524         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4525         called for effect with dolist.
4526         (top-level): Use mapc to set functions to be traced for debugging.
4527
4528         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4529         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4530         dolist.
4531
4532         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4533         Replace mapcar called for effect with mapc.
4534         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4535         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4536         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4537         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4538
4539         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4540         remove-if that's a cl function.
4541
4542         * webmail.el (webmail-debug): Replace mapcar called for effect with
4543         dolist.
4544
4545         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4546         with mapc.
4547
4548 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4551         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4552         with while loop.
4553
4554         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4555         functions from article-* functions.
4556         (gnus-multi-decode-header): Replace mapcar called for effect with
4557         dolist.
4558
4559         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4560         (gnus-bookmark-show-details): Replace mapcar called for effect with
4561         while loop.
4562
4563         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4564         called for effect with while loop.
4565
4566         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4567         with dolist.
4568
4569         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4570         mapcar called for effect with dolist.
4571
4572         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4573
4574         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4575         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4576         Replace mapcar called for effect with dolist.
4577         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4578         mapc.
4579
4580         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4581         Replace mapcar called for effect with dolist.
4582         (gnus-topic-list): Replace mapcar called for effect with mapc.
4583
4584         * gnus.el: Use mapc instead of mapcar to add autoloads.
4585
4586 2007-10-23  Richard Stallman  <rms@gnu.org>
4587
4588         * gnus-group.el (gnus-group-highlight): Mark as risky.
4589
4590 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus.el (gnus-server-to-method): Return method found first in
4593         gnus-newsrc-alist.
4594
4595         * gnus-art.el (gnus-article-highlight-signature)
4596         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4597         button overlay without the front stickiness.
4598
4599 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4600
4601         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4602         overview buffer needed a catch to receive its throw.
4603         (gnus-agent-flush-cache): Declared as interactive to make this function
4604         easier to use.
4605
4606 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4607
4608         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4609         `next-line'.
4610
4611 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4614         exclude address matching message-dont-reply-to-names.
4615
4616 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * gnus-util.el (gnus-string<): New function.
4619
4620         * gnus-sum.el (gnus-article-sort-by-author)
4621         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4622
4623 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4626         the frame-focus tag is set in gnus-buffer-configuration.
4627
4628 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4631         the front stickiness.
4632
4633 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4636         url pattern; remove duplicate one.
4637         (gnus-article-extend-url-button): New function.
4638         (gnus-article-add-buttons): Use it.
4639         (gnus-button-push): Use concatenated url that it makes.
4640
4641 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4642
4643         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4644
4645 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4646
4647         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4648         Don't hardcode point-min==1.
4649
4650 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4651
4652         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4653         Fix comment about "iso8859-1".
4654
4655 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4656
4657         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4658         ones returned from the verify-function.
4659
4660         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4661         mml2015-extract-cleartext-signature if extraction failed.
4662
4663 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4664
4665         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4666         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4667         failed.
4668
4669 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4670
4671         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4672
4673 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4674
4675         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4676         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4677         recommends to use EasyPG instead of PGG.
4678
4679         * pgg.el: Revert to revision 6.23.2.16.
4680
4681         * pgg-def.el: Revert to revision 6.6.2.14.
4682
4683         * pgg-gpg.el: Revert to revision 6.23.2.34.
4684
4685 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4686
4687         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4688         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4689         thread for both the null and zero (kill/expire thread) universal prefix
4690         cases.
4691         (gnus-summary-expire-thread): Add new function to expire a thread,
4692         using gnus-summary-kill-thread.
4693         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4694         shortcuts for gnus-summary-expire-thread.
4695         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4696         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4697
4698 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4699
4700         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4701         extras value, so an extras entry can be deleted.
4702         (gnus-registry-delete-extra-entry): Use it.
4703         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4704         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4705         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4706         storage through the gnus-registry, and provide an appropriate API for
4707         it.
4708
4709 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4712         Suggested by Leo <sdl.web@gmail.com>.
4713
4714         * gnus.el: Do.
4715
4716 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4719         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4720
4721         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4722
4723         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4724         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4725
4726 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4729         newline.
4730         (nnmbox-request-accept-article): Don't change article in source buffer;
4731         narrow to header to use message-fetch-field rather than
4732         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4733         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4734         as delimiters; make sure article ends with newline.
4735         (nnmbox-delete-mail): Correct last position of article to be deleted;
4736         ignore X-Gnus-Newsgroup header in article body.
4737         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4738         positions; make sure article ends with newline.
4739
4740         * message.el (message-display-abbrev): Don't infloop when a user
4741         inserts SPC in the beginning of header.
4742
4743         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4744         coding-system-for-read and coding-system-for-write for XEmacs having no
4745         file-coding feature.
4746
4747         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4748
4749 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4750
4751         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4752         list of groups not followed by default.  Fix type to be regexp.
4753         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4754
4755 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4756
4757         * hmac-def.el (define-hmac-function): Switch from old-style to
4758         new-style backquotes.
4759
4760         * md4.el (md4-make-step): Likewise.
4761
4762 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4765         raw-text coding system when saving .newsrc file, which may contain
4766         non-ASCII group names.
4767
4768 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * gnus-cus.el (gnus-score-extra): New widget.
4771         (gnus-score-extra-convert): New function.
4772         (gnus-score-customize): Use it for Extra.
4773
4774 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4775
4776         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4777         (mml2015-mailcrypt-clear-verify): Use it.
4778         (mml2015-gpg-clear-verify): Use it.
4779         (mml2015-pgg-clear-verify): Use it.
4780         (mml2015-epg-clear-verify): Replace the current part with the output
4781         from GnuPG; don't extract the plaintext by itself.
4782
4783         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4784         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4785         mml2015-clear-verify-function; don't touch the armor headers or
4786         dash-escaped text here.
4787
4788 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4791         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4792         parts, or application/octet-stream as a last resort.
4793         (gnus-mime-view-part-as-type): Don't toggle display.
4794         (gnus-mime-view-part-as-charset): Don't turn off display before
4795         querying charset.
4796
4797         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4798         stuff to undisplayer function in Emacs.
4799         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4800
4801         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4802         text/calendar parts.
4803
4804 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4807         decoding text/calendar parts.
4808
4809         * message.el (message-forward-make-body-mime): Always mark body as
4810         having no illegible text; remove signed-or-encrypted argument.
4811         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4812
4813         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4814         (mml-generate-mime-1): Don't encode body if it is specified to be in
4815         raw form; don't make buffer be unibyte when inserting multibyte string.
4816
4817 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4818
4819         * sha1.el: Fix up comment style.
4820         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4821         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4822
4823         * hex-util.el: Fix up comment style.
4824         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4825
4826         * gnus-salt.el: Use with-current-buffer.
4827         (gnus-pick-setup-message): Fix long-standing typo.
4828
4829 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * imap.el (imap-logout-timeout): New variable.
4832         (imap-logout, imap-logout-wait): New functions.
4833         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4834
4835         * nnimap.el (nnimap-logout-timeout): New server variable.
4836         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4837         nnimap-logout-timeout.
4838
4839         * gnus-art.el (gnus-article-summary-command-nosave)
4840         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4841
4842 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus.el (gnus-maximum-newsgroup): New variable.
4845
4846         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4847         according to gnus-maximum-newsgroup.
4848
4849         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4850         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4851         Limit the range of articles according to gnus-maximum-newsgroup.
4852
4853 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4854
4855         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4856         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4857         Don't perform gnus-configure-windows here; reuse existing sticky
4858         article buffer.
4859
4860         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4861         it doesn't exist in gnus-article-mode.
4862
4863 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4866         (gnus-agent-decoded-group-name): New function.
4867         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4868         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4869
4870 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4871
4872         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4873         Add binding for gnus-sticky-article.
4874         (gnus-summary-exit): Don't kill sticky article buffers.
4875
4876         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4877         article buffer.
4878         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4879         (gnus-kill-sticky-article-buffers): New commands.
4880
4881 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * nntp.el (nntp-xref-number-is-evil): New server variable.
4884         (nntp-find-group-and-number): If it is non-nil, don't trust article
4885         numbers in the Xref header.
4886
4887 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * gnus-agent.el (gnus-agent-read-group): New function.
4890         (gnus-agent-flush-group, gnus-agent-expire-group)
4891         (gnus-agent-regenerate-group): Use it.
4892         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4893         nnmail-pathname-coding-system.
4894
4895 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4898
4899         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4900         that are unread as unread, and also as selected so that information of
4901         marks having been changed by a user may be updated when exiting group.
4902
4903 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4906         calculated ignoring signature parts to gnus-treat-article.
4907
4908 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4911         a point here in order to keep the window start.
4912         (gnus-insert-mime-security-button): Make a button overlay without the
4913         front stickiness.
4914         (gnus-mime-display-security): Goto the end of a button.
4915
4916         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4917
4918 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4921         group-name-at-point.
4922         (gnus-group-completing-read): New function that offers decoded
4923         non-ASCII group names for completion.
4924         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4925         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4926         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4927         (gnus-group-fetch-control): Use it.
4928         (gnus-fetch-group): Use group-name-at-point for the initial value
4929         rather than the default value; use gnus-alive-p.
4930
4931         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4932         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4933         (gnus-summary-post-news): Use gnus-group-completing-read.
4934
4935         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4936         (gnus-read-move-group-name): Decode group name for completion.
4937
4938 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4939
4940         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4941         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4942         Yamaoka slightly modified the code).
4943
4944 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4947         (nnmail-split-incoming): Bind it.
4948
4949         * nnml.el (nnml-group-name-charset): New function.
4950         (nnml-decoded-group-name): Use it; don't decode group name if
4951         nnmail-group-names-not-encoded-p is non-nil.
4952         (nnml-encoded-group-name): New function.
4953         (nnml-group-pathname): Inline nnml-decoded-group-name.
4954         (nnml-request-expire-articles): Decode group name in message.
4955         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4956         nnmail-pathname-coding-system.
4957         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4958         not decoded ones according to nnmail-group-names-not-encoded-p.
4959         (nnml-generate-active-info): Use nnml-encoded-group-name.
4960
4961 2007-08-08  Glenn Morris  <rgm@gnu.org>
4962
4963         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4964         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4965         doc-strings and comments.
4966
4967 2007-07-25  Glenn Morris  <rgm@gnu.org>
4968
4969         * Relicense all FSF files to GPLv3 or later.
4970
4971 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * gnus-sum.el (gnus-summary-move-article): Make
4974         gnus-summary-respool-article work.
4975
4976 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4977
4978         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4979         string.
4980
4981 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4982
4983         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4984         that should be ignored when comparing distant RSS articles with local
4985         ones.
4986         (nnrss-make-hash-index): New function.  Create a hash index according
4987         to the ignored fields.
4988         (nnrss-check-group): Use it.
4989
4990 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4993
4994         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4995
4996         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4997         the new optional argument ENCODED is non-nil.
4998         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4999         coding system for encoding group name.
5000         (gnus-group-make-rss-group): Pass un-encoded group name to
5001         gnus-group-make-group.
5002         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5003         encoded.
5004
5005         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5006         Encode group name to which articles are moved or copied.
5007         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5008         coding system for encoding Newsgroup, Followup-To and Xref headers.
5009
5010         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5011         marks; use nnheader-file-coding-system to write a file.
5012         (nnagent-retrieve-headers): Bind file-name-coding-system to
5013         nnmail-pathname-coding-system.
5014
5015         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5016
5017         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5018         (nnml-request-article, nnml-request-create-group)
5019         (nnml-request-rename-group, nnml-find-id)
5020         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5021         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5022         (nnml-save-marks): Use nnml-group-pathname instead of
5023         nnmail-group-pathname.
5024
5025         (nnml-request-create-group, nnml-request-expire-articles)
5026         (nnml-request-move-article, nnml-request-delete-group)
5027         (nnml-deletable-article-p, nnml-possibly-create-directory)
5028         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5029         (nnml-open-marks): Bind file-name-coding-system to
5030         nnmail-pathname-coding-system.
5031
5032         (nnml-request-article): Pass server argument to nnml-find-group-number.
5033         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5034         server argument to nnml-possibly-create-directory.
5035         (nnml-request-accept-article): Pass server argument to
5036         nnml-active-number and nnml-save-mail.
5037         (nnml-find-group-number): Pass server argument to nnml-find-id.
5038         (nnml-request-update-info): Pass server argument to
5039         nnml-marks-changed-p.
5040
5041         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5042         (nnml-save-mail, nnml-active-number): Add server argument.
5043
5044         (nnml-request-delete-group): Warn if group is missing.
5045         (nnml-get-nov-buffer): Decode group name.
5046         (nnml-generate-active-info): Encode group name.
5047         (nnml-open-marks): Decode group name in messages.
5048
5049 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5052         if it is not specified.
5053         (gnus-article-pipe-part, gnus-article-save-part)
5054         (gnus-article-interactively-view-part, gnus-article-copy-part)
5055         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5056         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5057         (gnus-article-replace-part, gnus-article-delete-part)
5058         (gnus-article-view-part-as-type): Pass raw prefix argument to
5059         gnus-article-part-wrapper.
5060
5061 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * gnus-agent.el (gnus-agent-save-active): Bind
5064         nnheader-file-coding-system to gnus-agent-file-coding-system.
5065
5066         * gnus-cache.el (gnus-cache-save-buffers)
5067         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5068         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5069         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5070         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5071         (gnus-cache-generate-active, gnus-cache-rename-group)
5072         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5073         (gnus-cache-update-overview-total-fetched-for): Bind
5074         file-name-coding-system to nnmail-pathname-coding-system.
5075         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5076         variables.
5077         (gnus-cache-decoded-group-name): New function.
5078         (gnus-cache-file-name): Use it.
5079         (gnus-cache-generate-active): Use non-decoded group name for active.
5080
5081         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5082         right place.
5083         (gnus-write-active-file): Don't break non-ASCII group names.
5084
5085         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5086         nnmail-pathname-coding-system.
5087
5088         * lpath.el: Bind default-file-name-coding-system,
5089         file-name-coding-system and language-info-alist for XEmacs.
5090
5091         * gnus-uu.el (gnus-uu-decode-save): Typo.
5092
5093 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5096
5097 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5100         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5101         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5102         (gnus-agent-flush-group, gnus-agent-flush-cache)
5103         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5104         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5105         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5106         (gnus-agent-regenerate-group)
5107         (gnus-agent-update-files-total-fetched-for)
5108         (gnus-agent-update-view-total-fetched-for): Bind
5109         file-name-coding-system to nnmail-pathname-coding-system.
5110         (gnus-agent-group-pathname): Don't encode file names by
5111         nnmail-pathname-coding-system.
5112         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5113         coding-system-for-write instead of buffer-file-coding-system to
5114         gnus-agent-file-coding-system.
5115
5116         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5117         Decode group name.
5118
5119         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5120
5121         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5122         (gnus-read-newsrc-el-file): Make group names unibyte.
5123
5124         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5125         nnmail-pathname-coding-system.
5126
5127         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5128         (nnrss-request-delete-group): Bind file-name-coding-system to
5129         nnmail-pathname-coding-system.
5130         (nnrss-read-server-data, nnrss-read-group-data): Bind
5131         file-name-coding-system correctly.
5132         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5133
5134         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5135         (nntp-server-to-method-cache): New variable.
5136         (nntp-group-pathname): New function that decodes non-ASCII group names.
5137         (nntp-possibly-create-directory, nntp-marks-changed-p)
5138         (nntp-save-marks, nntp-open-marks): Use it.
5139         (nntp-possibly-create-directory, nntp-open-marks):
5140         Bind file-name-coding-system to nnmail-pathname-coding-system.
5141         (nntp-open-marks): Decode group names when bootstrapping marks.
5142
5143         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5144         Newsgroups and Folowup-To headers.
5145
5146 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5149         (gnus-server-closed-face, gnus-server-denied-face)
5150         (gnus-server-offline-face): Remove variable.
5151         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5152
5153         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5154         of modifying message-stack directly for XEmacs.
5155
5156         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5157         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5158         if the coding-system argument is nil for XEmacs.
5159
5160         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5161         mm-charset-override-alist.
5162
5163         * rfc2047.el: Don't require base64; require rfc2045 for the function
5164         rfc2045-encode-string.
5165         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5166         to quote the parameter value.
5167
5168 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5171         form in gnus-group-name-charset-method-alist.
5172
5173         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5174         overrides the default layout edit-form.
5175
5176         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5177
5178         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5179
5180 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5183         as unfetched articles.
5184
5185 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5186
5187         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5188
5189 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5192         original back end that keeps marks in the local system.
5193
5194 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5197         arg of pop-to-buffer for XEmacs.
5198         (gnus-article-read-summary-keys): Ditto; don't restore window
5199         configuration if summary command ends up with neither article buffer
5200         nor summary buffer; describe bindings if summary keys end with C-h.
5201
5202 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * message.el (message-fix-before-sending): Skip raw message part to be
5205         forwarded while checking illegible text.
5206         (message-forward-make-body-mime, message-forward-make-body): Mark
5207         signed or encrypted raw message as having no illegible text.
5208
5209 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5212         (gnus-message-with-timestamp-1): New macro.
5213         (gnus-message-with-timestamp): New function.
5214         (gnus-message): Use them.
5215
5216         * nnheader.el (nnheader-message): Use them.
5217
5218 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5219
5220         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5221         .newsrc.eld file.
5222
5223 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * gnus-agent.el (gnus-agent-fetch-headers)
5226         (gnus-agent-retrieve-headers): Bind
5227         gnus-decode-encoded-address-function to identity.
5228
5229         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5230         available also when the server returns simply a dot.
5231
5232         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5233
5234 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5237
5238 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-ems.el (gnus-x-splash): Make it work.
5241
5242         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5243         from being used.
5244
5245         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5246
5247 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5250         4th and the 5th arguments.
5251
5252         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5253         the front stickiness.
5254         (gnus-article-summary-command-nosave): Correct the order of the
5255         arguments passed to pop-to-buffer.
5256         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5257         summary command ends up with the article buffer.
5258
5259         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5260         the same faces.
5261
5262 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5263
5264         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5265
5266 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5267
5268         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5269         * gnus-sum.el (gnus-summary-highlight):
5270         * pgg.el (pgg-sign-region, pgg-sign):
5271         * mail-source.el (mail-source-delete-old-incoming-confirm):
5272         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5273
5274 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-art.el (gnus-mime-view-part-externally)
5277         (gnus-mime-view-part-internally): Fix predicate function passed to
5278         completing-read.
5279
5280         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5281
5282         * gnus.el (gnus-update-message-archive-method): Add :version.
5283
5284 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * gnus.el (gnus-update-message-archive-method): New variable.
5287
5288         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5289         according to gnus-message-archive-method if
5290         gnus-update-message-archive-method is non-nil.
5291
5292 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5295         by Loic Dachary <loic@dachary.org>.
5296         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5297
5298 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * message.el (message-pop-to-buffer): Add switch-function argument.
5301         (message-mail): Pass switch-function argument to it.
5302
5303 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5304
5305         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5306         Improve doc string.
5307
5308 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5311         (gnus-header-content)
5312         * gnus-cite.el (gnus-cite-10)
5313         * gnus-srvr.el (gnus-server-closed)
5314         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5315         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5316         (gnus-group-mail-3-empty, gnus-group-mail-low)
5317         (gnus-group-mail-low-empty, gnus-splash)
5318         * message.el (message-header-to, message-header-cc)
5319         (message-header-subject, message-header-other, message-header-name)
5320         (message-header-xheader, message-separator, message-cited-text)
5321         (message-mml): Lighten colors of faces used for dark background.
5322
5323 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5324
5325         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5326         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5327
5328 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * message.el (message-narrow-to-headers-or-head):
5331         Ignore mail-header-separator in the body.
5332
5333 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5336         same as window size.
5337
5338 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5339
5340         * message.el (message-font-lock-keywords): Use message-header-xheader
5341         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5342         ahead of the anything pattern, to get it recognised.
5343
5344 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5347         spam.el loads uses it in the compiled defadvice form.
5348
5349 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5350
5351         * gnus-sum.el (gnus-articles-to-read)
5352         (gnus-summary-insert-old-articles): Don't truncate group name for
5353         `read-string'.
5354
5355         * gnus-util.el (gnus-limit-string): Delete this function.
5356
5357         * gnus-sum.el (gnus-simplify-subject-fully): Use
5358         `truncate-string-to-width' instead.
5359
5360 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5361
5362         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5363         if, on summary exit, the next group has to be selected.
5364         (gnus-summary-exit): Use it.
5365
5366 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5367
5368         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5369         non-break space.
5370
5371 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5374         Check if group is not a directory.
5375         (nnfolder-request-expire-articles): Don't delete articles if the target
5376         group is not available.
5377
5378         * nnml.el (nnml-request-create-group): Properly check if group is not a
5379         file.
5380         (nnml-request-expire-articles): Don't delete articles if the target
5381         group is not available.
5382
5383         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5384         Don't quote characters that are within parentheses.
5385
5386 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5389         (gnus-handle-ephemeral-exit): Select article according to it.
5390
5391 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5392
5393         * message.el (message-insert-formated-citation-line): Remove newline.
5394         (message-citation-line-format): Add final \n here so that the user can
5395         avoid a blank line.
5396
5397 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5398
5399         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5400         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5401         Update lanl/arXiv support.
5402
5403 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5404
5405         * gnus.el: Bump version number.
5406
5407 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5408
5409         * gnus.el (gnus-version-number): Bump version.
5410
5411 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5412
5413         * gnus.el: No Gnus v0.6 is released.
5414
5415 2007-04-27  Didier Verna  <didier@xemacs.org>
5416
5417         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5418         * gmm-utils.el (gmm-regexp-concat): here.
5419         * message.el: Don't require 'gnus-util.
5420         (message-dont-reply-to-names): Handle name change above.
5421         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5422
5423 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5426         since the initial value varies according to the system.
5427
5428 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5431
5432 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5433
5434         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5435
5436 2007-04-24  Didier Verna  <didier@xemacs.org>
5437
5438         Improve the type of gnus-ignored-from-addresses.
5439         * gnus-util.el (gnus-orify-regexp): New function.
5440         * message.el (gnus-util): Require it.
5441         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5442         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5443         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5444
5445 2007-04-24  Didier Verna  <didier@xemacs.org>
5446
5447         * gnus-sum.el:
5448         * gnus-utils.el: Fix some trailing whitespaces.
5449
5450 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5453         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5454         article's Message-ID; refer parent article in summary buffer.
5455
5456         * message.el (message-bounce): Call mime-to-mml.
5457
5458         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5459         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5460         optimize and/or forms properly.
5461
5462 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5465         URL.
5466
5467 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5470
5471 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5474         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5475         displayed of multipart/alternative part if it is invoked from summary
5476         buffer.
5477
5478         * mm-view.el (mm-inline-text-html-render-with-w3m)
5479         (mm-inline-text-html-render-with-w3m-standalone)
5480         (mm-inline-render-with-function): Use mail-parse-charset by default.
5481
5482 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5483
5484         * parse-time.el (parse-time-string-chars): Check if CHAR
5485         is less than the length of parse-time-syntax.
5486
5487 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5490         from gnus-newsgroup-processable.
5491
5492 2007-04-16  Didier Verna  <didier@xemacs.org>
5493
5494         * gnus-msg.el (gnus-configure-posting-styles): Handle
5495         message-signature-directory properly with :file syntax.  Reported by
5496         "Leo".
5497
5498 2007-04-11  Didier Verna  <didier@xemacs.org>
5499
5500         New user option: message-signature-directory.
5501         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5502         * message.el (message-insert-signature): Ditto.
5503         * message.el (message-signature-file): Doc update.
5504         * message.el (message-signature-directory): New.
5505
5506 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * gnus-msg.el (gnus-inews-yank-articles): Use
5509         message-exchange-point-and-mark instead of exchange-point-and-mark.
5510
5511 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5512
5513         * message.el (message-yank-original): Make sure cited text ends with
5514         newline; don't exchange point and mark.
5515
5516 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5517
5518         * tls.el (open-tls-stream): Properly handle case where there
5519         is no associated buffer.
5520
5521 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5522
5523         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5524         message-yank-original, make sure (< mark TEXT point).
5525
5526 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5527
5528         * message.el (message-fill-column): New variable.
5529         (message-mode): Use it.  Add comment on a possible new hook.
5530
5531         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5532         (nnmail-get-new-mail): Reformat.
5533
5534         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5535
5536         * gmm-utils.el: Fix Commentary.
5537         (gmm-tool-bar-from-list): Fix typo in doc string.
5538
5539 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5540
5541         * message.el (message-yank-original): Don't switch point and mark
5542         unnecessarily to put point and mark as documented.
5543
5544 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5547         from the message heads.
5548
5549 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5550
5551         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5552         article buffer does not have a window.  This may not be the best
5553         solution but is certainly better than setting the start of the null,
5554         that is the current, window.
5555
5556 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5559         (gnus-draft-setup): Run it.
5560
5561         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5562         gnus-score-fast-scoring.  Allow regexp.
5563         (gnus-score-headers): Use it.
5564
5565         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5566         XEmacs.
5567
5568         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5569         string.
5570         (gnus-button-alist): Also catch `<f1> k ...'.
5571         (gnus-treat-display-x-face): Fix doc string.
5572
5573 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5574
5575         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5576         evaluation of gnus-extended-version to ensure correct generation of the
5577         User-Agent header when message-generate-headers-first is used.
5578
5579 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5580
5581         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5582         hashcash-path is nil.  Don't call callback with incorrect number of
5583         parameters if val is 0.
5584
5585 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5586
5587         * message.el (message-required-news-headers):
5588         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5589
5590 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5591
5592         * tls.el (open-tls-stream): In handshake-waiting loop,
5593         don't wait more if there is output available to process.
5594
5595 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5596
5597         * tls.el (tls-program): Doc fix.
5598
5599 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * message.el (message-generate-new-buffers): Change the meaning of the
5602         nil value; add `standard' to the choices; treat t as `unique'; improve
5603         doc string.
5604         (gnus-select-frame-set-input-focus): Autoload.
5605         (message-buffer-name): Search for the existing message buffer if
5606         message-generate-new-buffers is nil or `standard'; treat the value t of
5607         message-generate-new-buffers as `unique'.
5608         (message-pop-to-buffer): Raise the frame already displaying the message
5609         buffer; clear the echo area after querying.
5610         (message-setup): Pass the `continue' argument to compose-mail.
5611         (message-mail): Prefer `switch-function' if it is given; search for the
5612         existing message buffer if the `continue' argument is non-nil; pass
5613         continue and switch-function arguments to compose-mail by way of
5614         message-setup.
5615         (message-mail-other-window): Adjust argument of message-setup.
5616         (message-mail-other-frame): Ditto.
5617
5618 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5621         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5622         to turn font-lock on when turning gnus-message-citation-mode on.
5623
5624 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5625
5626         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5627         (mml-smime-function-alist): New variable; add epg as the backend.
5628         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5629         mml-smime- functions instead.
5630         * mm-view.el: Require smime.
5631
5632 2007-03-05  Didier Verna  <didier@xemacs.org>
5633
5634         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5635         instead of just inheritance for posting styles.
5636         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5637
5638 2007-02-24  Chris Moore  <dooglus@gmail.com>
5639
5640         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5641         * pgg-pgp.el (pgg-pgp-encrypt-region):
5642         * pgg-gpg.el (pgg-gpg-encrypt-region):
5643         Check pgg-encrypt-for-me if no other recipients.
5644
5645 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5646
5647         * tls.el (tls-certtool-program): Fix custom type.
5648
5649 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5652         and point-at-eol instead of line-(beginning|end)-position.
5653
5654         * assistant.el (assistant-parse-buffer): Ditto.
5655
5656         * netrc.el (netrc-parse-services): Ditto.
5657
5658 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5659
5660         * mml2015.el (mml2015-epg-find-usable-key): New function.
5661         (mml2015-epg-sign): Use it.
5662         (mml2015-epg-encrypt): Use it.
5663
5664 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * message.el (message-make-in-reply-to): Quote name containing
5667         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5668         if there are special characters.  Reported by NAKAJI Hiroyuki
5669         <nakaji@jp.freebsd.org>.
5670
5671 2007-02-27  Didier Verna  <didier@xemacs.org>
5672
5673         Include the group parameters as well as the topic ones in the
5674         inheritance filter process.
5675         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5676         argument GROUP-PARAMS-LIST.
5677         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5678
5679 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * nntp.el (nntp-never-echoes-commands)
5682         (nntp-open-connection-functions-never-echo-commands): New variables.
5683         (nntp-send-command): Use them.
5684
5685 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5686
5687         * mml2015.el (mml2015-epg-verify): Simplified.
5688
5689 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * mml.el (mml-content-disposition-alist): New user option.
5692         (mml-content-disposition): New function.
5693         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5694         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5695
5696 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5697
5698         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5699         verification.
5700
5701 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5702
5703         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5704         articles posted in the last 24 hours.
5705
5706 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5707
5708         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5709
5710 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5711
5712         * nntp.el (nntp-send-command): Don't wait for echoes when
5713         nntp-open-ssl-stream is used.
5714
5715 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5718         (gnus-message-add-citation-keywords)
5719         (gnus-message-remove-citation-keywords): Remove.
5720         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5721         directly, make the variables in font-lock-defaults buffer-local, add
5722         gnus-message-citation-keywords to them and then update the value of
5723         font-lock-keywords.
5724
5725 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * message.el (message-cite-original-1): Don't call
5728         gnus-article-highlight-citation.
5729
5730         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5731         citations; fix line count.
5732
5733 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5736         (gnus-message-add-citation-keywords)
5737         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5738         versions of font-lock-add-keywords and font-lock-remove-keywords to
5739         work with XEmacs correctly.
5740
5741 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-cite.el (gnus-cite-face-list): Set the values of
5744         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5745         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5746         (gnus-message-cite-prefix-regexp): New variable.
5747         (gnus-message-search-citation-line): Use it; protect against long
5748         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5749         the 0th match data for Emacs.
5750         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5751         (gnus-message-add-citation-keywords): Append keywords rather than
5752         prepending; emulate font-lock-add-keywords if it is not available.
5753         (gnus-message-remove-citation-keywords): Emulate
5754         font-lock-remove-keywords if it is not available.
5755
5756         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5757
5758         * message.el (message-cite-prefix-regexp): Set the value of
5759         gnus-message-cite-prefix-regexp.
5760
5761 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5762
5763         * nnweb.el (nnweb-google-parse-1): Update parser.
5764
5765 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5766
5767         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5768
5769 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5770
5771         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5772         regexp.
5773
5774 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5777         string-to-multibyte.
5778         (uudecode-decode-region-internal): Use it.
5779
5780         * lpath.el: Fbind string-as-multibyte for XEmacs.
5781
5782 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5783
5784         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5785         custom choice.
5786
5787         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5788
5789 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5790
5791         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5792
5793         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5794         `write-region' to respect `mm-inhibit-file-name-handlers'.
5795
5796 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5797
5798         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5799         Use gnus-home-directory instead of "~/" or "$HOME".
5800
5801 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5802
5803         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5804         to mention filename.
5805         Add comments at beginning regarding usage.
5806         (encrypt-write-file-contents): Change interactive so a string is
5807         acceptable.  If the file has no associated model, show an error instead
5808         of a nonsense prompt.
5809
5810 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5811
5812         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5813         Thanks to Yoshihiko Yamada for kind notification of this typo.
5814
5815 2007-01-12  Kenichi Handa  <handa@m17n.org>
5816
5817         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5818         multibyte buffer.
5819
5820 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5821
5822         * gnus-score.el (gnus-score-fast-scoring): New variable.
5823         (gnus-score-headers): Use it.
5824
5825         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5826
5827         * message.el (message-cite-original-1): Call
5828         gnus-article-highlight-citation if requested.
5829         (message-make-from): Allow name and address as optional arguments.
5830
5831         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5832
5833         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5834         bugs to doc string.
5835         (gnus-button-alist): Add mid\\|message-id.
5836         (gnus-button-fetch-group): Extend for use in
5837         `browse-url-browser-function'.
5838         (gnus-button-url-regexp): Try to catch paired parentheses like in
5839         Wikipedia URLs.
5840
5841         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5842         Suggested by Simon Krahnke <overlord@gmx.li>.
5843
5844 2007-01-13  Romain Francoise  <romain@orebokech.com>
5845
5846         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5847         Update copyright.
5848
5849 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5850
5851         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5852
5853 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5854
5855         * gnus-registry.el (gnus-registry-unfollowed-groups)
5856         (gnus-registry-split-fancy-with-parent): Fix documentation.
5857
5858 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5861         from nnweb groups.
5862
5863 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5864
5865         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5866         Xref urls.  Erase buffer before requesting head.
5867
5868 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5869
5870         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5871         customizable.
5872
5873 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5874
5875         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5876         no signing key is found.
5877         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5878         no encrypting and/or signing key is found.
5879
5880 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5881
5882         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5883
5884 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5885
5886         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5887         headers read from disk with the ones newly found in the current search.
5888         This should no longer cause problems, because the article numbers in
5889         Gmane's `nov.php' output are ignored since the previous change.
5890
5891 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5892
5893         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5894
5895 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5898         replace-regexp-in-string; bind url-version; fbind display-images-p and
5899         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5900         find-face and set-itimer-function for Emacs; bind itimer-list for
5901         Emacs.
5902
5903         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5904
5905 2007-01-01  Romain Francoise  <romain@orebokech.com>
5906
5907         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5908
5909 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5910
5911         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5912         `define-minor-mode' macro definition expanded properly.
5913         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5914         exclude it there.
5915
5916         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5917         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5918         `fboundp' test.
5919         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5920         This is OK to autoload in (S)XEmacs now.
5921
5922 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923
5924         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5925         keystroke.
5926         (gnus-summary-limit-to-singletons): Fix typo.
5927
5928         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5929         else fails.
5930
5931 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5932
5933         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5934         docstring.
5935
5936         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5937         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5938         (gnus-summary-insert-dormant-articles): Fix typo in message.
5939
5940 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5941
5942         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5943         nil for XEmacs.
5944         (gnus-message-citation-mode): Don't autoload in XEmacs.
5945
5946         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5947
5948 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5949
5950         * nnimap.el (nnimap-expunge-search-string): Mention
5951         nnimap-search-uids-not-since-is-evil in docstring.
5952
5953 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * spam.el: Revert to make-obsolete-variable because
5956         define-obsolete-variable-alias is not supported in Emacs 21.
5957
5958         * spam.el (spam-ifile-path, spam-ifile-database-path)
5959         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5960         make-obsolete-variable.
5961         (spam-bsfilter-path, spam-bsfilter-program)
5962         (spam-spamassassin-path, spam-spamassassin-program)
5963         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5964         use "path" inappropriately.
5965         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5966         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5967         variable names.
5968
5969 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5970
5971         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5972         summary buffer.
5973
5974         * password.el (password-cache-remove): Use clear-string to burn
5975         password, if available.
5976
5977 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5978
5979         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5980
5981         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5982
5983         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5984         (gnus-message-highlight-citation): Move defcustom here from
5985         gnus-cite.el.
5986         (gnus-message-citation-mode): Autoload.
5987
5988         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5989         checks to make it compile with XEmacs.
5990         (gnus-message-citation-mode): New minor mode.
5991         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5992         (gnus-message-highlight-citation): New variables.
5993         (gnus-message-search-citation-line)
5994         (gnus-message-add-citation-keywords)
5995         (gnus-message-remove-citation-keywords)
5996         (turn-on-gnus-message-citation-mode)
5997         (turn-off-gnus-message-citation-mode): New functions.
5998
5999 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6000
6001         * gnus-cite.el: Enable highlighting of different citation levels in
6002         message-mode.
6003
6004 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6005
6006         * message.el (message-make-fqdn): Fix comment.
6007         (message-bogus-system-names): Add ".local".
6008
6009         * spam.el (spam-ifile-path, spam-ifile-program)
6010         (spam-ifile-database-path, spam-ifile-database)
6011         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6012         Don't use "path" inappropriately.
6013         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6014         strings.
6015         (spam-check-ifile, spam-ifile-register-with-ifile)
6016         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6017         new variable names.
6018
6019         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6020         (gnus-treat-display-smileys): Simplify using
6021         gnus-image-type-available-p.
6022
6023         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6024         available.
6025
6026         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6027         `display-images-p' if available.
6028
6029 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6032         one after turning on the buffer's multibyteness instead of decoding
6033         them directly in the unibyte buffer that causes unexpected conversion
6034         in Emacs 23 (unicode).
6035
6036 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6037
6038         * message.el (message-generate-hashcash): Fix custom type.
6039
6040 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6041
6042         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6043
6044 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6045
6046         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6047         disconnect icons.  Add help text.
6048
6049 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6050
6051         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6052         negated to be consistent with the others we handle.
6053
6054 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6055
6056         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6057         version of gnus-summary-buffer to something, so that we can use two
6058         article buffers at the same time.
6059
6060 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6061
6062         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6063         trigger all the extra headers.
6064         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6065         sorting.
6066
6067 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6068
6069         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6070         solid groups.
6071
6072 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6073
6074         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6075
6076 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6077
6078         * legacy-gnus-agent.el: Add Copyright notice.
6079
6080 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6081
6082         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6083
6084 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6087
6088         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6089         to make it work reliably in CVS Emacs.
6090         (gnus-summary-limit-strange-charsets-predicate)
6091         (gnus-summary-limit-to-predicate): New functions.
6092
6093 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6094
6095         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6096         specifying array size.
6097         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6098         array if it is too small.
6099         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6100         (gnus-sort-threads-loop): New function.
6101
6102 2006-12-06  Chris Moore  <dooglus@gmail.com>
6103
6104         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6105         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6106
6107 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6108
6109         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6110         options.
6111
6112 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113
6114         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6115         DOS-ing the recipient.
6116
6117         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6118         the headers when creating the mapping to avoid mismappings.
6119         (nnweb-gmane-create-mapping): Always nix out old mapping.
6120
6121 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6124         and mm-verify-option to never.
6125
6126 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * message.el (message-signed-or-encrypted-p): New function.
6129         (message-forward-make-body): Use it.
6130
6131         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6132         Replace encode-coding-string with mm-encode-coding-string.
6133
6134 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * nneething.el (nneething-decode-file-name): Replace
6137         decode-coding-string with mm-decode-coding-string.
6138
6139         * gnus-int.el (gnus-open-server): Say failed server's name.
6140
6141 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6142
6143         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6144         strings to a single string.  Quote `errors-file-name'.
6145         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6146         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6147         Adjust calls.  Use `shell-quote-argument'.
6148
6149 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6150
6151         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6152         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6153
6154         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6155         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6156         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6157         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6158         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6159         (gnus-subscribe-newsgroup, gnus-1):
6160         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6161         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6162         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6163         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6164
6165 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6168         keystroke.
6169         (gnus-summary-limit-to-bodies): Implement headersp.
6170
6171 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6174
6175 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6178
6179 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * message.el (message-generate-hashcash): Expand range of values to
6182         include `opportunistic'.
6183         (message-send-mail): Use it.
6184
6185 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6186
6187         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6188         and comment it.
6189
6190         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6191
6192 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6193
6194         * gnus-util.el (gnus-extract-address-components): Improve comment.
6195
6196 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * gnus-util.el (gnus-extract-address-components): Work with address in
6199         which the name portion contains @.
6200
6201         * lpath.el: Fbind custom-autoload.
6202
6203 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6204
6205         * gnus.el (gnus-start): Move custom group up.
6206         (gnus-select-method): Don't autoload, but make it available for
6207         `customize-variable'.
6208         (gnus-getenv-nntpserver): Don't autoload.
6209
6210 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6211
6212         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6213
6214 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * message.el (message-sendmail-extra-arguments): New variable.
6217         (message-send-mail-with-sendmail): Use it.
6218
6219 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6222         mm-with-unibyte-current-buffer to make string unibyte.
6223
6224         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6225         mm-string-as-multibyte.
6226
6227 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6228
6229         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6230         Reported by Werner Koch <wk@gnupg.org>.
6231
6232 2006-11-14  Daiki Ueno  <ueno@p360>
6233
6234         * mml2015.el: Autoload epa-select-keys when compiling.
6235
6236 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6237
6238         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6239         message-options.
6240         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6241
6242 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6243
6244         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6245         EasyPG (< 0.0.6).
6246         (mml2015-always-trust): New user option.
6247         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6248         prompt.
6249
6250 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * nntp.el (nntp-authinfo-force): New variable.
6253         (nntp-send-authinfo): Use it.
6254
6255 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6256
6257         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6258         decode encoded words.  Improve prompt.  Add comment about forwarding.
6259         (message-replacement-char): Move up.
6260
6261 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6262
6263         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6264         instead of gnus-intersection because arguments of gnus-sorted-nunion
6265         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6266
6267 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6270         (message-simplify-subject-functions): Enable
6271         message-strip-subject-encoded-words by default.
6272
6273 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * message.el (message-strip-subject-encoded-words): New function.
6276         (message-simplify-subject-functions): New variable.
6277         (message-simplify-subject): Use it.  Fix typo in doc string.
6278         Support message-strip-subject-encoded-words.
6279
6280 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6281
6282         * gnus-diary.el (gnus-diary-delay-format-function):
6283         * nndiary.el (nndiary-reminders):
6284         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6285
6286 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6287
6288         * gnus-art.el (article-hide-boring-headers): Fetch date from
6289         gnus-original-article-buffer to avoid problems with localized date
6290         strings.
6291
6292 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6295
6296 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6297
6298         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6299         New variables.
6300         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6301         (mm-charset-synonym-alist): Move some entries to
6302         mm-codepage-iso-8859-list.
6303         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6304         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6305
6306 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6309
6310 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6311
6312         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6313         with Emacs 21 and XEmacs.
6314
6315 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         * spam.el (spam-parse-address): New function for better parsing,
6318         catching errors, etc.
6319         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6320
6321 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6322
6323         * mm-view.el: Add interactive arg to html2text autoload.
6324
6325 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6328
6329 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6330
6331         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6332         variables.
6333         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6334         (mm-charset-synonym-alist): Move some entries to
6335         mm-codepage-iso-8859-list.
6336
6337         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6338
6339 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * message.el (message-citation-line-format)
6342         (message-insert-formated-citation-line): Fix implementation of %E, %N
6343         and %n according to the doc string.
6344
6345 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6346
6347         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6348         car-safe to avoid bad parses.
6349
6350 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6353         names.
6354
6355         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6356
6357 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6360         header.
6361
6362         * message.el (message-draft-headers): Add Date.
6363         (message-headers-to-generate): Fix typo in docstring.
6364
6365         * nndraft.el (nndraft-required-headers): New variable.
6366         (nndraft-generate-headers): Use it.
6367
6368         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6369
6370 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6371
6372         * gnus-registry.el (gnus-registry-wash-for-keywords)
6373         (gnus-registry-find-keywords): New functions to allow easy searching of
6374         articles that are in the registry.
6375
6376 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6377
6378         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6379         ietf-drums-parse-address instead of gnus-extract-address-components.
6380         Reported by Damien Elmes <damien@repose.cx>.
6381
6382 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6383
6384         * gnus.el (gnus-mime): Remove unused custom group.
6385
6386 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6387
6388         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6389         "blank line" when searching for end of armor headers.
6390
6391 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * gmm-utils.el (gmm-write-region): Fix variable name.
6394
6395 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * gmm-utils.el (gmm-write-region): New function based on compatibility
6398         code from `mm-make-temp-file'.
6399
6400         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6401
6402         * nnmaildir.el (nnmaildir--update-nov)
6403         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6404         Use `gmm-write-region'.
6405
6406 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6407
6408         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6409         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6410
6411         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6412
6413         * message.el (message-replacement-char): New variable.
6414         (message-fix-before-sending): Use it.
6415         (message-simplify-subject): New function to remove duplicate code.
6416         (message-reply, message-followup): Use it.
6417
6418         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6419         gnus-summary-limit-to-articles.
6420
6421 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * gnus-util.el (gnus-with-local-quit): New macro.
6424
6425         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6426
6427 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6428
6429         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6430         ignore non-string data.
6431
6432 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6433
6434         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6435         non-string data (needs to be done in the registry too).
6436
6437 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6438
6439         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6440         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6441         (gnus-registry-split-fancy-with-parent)
6442         (gnus-registry-fetch-simplified-message-subject-fast)
6443         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6444         Remove text properties on ingress into the registry and when it's saved.
6445         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6446         registry from entries with no groups.
6447
6448 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6449
6450         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6451         function to remove string properties.
6452
6453 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * gmm-utils.el (gmm): Adjust custom version.
6456
6457         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6458         custom version.
6459
6460         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6461
6462 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6463
6464         * gnus-art.el (gnus-insert-prev-page-button)
6465         (gnus-insert-next-page-button): Simplify.  Reformat.
6466
6467 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6468
6469         * gnus-art.el (gnus-insert-prev-page-button)
6470         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6471
6472 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6473
6474         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6475
6476 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6477
6478         * gnus-art.el (gnus-insert-mime-button)
6479         (gnus-insert-mime-security-button):
6480         Apply gnus-article-button-face to MIME and security buttons.
6481
6482 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6483
6484         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6485         readable.
6486
6487 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6490
6491 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6492
6493         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6494         `browse-url-of-file' instead of `browse-url'.
6495
6496 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6497
6498         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6499         regexp.  Articles containing quotation were cut prematurely.
6500
6501 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * message.el (message-cite-original-1): Use nobody by default for the
6504         value of From header.
6505         (message-reply): Ditto.
6506
6507 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6508
6509         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6510         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6511         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6512
6513 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6514
6515         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6516         mails in the doc string.  Add some URLs in comment.
6517         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6518
6519 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6522         backslashes handling and the way to find boundaries of quoted strings.
6523
6524 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6525
6526         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6527         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6528         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6529         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6530
6531 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6532
6533         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6534         doc string.
6535         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6536
6537 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * lpath.el: Fbind epg-check-configuration.
6540
6541 2006-09-06  Simon Josefsson  <jas@extundo.com>
6542
6543         * mml2015.el (mml2015-use): Doc fix, mention epg.
6544
6545 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6546
6547         * mml2015.el (mml2015-use): Default to epg, if available.
6548
6549 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6550
6551         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6552         message-sender.
6553         (mml1991-epg-encrypt): Ditto.
6554         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6555         message-sender.
6556         (mml2015-epg-encrypt): Ditto.
6557
6558 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6559
6560         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6561         several common directories.
6562
6563 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6564
6565         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6566         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6567
6568 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gnus-art.el (article-decode-encoded-words): Make it fast.
6571
6572 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6575
6576         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6577         in quoted string into `\'.
6578
6579 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6582         Use standard-syntax-table.
6583
6584 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * gnus-art.el (gnus-decode-address-function): New variable.
6587         (article-decode-encoded-words): Use it to decode headers which are
6588         assumed to contain addresses.
6589         (gnus-mime-delete-part): Remove useless `or'.
6590
6591         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6592         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6593         (gnus-nov-parse-line): Use it to decode From header.
6594         (gnus-get-newsgroup-headers): Ditto.
6595         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6596
6597         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6598         (mail-decode-encoded-address-string): New alias.
6599
6600         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6601         New function.
6602         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6603         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6604         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6605         (rfc2047-decode-string): Ditto.
6606         (rfc2047-decode-address-region): New function.
6607         (rfc2047-decode-address-string): New function.
6608
6609 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6610
6611         * message.el (message-caesar-buffer-body): Allow rotating headers.
6612
6613         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6614
6615         * message.el (message-insert-formated-citation-line): Fix %f.
6616         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6617
6618 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6621         (gnus-bookmark-mouse-available-p): New macro.
6622         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6623         (gnus-bookmark-bmenu-show-infos): Use it.
6624         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6625         (gnus-bookmark-bmenu-hide-infos): Ditto.
6626         (gnus-bookmark-remove-properties): New function.
6627         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6628         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6629         (gnus-bookmark-write-file): Bind coding-system-for-write.
6630         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6631         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6632         group before selecting it.
6633         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6634         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6635         quit-window if it is not available; use gnus-mouse-2 and bind it to
6636         gnus-bookmark-bmenu-select-by-mouse.
6637         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6638         (gnus-bookmark-bmenu-select-by-mouse): New function.
6639
6640 2006-08-13  Romain Francoise  <romain@orebokech.com>
6641
6642         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6643         space.
6644
6645 2006-08-10  Romain Francoise  <romain@orebokech.com>
6646
6647         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6648         (dns-mode-soa-auto-increment-serial): New user option.
6649         (dns-mode-soa-maybe-increment-serial): New function.
6650         (dns-mode): Add the latter to `write-contents-functions'.
6651
6652 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * compface.el (uncompface): Use binary rather than raw-text-unix.
6655
6656 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * compface.el (uncompface): Make sure the eol conversion doesn't take
6659         place when communicating with the external programs.  Reported by
6660         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6661
6662 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6665
6666 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6667
6668         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6669         Make it more robust by parsing author and date independently.
6670
6671 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6674
6675 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6676
6677         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6678         first matching secret key.
6679         (mml2015-epg-encrypt): Ditto.
6680
6681         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6682         first matching secret key.
6683         (mml1991-epg-encrypt): Ditto.
6684
6685         * mml2015.el (mml2015-encrypt-to-self): New user option.
6686         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6687         mml2015-epg-encrypt-to-self is set.
6688
6689         * mml1991.el (mml1991-encrypt-to-self): New variable.
6690         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6691         mml1991-epg-encrypt-to-self is set.
6692
6693         * mml2015.el (mml2015-signers): New user option.
6694         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6695         (mml2015-epg-encrypt): Allow to select signing keys.
6696
6697         * mml1991.el (mml1991-signers): New variable.
6698         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6699         (mml1991-epg-encrypt): Allow to select signing keys.
6700
6701 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * nnheader.el (nnheader-insert-head): Make it work even if the file
6704         uses CRLF for the line-break code.
6705
6706 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6707
6708         * mml2015.el: Require mml-sec instead of password.
6709         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6710         (mml2015-cache-passphrase): Inherit the default value from
6711         mml-secure-cache-passphrase.
6712         (mml2015-passphrase-cache-expiry): Inherit the default value from
6713         mml-secure-passphrase-cache-expiry.
6714
6715         * mml1991.el: Require mml-sec instead of password.
6716         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6717         (mml1991-cache-passphrase): Inherit the default value from
6718         mml-secure-cache-passphrase.
6719         (mml1991-passphrase-cache-expiry): Inherit the default value from
6720         mml-secure-passphrase-cache-expiry.
6721
6722         * mml-sec.el: Require password.
6723         (mml-secure-verbose): New user option.
6724         (mml-secure-cache-passphrase): New user option.
6725         (mml-secure-passphrase-cache-expiry): New user option.
6726
6727 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6728
6729         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6730         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6731         andreas@altroot.de (Andreas Vögele).
6732
6733         FIXME: Use `tiny change'?
6734
6735 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6736
6737         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6738         workaround for the url package included with Emacs.
6739
6740         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6741
6742 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6745         correctly.  This fixes a bug caused by the 2006-05-12 change.
6746
6747 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6748
6749         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6750         some information about the error when saying that the `bogus' mail
6751         group will be used.
6752
6753 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6756         string.
6757
6758 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6759
6760         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6761
6762 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6763
6764         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6765
6766 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6767
6768         * mml1991.el (mml1991-function-alist): Add epg.
6769         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6770         (mml1991-epg-encrypt): New functions.
6771
6772 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6773
6774         * mml2015.el (mml2015-verbose): New variable.
6775         (mml2015-cache-passphrase): Ditto.
6776         (mml2015-passphrase-cache-expiry): Ditto.
6777         (mml2015-function-alist): Add epg.
6778         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6779         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6780         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6781         functions.
6782
6783 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6784
6785         * message.el (message-cite-original-1): Preserve region when removing
6786         quoted text due to X-No-Archive in order to avoid bogus attribution
6787         when citing multiple messages.
6788
6789 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6790
6791         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6792         Kenneth Jacker <khj@be.cs.appstate.edu>.
6793
6794 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6795
6796         * gnus-diary.el (gnus-user-format-function-d)
6797         (gnus-user-format-function-D): Autoload.
6798
6799         * imap.el (Commentary): Fix typo.
6800
6801         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6802         2006-04-22 contribution.
6803
6804 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6805
6806         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6807         It didn't really fix the bogosity I'm seeing with solid web groups.
6808
6809 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6810
6811         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6812         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6813         created using server names.  If we use the feature without declaring
6814         it, Gnus does not properly manage server and group state.
6815
6816         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6817         bound.
6818
6819 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6820
6821         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6822         looking up the method using GROUP's prefix before inventing a new one.
6823         It is used on killed/unknown groups in various places where returning
6824         an all-new method isn't expected by the caller.
6825
6826         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6827         and match semantics of gnus-group-real-prefix.
6828
6829 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6830
6831         * nnmail.el (nnmail-broken-references-mailers): New variable.
6832         (nnmail-ignore-broken-references): New function generalizing
6833         nnmail-fix-eudora-headers.
6834         (nnmail-fix-eudora-headers): Now obsolete.
6835
6836         * gnus-art.el (gnus-button-handle-custom): Support
6837         `customize-apropos*'.
6838
6839 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6840
6841         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6842
6843         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6844         articles.
6845
6846 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6847
6848         * message.el (message-cite-reply-above): New variable.
6849         (message-yank-original): Use it.
6850
6851 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6854
6855 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6858         as read.
6859
6860         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6861
6862 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6863
6864         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6865         (gnus-bookmark-default-file): Use gnus-directory.
6866         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6867         Remove "*" in doc string.
6868         (gnus-bookmark-write-file): Simplify.
6869         (gnus-bookmark-maybe-sort-alist): Use `when'.
6870         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6871         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6872         FIXME about Emacs 21 and XEmacs compatibility.
6873         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6874         compatibility.
6875         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6876         compatibility.
6877         (gnus-bookmark-menu-heading): Fix version.
6878
6879 2006-06-19  Bastien Guerry  <bzg@altern.org>
6880
6881         * gnus-bookmark.el: New file.
6882
6883 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * message.el (message-syntax-checks): Doc fix.
6886
6887 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6888
6889         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6890         unsubscribed groups as if they were killed ones.  It causes duplicate
6891         entries in gnus-newsrc-alist.
6892
6893 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * message.el (message-syntax-checks): Doc fix.
6896         (message-send-mail): Add check for continuation headers.
6897         (message-check-news-header-syntax): Fix regexp used to check for
6898         continuation headers.
6899
6900 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6903
6904 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6907
6908 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6911         default-truncate-lines.
6912
6913 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6916         to fill the utf-8 entry.
6917
6918         * lpath.el: Fbind unicode-precedence-list.
6919
6920 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6921
6922         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6923
6924 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6925
6926         * gnus-agent.el (directory-files-and-attributes): Move all the way
6927         forward (the third and final move).
6928         (gnus-agent-read-agentview): Trap reconstruction errors due to
6929         nonexistant directory.  Handle by returning nil.
6930
6931 2006-05-30  Didier Verna  <didier@xemacs.org>
6932
6933         * message.el (message-dont-reply-to-names): Update the custom type.
6934         * message.el (message-dont-reply-to-names): New defsubst: potentially
6935         convert a list of regexps into a single one.
6936         * message.el (message-get-reply-headers): Use it.
6937         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6938
6939 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * gnus-agent.el (directory-files-and-attributes): Move forward.
6942
6943 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6944
6945         * gnus-ml.el (gnus-mailing-list-subscribe)
6946         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6947         (gnus-mailing-list-message): Fix doc strings.
6948
6949 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6950
6951         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6952         of doing it manually.
6953
6954 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6955
6956         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6957         comment.
6958
6959 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6960
6961         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6962         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6963         (gnus-agent-read-local): All symbols allocated in my-obarray.
6964         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6965         (gnus-agent-regenerate-group): Check numeric names to see if they are
6966         messages or groups.
6967         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6968         better way of do this...)
6969
6970         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6971         'dummy.group' (there should be a better way of do this...)
6972
6973 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6976         (gnus-saved-headers): Ditto.
6977         (gnus-default-article-saver): Mention functions may have properties.
6978         (gnus-article-save): Override gnus-save-all-headers and
6979         gnus-saved-headers by :headers property which saver function may have.
6980         (gnus-summary-save-in-file): Add :headers property.
6981         (gnus-summary-write-to-file): Ditto.
6982
6983         * gnus-sum.el (gnus-summary-save-article): Bind
6984         gnus-prompt-before-saving to t when saving many articles in a file;
6985         always show all headers.
6986
6987         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6988
6989 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6992         marks.
6993
6994         * message.el (message-indent-citation): Add optional arguments to allow
6995         using it outside of message buffers.
6996
6997         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6998         (gnus-article-treat-unfold-headers): Use it.
6999         (gnus-article-truncate-lines): New variable.
7000         (gnus-article-mode): Use it.
7001         (gnus-article-toggle-truncate-lines): New function.
7002
7003         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7004         gnus-article-toggle-truncate-lines.
7005
7006         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7007         coding system in XEmacs, use binary.
7008
7009 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7012         after-load-alist.
7013
7014         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7015         this function should save decoded articles.
7016         (gnus-summary-write-to-file): Use property to specify this function
7017         should save decoded articles and specify gnus-summary-save-in-file
7018         should be used to save articles other than the first one when saving
7019         many articles.
7020         (gnus-summary-save-body-in-file): Use property to specify this
7021         function should save decoded articles.
7022         (gnus-summary-write-body-to-file): Use property to specify this
7023         function should save decoded articles and specify
7024         gnus-summary-save-body-in-file should be used to save articles other
7025         than the first one when saving many articles.
7026
7027         * gnus-sum.el (gnus-summary-save-article): Simplify.
7028
7029 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * gnus-art.el (gnus-default-article-saver): Add
7032         gnus-summary-write-body-to-file.
7033         (gnus-article-save-coding-system): Don't use coding system object
7034         in XEmacs.
7035         (gnus-read-save-file-name): Add optional `dir-var' argument which
7036         specifies directory in which files are saved; work even if optional
7037         `variable' argument is not specified.
7038         (gnus-summary-write-to-file): Read file name.
7039         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7040         (gnus-summary-write-body-to-file): New function.
7041
7042         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7043         (gnus-summary-local-variables): Add it.
7044         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7045         (gnus-summary-save-article): Remove optional `decode' argument;
7046         determine whether to decode articles by the value of
7047         gnus-default-article-saver; when saving many files using
7048         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7049         it first and use gnus-summary-save-in-file or
7050         gnus-summary-save-body-in-file thereafter unless
7051         gnus-prompt-before-saving is always; move point to article which
7052         will be saved.
7053         (gnus-summary-save-article-file): Revert.
7054         (gnus-summary-write-article-file): Revert.
7055         (gnus-summary-save-article-body-file): Revert.
7056         (gnus-summary-write-article-body-file): New function.
7057
7058 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * gnus-art.el (gnus-default-article-saver): Doc fix.
7061         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7062         from gnus-summary-save-article-coding-system, and default to a
7063         certain coding system.
7064         (gnus-output-to-file): Add coding cookie and encode text according
7065         to gnus-article-save-coding-system; don't use mm-append-to-file.
7066
7067         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7068         gnus-art.el and rename to gnus-article-save-coding-system.
7069         (gnus-summary-save-article): Require gnus-art; don't show all
7070         headers if it decodes articles; don't add coding cookie here;
7071         don't bind mm-text-coding-system-for-write.
7072         (gnus-summary-save-article-file): Save decoded articles.
7073         (gnus-summary-write-article-file): When saving many files, use
7074         gnus-summary-write-to-file first and gnus-summary-save-in-file
7075         thereafter unless gnus-prompt-before-saving is always.
7076         (gnus-summary-save-article-body-file): Save decoded articles.
7077
7078         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7079
7080 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7081
7082         * nnrss.el (nnrss-check-group): Bind hash-index.
7083
7084 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7085
7086         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7087         its hash index.  Store this hash in `nnrss-group-data'.
7088         (nnrss-read-group-data): Update accordingly.
7089
7090 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7093         entry.
7094
7095         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7096         gnus-article-browse-html-article.
7097
7098 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7099
7100         * gnus-sum.el (gnus-summary-mime-map): Add
7101         gnus-article-browse-html-article.
7102
7103         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7104
7105 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7106
7107         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7108         suitable coding systems in customize.
7109
7110 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7111
7112         * mail-source.el (mail-sources): Fix custom type.
7113
7114 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7117         (gnus-summary-expire-articles-now): Shorten prompt.
7118
7119         * gmm-utils.el (wid-edit): Require.
7120         (defun-gmm): Renamed from `gmm-defun-compat'.
7121         (gmm-image-search-load-path): Use it.
7122         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7123
7124 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7127         variable.
7128         (gnus-summary-save-article): Add optional `decode' argument.  If
7129         it is set and gnus-summary-save-article-coding-system is non-nil,
7130         save decoded article.
7131         (gnus-summary-write-article-file): Save decoded article if
7132         gnus-summary-save-article-coding-system is non-nil.
7133
7134         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7135         type.
7136
7137 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7140
7141 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7144         first to test gnus-single-article-buffer which may be buffer-local.
7145
7146         * gnus-sum.el (gnus-summary-setup-buffer): Make
7147         gnus-single-article-buffer buffer-local and nil in ephemeral
7148         group; make gnus-article-buffer, gnus-article-current, and
7149         gnus-original-article-buffer always buffer-local.
7150         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7151         group.
7152         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7153
7154 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * nnml.el (nnml-request-compact-group): Compressed files might not
7157         have .gz extension.
7158
7159 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7160
7161         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7162         (mm-copy-to-buffer): Use with-current-buffer.
7163         (mm-display-part): Simplify.
7164         (mm-inlinable-p): Add optional arg `type'.
7165
7166 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7167
7168         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7169         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7170         Try harder to show the attachment internally or externally using
7171         gnus-mime-view-part-as-type.
7172
7173 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7174
7175         * message.el (message-from-style, message-signature-separator)
7176         (message-user-organization-file, message-send-mail-function)
7177         (message-citation-line-function, message-yank-prefix)
7178         (message-indent-citation-function, message-signature)
7179         (message-signature-file, message-signature-insert-empty-line):
7180         Remove autoloads.
7181
7182         * gnus-art.el (gnus-buttonized-mime-types): Remove
7183         "multipart/signed".  Revert 2006-04-26 change.
7184
7185 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * gnus.el (gnus-version-number): Bump version.
7188
7189 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7190
7191         * gnus.el: No Gnus v0.5 is released.
7192
7193 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7194
7195         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7196         fetching articles by message-id.
7197
7198 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7199
7200         * message.el (hashcash): Require hashcash as normal.
7201
7202         * ecomplete.el (ecomplete-highlight-match-line): Use
7203         point-at-eol.
7204         (ecomplete-highlight-match-line): Use `highlight', because that
7205         face exists in both Emacs and XEmacs.
7206
7207         * message.el (message-display-abbrev): Use point-at-bol.
7208
7209         * mail-source.el: Don't require timer/timer-funcs.
7210
7211         * gnus-async.el: Ditto.
7212
7213         * password.el: Ditto.
7214
7215         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7216
7217         * mm-url.el: Ditto.
7218
7219         * gnus-xmas.el: Don't require timer-funcs.
7220
7221         * mm-util.el: Require timer/timer-funcs.
7222
7223 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7224
7225         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7226         Close.
7227
7228 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7231         unibyte after clear-decrypt function runs.
7232
7233         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7234         returns as a unibyte string.
7235
7236 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * lpath.el: Revert.
7239
7240         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7241         (pgg-gpg-process-sentinel): Revert.
7242
7243         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7244         (pgg-pgp-lookup-key): Revert.
7245
7246         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7247         (pgg-pgp5-lookup-key): Revert.
7248
7249         * pgg.el (pgg-fetch-key): Revert.
7250
7251 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * lpath.el: Fbind string-as-multibyte for XEmacs.
7254
7255         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7256         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7257         (mml1991-pgg-encrypt): Ditto.
7258
7259         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7260         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7261         a multibyte buffer.
7262
7263         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7264         (pgg-pgp-lookup-key): Ditto.
7265
7266         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7267         (pgg-pgp5-lookup-key): Ditto.
7268
7269         * pgg.el (pgg-fetch-key): Ditto.
7270
7271 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * message.el (message-user-organization-file): Check several
7274         locations of the organization file.
7275
7276         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7277         Add gnus-article-view-part-as-type.
7278
7279         * gnus-art.el (gnus-article-view-part-as-type): New function.
7280
7281         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7282         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7283
7284         * mml.el: Simplify autoload.
7285         (mml-mode): defvar dnd-protocol-alist instead of using
7286         symbol-value.
7287         (mml-default-directory): New variable.
7288         (mml-minibuffer-read-file): Use it.
7289         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7290
7291         * message.el (message-citation-line-format): New variable.
7292         (message-insert-formated-citation-line): New function.
7293         (message-citation-line-function): Add
7294         `message-insert-formated-citation-line' to custom type.
7295
7296         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7297         to doc string.
7298
7299         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7300         depending on mm-verify-option.
7301
7302 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7305         binding pgg-* variables; reimplement the section which prevents
7306         MIME header from being signed.
7307         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7308         pgg-text-mode; remove a blank line at the top of body.
7309
7310         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7311         lines at the top of body; use gnus-newsgroup-charset if there's no
7312         Charset header.
7313
7314 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * message.el (message-self-insert-commands): Doc fix.
7317
7318         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7319         (mm-uu-pgp-encrypted-test): Ditto.
7320         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7321         between header and body; return application/pgp-encrypted handle
7322         if decryption failed; decode decrypted body by charset.
7323
7324         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7325         element match to application/pgp-*.
7326
7327 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7328
7329         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7330         HTML.
7331
7332 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7333
7334         * mail-source.el (mail-source-call-script): Message the error
7335         string.
7336
7337 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * gnus-util.el (gnus-byte-compile): Use it.
7340
7341 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7342
7343         * gnus-util.el (kill-empty-logs): New function.
7344
7345 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7346
7347         * message.el (message-mail-alias-type): Doc fix.
7348         (message-mail-alias-type-p): New function.
7349         (message-send): Use it.
7350         (message-mode): Ditto.
7351         (message-strip-forbidden-properties): Ditto.
7352
7353         * ecomplete.el (ecomplete-database-file-coding-system): New
7354         variable.
7355         (ecomplete-save): Use it.
7356         (ecomplete-setup): Use it.
7357
7358 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * message.el (message-self-insert-commands): New variable.
7361         (message-strip-forbidden-properties): Use it.
7362
7363 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7364
7365         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7366         that doesn't make XEmacs choke.
7367
7368 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * gnus-util.el (gnus-replace-in-string):
7371         Prefer replace-regexp-in-string over of replace-in-string.
7372
7373 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * gnus-util.el (gnus-select-frame-set-input-focus):
7376         Use select-frame-set-input-focus if it is available in XEmacs; use
7377         definition defined in Emacs 22 for old Emacsen.
7378
7379         * dgnushack.el: Autoload unmorse-region for XEmacs.
7380
7381         * lpath.el: Bind cursor-in-non-selected-windows and
7382         select-frame-set-input-focus for XEmacs.
7383
7384 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7387
7388 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * gnus-registry.el (gnus-registry-cache-save): Remove text
7391         properties when saving via the temp buffer.
7392
7393 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7394
7395         * message.el (message-generate-hashcash): Honor custom type.
7396
7397 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7398
7399         * message.el (message-generate-hashcash): Default to non-nil when
7400         hashcash is found.
7401
7402         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7403         (gnus-refer-thread-limit): Increase default to 500.
7404
7405         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7406
7407         * flow-fill.el (fill-flowed): Allow delete-space.
7408
7409 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7410
7411         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7412         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7413         Remove autoloads.
7414
7415 2006-04-18  Simon Josefsson  <jas@extundo.com>
7416
7417         * message.el (message-generate-hashcash): Default to.
7418
7419 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7422         concatenating segments rather than before concatenating them.
7423
7424 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7425
7426         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7427
7428 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7429
7430         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7431
7432         * message.el (message-forward-make-body-plain): Allow
7433         message-forward-ignored-headers to be a list.
7434         (message-remove-ignored-headers): Factor out into function.
7435         (message-forward-make-body-mml): Use it.
7436
7437         * imap.el (imap-quote-specials): New function.
7438         (imap-login-auth): Quote specials.
7439
7440         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7441         (rfc2231-parse-string): Allow concatanation of parameters that
7442         aren't contiguous.  The test case is
7443           (mail-header-parse-content-type "message/external-body;
7444             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7445             access-type=LOCAL-FILE;
7446             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7447
7448 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7449
7450         * nntp.el (nntp-accept-process-output): Return the value of
7451         `nnheader-accept-process-output'.
7452
7453 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7456         (gnus-button-alist): Recognize more diff formats.
7457         (gnus-button-patch): Strip directory.
7458
7459 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7462         Emacs 22 when setting focus.
7463
7464 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7465
7466         * gnus-art.el (gnus-article-treat-types): Do treatment of
7467         text/x-verbatim parts.
7468         (gnus-button-patch): New command.
7469
7470         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7471         addresses that contain invalid characters.
7472
7473 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7474
7475         * message.el (message-put-addresses-in-ecomplete): Use
7476         gnus-replace-in-string.
7477         (message-is-yours-p): Use the more correct
7478         mail-header-parse-address instead of
7479         mail-extract-address-components.
7480         (message-put-addresses-in-ecomplete): Fix typo.
7481
7482         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7483         keystroke.
7484
7485         * gnus-art.el (gnus-treatment-function-alist): Change order of
7486         newsgroups/generic header folding to avoid double-folding.
7487
7488         * message.el (message-hidden-headers): Add X-Draft-From.
7489
7490         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7491         command.
7492         (gnus-summary-repeat-search-article-backward): New command.
7493
7494         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7495         groups in the parent topic.
7496
7497 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7498
7499         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7500         (spam-extra-header-to-number): Return the CRM114 number as a
7501         number instead of a string.
7502
7503 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7504
7505         * gnus-art.el (gnus-face-properties-alist): Moved here from
7506         gnus-fun.
7507
7508         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7509
7510 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7511
7512         * message.el (message-strip-forbidden-properties): Only display on
7513         self-insert-command.
7514
7515         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7516         reindent.
7517         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7518
7519 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7520
7521         * smiley.el (smiley-style): Fix typo.
7522
7523 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7524
7525         * hashcash.el (hashcash-insert-payment-async-2): Use
7526         message-goto-eoh instead of doing it manually.
7527         (mail-add-payment): Use message-narrow-to-header instead of trying
7528         to do the same itself.
7529
7530         * message.el (message-hidden-headers): Add Face.
7531
7532         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7533         reparenting code.
7534         (gnus-summary-reparent-children): Refactored out code.
7535         (gnus-summary-thread-map): New keystroke.
7536         (gnus-summary-reparent-children): Make into command.
7537
7538         * smiley.el (smiley-style): Default to `medium' if using a large
7539         font.
7540
7541         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7542         does it itself.
7543
7544         * message.el (message-point-in-header-p): Simplify definition.
7545
7546 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7547
7548         * nnagent.el (nnagent-request-set-mark): Silence log file
7549         writing.
7550         (nnagent-request-set-mark): Use write-region instead of
7551         append-to-file.
7552
7553         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7554         strange select method.
7555
7556         * ecomplete.el (ecomplete-display-matches): Get highlightling
7557         right.
7558         (ecomplete-display-matches): Use literals.
7559         (ecomplete-display-matches): Disable message logging.
7560
7561         * message.el (message-display-abbrev): Small optimization.
7562
7563         * ecomplete.el (ecomplete-display-matches): Allow automatic
7564         display.
7565
7566         * message.el (message-strip-forbidden-properties): Display
7567         abbrevs.
7568         (message-display-abbrev): Get automatic display right.
7569
7570         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7571         keystrokes.
7572
7573 2006-04-13  Romain Francoise  <romain@orebokech.com>
7574
7575         TODO: Backport to v5-10!
7576
7577         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7578         Moved here (and renamed) from gnus-registry.el.
7579
7580         * gnus-registry.el: Require gnus-util.
7581         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7582
7583 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7584
7585         * gnus-group.el (gnus-group-catchup-current): Change
7586         if-then-else-if-then-else into cond.
7587         (gnus-group-catchup): Indent.
7588         (group-name-at-point): New function.
7589         (gnus-fetch-group): Provide default from thing at point.
7590
7591 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7592
7593         * message.el (message-display-abbrev): Fix regexp.
7594
7595         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7596         choosing.
7597         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7598         dead variables.
7599
7600         * message.el (message-newline-and-indent): Remove debugging.
7601         (message-display-abbrev): Use new implementation.
7602
7603 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * gnus-art.el (gnus-article-mode): Set
7606         cursor-in-non-selected-windows to nil.
7607
7608         * smiley.el: Revert previous change.
7609         (smiley-data-directory): defvar it before using it in the
7610         defcustom of `smiley-style'.
7611
7612 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7613
7614         * message.el (message-newline-and-indent): New function.
7615
7616         * ecomplete.el: Implement more bits.
7617
7618         * message.el (message-put-addresses-in-ecomplete): Clean up the
7619         string.
7620
7621         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7622
7623         * gnus-sum.el (gnus-summary-save-parts): Bind
7624         gnus-summary-save-parts-counter and use it to make unique file
7625         names.
7626
7627         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7628
7629         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7630         parameter to say whether to actually parse the individual
7631         addresses.
7632
7633         * message.el (message-put-addresses-in-ecomplete): New function.
7634         (ecomplete): Require.
7635         (message-mail-alias-type): Add ecomplete as an option.
7636
7637 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7638
7639         * flow-fill.el (fill-flowed): Remove trailing space from blank
7640         quoted lines.
7641
7642 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7643
7644         * smiley.el (smiley-style): Move definition later to avoid a
7645         compilation warning.
7646
7647 2006-04-12  Kenichi Handa  <handa@m17n.org>
7648
7649         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7650         buffer and then decode the buffer text if necessary.
7651         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7652         first, and after mm-encode-body, change the buffer to unibyte.
7653         Use mm-disable-multibyte instead of set-buffer-multibyte.
7654
7655 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7658         Content-Type header instead of Content-Disposition header.
7659         (gnus-mime-inline-part): Ditto.
7660         (gnus-mime-view-part-as-charset): Ignore charset that the part
7661         specifies.
7662
7663         * mm-decode.el (mm-display-part): Work with external parts and
7664         usual parts similarly.
7665
7666         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7667         instead of gnus-display-mime.
7668
7669         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7670         instead of with-temp-buffer.
7671
7672         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7673         tag to summarized topics part in order to encode non-ASCII text.
7674
7675 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7676
7677         * smiley.el (smiley-style): New variable.
7678         (smiley-directory): New function.
7679         (smiley-data-directory): Derive from `smiley-style' using
7680         `smiley-directory'.
7681         (smiley-regexp-alist): Add new entries.
7682
7683         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7684         (gnus-article-browse-delete-temp): Add :version.
7685
7686 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7687
7688         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7689         the sieve region.
7690
7691 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7692
7693         * gnus.el (gnus-version-number): Bump version.
7694
7695 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * gnus.el: No Gnus v0.4 is released.
7698
7699 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7700
7701         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7702         layout.
7703
7704         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7705         unknown charset.
7706
7707         * message.el (message-header-synonyms): Add Original-To to the
7708         default.
7709
7710         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7711         optional parameter.
7712
7713 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7714
7715         * gnus-fun.el (gnus): Require it for gnus-directory.
7716
7717 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7720
7721 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7722
7723         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7724
7725 2006-04-05  Simon Josefsson  <jas@extundo.com>
7726
7727         * password.el (password-reset): New function.
7728
7729 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7730
7731         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7732         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7733
7734 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7735
7736         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7737         Some whitespace was matched into the url, which broke browsing hits
7738         > 100 when mm-url-use-external was nil.
7739
7740 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7743         gnus-extra-headers for 'Newsgroups.
7744
7745         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7746         bound.
7747
7748 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7749
7750         * pgg-gpg.el: Clean up process buffers every time gpg processes
7751         complete.
7752
7753 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7756         doc string.
7757
7758 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7759
7760         * pgg-gpg.el (pgg-gpg-process-filter)
7761         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7762
7763         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7764         lines, temporary fix.
7765
7766 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7769
7770 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7771
7772         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7773         default-enable-multibyte-characters.  This reverts the change from
7774         revision 6.17 which is no longer necessary because the passphrase
7775         is sent separately now.  GnuPG messages are unreadable under
7776         multibyte locales with default-enable-multibyte-characters set to
7777         nil.
7778
7779 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7780
7781         * message.el (message-tool-bar-gnome): Move "spell".
7782
7783 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7786         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7787         instead.
7788
7789 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7790
7791         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7792         newsgroups handling for NNTP overviews which don't include
7793         Newsgroups.
7794
7795 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7796
7797         * message.el (message-resend): Bind message-generate-hashcash to nil.
7798
7799 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7800
7801         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7802         when searching for already-paid recipients.
7803
7804 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7805
7806         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7807         passphrases when it is not needed.
7808         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7809         passphrase stuff from gpg, should only be necessary when you use
7810         gpg with a smartcard.
7811
7812 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7813
7814         * mml.el (mml-insert-mime): Ignore cached contents of
7815         message/external-body part.
7816
7817         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7818         (mm-insert-part): Ditto.
7819
7820 2006-03-23  Simon Josefsson  <jas@extundo.com>
7821
7822         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7823         Reiner.
7824         (pgg-gpg-use-agent-p): Use it again.
7825
7826 2006-03-23  Simon Josefsson  <jas@extundo.com>
7827
7828         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7829         older emacsen.
7830         (pgg-gpg-use-agent-p): Don't use it.
7831
7832 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7835         if we can.
7836
7837 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7838
7839         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7840         (pgg-gpg-update-agent): New function.
7841         (pgg-gpg-use-agent-p): New function.
7842         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7843         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7844         (pgg-gpg-sign-region): Use it.
7845
7846 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7849         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7850
7851 2006-03-21  Simon Josefsson  <jas@extundo.com>
7852
7853         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7854         <wilde@sha-bang.de>.
7855         (pgg-gpg-use-agent): New variable.
7856         (pgg-gpg-process-region): Use it.
7857         (pgg-gpg-encrypt-region): Likewise.
7858         (pgg-gpg-encrypt-symmetric-region): Likewise.
7859         (pgg-gpg-decrypt-region): Likewise.
7860         (pgg-gpg-sign-region): Likewise.
7861         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7862
7863 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7866
7867         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7868         Add comment on version.
7869
7870 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7871
7872         * smiley.el: Add missing test smiley.
7873
7874 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * mm-decode.el (mm-with-part): New macro.
7877         (mm-get-part): Use it; work with message/external-body as well.
7878         (mm-save-part): Treat name and filename equally.
7879
7880         * mm-extern.el (mm-extern-cache-contents): New function.
7881         (mm-inline-external-body): Use it; force the part to be displayed;
7882         move undisplayer added to the cached handle to the parent.
7883
7884         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7885         (gnus-mime-view-part-as-type): Work with message/external-body.
7886
7887         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7888
7889 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7892         images in image-load-path.  [Sync with image.el, revision 1.60, in
7893         Emacs.]
7894
7895 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7896
7897         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7898         path rather than symbol.  Always return list of directories.
7899         Guarantee that image directory comes first.  [Sync with image.el,
7900         revision 1.59, in Emacs.]
7901
7902         * message.el (message-make-tool-bar): Adjust to new API of
7903         `gmm-image-load-path-for-library'.
7904
7905         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7906
7907         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7908
7909 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7910
7911         * gnus-art.el (gnus-article-only-boring-p):
7912         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7913         intangible text.
7914         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7915
7916 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7919         `defun' instead of `gmm-defun-compat'.
7920
7921 2006-03-14  Simon Josefsson  <jas@extundo.com>
7922
7923         * message.el (message-unique-id): Don't use message-number-base36
7924         if (user-uid) is a float.
7925         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7926
7927 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7930
7931         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7932         empty line between a part and a message part.
7933
7934 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7935
7936         * smiley.el: Add more test smileys.
7937         (smiley-data-directory, smiley-regexp-alist)
7938         (gnus-smiley-file-types): Fix doc strings.
7939         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7940         adding new elements.
7941         (smiley-mouse-map): Unused code.  Make it a comment.
7942
7943 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7946         scan latest NoCeM messages instead of old ones.
7947         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7948         delimiters that are recently used.
7949         (gnus-nocem-load-cache): Add autoload cookie.
7950
7951         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7952
7953         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7954         level which is larger than gnus-use-nocem is specified.
7955
7956         * gnus-group.el (gnus-group-get-new-news): Ditto.
7957
7958 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7959
7960         * gnus-util.el (gnus-tool-bar-update): New function.
7961
7962         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7963         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7964
7965         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7966
7967         * gnus-group.el (gnus-group-redraw-when-idle)
7968         (gnus-group-redraw-check): Remove.
7969         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7970
7971 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7974         if optional last element is specified in splits (FIELD VALUE...).
7975
7976 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7979         to gmm-image-load-path-for-library.  Call with no-error argument.
7980         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7981
7982         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7983
7984         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7985
7986         * gmm-utils.el (gmm-image-load-path): Remove alias.
7987
7988 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7989
7990         * gmm-utils.el (gmm-image-load-path): Add alias.
7991
7992         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7993         nnml-generate-nov-databases-1.
7994         (nnml-generate-nov-databases): Use it.
7995         (nnml-generate-nov-databases-directory): Document no-active
7996         argument.
7997
7998         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7999         directory if path is t.  Add no-error.
8000
8001         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8002         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8003
8004         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8005         resetting gnus-article-browse-html-temp-list.
8006
8007         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8008         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8009         Add example to docstring.  Rename local variables.  Move error
8010         checks to default case in cond and simplify.
8011
8012 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8015         handle is multipart when calling it recursively.
8016         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8017
8018 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8019
8020         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8021         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8022
8023 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8026         is loaded.
8027
8028         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8029         loaded.
8030
8031 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8032
8033         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8034         to "Emacs 23 (unicode)" in doc string.
8035
8036         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8037         "Emacs 23 (unicode)" in comment.
8038
8039 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8042
8043         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8044         characters 160 through 255 in Emacs 23.
8045
8046 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8047
8048         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8049         gnus-article-browse-html-temp.
8050         (gnus-article-browse-delete-temp): Make it customizable.  Add
8051         `file'.  Adjust doc string.
8052         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8053         query for each file.  Adjust doc string.
8054         (gnus-article-browse-html-parts): Add
8055         `gnus-article-browse-delete-temp-files' to
8056         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8057
8058 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8059
8060         * gnus-art.el (gnus-article-browse-html-temp)
8061         (gnus-article-browse-delete-temp): New variables.
8062         (gnus-article-browse-delete-temp-files): New function.
8063         (gnus-article-browse-html-parts): Use it.
8064
8065 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8066
8067         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8068
8069         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8070         string.
8071
8072         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8073         gnus-summary-insert-new-articles when unplugged.  Remove
8074         gnus-summary-search-article-forward.
8075
8076         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8077         display-visual-class instead of display-color-cells.
8078
8079 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * dgnushack.el: Autoload customize-group for XEmacs.
8082
8083         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8084         message/* containing non-ASCII text properly.
8085
8086 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * message.el: Require gmm-utils, remove autoloads.
8089         (message-tool-bar): Set default based on
8090         gmm-tool-bar-style.
8091         (message-tool-bar-gnome): Add gmm-customize-mode.
8092
8093         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8094         gmm-tool-bar-style.
8095         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8096
8097         * gnus-group.el (gnus-group-tool-bar): Set default based on
8098         gmm-tool-bar-style.
8099         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8100
8101         * gmm-utils.el (gmm-image-directory): Rename variable from
8102         gmm-image-load-path.
8103         (gmm-image-load-path): Use gmm-image-directory.
8104         (gmm-customize-mode): New function.
8105         (gmm-tool-bar-style): New variable.
8106
8107         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8108         gnus-group-redraw-line-number.
8109         (gnus-group-redraw-check): Simplify.
8110         (gnus-group-tool-bar-update): Remove redraw check.
8111         (gnus-group-make-tool-bar): Add redraw check.
8112
8113 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8114
8115         * gnus-art.el (gnus-button): Add missing parentheses.
8116
8117 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * lpath.el: Fbind line-number-at-pos.
8120
8121 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8124
8125 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * gnus-art.el (gnus-button): New face.
8128         (gnus-article-button-face): Use it.
8129
8130         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8131         gnus-summary-next-page.  Re-order.
8132
8133         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8134         next-node are now included.
8135         (gnus-group-redraw-line-number): New internal variable.
8136         (gnus-group-redraw-check): Helper function for updating the tool
8137         bar.
8138         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8139
8140         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8141
8142         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8143         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8144         Use it to match format of Spamassassin 3.0 and later.  Reported by
8145         IRIE Tetsuya <irie@t.email.ne.jp>.
8146         (spam-check-bogofilter)
8147         (spam-bogofilter-register-with-bogofilter): Fix args of
8148         `gnus-error' calls.
8149
8150 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8151
8152         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8153         unnecessary interaction when sending queued mails.  Reported by
8154         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8155
8156 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8157
8158         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8159         first or last are nil.
8160
8161 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8162
8163         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8164
8165 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166
8167         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8168
8169 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * dns.el (query-dns): Protect more against buggy tcp output.
8172
8173 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8174
8175         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8176         nov.php.
8177
8178 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8179
8180         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8181         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8182         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8183         output on the server side.
8184         (nnweb-google-create-mapping): Update regexps and add some
8185         progress indication.
8186
8187 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8190         gnus-agent-toggle-plugged.  Re-order icons.
8191         (gnus-group-tool-bar-gnome): Add
8192         gnus-group-{prev,next}-unread-group.
8193         (gnus-group-tool-bar-gnome): Re-order icons.
8194
8195         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8196         gnus-summary-insert-new-articles.
8197
8198         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8199         comments.
8200
8201         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8202         also available in Emacs 21.3.
8203
8204         * message.el (message-fix-before-sending): Change "Emacs 22" to
8205         "Emacs 23 (unicode)" in comment.
8206
8207         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8208         "Emacs 23 (unicode)" in comment.
8209
8210         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8211         comment.
8212         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8213
8214         * mm-view.el (mm-fill-flowed): Add :version.
8215
8216 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8219         and load-path.
8220
8221 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * message.el: Autoload gmm-image-load-path.
8224         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8225         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8226         consitency.
8227
8228         * gmm-utils.el (gmm-image-load-path): Also search in
8229         "../etc/images".  Don't set gmm-image-load-path if we don't find
8230         the image.
8231
8232 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * gmm-utils.el (gmm-image-load-path): Don't make
8235         `gmm-image-load-path' include subdirectories which the second arg
8236         `image' might specify.
8237
8238         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8239         subdirectory to icon file names.
8240
8241         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8242
8243 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8244
8245         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8246         gmm-image-load-path calls.
8247
8248         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8249
8250         * message.el (message-make-tool-bar): Ditto.
8251
8252         * mml.el (mml-preview): Added comment concerning tool bar icons.
8253
8254         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8255         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8256
8257         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8258         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8259
8260         * message.el (message-tool-bar-gnome): Use new icon names.
8261         (message-make-tool-bar): Use `gmm-image-load-path'.
8262
8263         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8264         functions from MH-E.
8265         (gmm-image-load-path): New variable from MH-E.
8266         (gmm-image-load-path): New function from MH-E.  Added arguments
8267         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8268         *-image-load-path-called-flag.
8269
8270 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8271
8272         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8273
8274 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8275
8276         * nnimap.el (nnimap-request-move-article): Change folder back to
8277         source group before deleting.
8278
8279 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8282
8283         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8284         mm-url.
8285
8286         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8287
8288 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8291         coding system which mm-charset-to-coding-system returns for a
8292         given charset is valid.
8293
8294 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8295
8296         * html2text.el (html2text-remove-tag-list):
8297         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8298
8299 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8300
8301         * gnus-cus.el: Revert 2005-10-17 change.
8302
8303 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * gnus-art.el (article-strip-banner): Call
8306         article-really-strip-banner only when the regexp match is made.
8307
8308 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * gnus-art.el (article-strip-banner): Use
8311         gnus-extract-address-components instead of
8312         mail-header-parse-addresses to make it work with non-ASCII text;
8313         remove mail-encode-encoded-word-string.
8314
8315         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8316         values which are surrounded with \"...\"; make it never cause a
8317         Lisp error; give up parsing of parameters if it failed in
8318         extracting type.
8319
8320 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8321
8322         * smime.el (smime-cert-by-ldap-1): Fix bug where
8323         `smime-ldap-search' returns results without userCertificates.
8324
8325 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8326
8327         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8328
8329 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * spam.el (spam-check-spamassassin-headers): Adapt format for
8332         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8333         <ari@mbf.ocn.ne.jp>.
8334         (spam-list-of-processors): Add spam-use-gmane.
8335
8336 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8339         make-temp-file; make it work with XEmacs as well.
8340
8341         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8342         mm-make-temp-file.
8343
8344         * mm-decode.el (mm-display-external): Use the 3rd arg of
8345         mm-make-temp-file.
8346         (mm-create-image-xemacs): Ditto.
8347
8348 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8351         with message-narrow-to-headers.
8352         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8353         (gnus-draft-check-draft-articles): New function.
8354         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8355
8356 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * gnus-art.el (gnus-article-browse-html-parts):
8359         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8360         Don't use suffix argument for mm-make-temp-file for Emacs 21
8361         compatibility.  Remove useless `format'.
8362
8363 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8364
8365         * nnweb.el (nnweb-google-wash-article): Update regexps.
8366         (nnweb-group-alist): Use defvoo instead of defvar.
8367
8368 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8371         re-loading nn* modules.
8372
8373 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8376         for `tool-bar-mode' and don't check it's default-value.
8377
8378         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8379
8380         * message.el (message-make-tool-bar): Ditto.
8381
8382         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8383         `substring'.  Shorten tmp-file name.
8384
8385         * gnus.el: Remove bogus comment.
8386
8387 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8388
8389         * gnus-art.el (gnus-article-browse-html-parts): New function.
8390         (gnus-article-browse-html-article): New function for viewing html
8391         articles with a browser.
8392
8393 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8394
8395         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8396         in elisp.
8397         (pgg-gpg-encrypt-symmetric-region): Ditto.
8398         (pgg-gpg-sign-region): Ditto.
8399
8400         * pgg-def.el (pgg-text-mode): New variable.
8401
8402         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8403         (mml2015-pgg-encrypt): Ditto.
8404
8405         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8406         (mml1991-pgg-encrypt): Ditto.
8407
8408 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8411         message-make-date instead of current-time-string.
8412
8413         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8414         to gnus-decoded which mm-uu might set.
8415
8416 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8419         don't decode quoted parameters; remove misimported Emacs code.
8420         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8421         (rfc2231-decode-encoded-string): Don't use split-string which
8422         behaves differently according to Emacs version; use
8423         mm-decode-coding-region to convert charset to coding-system.
8424         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8425         (rfc2231-encode-string): Remove misimported Emacs code.
8426
8427 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8430         when calling mail-header-parse-content-type.
8431         (article-de-quoted-unreadable): Ditto.
8432         (article-de-base64-unreadable): Ditto.
8433         (article-wash-html): Ditto.
8434
8435         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8436         calling mail-header-parse-content-type and
8437         mail-header-parse-content-disposition.
8438         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8439         mail-header-parse-content-type.
8440
8441         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8442         insert charset and format parameters; encode description after
8443         inserting it to buffer.
8444         (mml-insert-parameter): Fold lines properly even if a parameter is
8445         segmented into two or more lines; change the max column to 76.
8446
8447         * rfc1843.el (rfc1843-decode-article-body): Don't use
8448         ignore-errors when calling mail-header-parse-content-type.
8449
8450         * rfc2231.el (rfc2231-parse-string): Return at least type if
8451         possible; don't cause an error even if it fails in parsing of
8452         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8453         (rfc2231-encode-string): Don't break lines at the beginning, leave
8454         it to mml-insert-parameter.
8455
8456         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8457         calling mail-header-parse-content-type.
8458
8459 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8460
8461         * spam-report.el (spam-report-gmane-use-article-number):
8462         Improve doc string.
8463         (spam-report-gmane-internal): Check if a suitable header was found
8464         in the article.
8465
8466 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8469         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8470
8471 2006-02-05  Romain Francoise  <romain@orebokech.com>
8472
8473         Update copyright notices of all files in the gnus directory.
8474
8475 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8476
8477         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8478
8479 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8482         segmented lines of parameter value to cope with Thunderbird 1.5
8483         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8484         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8485         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8486
8487 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8488
8489         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8490         parts.
8491
8492 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8493
8494         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8495         there's only one active file for all servers.
8496         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8497         solid groups.  Gnus might have used a FAST request to select the group.
8498         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8499         and nnweb-search redundantly in the active file.
8500         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8501         (nnweb-request-create-group): Don't use ARGS.
8502         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8503         initialisations.  Let nnoo do the work.
8504
8505 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8508         Say the part has been decoded.
8509
8510         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8511
8512 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8513
8514         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8515         mailcap-viewer-test-cache when there's no 'test clause, since that
8516         will invert the meaning of a "nil" test previously determined by
8517         mailcap-mailcap-entry-passes-test.
8518
8519 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8522         compiling.
8523
8524         * gnus-sum.el: Ditto.
8525
8526         * message.el: Don't bind tool-bar-map when compiling.
8527
8528 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8529
8530         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8531
8532 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8533
8534         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8535         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8536         current Google Groups.
8537
8538 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8539
8540         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8541         and tool-bar-mode.
8542
8543         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8544         and tool-bar-mode.
8545
8546         * message.el (message-tool-bar-update): Simplify.
8547         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8548
8549         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8550         gnus-summary-buffer.
8551         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8552         gnus-summary-reply.
8553
8554         * gmm-utils.el (gmm): Add :version.
8555
8556 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * Makefile.in (clean): New rule.
8559         (distclean): Use it.
8560
8561 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8562
8563         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8564         autoload.
8565
8566 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * gmm-utils.el (gmm-verbose): Add :group.
8569
8570 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8571
8572         * message.el: Change some comments WRT tool-bars.
8573
8574         * gnus-sum.el (gnus-summary-tool-bar)
8575         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8576         (gnus-summary-tool-bar-zap-list): New variables.
8577         (gnus-summary-make-tool-bar): Complete rewrite using
8578         `gmm-tool-bar-from-list'.
8579
8580         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8581         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8582         variables.
8583         (gnus-group-make-tool-bar): Complete rewrite using
8584         `gmm-tool-bar-from-list'.
8585         (gnus-group-tool-bar-update): New function.
8586
8587         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8588
8589 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8592         is dissected into a single part of which the type is the same as
8593         the given one; decode charset.
8594
8595 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8596
8597         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8598         into alists as symbol not string, since that's what
8599         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8600         look for.
8601
8602 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8605         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8606
8607         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8608
8609 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8612         (gnus-xmas-mime-security-button-menu): New function.
8613
8614         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8615         (gnus-mime-security-button-menu): New definition.
8616         (gnus-mime-security-button-map): Use them.
8617         (gnus-mime-security-button-menu): New function.
8618         (gnus-insert-mime-security-button): Addition to help echo.
8619         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8620         (gnus-mime-security-pipe-part): New functions.
8621
8622         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8623         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8624
8625         * mm-decode.el (mm-handle-set-disposition): Remove.
8626         (mm-handle-set-description): Remove.
8627
8628 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8631         (mm-w3m-standalone-supports-m17n-p): New function.
8632         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8633         w3m usage.
8634
8635         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8636         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8637
8638 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * message.el (message-tool-bar-zap-list): Use
8641         gmm-tool-bar-zap-list as custom type.
8642         (message-tool-bar-update): New function.
8643         (message-tool-bar, message-tool-bar-gnome)
8644         (message-tool-bar-retro): Add message-tool-bar-update.
8645         (message-tool-bar-gnome): Add flyspell-buffer.
8646
8647         * gnus-util.el (gnus-error): Describe `args'.
8648
8649         * gmm-utils.el (gmm-error): Describe `args'.
8650         (gmm-tool-bar-zap-list): New widget.
8651         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8652
8653 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8656         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8657         the number of recursive calls.
8658
8659         * mm-decode.el (mm-handle-set-disposition): New macro.
8660         (mm-handle-set-description): New macro.
8661
8662 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8665         encoding.
8666
8667 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8668
8669         * message.el (message-tool-bar-zap-list, message-tool-bar)
8670         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8671         (message-tool-bar-local-item-from-menu): Remove.
8672         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8673         (message-make-tool-bar): New function.
8674         (message-mode): Use `message-make-tool-bar'.
8675
8676         * gmm-utils.el: New file.
8677         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8678         (gmm-lazy): New widget copied from `nnmail.el'.
8679         (gmm-tool-bar-from-list): New function for creating customizable
8680         tool bars.
8681         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8682         output.
8683         (gmm): Add :prefix to defgroup.
8684
8685 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8686
8687         * gmm-utils.el (gmm-widget-p): New function.
8688
8689 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8690
8691         * mml.el (mml-attach-file): Describe `description' in doc string.
8692         (mml-menu): Add Emacs MIME manual and PGG manual.
8693
8694 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8695
8696         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8697
8698 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8699
8700         * nntp.el (nntp-end-of-line): Doc fix.
8701
8702 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8703
8704         * imap.el (imap-open): Handle case where buffer is a buffer
8705         object.
8706
8707 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8708
8709         * gnus-delay.el (gnus-delay): Don't autoload.
8710         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8711         to be re-loaded when customizing the `gnus-delay' group.
8712
8713 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8714
8715         * message.el (message-insert-citation-line): Use newlines.
8716
8717 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8718
8719         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8720         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8721         these routines, so the passphrase can be managed externally and
8722         passed in to the system.
8723         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8724         pgg-add-passphrase-to-cache function.
8725
8726         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8727         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8728         these routines, so the passphrase can be managed externally and
8729         passed in to the system.
8730         (pgg-pgp5-sign-region): Use new name of
8731         pgg-add-passphrase-to-cache function.
8732
8733 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8734
8735         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8736         part of the decoded armor to find the key-identifier.
8737         (pgg-gpg-lookup-key-owner): New function to return the
8738         human-readable identifier of a key owner.
8739         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8740         itself.
8741         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8742         the key value) if we have a key and can match it against a secret
8743         key.  Also, added a note pointing out fact that the prompt only
8744         indicates the first matching key.
8745
8746         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8747         pgg-decrypt-region.
8748         (pgg-add-passphrase-to-cache): Rename from
8749         `pgg-add-passphrase-cache' to reduce confusion (all callers
8750         changed).
8751         (pgg-remove-passphrase-from-cache): Rename from
8752         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8753         changed).
8754         (pgg-read-passphrase, pgg-add-passphrase-cache)
8755         (pgg-remove-passphrase-cache): Add informative docstrings.
8756         (pgg-decrypt): Convey provided passphrase in subordinate call to
8757         pgg-decrypt-region.
8758
8759 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8760
8761         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8762         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8763         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8764         'passphrase' argument, so the passphrase can be managed externally
8765         and then passed in to the system.
8766
8767         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8768         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8769         so the passphrase cache can be used reliably with identifiers
8770         besides a pgp packet's key id.
8771
8772         * pgg-gpg.el (pgg-gpg-encrypt-region)
8773         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8774         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8775         these routines, so the passphrase can be managed externally and
8776         passed in to the system.
8777
8778         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8779         'notruncate' argument, so the passphrase cache can be used
8780         reliably with identifiers besides a pgp packet's key id.
8781
8782 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8783
8784         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8785         symmetric encryption.
8786         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8787         encrypted session key.
8788         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8789         message ask for the passphrase in a proper way.
8790
8791         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8792         New user commands for symmetric encryption.
8793
8794 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8797
8798         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8799
8800 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8801
8802         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8803
8804 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * mm-decode.el (mm-inlined-types): Add application/pgp.
8807         (mm-automatic-display): Ditto.
8808
8809         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8810         part as text.
8811
8812 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * nnrss.el: Update copyright.
8815         (nnrss-opml-import): Query whether to subscribe to each entry.
8816
8817         * gnus-art.el:
8818         * gnus-sum.el:
8819         * gnus-xmas.el:
8820         * messagexmas.el:
8821         * mm-uu.el:
8822         * mm-view.el: Update copyright.
8823
8824 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * message.el (message-info): New function.
8827         (message-mode-menu): Add it.
8828         Update copyright.
8829
8830         * ChangeLog: Fix and update copyright.
8831
8832 2006-01-13  Romain Francoise  <romain@orebokech.com>
8833
8834         * message.el (message-forward-subject-name-subject): Prefer the
8835         address to 'nowhere' if the sender has no name.
8836         Fix typo.  Update copyright year.
8837
8838 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * gnus-art.el (article-wash-html): Use
8841         gnus-summary-show-article-charset-alist if a numeric arg is given.
8842         (gnus-article-wash-html-with-w3m-standalone): New function.
8843
8844         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8845         mm-inline-text-html-render-with-w3m-standalone.
8846         (mm-text-html-washer-alist): Map w3m-standalone to
8847         gnus-article-wash-html-with-w3m-standalone.
8848         (mm-inline-text-html-render-with-w3m-standalone): New function.
8849
8850 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8851
8852         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8853         Improve LaTeX.
8854
8855 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8858         (nnrss-request-article): Render text/plain parts as HTML.
8859
8860         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8861         the buffer.
8862
8863 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8866         custom definition of `gnus-posting-styles'.
8867
8868         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8869         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8870
8871 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8872
8873         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8874         Use nntp for bug archive.
8875
8876 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8879         parts.
8880         (nnrss-normalize-date): New function converts ISO 8601 date into
8881         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8882         (nnrss-check-group): Use it.
8883
8884 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8887
8888         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8889         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8890         (nnrss-insert-w3): Ditto.
8891
8892 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8895         the articles to be forwarded including the case where neither a
8896         number of articles nor a region is specified.
8897
8898 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * nnrss.el (nnrss-request-article): Fix last change; fill
8901         text/plain parts.
8902
8903 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8906         in text/plain part.
8907         (nnrss-check-group): Don't add excessive newline to dc:subject.
8908
8909 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8910
8911         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8912         article.
8913
8914 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8917         (nnml-use-compressed-files, nnml-save-mail): Support other
8918         comression programs such as bzip2.
8919
8920 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8921
8922         * dns.el (query-dns): Make sure we check the buffer size before
8923         removing tcp headers.
8924
8925 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8928         remove MIME buttons associated with multipart/alternative parts.
8929         (gnus-mime-display-alternative): Tag buttons using `article-type'
8930         text property.
8931
8932         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8933         associated with multipart/alternative parts.
8934
8935         * gnus-art.el (gnus-signature-separator): Fix custom type.
8936
8937         * mm-decode.el (mm-inlined-types): Fix custom type.
8938         (mm-keep-viewer-alive-types): Ditto.
8939         (mm-automatic-display): Ditto.
8940         (mm-attachment-override-types): Ditto.
8941         (mm-inline-override-types): Ditto.
8942         (mm-automatic-external-display): Ditto.
8943
8944 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * spam-report.el (spam-report-user-mail-address)
8947         (spam-report-user-agent): New variables.
8948         (spam-report-url-ping-plain): Use spam-report-user-agent.
8949
8950 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8951
8952         * gnus-art.el (gnus-button-handle-custom): Do not just use
8953         `customize-apropos' for any "M-x customize-*" button but the
8954         function called for.  Accept both the function name and its
8955         argument in order to achieve this.
8956         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8957         function name to `gnus-button-handle-custom' in case of "M-x
8958         customize-*" buttons.
8959
8960 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8963         multipart/alternative and add xref to mm-discouraged-alternatives
8964         in doc string.
8965
8966         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8967         gnus-buttonized-mime-types in doc string.
8968
8969 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8970
8971         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8972         Suggest image/.* in the doc string.
8973
8974 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8977         message-marks (Debian bug #342521).
8978
8979 2005-12-12  Simon Josefsson  <jas@extundo.com>
8980
8981         * password.el (password-read-from-cache): Add.
8982         (password-read): Use it.
8983
8984 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8987         us-ascii as a MIME charset.
8988
8989         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8990         against the case where the 2nd arg TYPE is nil.
8991
8992 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8993
8994         * pop3.el (pop3-stream-type): Fix custom version.
8995
8996         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8997
8998 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8999
9000         * mm-decode.el (mm-display-external): Add missing cdr.
9001
9002 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9005         RFC1524) if it is in mailcap or add a suffix according to
9006         mailcap-mime-extensions when generating a temp filename; postpone
9007         deleting a temp file for 2 seconds for some wrappers, shell
9008         scripts, and so on, which might exit right after having started a
9009         viewer command as a background job.
9010
9011 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * nntp.el (nntp-marks-directory): Fix custom group.
9014
9015         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9016         steps when < 10.
9017
9018         * gnus-start.el (gnus-no-server-1): Mention
9019         `gnus-level-default-subscribed' in doc string.
9020
9021 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9022
9023         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9024         parens.
9025
9026 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * gnus-xmas.el (gnus-use-toolbar): Revert.
9029         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9030         gnus-use-toolbar is default.
9031
9032         * messagexmas.el (message-use-toolbar): Revert.
9033         (message-setup-toolbar): Use global default-toolbar if
9034         message-use-toolbar is default.
9035
9036 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9039         according to default-toolbar-visible-p.
9040
9041         * messagexmas.el (message-use-toolbar): Ditto.
9042
9043 2005-11-26  Dave Love  <fx@gnu.org>
9044
9045         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9046         (tls-program, tls-success): Provide openssl alternative.
9047
9048         * starttls.el: Doc fixes.
9049         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9050         SERVICE to PORT.
9051
9052         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9053         port null or service name.
9054         (starttls-negotiate): Autoload.
9055
9056 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * message.el (message-kill-to-signature): Fix interactive spec.
9059
9060 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * pop3.el (pop3-open-server): Recognize a string as a service name.
9063
9064 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9065
9066         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9067
9068 2005-11-23  Dave Love  <fx@gnu.org>
9069
9070         Add pop3s, pop3/starttls.
9071
9072         * pop3.el (pop3-authentication-scheme): Clarify doc.
9073         (open-tls-stream, starttls-open-stream): Autoload.
9074         (pop3-stream-type): New.
9075         (pop3-open-server): Use it.
9076
9077         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9078         for POP.
9079         (mail-source-keyword-map): Add :stream for POP.
9080         (mail-source-fetch-pop): Use pop3-stream-type.
9081
9082 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9085         of current-time-string.
9086
9087 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9088
9089         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9090         date header.
9091
9092 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9093
9094         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9095         it can seriously impact performance as it bypasses the agent's
9096         local caches.
9097
9098 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9099
9100         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9101         must be explicitly online rather than "not explicitly offline" for
9102         its flags to be synchronized.
9103
9104         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9105         that gnus-uu-unmark-thread will function correctly.
9106
9107         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9108         1024K is instead displayed as 1M.
9109
9110 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9111
9112         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9113
9114 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9115
9116         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9117
9118 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9119
9120         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9121         error message to display actual error condition.
9122         (gnus-agent-save-local): Avoid saving symbols that are bound to
9123         nil as they simply result in a warning message in
9124         gnus-agent-read-local.
9125
9126 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9129         rather than make-variable-buffer-local for file-precious-flag.
9130
9131 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9132
9133         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9134         for duplicates which are removed.  The invalid sort check then
9135         triggers a rescan after the sort as sorting may have moved
9136         duplicate entries such that they can be cheaply detected.
9137
9138 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9141
9142 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9143
9144         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9145         internal variable to a custom variable.  Changed default value
9146         from compressed(2) to uncompressed(1).
9147         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9148         support for uncompressed agentview files.  Taken together, reading
9149         the agentview file should now be 6-7 times faster.
9150
9151 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9152
9153         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9154         as a buffer-local variable.  This avoids creating truncated
9155         dribble files as a result of a hang up, eg.
9156
9157 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9158
9159         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9160         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9161         XEmacs.
9162
9163 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * gnus-start.el (gnus-start-draft-setup): Enforce
9166         `gnus-draft-mode' for nndraft:drafts at startup.
9167
9168         * gnus.el (gnus-splash): Change custom group.
9169         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9170         allow-list argument.
9171
9172         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9173         string.
9174
9175 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * gnus-art.el (gnus-default-article-saver): Add user-defined
9178         `function' to custom type.
9179
9180 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9181
9182         * imap.el (imap-open): Handle case where buffer is a buffer
9183         object.
9184
9185 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9188         long lines.
9189         (gnus-cache-delete-group): Wrap doc strings.
9190
9191         * gnus-agent.el (gnus-agent-rename-group)
9192         (gnus-agent-delete-group): Wrap doc strings.
9193
9194 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * messagexmas.el (message-use-toolbar): Change the valid values
9197         into default, top, bottom, left, and right.
9198         (message-toolbar-thickness): New variable.
9199         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9200         well.
9201         (message-setup-toolbar): Make it work.
9202
9203         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9204         (gnus-use-toolbar): Change the valid values into default, top,
9205         bottom, left, and right.
9206         (gnus-toolbar-thickness): New variable.
9207         (gnus-xmas-setup-toolbar): New function.
9208         (gnus-xmas-setup-group-toolbar): Use it.
9209         (gnus-xmas-setup-summary-toolbar): Use it.
9210
9211 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9212
9213         * gnus-start.el (gnus-1): Add "native" to
9214         gnus-predefined-server-alist.
9215
9216         * gnus.el (gnus-method-to-server): Don't add "native" to the
9217         lists here, because that leads to problems when
9218         gnus-select-method is bound.
9219
9220 2005-11-09  Simon Josefsson  <jas@extundo.com>
9221
9222         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9223         use (not sort-by-date) instead.
9224
9225 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9226
9227         * gnus-delay.el (gnus-delay-group): Don't autoload.
9228         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9229         to be re-loaded when customizing the `gnus-delay' group.
9230
9231 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9232
9233         * message.el: Revert last changes.
9234         (message-insert-citation-line): Use newlines.
9235
9236 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9237
9238         * message.el (message-courtesy-message)
9239         (message-mark-insert-begin, message-mark-insert-end)
9240         (message-elide-ellipsis, message-cancel-message)
9241         (message-add-header, message-change-subject)
9242         (message-cross-post-followup-to-header)
9243         (message-cross-post-insert-note, message-reduce-to-to-cc)
9244         (message-widen-reply, message-delete-not-region)
9245         (message-kill-to-signature, message-insert-signature)
9246         (message-insert-importance-high, message-insert-importance-low)
9247         (message-insert-or-toggle-importance)
9248         (message-insert-disposition-notification-to)
9249         (message-indent-citation, message-yank-original)
9250         (message-cite-original-without-signature, message-cite-original)
9251         (message-insert-citation-line, message-position-on-field)
9252         (message-fix-before-sending, message-send-mail-partially)
9253         (message-send-mail, message-send-mail-with-sendmail)
9254         (message-send-mail-with-qmail, message-send-news)
9255         (message-check-news-header-syntax, message-generate-headers)
9256         (message-insert-courtesy-copy, message-fill-address)
9257         (message-fill-header, message-shorten-references)
9258         (message-setup-1, message-cancel-news)
9259         (message-forward-make-body-plain, message-forward-make-body-mime)
9260         (message-forward-make-body-mml, message-encode-message-body)
9261         (message-forward-make-body-digest-plain)
9262         (message-forward-make-body-digest-mime)
9263         (message-use-alternative-email-as-from): Insert `hard-newline'
9264         instead of ordinary newlines.
9265
9266 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * message.el (message-generate-headers): Downcase the argument
9269         given to message-check-element.
9270
9271 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9272
9273         * nntp.el (nntp-authinfo-rejected): New error condition.
9274         (nntp-wait-for): Use new error condition to signal authentication
9275         error.
9276         (nntp-retrieve-data): Rethrow new error condition to break out of
9277         recursive call to nntp-send-authinfo.
9278
9279 2005-11-08  Romain Francoise  <romain@orebokech.com>
9280
9281         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9282         (gnus-summary-exit-map): Bind to `Z p'.
9283         (gnus-summary-make-menu-bar): Add menu item.
9284
9285 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9286
9287         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9288         (gnus-treat-*): Add `first' in all doc strings.
9289
9290         * gnus-group.el (gnus-group-compact-group): Fix typo.
9291
9292 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * gnus.el (gnus-parameters-case-fold-search): New variable.
9295         (gnus-parameters-get-parameter): Use it.
9296
9297         * gnus-score.el (gnus-home-score-file): Doc fix.
9298
9299 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9300
9301         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9302
9303 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * mm-util.el (mm-special-display-p): New function.
9306
9307         * mml.el (mml-preview): Use it; doc fix.
9308
9309 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9310
9311         * imap.el (imap-open): Handle case where buffer is a buffer object.
9312
9313 2005-10-29  Romain Francoise  <romain@orebokech.com>
9314
9315         * message.el (message-fix-before-sending): Fix comment.
9316
9317 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9318
9319         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9320
9321 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9322
9323         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9324         Used in gnus-score.el.
9325
9326 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9329
9330 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9331
9332         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9333         whitespace removed in revision 7.8.  Use concatenated string to
9334         protect trailing whitespace.
9335
9336 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9337
9338         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9339         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9340         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9341         Courier IMAP ("some version from 2004").  Mostly based on similar
9342         code in the same function.
9343
9344 2005-10-26  Didier Verna  <didier@xemacs.org>
9345
9346         * gnus-group.el (gnus-group-compact-group): Invalidate original
9347         article buffer.
9348         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9349         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9350         NOV database and in article itself.
9351         Invalidate article backlog.
9352
9353 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9356
9357 2005-10-26  Simon Josefsson  <jas@extundo.com>
9358
9359         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9360         part of 2004-07-25 change.
9361
9362 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * message.el (message-display-completion-list): New function.
9365         (message-expand-group): Use it; make sure the Completions buffer
9366         is modifiable.
9367 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9368
9369         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9370         user-mail-name is an empty string.
9371
9372 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9375         depending on gnus-score-decay-constant.
9376
9377         * encrypt.el (encrypt-insert-file-contents)
9378         (encrypt-write-file-contents): Don't use `gnus-message'.
9379
9380         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9381         arguments.
9382         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9383         arguments to mm-uu-verbatim-marks-extract.
9384         (mm-uu-hide-markers): New variable.
9385         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9386
9387         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9388         (gnus-convert-image-to-face-command): Use "convert" by default to
9389         allow other input image formats.
9390         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9391         accordingly.
9392
9393 2005-10-23  Simon Josefsson  <jas@extundo.com>
9394
9395         * imap.el (imap-gssapi-program): Align command line parameters
9396         with latest GNU SASL.
9397         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9398
9399 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9402         HTML.
9403         (nnslashdot-request-article): Ditto.
9404
9405         * lpath.el (featurep): Add nobreak-char-display.
9406
9407 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9408
9409         * mail-source.el (mail-source-fetch-pop): Require pop3.
9410         (mail-source-check-pop): Ditto.
9411
9412 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9415         errors.
9416
9417 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9420         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9421
9422         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9423
9424         * mm-bodies.el (mm-decode-string): Call
9425         `mm-charset-to-coding-system' with allow-override argument.
9426
9427 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9430         (rfc2047-charset-to-coding-system): New function.
9431         (rfc2047-decode-encoded-words): New function.
9432         (rfc2047-decode-region): Use them.
9433         (rfc2047-decode-cte): Remove.
9434         (rfc2047-parse-and-decode): Remove.
9435         (rfc2047-decode): Remove.
9436
9437 2005-10-15  Kenichi Handa  <handa@m17n.org>
9438
9439         * rfc2047.el (rfc2047-decode-cte): New function.
9440         (rfc2047-decode-region): Change the way to decode successive
9441         encoded-words: decode B- or Q-encoding in each encoded-word,
9442         concatenate them, and decode it as charset.
9443
9444 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * lpath.el: Fbind codepage-setup for XEmacs.
9447
9448 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9449
9450         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9451         widget-move-and-invoke.
9452         (gnus-custom-mode): Use gnus-custom-map.
9453
9454 2005-10-15  Bill Wohler  <wohler@newt.com>
9455
9456         * message.el (message-tool-bar-map): Renamed image file from
9457         mail_send to mail/send.
9458
9459 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9460
9461         * message.el (message-expand-group): Pass the common
9462         prefix substring of completion to `display-completion-list'.
9463
9464 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9465
9466         * mml-sec.el (mml-secure-method): New internal variable.
9467         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9468         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9469         functions using mml-secure-method.
9470
9471         * mml.el (mml-mode-map): Add key bindings for those functions.
9472         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9473         Harder <harder@myrealbox.com>.
9474         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9475         end of message if point is the headers of the message.
9476
9477         * message.el (message-in-body-p): New function.
9478
9479         * assistant.el: Autoload gnus-util and netrc.
9480
9481         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9482         Use `mm-charset-override-alist' only when decoding.
9483
9484         * mm-bodies.el (mm-decode-body): Call
9485         `mm-charset-to-coding-system' with allow-override argument.
9486
9487         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9488         `filename' from Content-Disposition if Content-Type doesn't
9489         provide `name'.
9490         (gnus-mime-view-part-as-type): Set default instead of
9491         initial-input.
9492
9493 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9494
9495         * format-spec.el (format-spec): Propagate text properties of % spec.
9496
9497 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9498
9499         * gnus-art.el (gnus-treat-predicate): Add `first'.
9500
9501 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9504         (mm-charset-override-alist): New variable.
9505         (mm-charset-to-coding-system): Use it.
9506         (mm-codepage-setup): New helper function.
9507         (mm-charset-eval-alist): New variable.
9508         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9509         about unknown charsets.
9510
9511         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9512
9513 2005-10-04  David Hansen  <david.hansen@gmx.net>
9514
9515         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9516         (nnrss-check-group): Ditto.
9517
9518 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9519
9520         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9521         Rename x-gnus-verbatim to x-verbatim.
9522         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9523
9524         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9525         x-verbatim.
9526
9527         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9528
9529         * gnus-util.el (gnus-remove-duplicates): Remove.
9530
9531         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9532         instead of gnus-remove-duplicates.
9533
9534         * message.el (message-remove-duplicates): Remove.
9535         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9536         message-remove-duplicates.
9537
9538         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9539         available, else use implementation from `delete-dups'.
9540
9541         * message.el (message-insert-expires): New function.
9542         (message-mode-map): Add key binding.
9543         (message-mode-field-menu): Add menu entry.
9544         (message-mode): Document it.
9545         (message-make-expires-date): Use `message-make-date'.
9546
9547 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9548
9549         * message.el (message-make-expires-date): New function.
9550
9551 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * Makefile.in (list-installed-shadows): New entry.
9554         (install): Use it.
9555         (remove-installed-shadows): New entry.
9556
9557         * dgnushack.el (dgnushack-default-load-path): New variable.
9558         (dgnushack-find-lisp-shadows): New function.
9559         (dgnushack-remove-lisp-shadows): New function.
9560
9561 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * Makefile.in (install-el-elc): New entry.
9564         (install): Use it so that .el files are necessarily installed.
9565
9566 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9569
9570 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9571
9572         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9573         function rather than the diff-mode.el package.
9574         (mm-display-external): Use with-current-buffer.
9575         (mm-viewer-completion-map, mm-viewer-completion-map):
9576         Move initialization inside declaration.
9577
9578 2005-09-29  Simon Josefsson  <jas@extundo.com>
9579
9580         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9581         autoload mail-check-payment.
9582         (spam-check-hashcash): Define unconditionally, since hashcash.el
9583         is part of Gnus now.  Ignore errors from payment checking.
9584
9585 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * message.el (message-bold-region, message-unbold-region): Rename
9588         from `bold-region' and `unbold-region'.
9589
9590         * message.el: Remove useless autoloads.
9591
9592 2005-09-28  Simon Josefsson  <jas@extundo.com>
9593
9594         * message.el (message-use-idna): Default to t.
9595         (message-use-idna): Test whether encoding works too.  Doc fix.
9596
9597 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * nntp.el (nntp-warn-about-losing-connection): Remove.
9600
9601 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9604         customizable.  Change default value.
9605         (mm-uu-diff-groups-regexp): Change default value.
9606         (mm-uu-type-alist): Add doc string.
9607         (mm-uu-configure): Add doc string.  Make it interactive.
9608         (mm-uu-tex-groups-regexp): New variable.
9609         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9610         (mm-uu-type-alist): Add LaTeX documents.
9611         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9612         of "text/verbatim".
9613         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9614
9615         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9616         instead of "text/verbatim".
9617
9618         * message.el (message-mark-inserted-region)
9619         (message-mark-insert-file): Use slrn style marks when called with
9620         prefix argument.
9621
9622 2005-09-27  Simon Josefsson  <jas@extundo.com>
9623
9624         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9625
9626 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9627
9628         * message.el (message-remove-duplicates): New function.
9629         Implementation borrowed from `gnus-remove-duplicates'.
9630         (message-idna-to-ascii-rhs): Also encode idna addresses in
9631         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9632         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9633         only ask about the same idna domain once per header and also tell
9634         in what header to replace the idna domain.
9635
9636         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9637         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9638         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9639         a header is decoded and not just the last one.
9640
9641 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9644         has been decoded.
9645
9646         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9647         (mm-insert-part): Don't modify text if it has been decoded.
9648
9649         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9650         decoded.
9651
9652         * mm-view.el (mm-inline-text): Don't strip text props unless
9653         decoding enriched or richtext parts.
9654
9655 2005-09-25  Romain Francoise  <romain@orebokech.com>
9656
9657         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9658         * gnus-start.el (gnus-subscribe-interactively):
9659         * gnus-uu.el (gnus-uu-grab-articles):
9660         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9661         space.
9662
9663 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9664
9665         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9666         * mm-view.el (mm-view-pkcs7-decrypt):
9667         * gnus-sum.el (gnus-summary-limit-to-extra)
9668         (gnus-summary-respool-article, gnus-read-move-group-name):
9669         * gnus-score.el (gnus-summary-increase-score):
9670         * gnus-util.el (gnus-completing-read-with-default):
9671         * gnus-art.el (gnus-read-save-file-name)
9672         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9673         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9674         * message.el (message-check-news-header-syntax):
9675         Follow convention for reading with the minibuffer.
9676
9677 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9678
9679         * spam-report.el (spam-report-url-ping-plain):
9680         Use gnus-extended-version as User-Agent.
9681
9682         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9683         default value is nil.
9684
9685         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9686         (mm-uu-verbatim-marks-extract): New function.
9687         (mm-uu-extract): New face.
9688         (mm-uu-copy-to-buffer): Use it.
9689
9690         * spam-report.el (spam-report-gmane-ham): Renamed from
9691         `spam-report-gmane-unspam'.
9692         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9693         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9694
9695         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9696         Autoload.
9697         (spam-report-gmane-unregister-routine): Renamed
9698         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9699
9700 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9701
9702         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9703         (spam-report-gmane-unregister-routine): Add support for gmane
9704         unregistration.
9705
9706         * spam-report.el (spam-report-gmane-unspam)
9707         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9708         (spam-report-gmane): Change to take a single article and do unspam
9709         registration.
9710
9711 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * mm-url.el (mm-url-decode-entities): Fix regexp.
9714
9715 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9716
9717         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9718         default to nil, to be able to use Gnus at all.  If the default
9719         switches to something else, then the function should be fixed not
9720         be exceedingly slow.
9721
9722 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9723
9724         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9725         fail hard.
9726
9727         * spam-report.el: Add better Keywords line.
9728
9729         * spam.el: Add Maintainer and better Keywords line.
9730
9731 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9732
9733         * gnus-art.el (gnus-article-replace-part)
9734         (gnus-mime-replace-part): New functions.
9735         (gnus-mime-action-alist, gnus-mime-button-commands)
9736         (gnus-mime-save-part-and-strip): Added file argument.
9737         (gnus-article-part-wrapper): Added interactive argument.
9738
9739         * gnus-sum.el (gnus-summary-mime-map): Add
9740         `gnus-article-replace-part'.
9741
9742 2005-09-19  Didier Verna  <didier@xemacs.org>
9743
9744         The nnml compaction feature:
9745         * nnml.el (nnml-request-compact-group): New function.
9746         * nnml.el (nnml-request-compact): New function.
9747         * gnus-int.el (gnus-request-compact-group): New function.
9748         * gnus-int.el (gnus-request-compact): New function.
9749         * gnus-group.el (gnus-group-compact-group): New function.
9750         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9751         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9752         * gnus-srvr.el (gnus-server-compact-server): New function.
9753         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9754         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9755
9756 2005-09-18  Deepak Goel  <deego@gnufans.org>
9757
9758         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9759         format spec.
9760
9761 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9764
9765 2005-09-15  Romain Francoise  <romain@orebokech.com>
9766
9767         * message.el (message-fill-paragraph): Clarify docstring.
9768
9769 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * gnus-art.el (gnus-mime-display-part): Protect against broken
9772         MIME messages.
9773
9774 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9777         before parsing header.
9778
9779 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9780
9781         * html2text.el (html2text-replace-list): Add new entities.
9782
9783 2005-09-11  Romain Francoise  <romain@orebokech.com>
9784
9785         * message.el (message-alternative-emails): Improve docstring.
9786         (message-setup-1): Call `message-use-alternative-email-as-from'
9787         after `message-setup-hook' to give it precedence over posting
9788         styles, etc.
9789         (message-use-alternative-email-as-from): Add docstring.  Remove
9790         the original From header if present.
9791
9792         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9793         (nnml-save-mail): Use it.
9794
9795         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9796         articles.  Add new argument `silent'.
9797         (gnus-uu-mark-all): Report the total number of marked articles.
9798
9799 2005-09-10  Romain Francoise  <romain@orebokech.com>
9800
9801         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9802         (gnus-uu-mark-series): Likewise.
9803
9804 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9805
9806         * spam-report.el (spam-report-gmane): Fix generation of spam
9807         report URL.
9808
9809 2005-09-10  Simon Josefsson  <jas@extundo.com>
9810
9811         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9812         t, based on discussion on the ding list with Robert Epprecht
9813         <epprecht@solnet.ch>.
9814
9815 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * spam-report.el (spam-report-gmane): Make it work without
9818         X-Report-Spam header.  Gmane now only provides Archived-At.
9819         This is only used if `spam-report-gmane-use-article-number' is nil.
9820         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9821
9822         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9823         make `gnus-summary-sort-by-recipient' work with threading.
9824
9825         * nnweb.el (nnweb-google-wash-article): Print a message if article
9826         is not available.
9827
9828 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9829
9830         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9831         change.  Decode text/* parts content before displaying.
9832
9833 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9834
9835         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9836
9837 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9840
9841         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9842         url-package-name, url-package-version,
9843         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9844         w3m-display-inline-images, and w3m-minor-mode-map.
9845
9846 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9847
9848         * message.el (message-tab-body-function): Fix mismatched custom type.
9849
9850         * gnus.el (gnus-group-change-level-function): Ditto.
9851
9852         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9853
9854         * gnus-art.el (gnus-signature-limit)
9855         (gnus-article-mime-part-function): Ditto.
9856
9857 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * mml.el (mml-mode): Silence the byte compiler.
9860
9861         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9862         using `(sit-for 0)' before moving the point to the specified part;
9863         skip unbuttonized parts.
9864         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9865         return to the summary window if gnus-auto-select-part is non-nil.
9866
9867 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9868
9869         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9870         variables.
9871         (mml-dnd-attach-file, mml-mode): Use them.
9872
9873         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9874         Make fetching article by MID work again for Google Groups.  Added
9875         FIXME concerning gnus-group-make-web-group.
9876
9877         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9878         Don't depend on Gnus by using mail-extract-address-components if
9879         gnus-extract-address-components is not bound.
9880
9881 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9882
9883         * gnus-art.el (gnus-mime-display-security): Don't display the
9884         signature, but only the signed part.
9885
9886 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9889
9890         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9891         list, not listp.
9892
9893 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9894
9895         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9896         when encoding.
9897
9898         * mm-bodies.el (mm-decode-content-transfer-encoding):
9899         De-canonicalize CRLF for all text content types, not just
9900         text/plain.
9901
9902 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9905         valid article; point arrow and cursor at the MIME button.
9906
9907 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9910         Suggested by Dan Christensen <jdc@uwo.ca>.
9911
9912         * mm-decode.el (mm-save-part): Enable change of prompt.
9913
9914 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9915
9916         * gnus-msg.el (gnus-inews-add-send-actions): Made
9917         `message-post-method' lambda parameter ARG `&optional'.
9918
9919 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9920
9921         * gnus-sum.el (gnus-summary-mime-map): Added
9922         gnus-article-save-part-and-strip, gnus-article-delete-part and
9923         gnus-article-jump-to-part.
9924
9925         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9926         (gnus-article-edit-part): Use it.
9927         (gnus-article-part-wrapper): Added no-handle argument.
9928         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9929         functions.
9930
9931 2005-08-29  Romain Francoise  <romain@orebokech.com>
9932
9933         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9934         docstring.
9935         (gnus-face-from-file): Likewise.
9936
9937 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9940         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9941         non-nil.
9942         (gnus-auto-select-part): New variable.
9943         (gnus-article-jump-to-part): New function.
9944         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9945         (gnus-mime-delete-part): Allow selecting specified part after
9946         deleting or stripping parts.
9947         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9948         part if argument is bogus.
9949
9950 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9951
9952         * gnus-art.el (w3m-minor-mode-map):
9953         * gnus-spec.el (gnus-newsrc-file-version):
9954         * gnus-util.el (nnmail-active-file-coding-system)
9955         (gnus-original-article-buffer, gnus-user-agent):
9956         * gnus.el (gnus-ham-process-destinations)
9957         (gnus-parameter-ham-marks-alist)
9958         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9959         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9960         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9961         * mm-decode.el (gnus-current-window-configuration):
9962         * mm-extern.el (gnus-article-mime-handles):
9963         * mm-url.el (url-current-object, url-package-name)
9964         (url-package-version):
9965         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9966         (smime-keys, w3m-cid-retrieve-function-alist)
9967         (w3m-current-buffer, w3m-display-inline-images)
9968         (w3m-minor-mode-map):
9969         * mml-smime.el (gnus-extract-address-components):
9970         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9971         (gnus-newsrc-hashtb, message-default-charset)
9972         (message-deletable-headers, message-options)
9973         (message-posting-charset, message-required-mail-headers)
9974         (message-required-news-headers):
9975         * mml1991.el (mc-pgp-always-sign):
9976         * mml2015.el (mc-pgp-always-sign):
9977         * nnheader.el (nnmail-extra-headers):
9978         * rfc1843.el (gnus-decode-encoded-word-function)
9979         (gnus-decode-header-function, gnus-newsgroup-name):
9980         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9981
9982 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9983
9984         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9985         the end of the date treatments.
9986
9987 2005-08-15  Simon Josefsson  <jas@extundo.com>
9988
9989         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9990         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9991         Capello and Romain Francoise.
9992         (pgg-fetch-key-function): Removed, not used?
9993         (pgg-insert-url-with-w3): Require url, to get
9994         url-insert-file-contents regardless of where it is defined.
9995
9996 2005-08-13  Romain Francoise  <romain@orebokech.com>
9997
9998         * message.el (message-cite-original-1): New function.
9999         (message-cite-original): Use it.
10000         (message-cite-original-without-signature): Ditto.
10001
10002 2005-08-08  Romain Francoise  <romain@orebokech.com>
10003
10004         * message.el (message-yank-empty-prefix): New variable.
10005         (message-indent-citation): Use it.
10006         (message-cite-original-without-signature): Respect X-No-Archive.
10007
10008 2005-08-08  Simon Josefsson  <jas@extundo.com>
10009
10010         * pgg.el: Autoload url-insert-file-contents instead of loading
10011         w3/url.
10012         (pgg-insert-url-with-w3): Don't load url here.
10013
10014 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10015
10016         * message.el (message-kill-to-signature): Don't insert newline at
10017         bol.
10018         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10019
10020 2005-08-06  Romain Francoise  <romain@orebokech.com>
10021
10022         * message.el (message-user-fqdn): Fix typo in docstring.
10023
10024 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10025
10026         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10027
10028         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10029
10030 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * mm-bodies.el (mm-encode-body): Use coding system rather than
10033         charset to encode text.
10034
10035         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10036         number of charsets if utf-8 is available (XEmacs).
10037
10038 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10039
10040         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10041         taken from `gnus-button-mid-or-mail-regexp'.
10042         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10043         (gnus-button-alist): Improve regexp for domain part of the MIDs
10044         for news:localpart@domain buttons.
10045         (gnus-button-ctan-directory-regexp): Update.
10046
10047 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * sieve-manage.el (sieve-manage-interactive-login): Use
10050         make-local-variable rather than make-variable-buffer-local.
10051         (sieve-manage-open): Ditto.
10052         (sieve-manage-authenticate): Ditto.
10053
10054         * mml.el (mml-generate-mime-1): Make the content type default to
10055         text/plain if the filename is not specified.
10056
10057 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10060         instead of insert-buffer.
10061
10062         * message.el (message-yank-original): Ditto; set the mark at the
10063         end of the yanked message.
10064
10065 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10068         lines to scroll rather than to stop it.
10069
10070         * mml.el (mml-generate-default-type): Add doc string.
10071         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10072         default to application/octet-stream when determining the content
10073         type if it is not specified for the part or the mml contents; add
10074         a comment about mml-generate-default-type.
10075
10076 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10077
10078         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10079         make it default to application/octet-stream when determining the
10080         content type if it is not specified for the external contents.
10081
10082 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10085         segmented parameter but also other parameters might be there.
10086
10087 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * mm-decode.el (mm-display-external): Delete temp file, directory
10090         and buffer immediately if the external process is exited.
10091
10092 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10095         fewer lines than that of scroll-margin.
10096         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10097
10098 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-art.el (gnus-article-next-page): Revert.
10101         (gnus-article-beginning-of-window): New macro.
10102         (gnus-article-next-page-1): Use it.
10103         (gnus-article-prev-page): Ditto.
10104         (gnus-article-edit-part): Use insert-buffer-substring instead of
10105         insert-buffer.
10106         (gnus-article-edit-exit): Ditto.
10107
10108         * gnus-util.el (gnus-beginning-of-window): Remove.
10109         (gnus-end-of-window): Remove.
10110
10111         * lpath.el: Don't bind header-line-format and scroll-margin.
10112
10113 2005-07-25  Simon Josefsson  <jas@extundo.com>
10114
10115         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10116         to have the url package without w3.  Reported by Daiki Ueno
10117         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10118
10119 2005-07-20  Didier Verna  <didier@xemacs.org>
10120
10121         * gnus-diary.el: Remove the description comment (nndiary is now
10122         properly documented in the Gnus manual).
10123         Fix the spelling of "Back End".
10124         * nndiary.el: Ditto.
10125         Fix the copyright notice.
10126
10127 2005-07-18  Romain Francoise  <romain@orebokech.com>
10128
10129         * gnus-sum.el (gnus-summary-to-prefix)
10130         (gnus-summary-newsgroup-prefix): New variables.
10131         (gnus-summary-from-or-to-or-newsgroups): Use them.
10132
10133 2005-07-17  Romain Francoise  <romain@orebokech.com>
10134
10135         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10136         space as it's generally not especially interesting to the user.
10137
10138 2005-07-16  Romain Francoise  <romain@orebokech.com>
10139
10140         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10141         nil to avoid prompting and file modification if one of the
10142         messages at the top of the nnfolder file contains a copyright
10143         notice.
10144         Update copyright notice.
10145
10146         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10147         instead of `current-time-string' as the latter creates a time
10148         string that is not RFC 2822 compliant (it lacks the zone).
10149         Update copyright notice.
10150
10151 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10152
10153         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10154         for text/rtf.  Display default in prompt.  Pass default for M-n.
10155
10156         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10157
10158 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10159
10160         * gnus-msg.el (gnus-button-mailto): Remove
10161         save-selected-window-window hackery because it relies on
10162         save-selected-window internals.
10163
10164 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10167         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10168         (gnus-article-prev-page): Ditto.
10169
10170         * gnus-util.el (gnus-beginning-of-window): New function.
10171         (gnus-end-of-window): New function.
10172
10173         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10174
10175 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10176
10177         * gnus-score.el (gnus-score-edit-all-score): Set
10178         gnus-score-edit-exit-function to gnus-score-edit-done and call
10179         gnus-message.
10180
10181 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10182
10183         * gnus-msg.el (gnus-button-mailto): Remove
10184         save-selected-window-window hackery because it relies on
10185         save-selected-window internals.
10186
10187 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10190         add-minor-mode.
10191         (gnus-binary-mode): Ditto.
10192
10193         * gnus-topic.el (gnus-topic-mode): Ditto.
10194
10195 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10196
10197         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10198         (gnus-article-prev-page): Take scroll-margin into consideration.
10199
10200 2005-07-04  Lute Kamstra  <lute@gnu.org>
10201
10202         Update FSF's address in GPL notices.
10203
10204 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10205
10206         * gnus.el (gnus-exit):
10207         * gnus-group.el (gnus-group-icons):
10208         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10209
10210         * gnus-nocem.el (gnus-nocem):
10211         * message.el (message-various, message-buffers, message-sending)
10212         (message-interface, message-forwarding, message-insertion)
10213         (message-headers, message-news, message-mail):
10214         * pgg-gpg.el (pgg-gpg):
10215         * pgg-parse.el (pgg-parse):
10216         * pgg-pgp.el (pgg-pgp):
10217         * pgg-pgp5.el (pgg-pgp5):
10218         * pop3.el (pop3): Finish `defgroup' description with period.
10219
10220 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * gnus-art.el (article-display-face): Improve the efficiency.
10223         (article-display-x-face): Ditto; remove grey x-face stuff.
10224
10225 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * gnus-art.el (article-display-face): Correct the position in
10228         which Faces are inserted.
10229
10230 2005-06-29  Didier Verna  <didier@xemacs.org>
10231
10232         * gnus-art.el (article-display-face): Display faces in correct
10233         order.
10234
10235 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10238         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10239         (gnus-nocem-check-article): Fetch the Type header.
10240         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10241         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10242         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10243         make sure gnus-nocem-hashtb is initialized.
10244         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10245         (gnus-nocem-unwanted-article-p): Ditto.
10246
10247         * pgg.el (pgg-verify): Return the verification result.
10248
10249 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10250
10251         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10252         is ascii.
10253
10254 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10255
10256         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10257         `show-nonbreak-escape'.
10258
10259 2005-06-23  Lute Kamstra  <lute@gnu.org>
10260
10261         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10262
10263         * dig.el (dig-mode):
10264         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10265
10266 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10267
10268         * nnimap.el (nnimap-split-download-body): Fix spellings.
10269
10270 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10271
10272         * gnus-art.el (gnus-article-encrypt-body):
10273         * gnus-cus.el (gnus-score-customize):
10274         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10275         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10276
10277 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10278
10279         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10280         header by looking for magic "MII" at the beginnig.
10281
10282 2005-06-16  Miles Bader  <miles@gnu.org>
10283
10284         * gnus-xmas.el (gnus-xmas-group-startup-message):
10285         Use renamed gnus-splash face.
10286
10287         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10288         (assistant-field-face): New backward-compatibility alias for renamed
10289         face.
10290         (assistant-render-text): Use renamed assistant-field face.
10291
10292         * spam.el (spam): Remove "-face" suffix from face name.
10293         (spam-face): New backward-compatibility alias for renamed face.
10294         (spam-face, spam-initialize): Use renamed spam face.
10295
10296         * message.el (message-header-to, message-header-cc)
10297         (message-header-subject, message-header-newsgroups)
10298         (message-header-other, message-header-name)
10299         (message-header-xheader, message-separator, message-cited-text)
10300         (message-mml): Remove "-face" suffix from face names.
10301         (message-header-to-face, message-header-cc-face)
10302         (message-header-subject-face, message-header-newsgroups-face)
10303         (message-header-other-face, message-header-name-face)
10304         (message-header-xheader-face, message-separator-face)
10305         (message-cited-text-face, message-mml-face):
10306         New backward-compatibility aliases for renamed faces.
10307         (message-font-lock-keywords): Use renamed message faces.
10308
10309         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10310         (sieve-test-commands, sieve-tagged-arguments):
10311         Remove "-face" suffix from face names.
10312         (sieve-control-commands-face, sieve-action-commands-face)
10313         (sieve-test-commands-face, sieve-tagged-arguments-face):
10314         New backward-compatibility aliases for renamed faces.
10315         (sieve-control-commands-face, sieve-action-commands-face)
10316         (sieve-test-commands-face, sieve-tagged-arguments-face):
10317         Use renamed sieve faces.
10318
10319         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10320         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10321         (gnus-group-news-3-empty, gnus-group-news-4)
10322         (gnus-group-news-4-empty, gnus-group-news-5)
10323         (gnus-group-news-5-empty, gnus-group-news-6)
10324         (gnus-group-news-6-empty, gnus-group-news-low)
10325         (gnus-group-news-low-empty, gnus-group-mail-1)
10326         (gnus-group-mail-1-empty, gnus-group-mail-2)
10327         (gnus-group-mail-2-empty, gnus-group-mail-3)
10328         (gnus-group-mail-3-empty, gnus-group-mail-low)
10329         (gnus-group-mail-low-empty, gnus-summary-selected)
10330         (gnus-summary-cancelled, gnus-summary-high-ticked)
10331         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10332         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10333         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10334         (gnus-summary-low-undownloaded)
10335         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10336         (gnus-summary-low-unread, gnus-summary-normal-unread)
10337         (gnus-summary-high-read, gnus-summary-low-read)
10338         (gnus-summary-normal-read, gnus-splash):
10339         Remove "-face" suffix from face names.
10340         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10341         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10342         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10343         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10344         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10345         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10346         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10347         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10348         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10349         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10350         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10351         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10352         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10353         (gnus-summary-normal-ticked-face)
10354         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10355         (gnus-summary-normal-ancient-face)
10356         (gnus-summary-high-undownloaded-face)
10357         (gnus-summary-low-undownloaded-face)
10358         (gnus-summary-normal-undownloaded-face)
10359         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10360         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10361         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10362         (gnus-splash-face):
10363         New backward-compatibility aliases for renamed faces.
10364         (gnus-group-startup-message): Use renamed gnus faces.
10365
10366         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10367         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10368         (gnus-server-agent): Remove "-face" suffix from face names.
10369         (gnus-server-agent-face, gnus-server-opened-face)
10370         (gnus-server-closed-face, gnus-server-denied-face)
10371         (gnus-server-offline-face):
10372         New backward-compatibility aliases for renamed faces.
10373         (gnus-server-agent-face, gnus-server-opened-face)
10374         (gnus-server-closed-face, gnus-server-denied-face)
10375         (gnus-server-offline-face): Use renamed gnus faces.
10376
10377         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10378         Remove "-face" suffix from face names.
10379         (gnus-picon-xbm-face, gnus-picon-face):
10380         New backward-compatibility aliases for renamed faces.
10381
10382         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10383         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10384         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10385         (gnus-cite-11): Remove "-face" suffix from face names.
10386         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10387         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10388         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10389         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10390         New backward-compatibility aliases for renamed faces.
10391         (gnus-cite-attribution-face, gnus-cite-face-list)
10392         (gnus-article-boring-faces): Use renamed gnus faces.
10393
10394         * gnus-art.el (gnus-signature, gnus-header-from)
10395         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10396         (gnus-header-content): Remove "-face" suffix from face names.
10397         (gnus-signature-face, gnus-header-from-face)
10398         (gnus-header-subject-face, gnus-header-newsgroups-face)
10399         (gnus-header-name-face, gnus-header-content-face):
10400         New backward-compatibility aliases for renamed faces.
10401         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10402
10403         * gnus-sum.el (gnus-summary-selected-face)
10404         (gnus-summary-highlight): Use renamed gnus faces.
10405         * gnus-group.el (gnus-group-highlight): Likewise.
10406
10407 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10408
10409         * gnus-sieve.el (gnus-sieve-article-add-rule):
10410         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10411         * spam-stat.el (spam-stat-buffer-change-to-spam)
10412         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10413
10414         * message.el (message-is-yours-p):
10415         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10416
10417 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * mm-view.el (mm-inline-text): Withdraw the last change.
10420
10421 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10424         executing enriched-decode.
10425
10426 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10429         charset of tar files.
10430
10431 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10432
10433         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10434
10435 2005-06-04  Lute Kamstra  <lute@gnu.org>
10436
10437         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10438         information is never recorded.
10439
10440 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10441
10442         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10443
10444 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * pop3.el (pop3-apop): Run md5 in the binary mode.
10447
10448         * starttls.el (starttls-set-process-query-on-exit-flag):
10449         Use eval-and-compile.
10450
10451 2005-05-31  Simon Josefsson  <jas@extundo.com>
10452
10453         * smime.el (smime-replace-in-string): Define.
10454         (smime-cert-by-ldap-1): Use it.
10455
10456 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * gnus-art.el (article-display-x-face): Replace
10459         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10460
10461         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10462         set-process-query-on-exit-flag or process-kill-without-query.
10463
10464         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10465         loop instead of replace-regexp.
10466
10467         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10468         instead of process-kill-without-query if it is available.
10469
10470         * lpath.el: Fbind ldap-search-entries.
10471
10472         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10473         instead of find-file-hooks if it is available.
10474
10475         * mml1991.el: Bind pgg-default-user-id when compiling.
10476
10477         * mml2015.el: Bind pgg-default-user-id when compiling.
10478
10479         * nndraft.el (nndraft-request-associate-buffer):
10480         Use write-contents-functions instead of write-contents-hooks if it is
10481         available.
10482
10483         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10484         instead of find-file-hooks if it is available.
10485
10486         * nntp.el (nntp-open-connection): Replace
10487         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10488         (nntp-open-ssl-stream): Ditto.
10489         (nntp-open-tls-stream): Ditto.
10490
10491         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10492         set-process-query-on-exit-flag or process-kill-without-query.
10493         (starttls-open-stream-gnutls): Use it instead of
10494         process-kill-without-query.
10495         (starttls-open-stream): Ditto.
10496
10497 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10498
10499         * smime.el (smime-cert-by-ldap-1): Don't use
10500         replace-regexp-in-string.
10501
10502 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10503
10504         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10505
10506         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10507         in PEM format.  Adjust to the XEmacs compability.
10508
10509 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10512         by `string-to-number'.
10513         * gnus-agent.el (gnus-agent-regenerate-group)
10514         (gnus-agent-fetch-articles): Ditto.
10515         * gnus-art.el (gnus-button-fetch-group): Ditto.
10516         * gnus-cache.el (gnus-cache-generate-active)
10517         (gnus-cache-articles-in-group): Ditto.
10518         * gnus-group.el (gnus-group-set-current-level)
10519         (gnus-group-insert-group-line): Ditto.
10520         * gnus-score.el (gnus-score-set-expunge-below)
10521         (gnus-score-set-mark-below, gnus-summary-score-effect)
10522         (gnus-summary-score-entry): Ditto.
10523         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10524         (gnus-soup-pack): Ditto.
10525         * gnus-spec.el (gnus-xmas-format): Ditto.
10526         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10527         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10528         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10529         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10530         * nndb.el (nndb-get-remote-expire-response): Ditto.
10531         * nndiary.el (nndiary-parse-schedule-value)
10532         (nndiary-string-to-number, nndiary-request-replace-article)
10533         (nndiary-request-article): Ditto.
10534         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10535         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10536         * nneething.el (nneething-make-head): Ditto.
10537         * nnfolder.el (nnfolder-request-article)
10538         (nnfolder-retrieve-headers): Ditto.
10539         * nnheader.el (nnheader-file-to-number): Ditto.
10540         * nnkiboze.el (nnkiboze-request-article): Ditto.
10541         * nnmail.el (nnmail-process-unix-mail-format)
10542         (nnmail-process-babyl-mail-format): Ditto.
10543         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10544         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10545         (nnmh-request-create-group, nnmh-request-list-1)
10546         (nnmh-request-group, nnmh-request-article): Ditto.
10547         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10548         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10549         * nnsoup.el (nnsoup-make-active): Ditto.
10550         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10551         * nntp.el (nntp-find-group-and-number)
10552         (nntp-retrieve-headers-with-xover): Ditto.
10553         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10554         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10555         (pgg-format-key-identifier): Ditto.
10556         * pop3.el (pop3-last, pop3-stat): Ditto.
10557         * qp.el (quoted-printable-decode-region): Ditto.
10558
10559         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10560         of concat.
10561
10562 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10565
10566         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10567
10568         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10569
10570         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10571
10572         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10573
10574         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10575
10576         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10577         (gnus-carpal-mode): Ditto.
10578
10579         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10580         (gnus-browse-mode): Ditto.
10581
10582         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10583
10584         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10585
10586 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10587
10588         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10589
10590 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * gnus-util.el (gnus-run-mode-hooks): New function.
10593
10594         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10595
10596         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10597         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10598
10599 2005-05-27  Lute Kamstra  <lute@gnu.org>
10600
10601         * dns-mode.el (dns-mode): Specify customization group.
10602
10603 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10604
10605         * gnus-agent.el (gnus-agent-make-mode-line-string):
10606         Use mode-line-highlight as mouse-face.
10607
10608 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * canlock.el (canlock): Change the parent group to news.
10611
10612         * deuglify.el (gnus-outlook-deuglify): Add :group.
10613
10614         * dig.el (dig): Add :group.
10615
10616         * dns-mode.el (dns-mode): Add :group.
10617
10618         * encrypt.el (encrypt): Add :group.
10619
10620         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10621         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10622         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10623         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10624         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10625
10626         * gnus-diary.el (gnus-diary): Add :group.
10627
10628         * gnus.el (gnus-group-news-1-face): Add :group.
10629         (gnus-group-news-1-empty-face): Ditto.
10630         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10631         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10632         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10633         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10634         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10635         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10636         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10637         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10638         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10639         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10640         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10641         (gnus-summary-high-ticked-face): Ditto.
10642         (gnus-summary-low-ticked-face): Ditto.
10643         (gnus-summary-normal-ticked-face): Ditto.
10644         (gnus-summary-high-ancient-face): Ditto.
10645         (gnus-summary-low-ancient-face): Ditto.
10646         (gnus-summary-normal-ancient-face): Ditto.
10647         (gnus-summary-high-undownloaded-face): Ditto.
10648         (gnus-summary-low-undownloaded-face): Ditto.
10649         (gnus-summary-normal-undownloaded-face): Ditto.
10650         (gnus-summary-high-unread-face): Ditto.
10651         (gnus-summary-low-unread-face): Ditto.
10652         (gnus-summary-normal-unread-face): Ditto.
10653         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10654         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10655
10656         * hashcash.el (hashcash): New custom group.
10657         (hashcash-default-payment): Add :group.
10658         (hashcash-payment-alist): Ditto.
10659         (hashcash-default-accept-payment): Ditto.
10660         (hashcash-accept-resources): Ditto.
10661         (hashcash-path): Ditto.
10662         (hashcash-extra-generate-parameters): Ditto.
10663         (hashcash-double-spend-database): Ditto.
10664         (hashcash-in-news): Ditto.
10665
10666         * message.el (message-minibuffer-local-map): Add :group.
10667
10668         * netrc.el (netrc): Add :group.
10669
10670         * sieve-manage.el (sieve-manage-log): Add :group.
10671         (sieve-manage-default-user): Diito.
10672         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10673         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10674         (sieve-manage-authenticators): Ditto.
10675         (sieve-manage-authenticator-alist): Ditto.
10676         (sieve-manage-default-port): Ditto.
10677
10678         * sieve-mode.el (sieve-control-commands-face): Add :group.
10679         (sieve-action-commands-face): Ditto.
10680         (sieve-test-commands-face): Ditto.
10681         (sieve-tagged-arguments-face): Ditto.
10682
10683         * smime.el (smime): Add :group.
10684
10685         * spam-report.el (spam-report): Add :group.
10686
10687         * spam.el (spam, spam-face): Add :group.
10688
10689 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690
10691         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10692         return \n.\n.\n at the end of articles.  Protect against that.
10693         (nntp-with-open-group): Allow debugging.
10694
10695         * nnheader.el (mail-header-set-extra): Make into a function
10696         because I just could't understand how to quote the list properly.
10697
10698         * dns.el (query-dns-cached): New function.
10699
10700 2005-05-26  Lute Kamstra  <lute@gnu.org>
10701
10702         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10703
10704 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10707
10708         * gnus-art.el: Don't autoload mail-extract-address-components.
10709
10710         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10711         eval-and-compile to evaluate it.
10712
10713         * hashcash.el: Don't autoload executable-find.
10714
10715         * nndb.el: Don't declare the nndb back end two or more times; don't
10716         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10717
10718         * nntp.el: Autoload format-spec instead of format; use
10719         eval-and-compile to evaluate autoload forms.
10720
10721 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10722
10723         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10724
10725 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10726
10727         * gnus.el (gnus-version-number): Bump version.
10728
10729 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10730
10731         * gnus.el: No Gnus v0.3 is released.
10732
10733 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10734
10735         * lpath.el (featurep): Bind show-nonbreak-escape.
10736
10737 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * gnus-art.el (gnus-article-edit-part): Disable undo.
10740
10741 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10744         gnus-article-date-lapsed-new-header is t if date timer is active;
10745         skip headers in which the original date value is empty.
10746         (gnus-article-save-original-date): Redefine it as a macro.
10747         (gnus-display-mime): Use it.
10748
10749 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * gnus-art.el (article-date-ut): Support converting date in
10752         forwarded parts as well.
10753         (gnus-article-save-original-date): New function.
10754         (gnus-display-mime): Use it.
10755
10756 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10757
10758         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10759         enclosure element of <item>.
10760
10761 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10762
10763         * message.el (message-kill-buffer-query): Renamed from
10764         `message-kill-buffer-query-if-modified'.  Added :version.
10765
10766 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10769         window layout.
10770
10771 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * mml.el: Autoload dnd when compiling.
10774
10775 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10776
10777         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10778         x-dnd-*.
10779
10780 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * qp.el (quoted-printable-encode-region): Save excursion.
10783
10784 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10785
10786         * message.el (message-kill-buffer-query-if-modified): Add new variable
10787         so the user can kill a modified message buffer quickly.
10788         (message-kill-buffer): Use it.
10789
10790 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * lpath.el: Fbind display-time-event-handler; don't fbind
10793         string-to-multibyte.
10794
10795         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10796
10797 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10800         contained in text because xml.el decodes entities) with LFs.
10801
10802 2005-04-11  Lute Kamstra  <lute@gnu.org>
10803
10804         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10805         differently.
10806
10807 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10808
10809         * mm-util.el (mm-detect-coding-region): Typo.
10810
10811 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10814
10815 2005-04-06  Deepak Goel  <deego@gnufans.org>
10816
10817         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10818         user-function allow user modifications of the scores.
10819         (spam-stat-score-buffer-user): New function, to allow
10820         user-computed modifications to the score.
10821         (spam-stat-score-buffer-user-functions): List of additional
10822         scoring functions.
10823         (spam-stat-error-holder): Global temporary error holder.
10824         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10825         variable.
10826
10827 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10828
10829         * gnus-registry.el (gnus-registry-clean-empty-function)
10830         (gnus-registry-trim, gnus-registry-fetch-groups)
10831         (gnus-registry-delete-group): Groups that match
10832         `gnus-registry-ignored-groups' are removed from the registry
10833         entries, not just ignored for splitting.  This helps clean up the
10834         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10835         to get all the groups a message ID is in.
10836
10837         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10838         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10839         (spam-stat-score-buffer-user-functions): Add :number custom type.
10840
10841 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10844         argument in XEmacs.
10845
10846         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10847         (nnrss-request-group): Decode group name first.
10848         (nnrss-request-article): Make a text/plain article if mml-to-mime
10849         failed.
10850         (nnrss-get-encoding): Return a compatible encoding according to
10851         nnrss-compatible-encoding-alist.
10852         (nnrss-find-el): Use consp instead of listp.
10853         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10854
10855 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10858         which Emacs 20 doesn't support.
10859         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10860
10861 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10862
10863         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10864         silence the byte compiler inside the defun.
10865
10866         * gnus-demon.el (parse-time-string): Add autoload.
10867
10868         * gnus-delay.el (parse-time-string): Add autoload.
10869
10870         * gnus-art.el (parse-time-string): Add autoload.
10871
10872         * nnultimate.el (parse-time): Require for `parse-time-string'.
10873
10874 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10877
10878         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10879
10880         * smime.el (smime-ldap-host-list): Add :version.
10881
10882 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10883
10884         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10885         pass it to `gnus-browse-read-group'.
10886         (gnus-browse-read-group): Add NUMBER argument and pass it to
10887         `gnus-group-read-ephemeral-group'.
10888
10889         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10890         argument and pass it to `gnus-group-read-group'.
10891
10892 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10893
10894         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10895         mm-xemacs-find-mime-charset-1 if we have the mule feature
10896         available at runtime.
10897
10898 2005-03-25  Werner Lemberg  <wl@gnu.org>
10899
10900         * nnmaildir.el: Replace `illegal' with `invalid'.
10901
10902 2005-03-23  Lute Kamstra  <lute@gnu.org>
10903
10904         * time-date.el: Add comment on time value formats.
10905         Don't require parse-time.
10906         (with-decoded-time-value): New macro.
10907         (encode-time-value): New function.
10908         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10909         (days-to-time): Return a valid time value when arg is huge.
10910         (time-since): Use time-subtract.
10911         (time-to-number-of-days): Use time-to-seconds.
10912
10913 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10914
10915         * gnus-start.el (gnus-display-time-event-handler):
10916         Check display-time-timer at runtime rather than only at load time
10917         in case display-time-mode is turned off in the mean time.
10918
10919 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10922         used.
10923
10924         * nneething.el (nneething-map-file-directory): Derive from
10925         `gnus-directory'.
10926
10927         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10928         the To/Cc button.
10929
10930 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10931
10932         * nnmaildir.el (nnmaildir-request-accept-article):
10933         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10934
10935 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10936
10937         * gnus-async.el: Require timer-funcs at compile time when in
10938         XEmacs for `run-with-idle-timer'.
10939
10940 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10941
10942         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10943         autoloaded function.
10944
10945 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10946
10947         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10948
10949 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10950
10951         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10952
10953 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10954
10955         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10956         gnus-expert-user to default.
10957
10958 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10959
10960         * nnimap.el (nnimap-open-server): Ditto.
10961
10962         * imap.el (imap-authenticate): Fix typo.
10963
10964 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10965
10966         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10967         buffer (since IMAP server might return FETCH response out of
10968         order, and the nntp buffer must be sorted).
10969
10970 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10971
10972         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10973         comparison on string.
10974
10975         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10976         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10977         (gnus-agent-summary-fetch-series): Modified to protect against
10978         gnus-agent-summary-fetch-group clearing processable flags.
10979         (gnus-agent-synchronize-group-flags): Update live group buffer as
10980         synchronization may occur due to the user toggle the plugged
10981         status.
10982         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10983         successfully downloaded.
10984         (gnus-agent-expire-group-1): Avoid using markers when the overview
10985         is in ascending order; greatly improves performance.
10986         (gnus-agent-regenerate-group): Use
10987         gnus-agent-synchronize-group-flags to reset read status in both
10988         gnus and server.
10989         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10990
10991 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * message.el: Don't autoload former message-utils variables.
10994         (message-strip-subject-trailing-was): Change doc string.
10995
10996         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10997         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10998         (nnweb-google-search): Add "hl=en" here.
10999         (nnweb-google-parse-1, nnweb-google-create-mapping):
11000         Don't hardcode URL.
11001
11002 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * message.el (message-get-reply-headers, message-followup):
11005         Mention related variables `message-use-followup-to' and
11006         `message-use-mail-followup-to', in the information buffer.
11007
11008         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11009         of broken groups(-beta).google.com.
11010
11011 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11012
11013         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11014         parameter to invoked gnus-request-move-article; remove the
11015         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11016         all at once instead of once per article.
11017         (gnus-summary-remove-process-mark): Accept a list of articles as
11018         well as a single article for processing.
11019
11020         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11021         parameter.
11022
11023         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11024
11025         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11026
11027         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11028         parameter.
11029
11030         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11031         parameter.
11032
11033         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11034         parameter and remove the gnus-sum-hint-move-is-internal variable.
11035
11036         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11037         parameter.
11038
11039         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11040         parameter.
11041
11042         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11043         parameter.
11044
11045         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11046
11047         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11048         parameter.
11049
11050         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11051         parameter.
11052
11053 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11054
11055         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11056         a more conservative way.
11057
11058 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11059
11060         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11061         buffer, so it moves the window's cursor.
11062
11063 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11064
11065         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11066         `mm-dissect-multipart' and receive the from field as an (optional)
11067         argument from `mm-dissect-multipart'.
11068         (mm-dissect-multipart): Receive the from field as an argument and
11069         pass it on when we call `mm-dissect-buffer' on MIME parts.
11070         Fixes verification/decryption of signed/encrypted MIME parts.
11071
11072 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11073
11074         * gnus-sum.el (gnus-summary-move-article): Set
11075         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11076         whatever it calls (right now, only nnimap-request-move article
11077         respects it).
11078
11079         * nnimap.el (nnimap-request-move-article): When
11080         gnus-sum-hint-move-is-internal is set, don't do the extra
11081         nnimap-request-article.
11082
11083 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11086
11087         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11088         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11089
11090         * gnus-sum.el (gnus-summary-caesar-message):
11091         Apply `gnus-treat-article' after rotation.
11092
11093         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11094         doc string.
11095
11096 2005-02-22  Simon Josefsson  <jas@extundo.com>
11097
11098         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11099         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11100         <arne@arnested.dk>.
11101         (encrypt): Add password-cache and password-cache-expiry as group
11102         members.
11103
11104 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11105
11106         * smime.el (smime-ldap-host-list): Doc fix.
11107         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11108         cache) password.
11109         (smime-sign-region): Use it.
11110         (smime-decrypt-region): Use it.
11111         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11112         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11113         fails.
11114         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11115         certificate from DER to PEM format rather than calling openssl.
11116
11117         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11118
11119         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11120         for signing/encryption.
11121
11122         * mml.el (mml-parse-1): Use them.
11123
11124 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11125
11126         * nnrss.el (nnrss-verbose): Removed.
11127         (nnrss-request-group): Use `nnheader-message' instead.
11128
11129 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11130
11131         * nnrss.el (nnrss-verbose): New variable.
11132         (nnrss-request-group): Make it say nnrss is requesting a group.
11133
11134 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11135
11136         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11137         Handle news URL with given port correctly.
11138
11139 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11142         containing special characters.
11143
11144         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11145
11146         * mml.el (mime-to-mml): Ditto.
11147
11148         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11149         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11150         (rfc2047-decode-region): Quote decoded words containing special
11151         characters when rfc2047-quote-decoded-words-containing-tspecials
11152         is non-nil.
11153
11154 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11155
11156         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11157
11158         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11159
11160 2005-02-15  Simon Josefsson  <jas@extundo.com>
11161
11162         * nnimap.el (nnimap-debug): Doc fix.
11163
11164         * imap.el (imap-debug): Doc fix.
11165
11166 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11169
11170 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11171
11172         * gnus.el (spam-contents): Improve docs for spam-contents
11173         parameter in its variable incarnation.
11174
11175 2005-02-14  Simon Josefsson  <jas@extundo.com>
11176
11177         * smime-ldap.el: Use require instead of load-library for ldap.
11178         (smime-ldap-search): Indent.
11179         (smime-ldap-search-internal): Shorten line.
11180
11181         * smime.el (smime-cert-by-dns): Add doc-string.
11182         (smime-cert-by-ldap-1): Indent.
11183
11184         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11185         mml-smime-get-dns-ldap.
11186         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11187
11188 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11189
11190         * smime.el: Require smime-ldap.
11191         (smime-ldap-host-list): New variable.
11192         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11193
11194         * mml-smime.el (mml-smime-encrypt-query): New function.
11195         (mml-smime-encrypt-query): Use it.
11196
11197         * smime-ldap.el: New file.
11198
11199 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11202
11203 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11204
11205         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11206         argument in doc string.  Make query for type more clear.
11207
11208 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * gnus.el (gnus-group-startup-message): Search for gnus images in
11211         etc/images/gnus.
11212         * mm-util.el (mm-image-load-path): Likewise.
11213         * smiley.el (smiley-data-directory): Search for smilies in
11214         etc/images/smilies.
11215
11216 2005-02-09  Kim F. Storm  <storm@cua.dk>
11217
11218         Change Emacs release version from 21.4 to 22.1 throughout.
11219         Change Emacs development version from 21.3.50 to 22.0.50.
11220
11221 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11224
11225         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11226         non-Mule XEmacs as well.
11227         (mm-decompress-buffer): Signal an error intentionally if it does
11228         not decompress compressed data because auto-compression-mode is
11229         disabled.
11230
11231 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11232
11233         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11234         an ID in the registry even if it has no groups.
11235
11236 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11239         merge it into mm-decompress-buffer.
11240         (gnus-mime-copy-part): Use the MIME part charset, the value which
11241         a user specified or gnus-newsgroup-charset for decoding, like
11242         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11243         save-buffer what was used.  Suggested by Kevin Ryde
11244         <user42@zip.com.au>.
11245         (gnus-mime-inline-part): Allow the name parameter as well as the
11246         filename parameter; force decompressing of compressed data; always
11247         display contents being not decoded as unibyte.
11248
11249         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11250         as well as the filename parameter.
11251
11252         * mm-util.el (mm-decompress-buffer): Merge
11253         gnus-mime-jka-compr-maybe-uncompress.
11254         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11255         of compressed data.
11256
11257 2005-02-08  Simon Josefsson  <jas@extundo.com>
11258
11259         * imap.el (imap-log): Doc fix.
11260
11261 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11264         the coding cookies; decompress compressed parts.
11265
11266         * mml.el (mml-generate-mime-1): Add the charset parameter according
11267         to the value which a user specified manually or the coding cookie.
11268
11269         * mm-util.el (mm-string-to-multibyte): New function.
11270         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11271         (mm-coding-system-to-mime-charset): New function.
11272         (mm-decompress-buffer): New function.
11273         (mm-find-buffer-file-coding-system): New function.
11274
11275         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11276         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11277         parts.
11278
11279 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11280
11281         * mm-view.el (mm-display-inline-fontify): Decode a part according
11282         to the charset parameter.
11283
11284 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11287         prefix arg is neither nil nor a number, as info specifies.
11288
11289 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11292         timestamps.
11293
11294 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11295
11296         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11297         groups error checking and notify user.
11298
11299 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11300
11301         * message.el (message-send-mail-function): Check existence of
11302         sendmail-program first before using default value
11303         `message-send-mail-with-sendmail'.  Otherwise use more generic
11304         `smtpmail-send-it'.
11305
11306 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * nntp.el (nntp-request-update-info): Always return nil.
11309
11310 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11311
11312         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11313
11314 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11315
11316         * message.el (message-beginning-of-line): Change the behavior when
11317         invoked between BOL and : so that it first moves backward.
11318
11319 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11322         article buffer when editing of the article is discarded.
11323         (gnus-article-prepare): Revert.
11324
11325 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * gnus-art.el (gnus-article-prepare):
11328         Remove message-strip-forbidden-properties from the local hook.
11329
11330 2005-01-27  Simon Josefsson  <jas@extundo.com>
11331
11332         * password.el (password-cache-add): Only start one timer per key.
11333         Reported by Derek Atkins <warlord@MIT.EDU>.
11334
11335 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11336
11337         * run-at-time.el: Removed.  It is no longer needed as
11338         timer-funcs.el in the xemacs-base package has a working version of
11339         `run-at-time'.
11340
11341         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11342
11343         * password.el: Require timer-funcs instead of run-at-time in
11344         XEmacs.
11345         Remove `password-run-at-time' macro.
11346         (password-cache-add): Use `run-at-time' instead of
11347         `password-run-at-time'.
11348
11349         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11350         Remove `nnheader-cancel-function-timers' alias,
11351         `cancel-function-timers' exists in XEmacs in timer-funcs.
11352
11353         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11354         for `run-with-idle-timer'.
11355
11356         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11357         for `run-at-time'.
11358
11359         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11360         for `with-timeout'.
11361
11362         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11363         the same as for XEmacs 21.4.
11364         No need to ignore `run-with-idle-timer', this function exists in
11365         XEmacs now in timer-funcs.el in the xemacs-base package.
11366         (dgnushack-compile): No need to delete
11367         run-at-time.el from the list of files to compile because it
11368         doesn't exist anymore.
11369
11370 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11373         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11374
11375 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11376
11377         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11378         sensitively.
11379
11380 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11381
11382         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11383
11384 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11387         which will be inserted according to the multibyteness of a buffer
11388         rather than the type of contents.  Suggested by ARISAWA Akihiro
11389         <ari@mbf.ocn.ne.jp>.
11390
11391         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11392         of string which old xml.el may return rather than a string.
11393
11394 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11397
11398 2005-01-16  Simon Josefsson  <jas@extundo.com>
11399
11400         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11401         idn/idna.el isn't available.
11402         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11403         <michael@waxrat.com>.
11404
11405         * hashcash.el: Remove non-FSF copyright header.
11406
11407         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11408         (hashcash-generate-payment): Use it.
11409         (hashcash-generate-payment-async): Use it.
11410
11411 2005-01-15  Simon Josefsson  <jas@extundo.com>
11412
11413         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11414         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11415
11416         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11417         gnus-summary-idna-message.
11418         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11419         (gnus-summary-idna-message): New function.
11420
11421 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11424         gnus-novice-user.
11425
11426 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * nnrss.el (nnrss-request-delete-group): Delete entries in
11429         nnrss-group-alist as well.
11430         (nnrss-save-server-data): Insert newline.
11431
11432 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * gnus.el (gnus-user-agent): Use list of symbols instead of
11435         symbols.  Display full version number for (S)XEmacs.  Optionally
11436         display (S)XEmacs codename.
11437
11438         * gnus-util.el (gnus-emacs-version): Update for new
11439         `gnus-user-agent'.
11440
11441         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11442         Gnus version.
11443
11444 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11445
11446         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11447         which is unreadable in some setups.
11448
11449 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * gnus-spec.el (gnus-update-format-specifications): Flush the
11452         group format spec cache if it doesn't support decoded group names.
11453
11454 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11455
11456         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11457         Allow to apply decay on score files matching a regexp.
11458
11459 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11462         compatibility in %g and %c.
11463
11464 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11467         name for only %g and %c.
11468         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11469         of gnus-tmp-group to decoded group name.
11470         (gnus-group-make-rss-group): Exclude `/'s from group names.
11471
11472 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11473
11474         * nnrss.el (nnrss-get-encoding): Fix regexp.
11475
11476 2004-12-27  Simon Josefsson  <jas@extundo.com>
11477
11478         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11479         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11480         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11481
11482 2004-12-17  Kim F. Storm  <storm@cua.dk>
11483
11484         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11485
11486         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11487
11488 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11489
11490         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11491
11492 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * nnrss.el: Require rfc2047 and mml.
11495         (nnrss-file-coding-system): New variable.
11496         (nnrss-format-string): Redefine it as an inline function.
11497         (nnrss-decode-group-name): New function.
11498         (nnrss-string-as-multibyte): Remove.
11499         (nnrss-retrieve-headers): Decode group name; don't use
11500         nnrss-format-string.
11501         (nnrss-request-group): Decode group name.
11502         (nnrss-request-article): Decode group name; allow a Message-ID as
11503         well as an article number; don't use nnrss-format-string; encode a
11504         Message-ID string which may contain non-ASCII characters; use
11505         mml-to-mime to compose a MIME article.
11506         (nnrss-request-expire-articles): Decode group name.
11507         (nnrss-request-delete-group): Decode group name.
11508         (nnrss-fetch): Clarify error message.
11509         (nnrss-read-server-data): Use insert-file-contents instead of load;
11510         bind file-name-coding-system; use multibyte buffer.
11511         (nnrss-save-server-data): Bind coding-system-for-write to the
11512         value of nnrss-file-coding-system; bind file-name-coding-system;
11513         add coding cookie.
11514         (nnrss-read-group-data): Use insert-file-contents instead of load;
11515         bind file-name-coding-system; use multibyte buffer.
11516         (nnrss-save-group-data): Bind coding-system-for-write to the
11517         value of nnrss-file-coding-system; bind file-name-coding-system.
11518         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11519         make it work with non-ASCII text.
11520         (nnrss-find-el): Make it work with old xml.el as well.
11521
11522 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11523
11524         * nnrss.el (nnrss-get-encoding): New function.
11525         (nnrss-fetch): Use unibyte buffer initially; bind
11526         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11527         decode contents according to the encoding attribute.
11528         (nnrss-save-group-data): Add coding cookie.
11529         (nnrss-mime-encode-string): New function.
11530         (nnrss-check-group): Use it to encode subject and author.
11531
11532 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11533
11534         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11535         imaginary variable.
11536
11537 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11540         correctly even if there are wide characters.
11541
11542 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11543
11544         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11545         downcased symbol names; make a new cache instead of reusing
11546         bbdb-hashtable.
11547
11548 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11551         concatenating segments rather than before concatenating them.
11552         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11553
11554         * message.el (message-get-reply-headers): Bind `extra'.
11555
11556 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11557
11558         * message.el (message-extra-wide-headers): New variable.
11559         (message-get-reply-headers): Use it.
11560
11561 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11564         (gnus-agent-group-pathname): Ditto.
11565
11566         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11567
11568         * gnus-group.el (gnus-group-make-group): Decode group name.
11569         (gnus-group-make-rss-group): Register the group data after opening
11570         the nnrss group.
11571
11572 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11573
11574         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11575         by expiry now get marked as read.
11576
11577 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11580
11581 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11582
11583         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11584         unify Latin characters in XEmacs.
11585         (mm-find-mime-charset-region): Use it.
11586
11587 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * gnus-util.el (gnus-delete-directory): New function.
11590
11591         * gnus-agent.el (gnus-agent-delete-group): Use it.
11592
11593         * gnus-cache.el (gnus-cache-delete-group): Use it.
11594
11595 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11598         names.
11599
11600 2004-12-16  Simon Josefsson  <jas@extundo.com>
11601
11602         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11603
11604 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11607
11608         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11609         (gnus-group-set-current-level): Decode group name.
11610
11611 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11612
11613         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11614         failed.
11615
11616 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11617
11618         * gnus-group.el (gnus-group-delete-group): Decode group name.
11619         (gnus-group-make-rss-group): Encode group name.
11620         (gnus-group-catchup-current): Decode group name.
11621         (gnus-group-kill-group): Decode group name.
11622
11623 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11624
11625         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11626
11627 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * gnus-group.el (gnus-group-make-rss-group):
11630         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11631
11632         * gnus-start.el (gnus-setup-news): Honor user's setting to
11633         gnus-message-archive-method.  Suggested by Lute Kamstra
11634         <lute@gnu.org>.
11635
11636 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11637
11638         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11639         global counterparts of the buffer-local variables.
11640
11641 2004-11-16  Romain Francoise  <romain@orebokech.com>
11642
11643         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11644         counterparts of the buffer-local variables.
11645
11646 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * message.el (message-forbidden-properties): Fixed typo in doc
11649         string.
11650
11651 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * gnus-util.el (gnus-replace-in-string): Added doc string.
11654
11655         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11656         to avoid problems when splitting mails with many recipients.
11657
11658 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11659
11660         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11661         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11662
11663 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11664
11665         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11666         if there is no hashtable in memory or file modification time is
11667         newer than cached timestamp.
11668
11669 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11670
11671         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11672         not-matching option.
11673
11674 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11677         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11678         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11679         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11680         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11681         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11682
11683 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * message.el (message-forward-make-body-mml): Remove headers
11686         according to message-forward-ignored-headers if a message is decoded.
11687
11688 2004-12-02  Romain Francoise  <romain@orebokech.com>
11689
11690         * message.el (message-forward-make-body-plain): Always remove
11691         headers according to message-forward-ignored-headers.
11692
11693 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11694
11695         * spam.el (spam-summary-prepare-exit): Remove the
11696         gnus-summary-limit pop for now, it has problems with ham marks for
11697         me.
11698
11699 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11700
11701         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11702         correctly.
11703
11704 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11705
11706         * format-spec.el (format-spec): Message the char.
11707
11708 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11709
11710         * gnus-art.el (gnus-split-methods): Reformat comments.
11711
11712         * spam.el (spam-summary-prepare-exit): Remove article limits
11713         before exiting the summary buffer.
11714
11715 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11718         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11719
11720         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11721         order to silence the byte compiler.
11722
11723         * spam.el: Fix the way to silence the byte compiler, which
11724         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11725         bbdb-search-simple, spam-BBDB-register-routine,
11726         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11727         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11728         spam-stat-buffer-is-spam, spam-stat-load,
11729         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11730         spam-stat-save and spam-stat-split-fancy.
11731
11732 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11735         which may confuse users.
11736         (canlock-password-for-verify): Ditto.
11737
11738         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11739
11740         * gnus-art.el (gnus-emphasis-alist): Ditto.
11741
11742         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11743
11744         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11745
11746         * gnus-start.el (gnus-save-killed-list): Ditto.
11747
11748         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11749         (gnus-sum-thread-tree-root): Ditto.
11750         (gnus-sum-thread-tree-false-root): Ditto.
11751         (gnus-sum-thread-tree-single-indent): Ditto.
11752
11753         * message.el (message-courtesy-message): Ditto.
11754         (message-archive-note): Ditto.
11755         (message-subscribed-address-file): Ditto.
11756         (message-user-fqdn): Ditto.
11757
11758         * spam-report.el (spam-report-gmane-regex): Ditto.
11759
11760         * spam.el (spam-blackhole-good-server-regex): Ditto.
11761
11762 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * mml.el (mml-preview): Widen the message buffer before copying
11765         the contents to the preview buffer; sort headers before previewing.
11766
11767         * message.el (message-hidden-headers): Fix the way to avoid a bug
11768         in the `repeat' widget in Emacs 21.3 or earlier.
11769
11770 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * message.el (message-hidden-headers): Default to "^References:".
11773         Improve customization type.  Suggested by Reiner Steib
11774         <Reiner.Steib@gmx.de>.
11775
11776 2004-11-25  Romain Francoise  <romain@orebokech.com>
11777
11778         * message.el (message-strip-forbidden-properties): Remove check for
11779         obsolete `message-hidden' text property, hidden headers are not
11780         accessible in the buffer anymore.
11781
11782 2004-11-22  Romain Francoise  <romain@orebokech.com>
11783
11784         * message.el (message-header-format-alist): Add `From' in list
11785         so that it can be sorted.
11786         (message-fix-before-sending): Widen and sort headers before
11787         sending.
11788         (message-hide-headers): Use narrowing to hide headers by moving
11789         them to the top of the buffer and narrowing to the region
11790         underneath.
11791
11792 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11793
11794         * message.el (message-strip-forbidden-properties): Bind
11795         buffer-read-only (etc) to nil.
11796
11797 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11800         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11801
11802 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11803
11804         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11805
11806 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11807
11808         * dns.el (query-dns): Use sit-for to time instead of
11809         accept-process-output, since that doesn't seem to work on udp
11810         sockets.
11811
11812 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11815
11816 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11817
11818         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11819         doc string.  Improve doc string.
11820
11821 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * nntp.el (nntp-request-update-info): Return nil if
11824         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11825         may not call gnus-activate-group which uselessly issues the GROUP
11826         commands for all nntp groups and wastes time.  Reported by Romain
11827         Francoise <romain@orebokech.com>.
11828
11829         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11830
11831 2004-11-15  Simon Josefsson  <jas@extundo.com>
11832
11833         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11834         headers separately.
11835         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11836         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11837
11838 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11839
11840         * gnus-start.el (gnus-convert-old-newsrc):
11841         Assign legacy-gnus-agent to 5.10.7.
11842
11843 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11844
11845         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11846         start of the lines.
11847
11848 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11849
11850         * hashcash.el (hashcash-default-payment): Change default to 20.
11851         (hashcash-default-accept-payment): Change default to 20.
11852         (hashcash-process-alist): New variable.
11853         (hashcash-generate-payment-async): Add.
11854         (hashcash-already-paid-p): Add.
11855         (hashcash-insert-payment): Don't generate payments twice.
11856         (hashcash-insert-payment-async): Add.
11857         (hashcash-insert-payment-async-2): Add.
11858         (hashcash-cancel-async): Add.
11859         (hashcash-wait-async): Add.
11860         (hashcash-processes-running-p): Add.
11861         (hashcash-wait-or-cancel): Add.
11862         (mail-add-payment): New optional argument.  Conditionally start
11863         asynchronous calculation.
11864         (mail-add-payment-async): Add.
11865
11866         * message.el (message-send-mail): Wait for asynchronous hashcash
11867         results.  Don't clobber existing X-Hashcash headers.
11868         (message-setup-1): Call mail-add-payment-async when
11869         message-generate-hashcash is non-nil.
11870
11871 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11872
11873         * message.el (message-use-alternative-email-as-from): Examine the
11874         From header as well; use message-make-from in order to include a
11875         user's full name.
11876
11877 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11880         default; improve customization type.
11881         (gnus-emphasis-custom-with-format): New macro.
11882         (gnus-emphasis-custom-value-to-external): New function.
11883         (gnus-emphasis-custom-value-to-internal): New function.
11884
11885 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11886
11887         * dns.el (query-dns): Resolve reverse addresses.
11888
11889 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11890
11891         * gnus-group.el (gnus-group-get-new-news): Use it.
11892
11893         * gnus-start.el (gnus-check-reasonable-setup): New function.
11894
11895 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11898         "Args out of range" error.  Reported by Arnaud Giersch
11899         <arnaud.giersch@free.fr>.
11900
11901 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11902
11903         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11904
11905 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11906
11907         * spam.el (spam group): Add :version.
11908
11909         * pgg-def.el (pgg group): Add :version.
11910
11911 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * gnus-art.el (gnus-article-edit-article): Don't associate the
11914         article buffer with a draft file.  This is a temporary measure
11915         against the 2004-08-22 change to gnus-article-edit-mode.
11916
11917 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11920         (html2text-format-tags): Remove unused variable `attr'.
11921
11922 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11923
11924         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11925
11926         * tls.el (tls-process-connection-type, tls-success)
11927         (tls-certtool-program): Add :version.
11928
11929         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11930         (starttls-extra-arguments, starttls-process-connection-type)
11931         (starttls-connect, starttls-failure, starttls-success): Add :version.
11932
11933         * spam-stat.el (spam-stat): Add :version.
11934
11935         * sieve.el (sieve): Add :version.
11936
11937         * sha1.el (sha1): Add :version.
11938         (sha1-use-external): Remove redundant version.
11939
11940         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11941         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11942         (nnmail-split-fancy-match-partial-words)
11943         (nnmail-split-lowercase-expanded): Add :version.
11944
11945         * nndiary.el (nndiary): Add :version.
11946
11947         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11948
11949         * mml-sec.el (mml-default-sign-method)
11950         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11951         Add :version.
11952
11953         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11954
11955         * mm-url.el (mm-url-use-external, mm-url-program)
11956         (mm-url-arguments): Add :version.
11957
11958         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11959         (mm-attachment-file-modes, mm-decrypt-option)
11960         (mm-w3m-safe-url-regexp): Add :version.
11961
11962         * message.el (message-cite-prefix-regexp)
11963         (message-sendmail-envelope-from, message-minibuffer-local-map)
11964         (message-user-fqdn, message-completion-alist): Add :version.
11965
11966         * gnus-win.el (gnus-configure-windows-hook)
11967         (gnus-use-frames-on-any-display): Add :version.
11968
11969         * gnus-art.el (gnus-article-address-banner-alist)
11970         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11971         (gnus-treat-from-picon, gnus-treat-mail-picon)
11972         (gnus-treat-x-pgp-sig): Add :version.
11973
11974         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11975         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11976         (gnus-summary-article-delete-hook)
11977         (gnus-summary-display-while-building): Add :version.
11978
11979         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11980         (gnus-get-top-new-news-hook): Add :version.
11981
11982         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11983         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11984
11985         * gnus-registry.el (gnus-registry): Add :version.
11986
11987         * gnus-spec.el (gnus-use-correct-string-widths)
11988         (gnus-make-format-preserve-properties): Add :version.
11989
11990         * gnus.el (gnus-group-charter-alist)
11991         (gnus-group-fetch-control-use-browse-url)
11992         (gnus-install-group-spam-parameters): Add :version.
11993
11994         * gnus-diary.el (gnus-diary): Add :version.
11995
11996         * gnus-delay.el (gnus-delay): Add :version.
11997
11998         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11999         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12000         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12001         Add :version.
12002
12003         * gnus-agent.el (gnus-agent-max-fetch-size)
12004         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12005         (gnus-agent-prompt-send-queue): Add :version.
12006
12007         * deuglify.el (gnus-outlook-deuglify): Add :version.
12008
12009         * html2text.el: Beautify code.  Improve doc strings.  Some
12010         checkdoc cleanup.
12011         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12012
12013 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12014
12015         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12016
12017 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12018
12019         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12020         when package is loaded.
12021
12022         * spam.el (spam-summary-score-preferred-header): Add global preference
12023         for people who want to override the default SpamAssassin over
12024         Bogofilter preference (when both are set).
12025         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12026         (spam-user-format-function-S): Check
12027         spam-summary-score-preferred-header.
12028         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12029         (spam-user-format-function-S): Format the score correctly.
12030
12031 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12034         signature file.  Suggested by Manoj Srivastava
12035         <srivasta@golden-gryphon.com>.
12036
12037         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12038         iso-2022-jp even in the Japanese language environment.
12039         Suggested by Jason Rumney <jasonr@gnu.org>.
12040
12041 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12044         use the same characters as the dummy marks; make it free from
12045         getting affected by the language environment.
12046         (gnus-summary-read-group-1): Update mark positions only when the
12047         format spec is updated.
12048
12049         * gnus-spec.el (gnus-update-format-specifications): Return a list
12050         of updated types.
12051
12052 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12055         of boundp to check if display-warning is available.
12056
12057 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12058
12059         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12060
12061 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * nnspool.el (nnspool-spool-directory): Use news-path if the
12064         news-directory variable is not bound.
12065
12066         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12067         function instead of display-warning if it is not available.
12068
12069 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12070
12071         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12072         v5-10: Use `point-at-bol'.
12073
12074 2004-10-26  Simon Josefsson  <jas@extundo.com>
12075
12076         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12077         <chenggao@gmail.com>.
12078
12079 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12082         instead.
12083
12084 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12085
12086         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12087         to remove a server from the nnimap-server-buffer-alist.
12088         (nnimap-open-connection, nnimap-close-server): Use it.
12089
12090         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12091
12092 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12095         running the major-mode function.
12096
12097 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12100         dummy marks in the right way.
12101
12102 2004-10-18  David Edmondson  <dme@dme.org>
12103
12104         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12105         excessively.
12106
12107 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12108
12109         * gnus-util.el (gnus-split-references): Accept a nil references
12110         string and go on blissfully.
12111
12112         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12113         cases where the references string is non-nil but has no references.
12114
12115         * encrypt.el: Add autoload tags.
12116
12117         * spam.el (spam-resolve-registrations-routine): Remove article
12118         from unregistration list too.  Reported by David Hanak
12119         <dhanak@isis.vanderbilt.edu>
12120
12121 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12124         nil.  Changed custom type.
12125
12126 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12129
12130         * gnus-sum.el (gnus-summary-move-article): Use it.
12131
12132 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12133
12134         * encrypt.el: Add autoload cookies.
12135
12136         * spam.el (spam-backend-article-list-property)
12137         (spam-backend-get-article-todo-list)
12138         (spam-backend-put-article-todo-list)
12139         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12140         Resolve registrations separately.
12141         (spam-register-routine): Format comments.
12142         (spam-unregister-routine, spam-register-routine): Always call with
12143         specific-articles, no default list.
12144         (spam-summary-prepare-exit): Use the spam-classifications function.
12145
12146         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12147         gnus-encrypt.el.
12148
12149         * encrypt.el: Copied from gnus-encrypt.el.
12150
12151         * gnus-encrypt.el: Commented that it's obsolete.
12152
12153 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12154
12155         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12156         (gnus-score-save): Use it.
12157
12158         * message.el (message-bury): Use `window-dedicated-p'.
12159
12160 2004-10-15  Simon Josefsson  <jas@extundo.com>
12161
12162         * pop3.el (top-level): Don't require nnheader.
12163         (pop3-read-timeout): Add.
12164         (pop3-accept-process-output): Add.
12165         (pop3-read-response, pop3-retr): Use it.
12166
12167 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12168
12169         * spam.el (spam-register-routine): Move comment.
12170         (spam-verify-bogofilter): Use 'unknown for the initial
12171         spam-bogofilter-valid state, not 'never.
12172
12173         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12174         for netrc-machine.
12175
12176         * nnimap.el (nnimap-open-connection): Use
12177         netrc-machine-user-or-password.
12178
12179 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12180
12181         * gnus-registry.el (gnus-registry-unload-hook):
12182         Set as a variable with add-hook.
12183
12184         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12185         of news-path.
12186
12187         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12188
12189         * spam.el: Delete duplicate `provide'.
12190         (spam-unload-hook): Set as a variable with add-hook.
12191
12192 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12193
12194         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12195         in the doc string.
12196
12197         * message.el (message-ignored-news-headers)
12198         (message-ignored-supersedes-headers)
12199         (message-ignored-resent-headers)
12200         (message-forward-ignored-headers): Improve custom type.
12201
12202 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * message.el (message-tokenize-header): Fix 2004-09-06 change
12205         which used point-min in the wrong place.
12206
12207 2004-10-12  Simon Josefsson  <jas@extundo.com>
12208
12209         * tls.el (tls-certtool-program): New variable.
12210         (tls-certificate-information): New function, based on
12211         ssl-certificate-information.
12212
12213 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * compface.el: Move the version of ELisp-based uncompface program
12216         to the contrib directory because of the copyright problem.
12217
12218 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * message.el (message-kill-buffer): Raise the current frame.
12221
12222 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12225
12226         * gnus.el (message-y-or-n-p): Autoload.
12227
12228         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12229         (pop3-password-required, pop3-authentication-scheme)
12230         (pop3-leave-mail-on-server): Made customizable.
12231         (pop3): New custom group.
12232         (pop3-retr): Remove `sleep-for' statements.
12233         Suggested by Dave Love <fx@gnu.org>.
12234
12235         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12236         Windows/DOS.
12237
12238         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12239         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12240         Dave Love <fx@gnu.org>.
12241
12242         * mml.el (mml-minibuffer-read-disposition): Require match.
12243         Suggested by Dave Love <fx@gnu.org>.
12244
12245 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12246
12247         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12248         doc string.
12249
12250 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12253
12254 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12255
12256         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12257         instead of calling `mm-insert-inline', to decode text/* parts
12258         before displaying them.
12259
12260 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * mm-uu.el (mm-uu-text-plain-type): New variable.
12263         (mm-uu-pgp-signed-extract-1): Use it.
12264         (mm-uu-pgp-encrypted-extract-1): Use it.
12265         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12266         bind mm-uu-text-plain-type with that value.
12267         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12268         mm-uu-dissect.
12269
12270 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * gnus-group.el (gnus-update-group-mark-positions):
12273         * gnus-sum.el (gnus-update-summary-mark-positions):
12274         * message.el (message-check-news-body-syntax):
12275         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12276         of string-as-multibyte.
12277
12278 2004-10-05  Juri Linkov  <juri@jurta.org>
12279
12280         * gnus-group.el (gnus-update-group-mark-positions):
12281         * gnus-sum.el (gnus-update-summary-mark-positions):
12282         * message.el (message-check-news-body-syntax):
12283         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12284         8-bit unibyte values to a multibyte string for search functions.
12285
12286 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12289         (mm-uu-dissect-text-parts): New function.
12290
12291         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12292         dissect text parts.
12293
12294         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12295         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12296
12297         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12298
12299         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12300         gnus-current-topics instead of gnus-current-topic.
12301
12302 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12303
12304         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12305
12306 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12307
12308         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12309         where approriate.
12310
12311         * nnml.el (nnml-generate-active-info): do.
12312
12313         * nndiary.el (nndiary-generate-active-info): do.
12314
12315         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12316         (gnus-topic-move): do.
12317
12318         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12319         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12320
12321         * gnus-srvr.el (gnus-server-prepare)
12322         (gnus-server-open-all-servers): do.
12323
12324         * gnus-msg.el (gnus-summary-cancel-article)
12325         (gnus-summary-resend-message)
12326         (gnus-summary-mail-crosspost-complaint): do.
12327
12328         * gnus-move.el (gnus-change-server): do.
12329
12330         * gnus-group.el (gnus-group-unmark-all-groups)
12331         (gnus-group-set-current-level): do.
12332
12333 2004-10-04  Simon Josefsson  <jas@extundo.com>
12334
12335         * message.el (message-generate-hashcash): Doc fix.
12336
12337 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12338
12339         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12340         avoid infinite recursion via gnus-get-function.
12341
12342 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12343
12344         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12345
12346         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12347
12348         * nnmail.el (nnmail-split-history): do.
12349
12350         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12351         (nnml-request-delete-group): do.
12352
12353         * nnslashdot.el (nnslashdot-read-groups): do.
12354
12355         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12356         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12357
12358         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12359         (nnspool-sift-nov-with-sed): Use last.
12360         (nnspool-retrieve-headers-with-nov): Use mapc.
12361         (nnspool-request-newgroups): Use dolist.
12362         (nnspool-request-group): Use last.
12363
12364         * nntp.el (nntp-read-server-type): Use dolist.
12365
12366         * nnvirtual.el (nnvirtual-create-mapping)
12367         (nnvirtual-update-read-and-marked): Use dolist.
12368         (nnvirtual-convert-headers): Simplify.
12369
12370 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12371
12372         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12373         support for sync'ing tick marks.
12374
12375 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12378         there's no visible header.
12379
12380 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12381
12382         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12383         necessary, pass full group name to gnus-request-set-marks.
12384
12385 2004-10-01  Simon Josefsson  <jas@extundo.com>
12386
12387         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12388         acroread.
12389
12390 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12391
12392         * spam-report.el (spam-report-gmane): Fix interactive.
12393
12394         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12395
12396         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12397         when writing file.
12398         (gnus-agent-synchronize-flags): Don't default to being
12399         interactive.
12400
12401 2004-09-30  Simon Josefsson  <jas@extundo.com>
12402
12403         * message.el (message-generate-hashcash): Add.
12404         (message-send-mail): Use it, call mail-add-payment.
12405
12406 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12407
12408         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12409
12410 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12411
12412         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12413         gnus-requst-update-info with explicit code to sync the in-memory
12414         info read flags with the marks being sync'd to the backend.
12415
12416         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12417
12418 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12419
12420         * spam.el (spam-verify-bogofilter): Add new function.
12421         (spam-check-bogofilter)
12422         (spam-bogofilter-register-with-bogofilter): Use it.
12423         (spam-verify-bogofilter): Add small fixes.
12424
12425 2004-09-28  Simon Josefsson  <jas@extundo.com>
12426
12427         * hashcash.el (hashcash-generate-payment): Revert.
12428
12429 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12430
12431         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12432         gnus-extract-references instead of gnus-split-references.
12433
12434         * gnus-util.el (gnus-extract-references): Add new function, analogous
12435         to gnus-split-references but extracts only the message-ID without
12436         anything extra.
12437
12438         * hashcash.el (hashcash-generate-payment)
12439         (hashcash-check-payment): Do the right thing if hashcash-path is
12440         nil (because the hashcash program could not be found).
12441
12442         * spam.el (spam-use-hashcash): Remove comment.
12443
12444 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12445
12446         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12447         (gnus-cache-enter-article, gnus-cache-remove-article)
12448         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12449
12450         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12451
12452         * gnus-art.el (article-hide-boring-headers)
12453         (article-translate-strings, article-display-face)
12454         (gnus-article-mime-match-handle-first)
12455         (gnus-article-highlight-headers)
12456         (gnus-article-add-buttons-to-head): do.
12457
12458 2004-09-27  Simon Josefsson  <jas@extundo.com>
12459
12460         * hashcash.el: New version, from
12461         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12462         ../contrib/.
12463
12464 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12467
12468 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12469
12470         * gnus-dup.el (gnus-dup-open): Use mapc.
12471         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12472
12473         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12474         Reported by Stefan Wiens <s.wi@gmx.net>.
12475
12476         * gnus.el (gnus-shutdown): Use dolist.
12477
12478         * gnus-undo.el (gnus-undo): Use mapc.
12479
12480         * nnrss.el (nnrss-generate-active): do.
12481
12482         * message.el (message-cite-original-without-signature)
12483         (message-cite-original): Use mapc.
12484         (message-do-actions, message-make-forward-subject): Use dolist.
12485
12486 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12487
12488         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12489         deletion to remove entire duplicate line.  Fixes merged article
12490         number bug.
12491
12492 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12493
12494         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12495         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12496         first ask if you want to open a server and then, even when you
12497         responded with no, asking if you want to synchronize the server's
12498         flags.
12499         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12500         multi-line expressions.
12501         (gnus-agent-synchronize-group-flags): New internal function.
12502         Updates marks in memory (in the info structure) AND in the
12503         backend.
12504
12505         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12506
12507         * nnagent.el (nnagent-request-set-mark): Use
12508         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12509         method, to ensure that synchronization updates marks in the
12510         backend and in the info (in memory) structure.
12511
12512 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12515         convention fully; don't miss the root article of a thread; make
12516         the X-Draft-From header with correct article numbers.
12517
12518 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12519
12520         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12521         unless plugged.  Disable the agent so that an open failure causes
12522         an error.
12523
12524         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12525         Reverted 2004-09-21 change.  The backend must be opened while
12526         synchronizing flags even when the backend stores the flags
12527         locally.
12528
12529 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12532         in `header' match.  Reported by Svend Tollak Munkejord.
12533
12534         * message.el (message-cite-original): Fix use of
12535         `message-cite-articles-with-x-no-archive'.
12536
12537 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12540         (gnus-window-to-buffer): Ditto.
12541
12542         * mml.el (mml-preview-buffer): New variable.
12543         (mml-preview): Manage window layout with gnus-buffer-configuration.
12544
12545         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12546         X-Draft-From header even if those articles aren't quoted.
12547
12548 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12549
12550         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12551         (gnus-request-set-mark, gnus-request-update-mark): Use new
12552         g-s-t-u-l-m to decide to use backend even when unplugged.
12553
12554 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12557         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12558
12559 2004-09-20  Simon Josefsson  <jas@extundo.com>
12560
12561         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12562         "utf-16-le".
12563
12564 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12565
12566         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12567
12568 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12569
12570         * uudecode.el (uudecode-use-external): Add :version.
12571
12572         * smime.el (smime-CA-file, smime-encrypt-cipher)
12573         (smime-dns-server): Add :version.
12574
12575         * smiley.el (gnus-smiley-file-types): Add :version.
12576
12577         * sha1.el (sha1-use-external): Add :version.
12578
12579         * pgg-def.el (pgg-query-keyserver): Add :version.
12580
12581         * nnmail.el (nnmail-fancy-expiry-targets)
12582         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12583         Add :version.
12584
12585         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12586         (nnimap-retrieve-groups-asynchronous): Add :version.
12587         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12588
12589         * mml.el (mml-content-disposition-parameters)
12590         (mml-insert-mime-headers-always): Add :version.
12591
12592         * mm-util.el (mm-coding-system-priorities): Add :version.
12593
12594         * mm-decode.el (mm-inline-text-html-with-images)
12595         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12596         (mm-verify-option): Add :version.
12597         (mm-text-html-renderer): Change :version.
12598
12599         * message.el (message-fcc-externalize-attachments)
12600         (message-required-headers, message-draft-headers)
12601         (message-subject-trailing-was-query)
12602         (message-subject-trailing-was-ask-regexp)
12603         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12604         (message-mark-insert-end, message-archive-header)
12605         (message-archive-note, message-cross-post-default)
12606         (message-cross-post-note, message-followup-to-note)
12607         (message-cross-post-note-function, message-use-mail-followup-to)
12608         (message-subscribed-address-functions)
12609         (message-subscribed-address-file, message-subscribed-addresses)
12610         (message-subscribed-regexps, message-allow-no-recipients)
12611         (message-yank-cited-prefix, message-signature-insert-empty-line)
12612         (message-hidden-headers, message-hierarchical-addresses)
12613         (message-mail-user-agent, message-use-idna)
12614         (message-valid-fqdn-regexp)
12615         (message-strip-special-text-properties, message-header-synonyms)
12616         (message-beginning-of-line, message-tab-body-function): Add :version.
12617         (message-insert-canlock, message-wide-reply-confirm-recipients):
12618         Change :version.
12619
12620         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12621         and :version.
12622         (mail-source-delete-old-incoming-confirm)
12623         (mail-source-movemail-program): Add :version.
12624
12625         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12626         (gnus-agent-cache, gnus-agent): Change :version.
12627
12628         * gnus-util.el (gnus-use-byte-compile): Change :version.
12629
12630         * gnus-sum.el (gnus-summary-make-false-root-always)
12631         (gnus-summary-default-high-score)
12632         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12633         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12634         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12635         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12636         (gnus-sum-thread-tree-single-indent)
12637         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12638         (gnus-sum-thread-tree-leaf-with-other)
12639         (gnus-sum-thread-tree-single-leaf): Add :version.
12640         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12641         (gnus-article-loose-mime): Change :version.
12642
12643         * gnus-start.el (gnus-backup-startup-file)
12644         (gnus-save-startup-file-via-temp-buffer): Add :version.
12645
12646         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12647         (gnus-server-offline-face): Add :version.
12648
12649         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12650
12651         * gnus-msg.el (gnus-gcc-externalize-attachments)
12652         (gnus-debug-files, gnus-debug-exclude-variables)
12653         (gnus-discouraged-post-methods): Change :version.
12654         (gnus-confirm-mail-reply-to-news)
12655         (gnus-confirm-treat-mail-like-news): Add :version.
12656
12657         * gnus-int.el (gnus-server-unopen-status): Add :version.
12658
12659         * gnus-group.el (gnus-group-jump-to-group-prompt)
12660         (gnus-large-ephemeral-newsgroup)
12661         (gnus-fetch-old-ephemeral-headers): Add :version.
12662
12663         * gnus-fun.el (gnus-x-face-directory)
12664         (gnus-convert-pbm-to-x-face-command)
12665         (gnus-convert-image-to-x-face-command)
12666         (gnus-convert-image-to-face-command): Add :version.
12667
12668         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12669
12670         * gnus-cite.el (gnus-cite-blank-line-after-header)
12671         (gnus-article-boring-faces): Add :version.
12672
12673         * gnus-art.el (gnus-buttonized-mime-types)
12674         (gnus-inhibit-mime-unbuttonizing)
12675         (gnus-treat-display-face)
12676         (gnus-treat-body-boundary): Change :version.
12677         (gnus-body-boundary-delimiter, gnus-picon-databases)
12678         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12679         (gnus-treat-date-english, gnus-treat-fold-headers)
12680         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12681         (gnus-treat-mail-picon, gnus-treat-wash-html)
12682         (gnus-article-encrypt-protocol)
12683         (gnus-use-idna, gnus-article-over-scroll)
12684         (gnus-mime-display-multipart-alternative-as-mixed)
12685         (gnus-mime-display-multipart-related-as-mixed)
12686         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12687         (gnus-ctan-url, gnus-button-ctan-handler)
12688         (gnus-button-handle-ctan-bogus-regexp)
12689         (gnus-button-ctan-directory-regexp)
12690         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12691         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12692         (gnus-button-man-level, gnus-button-emacs-level)
12693         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12694
12695         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12696         (gnus-agent-go-online): Change :version.
12697         (gnus-agent-expire-unagentized-dirs)
12698         (gnus-agent-auto-agentize-methods): Add :version.
12699
12700         * flow-fill.el (fill-flowed-display-column)
12701         (fill-flowed-encode-column): Add :version.
12702
12703         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12704         (gnus-outlook-deuglify-unwrap-max)
12705         (gnus-outlook-deuglify-cite-marks)
12706         (gnus-outlook-deuglify-unwrap-stop-chars)
12707         (gnus-outlook-deuglify-no-wrap-chars)
12708         (gnus-outlook-deuglify-attrib-cut-regexp)
12709         (gnus-outlook-deuglify-attrib-verb-regexp)
12710         (gnus-outlook-deuglify-attrib-end-regexp)
12711         (gnus-outlook-display-hook): Add :version.
12712
12713         * binhex.el (binhex-use-external): Add :version.
12714
12715 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12718         and `invisible'.
12719
12720 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12721
12722         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12723         in gnus-registry-trim.
12724
12725 2004-09-13  Simon Josefsson  <jas@extundo.com>
12726
12727         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12728
12729         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12730
12731         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12732         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12733         <yamaoka@jpl.org>.
12734         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12735         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12736         <yamaoka@jpl.org>.
12737
12738         * sieve.el (sieve-manage-mode): Ditto.
12739
12740 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12741
12742         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12743
12744 2004-09-11  Simon Josefsson  <jas@extundo.com>
12745
12746         * dns-mode.el: Add.
12747
12748         * mm-view.el (mm-display-dns-inline): Add.
12749
12750         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12751         (mm-automatic-display): Ditto.
12752
12753         * mailcap.el (mailcap-mime-data): Add text/dns.
12754         (mailcap-mime-extensions): Map .soa to text/dns.
12755
12756 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12757
12758         * gnus-art.el (article-decode-mime-words, article-babel)
12759         (gnus-article-highlight-signature, gnus-article-add-buttons)
12760         (gnus-signature-toggle): Remove unnecessary bindings of
12761         `inhibit-read-only' inherited from v5.10 merge.
12762
12763 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12764
12765         * nntp.el (nntp): New customization group.
12766         (nntp-authinfo-file): Add customization group.
12767
12768         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12769
12770         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12771
12772         * gnus.el (to-address, to-list, subscribed)
12773         (large-newsgroup-initial): Ditto.
12774
12775         * flow-fill.el (fill-flowed-display-column)
12776         (fill-flowed-encode-column): Ditto.
12777
12778 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12779
12780         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12781         Use point-min rather than 1.
12782         (message-send-mail): Use buffer-size rather than point-max.
12783
12784         * gnus-sum.el (gnus-summary-search-article-forward):
12785         Signal a specific `search-failed' rather than a generic `error'.
12786
12787         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12788         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12789         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12790
12791 2004-09-10  Simon Josefsson  <jas@extundo.com>
12792
12793         * nndb.el (require): Remove tcp and duplicate cl.
12794
12795 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus-agent.el (directory-files-and-attributes): Move forward.
12798
12799 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12800
12801         * gnus-agent.el (directory-files-and-attributes): Optionally
12802         defined to support XEmacs.
12803
12804 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12805
12806         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12807         to avoid run-time CL dependencies.
12808         (gnus-agent-unfetch-articles): New function.
12809         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12810         article numbers even when local .overview file is missing.
12811         (gnus-agent-read-article-number): New function.  Only accepts
12812         27-bit article numbers.
12813         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12814         gnus-agent-read-article-number.
12815         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12816         from backend while recognizing that article numbers in .overview
12817         must be valid.
12818         (gnus-agent-update-files-total-fetched-for): Use
12819         directory-files-and-attributes to improve performance.
12820         * gnus-int.el (gnus-request-move-article): Use
12821         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12822         improve performance.
12823
12824         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12825         some users confused by references to .newsrc when they only have a
12826         .newsrc.eld file.
12827         (gnus-convert-mark-converter-prompt)
12828         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12829         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12830         New function.  Used internally to only display 'gnus converting
12831         files' message when actually necessary.
12832
12833         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12834         methods now autoloaded.
12835
12836 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12839         identifiers.
12840
12841 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12842
12843         * gnus-picon.el: Fix indentation and closing parenthesis.
12844
12845 2004-09-01  Simon Josefsson  <jas@extundo.com>
12846
12847         * message.el (message-canlock-generate): Require sha1, not
12848         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12849         to require within a function.  Sadly, if sha1.el isn't loaded, the
12850         let binding in m-c-g will hide the defcustom definition, which is
12851         bad.)
12852
12853         * canlock.el: Require sha1, not sha1-el.
12854
12855         * message.el: Don't autoload sha1 (there is a autoload cookie in
12856         sha1.el).
12857
12858         * sha1-el.el: Renamed to sha1.el.
12859
12860 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12861
12862         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12863
12864 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12865
12866         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12867
12868 2004-08-30  Kim F. Storm  <storm@cua.dk>
12869
12870         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12871
12872         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12873         Add :group 'nnimap.
12874
12875 2004-08-30  Andreas Schwab  <schwab@suse.de>
12876
12877         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12878         ?* and ?\;.
12879
12880         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12881         and ?\' to symbol instead of whitespace.
12882
12883 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12886
12887         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12888         instead of re-search-forward.
12889
12890         * gnus-uu.el (gnus-uu-save-article): Ditto.
12891         (gnus-uu-post-encode-uuencode): Ditto.
12892
12893         * html2text.el (html2text-clean-list-items): Ditto.
12894         (html2text-clean-dtdd): Ditto.
12895         (html2text-format-tags): Ditto.
12896
12897         * message.el (message-send-mail-with-sendmail): Fix regexp.
12898         (message-fill-field-general): Use search-forward instead of
12899         re-search-forward.
12900         (unbold-region): Ditto.
12901
12902         * nnrss.el (nnrss-request-article): Ditto.
12903
12904         * nnslashdot.el (nnslashdot-request-article): Ditto.
12905
12906         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12907
12908         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12909         "Unrecognized menu descriptor" error in XEmacs.
12910
12911 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12912
12913         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12914         parent article of a sparse article in the thread hashtb.
12915
12916 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12917
12918         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12919         (nnmail-expand-newtext): Lowercase expanded entries if
12920         nnmail-split-lowercase-expanded is non-nil.
12921
12922 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12925
12926         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12927         of gnus-tmp-news-method into string under XEmacs.  It will be
12928         passed to gnus-correct-length which takes only a string argument.
12929
12930 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * gnus-util.el (gnus-bind-print-variables): New macro.
12933         (gnus-prin1): Use it.
12934         (gnus-prin1-to-string): Use it.
12935         (gnus-pp): New function.
12936         (gnus-pp-to-string): New function.
12937
12938         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12939         Replace pp-to-string with gnus-pp-to-string.
12940         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12941         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12942         * gnus-msg.el (gnus-debug): Ditto.
12943         * gnus-score.el (gnus-score-save): Ditto.
12944         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12945         gnus-pp-to-string.
12946         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12947         with gnus-pp.
12948         * score-mode.el (gnus-score-pretty-print): Ditto.
12949         * webmail.el (webmail-debug): Ditto.
12950
12951 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * gnus-art.el (article-display-face, article-display-x-face):
12954         Use buffer-read-only.
12955
12956 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * gnus-art.el (article-hide-list-identifiers):
12959         Bind inhibit-read-only as t.
12960
12961 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12962
12963         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12964
12965 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12966
12967         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12968         (gnus-narrow-to-page): Don't assume point-min == 1.
12969         (gnus-article-edit-mode): Derive from message-mode.
12970
12971         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12972         point-min == 1.
12973
12974         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12975         Disable incorrect use of `assert'.
12976
12977         * message.el (message-mode): Set comment-start-skip.
12978
12979
12980 2004-08-22  Sam Steingold  <sds@gnu.org>
12981
12982         * pop3.el (pop3-leave-mail-on-server): New user variable.
12983         (pop3-movemail): Delete mail only when it is nil.
12984
12985 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12988
12989         * mml.el (mml-preview): Use `pop-to-buffer'.
12990
12991         * message.el (message-goto-mail-followup-to): Insert after "To".
12992         (message-carefully-insert-headers): Add comment.
12993
12994         * gnus.el: Remove unused variable `gnus-article-check-size'.
12995
12996         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12997
12998         * gnus-art.el (gnus-button-alist): Improve
12999         `gnus-button-handle-library' entry.
13000
13001 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13002
13003         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13004         downcase, since XEmacs capitalizes error messages differently.
13005
13006 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13007
13008         * nntp.el: Add (require 'gnus) due to reference to
13009         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13010
13011 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13012
13013         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13014         `mm-fill-flowed'.
13015
13016         * mm-decode.el (mm-dissect-singlepart): Check it.
13017
13018 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13019
13020         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13021         'imap' for netrc parsing.
13022
13023 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * mailcap.el (mailcap-mime-data): Mark as risky.
13026
13027 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13030         may be included in the encoded word.
13031         (rfc2047-encode): Don't append a space if the encoded word
13032         includes close parenthesis.
13033
13034 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13037         of text within parentheses.
13038
13039 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13040
13041         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13042         (gnus-encrypt-write-file-contents): Make the password key the file
13043         name PLUS the cipher, not just the cipher.  Also remove failed
13044         passwords from the cache.
13045
13046 2004-08-06  Simon Josefsson  <jas@extundo.com>
13047
13048         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13049         fix.
13050
13051 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13054         LWSP.
13055
13056 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13057
13058         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13059         to append in-reply-to: data to the references: header.
13060
13061         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13062         (netrc-parse): Use gnus-encrypt.el functions.
13063
13064         * gnus-encrypt.el: Add new file for encryption support; currently
13065         does only a few GPG ciphers and an internal XOR cipher.
13066
13067         * password.el: Add comments on using password-read-and-add.
13068         (password-read-and-add): Add function to read and add the
13069         password to the cache at once.
13070
13071 2004-07-28  Simon Josefsson  <jas@extundo.com>
13072
13073         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13074         parameter (but don't use it, for now).
13075
13076         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13077         instead of hard coding to nil.
13078
13079 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13082         as mm-inline-image-xemacs does.
13083
13084 2004-07-26  Simon Josefsson  <jas@extundo.com>
13085
13086         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13087         Revert part of 2004-07-17 change below.
13088
13089 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13092         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13093
13094 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13095
13096         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13097         quotes that actually start with ">" at the beginning of the
13098         lines.
13099
13100 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * rfc2047.el (rfc2047-encode-region): Fix last change.
13103         (rfc2047-encode-parameter): Remove useless concat.
13104
13105 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13108         encode special characters; fix some kind of misconfigured headers;
13109         signal a real error if debug-on-quit or debug-on-error is non-nil.
13110         (rfc2047-encode-max-chars): New variable.
13111         (rfc2047-encode-1): Use it.
13112         (rfc2047-encode-parameter): New function.
13113
13114         * mml.el (mml-insert-parameter): Remove an excessive space.
13115
13116 2004-07-17  Simon Josefsson  <jas@extundo.com>
13117
13118         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13119         Kai Grossjohann <kai@emptydomain.de>.
13120         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13121         (gnus-group-make-menu-bar): Ditto.
13122
13123         * gnus-util.el (gnus-group-server): Add.
13124
13125 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13126
13127         * message.el (message-clone-locals): Clone sendmail and smtp
13128         variables.
13129
13130 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * rfc2047.el (rfc2047-encode-region): Fix last change.
13133
13134 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13137         characters as non-special.
13138
13139 2004-07-09  Simon Josefsson  <jas@extundo.com>
13140
13141         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13142         Users will lose all flag changes made while unplugged with
13143         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13144         good default.  See numerous reports on ding mailing list.
13145
13146 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13149         add generate-head-function and generate-article-function to the
13150         rfc822-forward entry.
13151         (nndoc-rfc822-forward-generate-article): New function.
13152         (nndoc-rfc822-forward-generate-head): New function.
13153
13154         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13155
13156 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13157
13158         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13159         respect display group parameter and gnus-summary-expunge-below.
13160         (gnus-articles-to-read): Remove unused reference to display group
13161         parameter.
13162
13163 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13164
13165         * nnheader.el (nnheader-uniquify-message-id): New experimental
13166         variable.
13167         (nnheader-nov-read-message-id): Use it.
13168
13169         * spam-report.el (spam-report-gmane): Add interactive.
13170
13171 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13174         qp-or-base64 for the application/* types.
13175
13176 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13177
13178         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13179
13180 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13181
13182         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13183         trim value.
13184
13185 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13186
13187         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13188         New macro and function.
13189         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13190
13191 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13194         after-load-alist.
13195
13196 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13197
13198         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13199         update info that isn't there.
13200
13201 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13202
13203         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13204         entry.
13205
13206 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * mm-view.el (mm-inline-render-with-function): Use multibyte
13209         buffer; decode html source by charset.
13210
13211         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13212
13213         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13214         Mule-UCS is loaded under XEmacs.
13215         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13216
13217 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13218
13219         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13220
13221 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * mm-util.el (mm-coding-system-p): Return a coding-system.
13224         (mm-mime-mule-charset-alist): Use shift_jis instead of
13225         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13226         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13227         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13228         instead of japanese-shift-jis and iso-latin-1 respectively in
13229         order to share the default value with both Emacs and XEmacs-mule.
13230         (mm-mule-charset-to-mime-charset): Make
13231         mm-coding-system-priorities effective.
13232         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13233         while predicating of candidates upon the priorities.
13234
13235 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13236
13237         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13238         gnus-uu-invert-processable.
13239
13240         * gnus.el: Autoload gnus-uu-invert-processable.
13241
13242 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * mm-util.el (mm-with-multibyte-buffer): New macro.
13245
13246         * rfc2047.el (rfc2047-encode-string): Use it.
13247         (rfc2047-encode-region): Move point to the end of the region after
13248         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13249
13250 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13253         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13254
13255 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13258         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13259         Karl Chen <quarl@nospam.quarl.org>.
13260
13261 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13262
13263         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13264         invalid addresses.
13265
13266 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13267
13268         * spam.el: Change section markers, revise TODO list.
13269         (spam-backends): Make new master list of all installed backends.
13270         (spam-summary-exit-behavior): Add new variable to determine how
13271         messages moves are done at summary exit.
13272         (spam-move-spam-nonspam-groups-only)
13273         (spam-process-ham-in-nonham-groups)
13274         (spam-process-ham-in-spam-groups): Remove variables, the
13275         spam-summary-exit-behavior variable should be used to manage this
13276         behavior.
13277         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13278         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13279         and spam-old-spam-articles.
13280         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13281         Add empty variables, placeholders for the backends they represent.
13282         (spam-set-difference): Move, unchanged.
13283         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13284         unless the user has a processor variable.
13285         (spam-classifications, spam-classification-valid-p)
13286         (spam-backend-properties, spam-backend-property-valid-p)
13287         (spam-backend-function-type-valid-p)
13288         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13289         (spam-report-articles-gmane, spam-report-articles-resend):
13290         Remove functions, they are not needed.
13291         (spam-install-backend-super, spam-backend-list)
13292         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13293         (spam-backend-function, spam-backend-ham-registration-function)
13294         (spam-backend-spam-registration-function)
13295         (spam-backend-ham-unregistration-function)
13296         (spam-backend-spam-unregistration-function)
13297         (spam-backend-statistical-p, spam-backend-mover-p)
13298         (spam-install-backend-alias, spam-install-checkonly-backend)
13299         (spam-install-mover-backend, spam-install-nocheck-backend)
13300         (spam-install-backend, spam-install-statistical-backend)
13301         (spam-install-statistical-checkonly-backend): Add backend installation
13302         support.
13303         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13304         (spam-group-processor-p): Use the new backend code and respect the
13305         summary exit behavior.
13306         (spam-mark-spam-as-expired-and-move-routine): Remove.
13307         (spam-summary-prepare): Change to use the new spam-old-articles
13308         variable.
13309         (spam-copy-or-move-routine, spam-copy-spam-routine)
13310         (spam-move-spam-routine, spam-copy-ham-routine)
13311         (spam-move-ham-routine): Add code to copy/move ham or spam.
13312         (spam-fetch-field-fast): Improve doc and code, plus allow the
13313         'number request.
13314         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13315         variables.
13316         (spam-split, spam-find-spam): Use the new backend code.
13317         (spam-registration-functions): Remove variable.
13318         (spam-unregister-routine): Add convenience wrapper.
13319         (spam-log-undo-registration, spam-register-routine)
13320         (spam-log-processing-to-registry)
13321         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13322         where possible.
13323         (spam-check-gmane-xref, spam-check-regex-headers)
13324         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13325         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13326         (spam-check-bogofilter-headers, spam-check-spamoracle)
13327         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13328         (spam-check-crm114-headers): Use the spam-split-group that
13329         spam-split prepares, no need to determine it every time.
13330
13331         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13332         to the nnheader-parse-naked-head call.
13333
13334         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13335
13336         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13337         the nnheader-nov-read-message-id call.
13338
13339 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13342         gnus-activate-group twice.  Suggested by Markus Peter
13343         <warp@spin.de>.
13344
13345 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * gnus-art.el (gnus-article-time-format): Exchange the order of
13348         day and month in the default value; fix customization type.
13349         (article-date-ut): Use add-text-properties.
13350         (article-make-date-line): Use message-make-date instead of
13351         current-time-string.
13352
13353         * message.el (message-fetch-field): Don't use set-text-properties.
13354         (message-make-date): Simplify.
13355
13356         * messagexmas.el (message-xmas-make-date): New function.
13357         (message-xmas-redefine): Defalias message-make-date to it.
13358
13359 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13362         (rfc2047-encode-region): Treat text within parentheses as special;
13363         show the original text when error has occurred.
13364
13365         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13366         already-computed method to gnus-activate-group.
13367
13368         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13369         same select-methods identical Lisp objects.
13370
13371         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13372         object when modifying the info.
13373
13374 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13377         gnus-opened-servers since it has never been opened with the new
13378         configuration yet.
13379
13380 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13383         arg to nnheader-generate-fake-message-id.
13384
13385 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13386
13387         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13388         number and build a fake message ID localized to a group and
13389         article number (so it's repeatable from that point on).
13390         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13391         ID format.
13392
13393         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13394         nnheader-generate-fake-message-id with the article number.
13395
13396 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13397
13398         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13399         end-of-buffer.
13400
13401 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13402
13403         * message.el (message-ignored-supersedes-headers): Add Approved.
13404
13405 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13408         goto-char.
13409         (rfc2047-encode): Fold the line before encoding.
13410
13411 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13412
13413         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13414         folding -- not all headers can be folded, and this should be done
13415         by the message composition mode.  Probably.  I think.
13416
13417 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13420         fast.
13421
13422         * gnus-ems.el (gnus-remove-image): Don't use
13423         message-text-with-property; remove only the image found first.
13424
13425         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13426         found first.
13427
13428 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13429
13430         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13431
13432 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * message.el (message-text-with-property): Make it fast and accept
13435         optional arguments.
13436         (message-strip-forbidden-properties): Use it.
13437         (message-fix-before-sending): Follow the m-t-w-p change.
13438
13439         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13440
13441 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * gnus-art.el (article-hide-headers): Don't change the buffer
13444         mistakenly when performing mml-preview even if
13445         gnus-single-article-buffer is nil.
13446
13447 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13448
13449         * message.el (message-expand-name-databases): New user option.
13450         (message-expand-name): Use it.
13451
13452 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13453
13454         * spam.el (spam-report-articles-resend)
13455         (spam-report-resend-register-routine): Allow ham reporting.
13456         (spam-report-resend-register-ham-routine): Add wrapper.
13457         (spam-registration-functions): Add ham resending functions.
13458         (spam-list-of-processors): Add ham resend processor.
13459
13460         * gnus.el (ham-resend-to): Add new group parameter.
13461         (spam-process): Add ham resend option.
13462
13463         * spam-report.el (spam-report-resend): Allow reporting ham.
13464         (spam-report-resend-ham): Add wrapper.
13465
13466 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13467
13468         * message.el (message-cite-articles-with-x-no-archive): New
13469         variable.
13470         (message-cite-original): Use it.
13471
13472 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13473
13474         * message.el (message-cite-original): Respect X-No-Archive.
13475
13476 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * gnus-art.el (article-hide-headers): Refer to the values for
13479         gnus-ignored-headers and gnus-visible-headers in the summary
13480         buffer since a user may have set them as group parameters.
13481
13482 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13483
13484         * assistant.el (assistant-node-name): Add convenience function.
13485         (assistant-render-text, assistant-render-node): Add error handling,
13486         plus handle multiple next nodes.
13487         (assistant-find-next-node): Comment out for now.
13488         (assistant-find-next-nodes): Add function, returns list of next
13489         nodes.
13490
13491 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13492
13493         * mail-source.el (mail-source-directory): Fix doc-string.
13494
13495 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13496
13497         * assistant.el (assistant-render-text, assistant-eval): Add :set
13498         widget type, which is different because it takes and returns a
13499         list.  Much hilarity ensues.
13500
13501 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13502
13503         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13504
13505         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13506         doc-string.
13507
13508         * gnus-start.el (gnus-activate-group): Added doc-string.
13509
13510 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13511
13512         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13513
13514 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13515
13516         * assistant.el (assistant-render-text): Try to add a :set
13517         widget, more to come.
13518
13519         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13520         strings.
13521         (spam-report-articles-resend)
13522         (spam-register-routine): Do registration iff any articles warrant
13523         it.
13524         (spam-summary-prepare-exit): Change log message for nil group
13525         destinations.
13526
13527 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13528
13529         * spam.el (spam-report-resend-register-routine): Allow
13530         spam-report-resend-to to be a group parameter or a global value.
13531
13532 2004-05-26  Simon Josefsson  <jas@extundo.com>
13533
13534         * starttls.el: Merge with my GNUTLS based starttls.el.
13535         (starttls-gnutls-program, starttls-use-gnutls)
13536         (starttls-extra-arguments, starttls-process-connection-type)
13537         (starttls-connect, starttls-failure, starttls-success): New
13538         variables.
13539         (starttls-program, starttls-extra-args): Doc fix.
13540         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13541         functions.
13542         (starttls-negotiate, starttls-open-stream): Check
13543         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13544         function if it is set.
13545
13546 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13549         structured fields.
13550
13551 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13554
13555 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13556
13557         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13558         variable.
13559         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13560         assigning the spam-mark to new messages.
13561
13562 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13563
13564         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13565
13566 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13569
13570         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13571         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13572         default.
13573
13574 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13575
13576         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13577         correct data.
13578
13579 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13580
13581         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13582         (spam-group-processor-p): Fix function.
13583         (spam-group-processor-multiple-p)
13584         (spam-group-spam-processor-report-gmane-p)
13585         (spam-group-spam-processor-report-resend-p)
13586         (spam-group-spam-processor-bogofilter-p)
13587         (spam-group-spam-processor-blacklist-p)
13588         (spam-group-spam-processor-ifile-p)
13589         (spam-group-ham-processor-ifile-p)
13590         (spam-group-spam-processor-spamoracle-p)
13591         (spam-group-spam-processor-crm114-p)
13592         (spam-group-ham-processor-bogofilter-p)
13593         (spam-group-spam-processor-stat-p)
13594         (spam-group-ham-processor-stat-p)
13595         (spam-group-ham-processor-whitelist-p)
13596         (spam-group-ham-processor-BBDB-p)
13597         (spam-group-ham-processor-spamoracle-p)
13598         (spam-group-ham-processor-copy-p): Remove functions with some
13599         prejudice against unneeded code.
13600         (spam-report-articles-resend)
13601         (spam-report-resend-register-routine): Allow the group/topic
13602         spam-resend-to value to override spam-report-resend-to.
13603         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13604         properly now.
13605
13606         * gnus.el (spam-resend-to): Add group/topic parameter.
13607         (spam-process): Move the OBSOLETE processors to the end of the
13608         choices.
13609
13610 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13611
13612         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13613         with resend-to set to nil, and then ask the user if necessary.
13614         (spam-report-resend): spam-report-resend takes a list of articles, not
13615         separate article numbers.
13616
13617 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13620         addition to emacs-w3m.
13621
13622 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13623
13624         * assistant.el (assistant-authinfo-data): New function.
13625         (assistant-eval): Eval for entire assistant.
13626
13627         * netrc.el (netrc-services-file): New variable.
13628         (netrc-parse-services): New function.
13629         (netrc-find-service-name): New function.
13630         (netrc-find-service-number): New function.
13631         (netrc-port-equal): New function.
13632         (netrc-machine): Use it.
13633
13634         * nnimap.el (nnimap-open-connection): Use netrc.
13635
13636         * gnus-util.el (gnus-netrc-get): Remove aliases.
13637
13638         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13639
13640         * assistant.el (wid-edit): Fix compilation.
13641
13642         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13643
13644 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13645
13646         * gnus-util.el (gnus-set-file-modes): New function.  (small
13647         patch).
13648
13649 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13650
13651         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13652
13653         * assistant.el (assistant-render-node): Fix up rendering and
13654         read-only text.
13655         (assistant-render-node): Reset.
13656         (assistant-make-read-only): Not sticky.
13657
13658 2004-05-20  Danny Siu  <dsiu@adobe.com>
13659
13660         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13661         centered even when gnus-auto-center-summary is t.
13662
13663 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13664
13665         * dns.el (dns-get-txt-answer): New function.
13666         (dns-read-txt): Ditto.
13667         (query-dns): Use it.
13668
13669 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13672         active for foreign groups even if the group level is higher than
13673         the specified value.
13674
13675 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13676
13677         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13678         non-active groups.
13679
13680         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13681
13682 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13683
13684         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13685
13686 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13687
13688         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13689         (spam-crm114-header, spam-crm114-spam-switch)
13690         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13691         (spam-crm114-positive-spam-header)
13692         (spam-crm114-database-directory, spam-list-of-processors)
13693         (spam-group-spam-processor-crm114-p)
13694         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13695         (spam-generic-score, spam-list-of-checks)
13696         (spam-list-of-statistical-checks, spam-registration-functions)
13697         (spam-check-crm114-headers, spam-crm114-score)
13698         (spam-check-crm114, spam-crm114-register-with-crm114)
13699         (spam-crm114-register-spam-routine)
13700         (spam-crm114-unregister-spam-routine)
13701         (spam-crm114-register-ham-routine)
13702         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13703         asjo@koldfront.dk (Adam Sjøgren).
13704
13705         * gnus.el: Add spam-use-crm114.
13706
13707         * spam.el (spam-list-of-processors, spam-registration-functions):
13708         Add spam-use-resend.
13709         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13710         (spam-report-articles-gmane): Add doc fix.
13711         (spam-report-articles-resend, spam-report-resend-register-routine):
13712         Add wrappers around spam-report-resend-to.
13713
13714         * spam-report.el (spam-report-resend-to, spam-report-resend):
13715         Add support for resending spam.
13716         (spam-report-gmane): Fix line length >80.
13717
13718         * gnus.el (spam-process): Add spam-use-resend.
13719
13720 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13721
13722         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13723         number of processed spam messages.
13724         (spam-ham-copy-or-move-routine): Return the number of processed
13725         ham messages.
13726         (spam-summary-prepare-exit): Use the above values to decide
13727         whether status messages shouled be displayed.
13728
13729 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13732         `rfc2047-encoding-function-alist' in order to avoid conflicting
13733         with the old version.
13734         (rfc2047-encode-region): Concatenate words containing non-ASCII
13735         characters in structured fields; don't encode space-delimited
13736         ASCII words even in unstructured fields; don't break words at
13737         char-category boundaries.
13738         (rfc2047-encode-1): New function.
13739         (rfc2047-encode): Use it; encode text so that it occupies the
13740         maximum width within 76-column; work correctly on Q encoding for
13741         iso-2022-* charsets.
13742         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13743         sure not to break a line just after the header name.
13744         (rfc2047-b-encode-region): Removed.
13745         (rfc2047-b-encode-string): New function.
13746         (rfc2047-q-encode-region): Removed.
13747         (rfc2047-q-encode-string): New function.
13748
13749         * mm-util.el (mm-replace-in-string): New function.
13750
13751 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13752
13753         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13754         get it right.
13755         (gnus-inews-make-draft): Really.
13756
13757 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13758
13759         * nnmh.el (nnmh-request-list-1): Don't check the link count
13760         before descending.  (small patch)
13761
13762 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13763
13764         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13765         stuff.
13766
13767         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13768         on real group name.
13769
13770         * gnus-art.el (gnus-signature-limit): Doc fix.
13771
13772         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13773
13774         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13775
13776 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13777
13778         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13779         isn't a string.
13780
13781 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13782
13783         * gnus-draft.el (gnus-draft-send): Bind
13784         rfc2047-encode-encoded-words.
13785
13786         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13787         (rfc2047-encodable-p): Say that =? needs encoding.
13788         (rfc2047-encode-encoded-words): New variable.
13789
13790         * gnus-group.el (gnus-group-select-group): Doc fix.
13791
13792         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13793
13794         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13795         to nil.
13796
13797         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13798
13799         * nnheader.el (nnheader-get-lines-and-char): New function.
13800
13801 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13802
13803         * gnus-msg.el (gnus-summary-followup-with-original): Document
13804         yanking of region when active.
13805
13806 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13809         groups if the group level is higher than the specified value.
13810
13811 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13812
13813         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13814         (gnus-group-jump-to-group): Added prefix argument using
13815         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13816         non-active group.
13817
13818         * compface.el (uncompface): Be verbose when changing
13819         `uncompface-use-external'.
13820
13821         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13822         handle manual section.
13823
13824 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13825
13826         * gnus-art.el (gnus-button-alist): Revert previous change.
13827
13828 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13829
13830         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13831
13832 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13833
13834         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13835         whether backend can accept message.
13836
13837         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13838
13839 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13840
13841         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13842         Avoid creating directory when nntp-marks-is-evil is true.
13843         Reported by Reiner Steib.
13844
13845 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * gnus-picon.el (gnus-picon-style): New variable.
13848         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13849         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13850         Jesper Harder <harder@ifa.au.dk>.
13851
13852 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13853
13854         * message.el (message-fill-field): Return point.
13855         (message-generate-headers): Go to end of field.
13856
13857         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13858         stuff for non-living groups.
13859
13860 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13861
13862         * gnus-art.el (gnus-article-followup-with-original)
13863         (gnus-article-reply-with-original): gnus-mark-active-p ->
13864         gnus-region-active-p.
13865
13866 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13867
13868         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13869         only when there is spam or ham to be processed.
13870
13871 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13872
13873         * mail-source.el (mail-source-delete-crash-box): Refactor.
13874         (mail-source-fetch): Use it.
13875         (mail-source-fetch-file): Ditto.
13876         (mail-source-fetch-directory): Run postscript in loop.
13877         (mail-source-fetch-pop): Delete.
13878         (mail-source-fetch-maildir): Ditto.
13879         (mail-source-fetch-imap): Ditto.
13880
13881         * imap.el (imap-authenticators): Comment out sasl.
13882
13883         * message.el (message-skip-to-next-address): New function.
13884         (message-fill-header-address): Refactor.
13885         (message-fill-address): Use it.
13886         (message-delete-address): Use it.
13887         (message-fill-header-general): Refactor.
13888         (message-fill-field-address): Rename.
13889         (message-narrow-to-field): Find the start of the header.
13890         (message-header-format-alist): Don't pre-fill.
13891         (message-fill-header): Removed.
13892         (message-insert-header): New function.
13893         (message-shorten-references): Use it.
13894
13895         * rfc2047.el (rfc2047-field-value): Strip props.
13896
13897         * mail-parse.el (mail-header-make-address): New alias.
13898
13899         * ietf-drums.el (ietf-drums-make-address): New function.
13900
13901         * imap.el: Add compiler directives.
13902
13903         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13904
13905         * gnus-art.el (article-decode-idna-rhs): Don't use
13906         message-idna-inside-rhs-p.
13907
13908 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13909
13910         * message.el (message-idna-inside-rhs-p): Removed.
13911         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13912
13913         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13914         false positives.
13915
13916 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13917
13918         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13919
13920 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13921
13922         * nneething.el (nneething-file-name): Don't create spurious
13923         files.
13924
13925         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13926         (gnus-inews-do-gcc): Remove sleep.
13927
13928         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13929         part under point.
13930
13931         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13932         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13933
13934 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13935
13936         * spam.el (spam-summary-prepare-exit): Fixed (length).
13937
13938 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13939
13940         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13941         as expired without moving it" message when there are spam
13942         messages left.
13943
13944 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13945
13946         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13947         header is not nil.
13948
13949 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13950
13951         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13952         nntp-possibly-create-directory, not nntp-possibly-change-group.
13953         (nntp-marks-changed-p): New arg SERVER.
13954         (nntp-request-update-info): Adjust caller.
13955
13956 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13957
13958         * nntp.el (nntp-save-marks): Pass missing arg.
13959
13960 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13961
13962         * nntp.el: Support marks.
13963         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13964         (nntp-marks-modtime, nntp-marks-directory): New variables.
13965         (nntp-request-set-mark, nntp-request-update-info)
13966         (nntp-possibly-create-directory, nntp-marks-changed-p)
13967         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13968         functions.
13969
13970 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13971
13972         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13973         (gnus-xmas-redefine): Rename.
13974
13975         * gnus-score.el (gnus-score-insert-help): Use
13976         gnus-select-lowest-window.
13977
13978         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13979         appt-select-lowest-window and rename to gnus-select-lowest-window.
13980
13981         * gnus.el: do.
13982
13983 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13984
13985         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13986         encodings of MIME-encoded words, in order to improve
13987         interoperability with several broken MUAs.
13988
13989 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13990
13991         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13992         tags, only when charsets are not specified in headers.
13993         (mm-inline-text-html-render-with-w3m): Ditto.
13994
13995         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13996         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13997
13998 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13999
14000         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14001         instead of MIME-decoded from fields when checking
14002         `gnus-article-address-banner-alist'.
14003
14004 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14005
14006         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14007         description rather than subject.
14008
14009 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14010
14011         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14012
14013 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14014
14015         * gnus.el (gnus-version-number): Bump.
14016
14017 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14018
14019         * gnus.el: No Gnus v0.2 is released.
14020
14021 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14022
14023         * gnus-agent.el (gnus-agent-read-agentview): Inline
14024         gnus-uncompress-range.
14025
14026 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14027
14028         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14029         `exec-installed-p'.
14030
14031 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14032
14033         * gnus.el (spam-process, spam-autodetect-methods): Add
14034         bsfilter and bsfilter-headers.
14035
14036         * spam.el (spam-bsfilter): New customize group.
14037         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14038         (spam-bsfilter-header, spam-bsfilter-probability-header)
14039         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14040         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14041         (spam-bsfilter-database-directory): New options.
14042         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14043         (spam-list-of-statistical-checks, spam-registration-functions):
14044         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14045         (spam-bsfilter-score): New command.
14046         (spam-check-bsfilter-headers, spam-check-bsfilter)
14047         (spam-bsfilter-register-with-bsfilter)
14048         (spam-bsfilter-register-spam-routine)
14049         (spam-bsfilter-unregister-spam-routine)
14050         (spam-bsfilter-register-ham-routine)
14051         (spam-bsfilter-unregister-ham-routine): New functions.
14052         (spam-generic-score): Support bsfilter; Accept an optional argument
14053         to recalcurate spam score even if scoring header has already been
14054         added.
14055         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14056         optional argument to recalcurate spam score even if scoring header
14057         has already been added.
14058
14059 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14060
14061         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14062         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14063         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14064         link is missing.
14065
14066 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14067
14068         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14069         (html2text-get-attr): Rewrite.
14070
14071         * message.el (message-setup-1): Remove redundant put-text-property
14072         on mail-header-separator.
14073
14074 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14075
14076         * gnus-registry.el (gnus-registry-cache-whitespace)
14077         (gnus-registry-action, gnus-registry-spool-action)
14078         (gnus-registry-split-fancy-with-parent): Change message levels
14079         from 5 to 3 or 7, as needed.
14080
14081         * spam.el (spam-summary-prepare-exit)
14082         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14083         (spam-split, spam-find-spam, spam-log-undo-registration)
14084         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14085         level from 5 to 6.
14086
14087 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14088
14089         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14090         2004-03-04 change).
14091
14092 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14093
14094         * sieve-manage.el (sieve-manage-open):
14095         * nnweb.el (nnweb-insert-html):
14096         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14097         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14098         * nnspool.el (nnspool-request-group):
14099         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14100         * nnml.el (nnml-request-update-info):
14101         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14102         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14103         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14104         (nnimap-request-set-mark):
14105         * nnfolder.el (nnfolder-request-update-info):
14106         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14107         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14108         * gnus-uu.el (gnus-uu-find-articles-matching):
14109         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14110         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14111         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14112         * gnus-nocem.el (gnus-nocem-scan-groups):
14113         * gnus-int.el (gnus-start-news-server):
14114         * gnus-group.el (gnus-group-make-kiboze-group)
14115         (gnus-group-browse-foreign-server):
14116         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14117         Use mapc when appropriate.
14118
14119 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14120
14121         FIXME: Make separate entries for each person.
14122
14123         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14124         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14125         <shields@msrl.com>:
14126
14127         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14128         may need for spam sorting and scoring.
14129         (spam-user-format-function-S): Add user format function suitable for
14130         general use.
14131         (spam-article-sort-by-spam-status): Add sorting function for summary
14132         sorting.
14133         (spam-extra-header-to-number): Add function to get a score from a
14134         header.
14135         (spam-summary-score): Add function to get a numeric score from the
14136         headers.
14137         (spam-generic-score): Fix function doc, was in wrong place.
14138         (spam-initialize): Take symbols when it's run, and install the
14139         extra headers that spam-necessary-extra-headers thinks we need.
14140
14141 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14142
14143         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14144         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14145
14146 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14147
14148         * gnus-sum.el (gnus-set-global-variables)
14149         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14150         (gnus-article-get-xrefs, gnus-summary-best-group)
14151         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14152         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14153         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14154         Use with-current-buffer.
14155
14156 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14157
14158         * spam.el (spam-summary-prepare-exit): Simplify logic.
14159         (spam-fetch-article-header): Read the article header if it's not
14160         available.
14161         (spam-list-articles): Simplify logic.
14162         (spam-filelist-register-routine): Fix bug with unregister-list.
14163
14164         * gnus-registry.el: Fix comments at beginning.
14165
14166 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14167
14168         * message.el (message-cater-to-broken-inn): Remove.
14169         (message-shorten-references): Make sure the total folded length of
14170         References is shorter than 998 characters to cater to a bug in INN
14171         2.3.  Also, don't pretend that references aren't folded -- this
14172         hasn't worked for a while.
14173
14174 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14175
14176         * gnus-agent.el (gnus-agentize):
14177         gnus-agent-send-mail-real-function no longer set to current value
14178         of message-send-mail-function but rather a lambda that calls
14179         message-send-mail-function.  The change makes the agent real-time
14180         responsive to user changes to message-send-mail-function.
14181
14182 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14183
14184         * legacy-gnus-agent.el
14185         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14186         help from Florian Weimer <fw@deneb.enyo.de>
14187
14188 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * nnmail.el (nnmail-cache-insert): Revert last change.
14191
14192 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * nnmail.el (nnmail-cache-insert): Always check whether
14195         nnmail-cache-ignore-groups matches a group name.
14196
14197 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14198
14199         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14200         (spam-find-spam, spam-log-processing-to-registry)
14201         (spam-log-registered-p, spam-log-unregistration-needed-p)
14202         (spam-log-undo-registration): Use gnus-message instead of
14203         gnus-error, none of these errors are fatal.
14204
14205         * gnus-registry.el (gnus-registry-clean-empty-function)
14206         (gnus-registry-clean-empty): Remove only empty entries without
14207         extra data.
14208
14209 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14210
14211         * spam-stat.el (spam-stat-buffer-change-to-spam)
14212         (spam-stat-buffer-change-to-non-spam): Change (error) to
14213         (gnus-message 8) invocation.
14214
14215 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * nntp.el (nntp-via-netcat-command): New variable.
14218         (nntp-via-netcat-switches): New variable.
14219         (nntp-open-via-rlogin-and-netcat): New function.
14220         (nntp-open-connection-function): Doc fix.
14221         (nntp-telnet-command): Doc fix.
14222         (nntp-end-of-line): Doc fix.
14223         (nntp-via-rlogin-command): Doc fix.
14224         (nntp-via-user-name): Doc fix.
14225         (nntp-via-address): Doc fix.
14226
14227 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14230         error in Emacs 21.1.
14231
14232 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14233
14234         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14235
14236 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14237
14238         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14239         (gnus-agent-with-refreshed-group): New macro.
14240         (gnus-agent-rename-group): New function.
14241         (gnus-agent-delete-group): New function.
14242         (gnus-agent-save-group-info): Use gnus-command-method when
14243         `method' parameter is nil.  Don't write nil entries into the
14244         active file.
14245         (gnus-agent-get-group-info): New function.
14246         (gnus-agent-fetch-articles): Use
14247         gnus-agent-update-files-total-fetched-for to increment disk space
14248         used.
14249         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14250         gnus-agent-update-view-total-fetched-for to increment disk space
14251         used.
14252         (gnus-agent-get-local): Added optional parameters to avoid calling
14253         gnus-group-real-name and gnus-find-method-for-group.
14254         (gnus-agent-set-local): Delete stored entry if either min, or max,
14255         are nil.
14256         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14257         quit, use gnus-agent-regenerate-group to record existance of any
14258         articles fetched to disk before the quit occurred.
14259         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14260         gnus-agent-update-view-total-fetched-for, and
14261         gnus-agent-update-files-total-fetched-for to decrement disk space
14262         used.
14263         (gnus-agent-retrieve-headers): Use
14264         gnus-agent-update-view-total-fetched-for to increment disk space
14265         used.
14266         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14267         with gnus-agent-update-files-total-fetched-for to decrement disk
14268         space and fresh group buffer.
14269         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14270         (gnus-agent-need-update-total-fetched-for): New variable.
14271         (gnus-agent-update-files-total-fetched-for): New function.
14272         (gnus-agent-update-view-total-fetched-for): New function.
14273         (gnus-agent-total-fetched-for): New function.
14274
14275         * gnus-cache.el (gnus-cache-save-buffers): Use
14276         gnus-cache-update-overview-total-fetched-for to change disk space
14277         used by this group.
14278         (gnus-cache-possibly-enter-article): Use
14279         gnus-cache-update-file-total-fetched-for to increment disk space
14280         used by this group.
14281         (gnus-cache-possibly-remove-article): Use
14282         gnus-cache-update-file-total-fetched-for to decrement disk space
14283         used by this group.
14284         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14285         (gnus-cache-rename-group): New function.
14286         (gnus-cache-delete-group): New function.
14287         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14288         (gnus-cache-need-update-total-fetched-for): New variable.
14289         (gnus-cache-with-refreshed-group): New macro.
14290         (gnus-cache-update-file-total-fetched-for): New function.
14291         (gnus-cache-update-overview-total-fetched-for): New function.
14292         (gnus-cache-rename-group-total-fetched-for): New function.
14293         (gnus-cache-delete-group-total-fetched-for): New function.
14294         (gnus-cache-total-fetched-for): New function.
14295
14296         * gnus-group.el: Require gnus-sum and autoload functions to
14297         resolve warnings when gnus-group.el compiled alone.
14298         (gnus-group-line-format): Documented new %F.
14299         (size of Fetched data) group line format; identifies disk space
14300         used by agent and cache.
14301         (gnus-group-line-format-alist): Defined new F format.
14302         (gnus-total-fetched-for): New function.
14303         (gnus-group-delete-group): No longer update
14304         gnus-cache-active-altered as gnus-request-delete-group now keeps
14305         the cache in sync.
14306         (gnus-group-list-active): Let the agent store a server's active
14307         list if currently plugged.
14308
14309         * gnus-int.el (gnus-request-delete-group):
14310         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14311         local disk in sync with the server.
14312         (gnus-request-rename-group):
14313         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14314         local disk in sync with the server.
14315
14316         * gnus-start.el (gnus-get-unread-articles):
14317         Cosmetic simplification to logic.
14318
14319         * gnus-util.el (gnus-rename-file): New function.
14320
14321 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14322
14323         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14324
14325 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14326
14327         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14328         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14329
14330 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14331
14332         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14333         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14334
14335 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14336
14337         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14338
14339 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14340
14341         * spam.el (spam-set-difference): Add function to replace
14342         gnus-set-difference in spam.el.
14343         (spam-summary-prepare-exit): Use spam-set-difference.
14344
14345 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14346
14347         * gnus-registry.el (gnus-registry-cache-file): Update to use
14348         gnus-dribble-directory OR gnus-home-directory OR ~.
14349         (gnus-registry-split-fancy-with-parent): Fix doc.
14350
14351 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * message.el (message-exchange-point-and-mark): Use
14354         message-mark-active-p.  Suggested by Jesper Harder
14355         <harder@ifa.au.dk>.
14356
14357 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * message.el (message-exchange-point-and-mark): Don't activate
14360         region if it was inactive.  Suggested by Hiroshi Fujishima
14361         <pooh@nature.tsukuba.ac.jp>.
14362
14363 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * gnus-art.el (article-display-face): Display Faces in the same
14366         order as X-Faces.
14367
14368 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14371
14372 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14375         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14376         (gnus-article-mime-hierarchy): Remove.
14377         (gnus-article-mime-hierarchy-next): Remove.
14378         (gnus-article-mode): Revert 2004-03-19 change.
14379         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14380         (gnus-insert-mime-button): Revert 2004-03-19 change.
14381         (gnus-mime-accumulate-hierarchy): Remove.
14382         (gnus-mime-enter-multipart): Remove.
14383         (gnus-mime-leave-multipart): Remove.
14384         (gnus-mime-display-part): Revert 2004-03-19 change.
14385         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14386
14387         * mml.el (mml-preview): Revert 2004-03-19 change.
14388
14389 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14390
14391         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14392
14393 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14396         t while entering a file name using the mm-with-multibyte macro.
14397         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14398
14399         * mm-util.el (mm-with-multibyte): New macro.
14400
14401 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14404         user option.
14405         (gnus-mime-multipart-functions): Doc and customization fix.
14406         (gnus-article-mime-hierarchy): New variable.
14407         (gnus-article-mime-hierarchy-next): New variable.
14408         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14409         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14410         gnus-article-mime-hierarchy-next to nil.
14411         (gnus-insert-mime-button): Show hierarchy numbers.
14412         (gnus-mime-accumulate-hierarchy): New function.
14413         (gnus-mime-enter-multipart): New function.
14414         (gnus-mime-leave-multipart): New function.
14415         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14416         (gnus-mime-display-alternative): Show hierarchy numbers.
14417
14418         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14419         gnus-article-mime-hierarchy-next to nil.
14420
14421 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14422
14423         * dns.el: Don't require gnus-xmas.
14424
14425 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14426
14427         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14428         inline PGP.
14429         (mml-menu): Disable mml-quote-region if mark is inactive.
14430
14431 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14434         when the group's active is not available.
14435
14436 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14439         error.
14440
14441 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14442
14443         * imap.el (imap-store-password): New variable.
14444         (imap-interactive-login): Use it.
14445         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14446
14447 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14450         window-start and hscroll to summary window.
14451
14452 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14453
14454         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14455         conversion message to newsrc-dribble when an actual conversion is
14456         performed.
14457
14458 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14459
14460         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14461
14462 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * mm-decode.el (mm-complicated-handles): New function reviving
14465         former definition of mm-multiple-handles.
14466
14467         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14468         (gnus-mime-delete-part): Use it.
14469
14470 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14471
14472         * gnus-agent.el (gnus-agent-read-local): Bind
14473         nnheader-file-coding-system to gnus-agent-file-coding-system to
14474         avoid the implicit assumption that they will always be equal.
14475         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14476         coding-system-for-write, as the with-temp-file macro first prints
14477         to a buffer then saves the buffer.
14478
14479 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * gnus-art.el (gnus-article-edit-part): New function.
14482         (gnus-mime-save-part-and-strip): Use it; do query instead of
14483         signaling an error; don't use mm-multiple-handles.
14484         (gnus-mime-delete-part): Ditto.
14485
14486 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14487
14488         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14489         old file versions.
14490         (gnus-group-prepare-hook): Removed function that converted list
14491         form of gnus-agent-expire-days to group properties.
14492
14493         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14494         (gnus-request-accept-article): Re-indented.
14495
14496         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14497         converters to handle old agent file formats.  Added logic for a
14498         "backup before upgrading warning".
14499         (gnus-convert-mark-converter-prompt): Developers can mark
14500         functions as needing (default), or not needing,
14501         gnus-convert-old-newsrc's "backup before upgrading warning".
14502         (gnus-convert-converter-needs-prompt): Tests whether the user
14503         should be protected from potentially irreversable changes by the
14504         function.
14505
14506         * legacy-gnus-agent.el: New.  Provides converters that are only
14507         loaded when gnus-convert-old-newsrc needs to call them.
14508
14509 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * mail-source.el (mail-source-touch-pop): Doc fix.
14512
14513         * message.el (message-smtpmail-send-it): Doc fix.
14514
14515 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14516
14517         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14518
14519         * nnmail.el (nnmail-split-fancy): do.
14520
14521         * gnus-kill.el (gnus-kill, gnus-execute): do.
14522
14523 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14524
14525         * gnus-sum.el (gnus-widget-reversible-match)
14526         (gnus-widget-reversible-to-internal)
14527         (gnus-widget-reversible-to-external): New functions.
14528         (gnus-widget-reversible): New widget.
14529         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14530
14531 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14532
14533         * gnus-sum.el (gnus-thread-sort-functions)
14534         (gnus-article-sort-functions): Document `(not F)' items.
14535
14536 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14537
14538         * spam.el (spam-use-gmane-xref): Add new backend.
14539         (spam-gmane-xref-spam-group): Add variable to control the name of the
14540         Gmane spam group.
14541         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14542         (spam-regex-headers-spam, spam-regex-headers-ham)
14543         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14544         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14545         backends and checks.
14546         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14547
14548         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14549         an autodetect method.
14550
14551 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14552
14553         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14554         articles are being added to a group.
14555         (gnus-request-replace-article): Inform the agent that articles
14556         need to be uncached as the cached contents are no longer valid.
14557
14558 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * binhex.el: Don't autoload executable-find.
14561
14562         * canlock.el: Don't autoload mail-fetch-field.
14563
14564         * dgnushack.el: Autoload c-mode for XEmacs.
14565
14566         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14567
14568         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14569         rmail-dont-reply-to and rmail-output.
14570
14571         * gnus-score.el: Don't autoload ffap-string-at-point.
14572
14573         * gnus-setup.el: Don't autoload sc-cite-original.
14574
14575         * imap.el: Don't autoload base64-decode-string,
14576         base64-encode-string and md5.
14577
14578         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14579         and rmail-msg-restore-non-pruned-header.
14580
14581         * mm-decode.el: Don't autoload executable-find.
14582
14583         * mm-url.el: Don't autoload executable-find.
14584
14585         * mm-view.el: Don't autoload diff-mode.
14586
14587         * nndb.el: Don't autoload news-reply-mode, news-setup,
14588         cancel-timer and telnet.
14589
14590         * password.el: Don't autoload run-at-time for Emacs.
14591
14592         * sha1-el.el: Don't autoload executable-find.
14593
14594         * sieve-mode.el: Don't autoload c-mode.
14595
14596         * uudecode.el: Don't autoload executable-find.
14597
14598 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14599
14600         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14601         (gnus-agent-possibly-alter-active): Avoid null in numeric
14602         comparison.
14603         (gnus-agent-set-local): Refuse to save null in local object table.
14604         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14605         list of articles that will be marked as unread.
14606
14607 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14610
14611 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14612
14613         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14614         language tags.
14615
14616 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14617
14618         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14619         Don't bind "obarray".
14620
14621         * gnus-sum.el (gnus-thread-sort-functions): Added
14622         `gnus-thread-sort-by-most-recent-number' and
14623         `gnus-thread-sort-by-most-recent-date'.
14624         Reported by Kai Grossjohann <kai@emptydomain.de>.
14625
14626 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14629
14630 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14631
14632         * gnus-cus.el (gnus-agent-customize-category): Removed
14633         ignore-errors macro reference that required cl to be loaded at
14634         run-time.
14635
14636         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14637         single-interval range of the form (min . max).  Previously the
14638         range had to look like ((min . max)).  Likewise, return
14639         (min . max) rather than ((min . max)).
14640         (gnus-range-map): Use gnus-range-normalize to accept
14641         single-interval range.
14642
14643         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14644         the cache, but not the agent, now appear with their usual face.
14645
14646         * dgnushack.el (loaddir): New variable that is bound to the
14647         directory containing the dgnushack.el file. Use loaddir, rather
14648         than srcdir, to update load-path. Change lets dgnushack compile
14649         code in directories other than GNUS/lisp.
14650
14651 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * lpath.el: Don't bind w3m-safe-url-regexp.
14654
14655         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14656         w3m-safe-url-regexp variable buffer-local.
14657
14658         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14659
14660 2004-02-27  Simon Josefsson  <jas@extundo.com>
14661
14662         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14663         gnus-group-real-prefix.
14664         (gnus-summary-move-article): Use it, instead of
14665         gnus-group-real-prefix.
14666
14667 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * lpath.el: Bind w3m-safe-url-regexp.
14670
14671         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14672         w3m-safe-url-regexp variable buffer-local and set it as the value
14673         of mm-w3m-safe-url-regexp.
14674
14675         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14676
14677         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14678         parsing gnus-posting-styles when the message is not for replying.
14679
14680         * dgnushack.el: Autoload sgml-mode for XEmacs.
14681
14682         * nnrss.el (nnrss-opml-export): Use
14683         mm-set-buffer-file-coding-system instead of
14684         set-buffer-file-coding-system.
14685
14686 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14687
14688         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14689         of checkdoc.el).
14690         * nnrss.el: do.
14691         * gnus-mlspl.el: do.
14692         * gnus-ml.el: do.
14693         * gnus-srvr.el: do.
14694
14695         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14696
14697 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14698
14699         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14700         Corrections to custom-manual links.
14701
14702         * gnus-art.el (gnus-article): Ditto.
14703
14704         * mm-decode.el (mime-display, mime-security): Ditto.
14705
14706 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14707
14708         * flow-fill.el: Typo.
14709
14710 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14711
14712         * spam-wash.el: New file.
14713
14714 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14715
14716         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14717
14718 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14719
14720         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14721         to be run with new-articles as LIST1, not LIST2.
14722         (spam-registration-functions): Add spam-use-ham-copy as a nil
14723         registration backend.
14724
14725 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14726
14727         * spam-stat.el (spam-stat-washing-hook): New option.
14728         (spam-stat-buffer-words): Use it.
14729         (spam-stat-process-directory, spam-stat-test-directory): Use
14730         insert-file-contents-literally.
14731         (spam-stat-coding-system): New variable.
14732         (spam-stat-load, spam-stat-save): Use it.
14733
14734 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * spam-report.el (spam-report-plug-agent): Quote
14737         spam-report-url-to-file and spam-report-url-ping-plain.
14738
14739 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14740
14741         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14742         / in mailto URLs.
14743
14744 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14745
14746         * spam-report.el (spam-report-process-queue): Fix interactive use.
14747         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14748         (spam-report-unplug-agent): Doc fixes.
14749         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14750         (spam-report-agentize, spam-report-deagentize): Autoload.
14751
14752 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14755
14756         * message.el (message-setup-fill-variables): Add mml tags to
14757         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14758         <ajk@iu.edu>.
14759         (message-mode): Don't modify paragraph-separate there.
14760
14761 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * compface.el (uncompface-use-external): Default to undecided.
14764         (uncompface-use-external-threshold): New variable.
14765         (uncompface-float-time): New macro.
14766         (uncompface): Determine whether to use the external decoder if
14767         uncompface-use-external is undecided.
14768
14769 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14770
14771         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14772         after images.
14773
14774         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14775
14776 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14777
14778         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14779
14780         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14781
14782         * gnus-sum.el (gnus-summary-limit-to-age)
14783         (gnus-summary-limit-children): do.
14784
14785         * gnus-int.el (gnus-request-scan): do.
14786
14787         * gnus-group.el (gnus-group-suspend): do.
14788
14789         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14790
14791         * gnus-cite.el (gnus-cite-parse-attributions): do.
14792
14793         * gnus-agent.el (gnus-summary-set-agent-mark)
14794         (gnus-agent-regenerate-group): do.
14795
14796         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14797
14798         * binhex.el (binhex-decode-region-internal): do.
14799
14800 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus-fun.el (gnus-face-properties-alist): New user option.
14803         (gnus-display-x-face-in-from): Use it.
14804
14805         * gnus-art.el (article-display-face): Ditto.
14806
14807         * compface.el (uncompface-use-external): Default to nil.
14808
14809 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14810
14811         * nntp.el (nntp-erase-buffer): New function.
14812         (nntp-retrieve-data, nntp-send-command)
14813         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14814         (nntp-possibly-change-group): Use it.
14815
14816         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14817         with-current-buffer.
14818
14819 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14820
14821         * compface.el: Merge the ELisp-based uncompface program.
14822         (compface): New customization group.
14823         (uncompface-use-external): New user option.
14824         (uncompface): Call uncompface-internal if uncompface-use-external
14825         is nil.
14826         (uncompface-internal): New function.  Note that there are also
14827         some other functions and variables added for this function.
14828
14829 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14830
14831         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14832         if necessary.
14833
14834 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14835
14836         * spam-report.el (spam-report-unplug-agent)
14837         (spam-report-plug-agent, spam-report-deagentize)
14838         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14839         Add support for the Agent in spam-report: when unplugged, report to a
14840         file; when plugged, submit all the requests.
14841
14842         * spam.el (spam-register-routine): Fix message about
14843         registration.
14844
14845 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14846
14847         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14848         dependencies.
14849         (rfc2047-encode): Use it.
14850
14851         * gnus-art.el (gnus-button-marker-list): Move before first
14852         reference.
14853
14854         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14855         (imap-parse-body): Fix format string mismatch.
14856
14857         * gnus-score.el (gnus-summary-increase-score): do.
14858
14859         * nnrss.el (nnrss-close): New function.
14860
14861 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14862
14863         * nnrss.el (nnrss-make-filename): New function.
14864         (nnrss-request-delete-group, nnrss-read-server-data)
14865         (nnrss-save-server-data, nnrss-read-group-data)
14866         (nnrss-save-group-data): Use it.
14867         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14868         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14869         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14870
14871 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14872
14873         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14874
14875 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14876
14877         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14878         files.
14879
14880         * message.el (message-generate-headers-first): Don't quote nil
14881         and t in docstrings.
14882
14883         * imap.el (imap-id): do.
14884
14885         * gnus-agent.el (gnus-agent-consider-all-articles)
14886         (gnus-agent-queue-mail): do.
14887
14888 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * spam-report.el (spam-report-process-queue): New function.
14891         Process requests from `spam-report-requests-file'.
14892         (spam-report-process-queue): Doc fix.
14893
14894 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14895
14896         * spam.el (spam-register-routine)
14897         (spam-log-processing-to-registry, spam-log-registered-p)
14898         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14899         Change "check" to "spam-check" for semi-clarity.
14900
14901 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14902
14903         * pop3.el: Require nnheader.
14904
14905         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14906
14907         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14908
14909         * gnus-picon.el: Require cl.
14910
14911         * gnus-fun.el: Require gnus-ems and gnus-util.
14912
14913         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14914
14915         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14916
14917         * gnus-art.el (gnus-article-edit-mode): Define before first
14918         reference.
14919
14920 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14921
14922         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14923         (gnus-uu-post-encoded): Use point-at-bol.
14924
14925         * gnus-topic.el (gnus-group-active-topic-p): do.
14926
14927         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14928
14929         * gnus-group.el (gnus-group-kill-region): do.
14930
14931         * gnus-art.el (article-date-ut): do.
14932
14933         * message.el (message-fetch-field): Remove redundant
14934         case-fold-search binding.
14935         (message-narrow-to-field): Simplify.
14936
14937 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14938
14939         * spam.el (spam-directory): Derive from `gnus-directory'.
14940
14941         * spam-report.el (spam-report-url-to-file)
14942         (spam-report-requests-file): New function and variable for offline
14943         reporting.
14944         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14945         and user defined function.
14946         (spam-report-url-ping-mm-url): Remove doubled slash.
14947
14948 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14949
14950         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14951
14952 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14953
14954         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14955         format string mismatch.
14956
14957         * sieve.el (sieve-deactivate-all): do.
14958
14959         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14960
14961         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14962
14963         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14964
14965         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14966
14967 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14968
14969         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14970         the list of checks.
14971
14972 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14973
14974         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14975         padding.
14976
14977 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14978
14979         * mm-view.el (mm-fill-flowed): New variable.
14980         (mm-inline-text): Use it.
14981
14982 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14983
14984         * spam.el (spam-spamassassin-register-ham-routine)
14985         (spam-spamassassin-register-spam-routine): Fix function names.
14986
14987 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14988
14989         * gnus.el (gnus-tmp-grouplens): Remove.
14990         (gnus-summary-line-format): Remove grouplens.
14991
14992         * gnus-group.el (gnus-group-line-format): Ditto.
14993
14994         * gnus-spec.el (gnus-format-specs): Ditto.
14995         (gnus-update-format-specifications): Flush the group format spec
14996         cache if there's the grouplens stuff.
14997         (gnus-parse-simple-format): Replace %l with the empty string.
14998
14999 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15000
15001         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15002         omission.
15003
15004 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15007         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15008
15009 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15010
15011         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15012         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15013         New macros and functions.
15014         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15015         Handle > NLINK_MAX messages.
15016         * nnmaildir.el (nnmaildir-request-set-mark): Use
15017         nnmaildir--emlink-p and nnmaildir--eexist-p.
15018
15019 2004-01-25  Alex Schroeder  <alex@gnu.org>
15020
15021         * spam-stat.el (spam-stat-process-directory-age): New option.
15022         (spam-stat-process-directory): Use it.
15023
15024 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15025
15026         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15027         (spam-stat-save): Accept prefix argument.
15028
15029 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15030
15031         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15032         links" error.
15033
15034 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15037         the rest of the and/or forms.
15038
15039 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15040
15041         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15042         compatibility with old .newsrc.eld files.
15043
15044         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15045
15046         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15047
15048         * gnus-start.el (gnus-1): do.
15049
15050         * gnus-group.el (gnus-group-line-format-alist): do.
15051
15052         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15053
15054         * gnus-gl.el: Remove.
15055
15056 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15057
15058         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15059         marks consisting of a single range {for example, (3 . 5)} rather
15060         than a list of a single range { ((3 . 5)) }.
15061
15062 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15063
15064         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15065         with-current-buffer.
15066         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15067         avoid consing a string.
15068
15069         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15070         Remove obsolete entries for big5 and gb2312.
15071
15072 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15073
15074         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15075         uncompressed list.
15076
15077 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15078
15079         * spam-stat.el (spam-stat-strip-xref): New function.
15080         (spam-stat-process-directory): Use it.
15081
15082         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15083         here -- it's done in message-fetch-field.
15084
15085 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15086
15087         * gnus-agent.el (gnus-agent-queue-mail)
15088         (gnus-agent-prompt-send-queue): New variables.
15089         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15090         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15091         "nndraft:queue" along to gnus-draft-send.  Use
15092         gnus-agent-prompt-send-queue.
15093         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15094         is "nndraft:queue".  Suggested by Gaute Strokkenes
15095         <gs234@srcf.ucam.org>
15096
15097         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15098         (agent-enable-undownloaded-faces): Added.
15099         (gnus-agent-cat-groups): Use eval-and-compile, not
15100         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15101         method of gnus-agent-cat-groups even when the buffer has been
15102         evaled.
15103         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15104         delete gnus-agent-save-active-1.
15105         (gnus-agent-save-groups): Deleted.  Identical to
15106         gnus-agent-save-active.
15107         (gnus-agent-write-active): No longer adjust agent's copy of active
15108         file as agent's adjustments are now stored in their own
15109         file.  Removed optional parameter.
15110         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15111         servers.  Add use of min/max range limits from server's local
15112         file.
15113         (gnus-agent-save-alist): Removed unused optional argument.
15114         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15115         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15116         (gnus-agent-set-local): A per-server file that keeps min/max range
15117         limits for articles known to the agent.  Provides a fast mechanism
15118         for altering many active ranges.
15119         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15120         active file (local makes it unnecessary).
15121         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15122
15123         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15124         (agent-enable-undownloaded-faces): Added.
15125
15126         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15127         disable it when sending to "nndraft:queue".
15128         (gnus-group-send-queue): Add safety check to avoid sending queue
15129         when unplugged.
15130
15131         * gnus-group.el (gnus-group-catchup): Use new
15132         gnus-sequence-of-unread-articles, not
15133         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15134         numbers of articles.  Use gnus-range-map to avoid having to
15135         uncompress the unread list.
15136         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15137         Fixed invalid ange-ftp reference.
15138
15139         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15140         (gnus-sorted-range-intersection): Intersection of two ranges
15141         without requiring that they first be uncompressed.
15142
15143         * gnus-start.el (gnus-activate-group): Unless blocked by the
15144         caller, possibly expand the active range to include both cached
15145         and agentized articles.
15146         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15147         multiple version-dependent converters.
15148         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15149         gnus-agent-save-active.
15150         (gnus-save-newsrc-file): Save dirty agent range limits.
15151
15152         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15153         gnus-agent-possibly-alter-active.
15154         (gnus-adjust-marked-articles): Faster handling of simple lists.
15155
15156 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15157
15158         * spam-stat.el (spam-stat-test-directory): New optional argument
15159         displays a list of files detected.  Suggested by Andrew Cohen
15160         <cohen@andy.bu.edu>.
15161         (spam-stat-buffer-words-with-scores): Don't narrow and change
15162         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15163
15164 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15165
15166         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15167         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15168         (spam-spamassassin-arguments)
15169         (spam-spamassassin-spam-flag-header)
15170         (spam-spamassassin-positive-spam-flag-header)
15171         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15172         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15173         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15174         (spam-list-of-processors, spam-list-of-checks)
15175         (spam-list-of-statistical-checks, spam-registration-functions)
15176         (spam-check-spamassassin-headers, spam-check-spamassassin)
15177         (spam-spamassassin-score)
15178         (spam-spamassassin-register-with-sa-learn)
15179         (spam-spamassassin-register-spam-routine)
15180         (spam-spamassassin-register-ham-routine)
15181         (spam-assassin-register-spam-routine)
15182         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15183         (spam-bogofilter-score): Fix to show article before scoring.
15184
15185 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15186
15187         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15188         default scoring function.
15189         (spam-generic-score): Call spam-spamassassin-score if
15190         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15191         spam-bogofilter-score otherwise.
15192
15193         * gnus.el (spam-process, spam-autodetect-methods): Add
15194         spamassassin and spamassassin-headers.
15195
15196 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15197
15198         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15199         Suppress unnecessary messages.
15200
15201 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15202
15203         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15204         make-hash-table.
15205
15206 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * canlock.el (base64-encode-string): Don't autoload it.
15209
15210 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * run-at-time.el: Remove useless (require 'itimer),
15213         eval-and-compile and (featurep 'xemacs).
15214
15215 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15216
15217         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15218         GROUP is a virtual group.
15219
15220 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15221
15222         * gnus.el: Autoload `message-y-or-n-p'.
15223
15224 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15225
15226         * pgg-parse.el: Remove unnecessary (require 'custom).
15227
15228         * pgg-def.el: do.
15229
15230         * nnmail.el: do.
15231
15232         * gnus-undo.el: do.
15233
15234         * gnus-picon.el: do.
15235
15236         * gnus-util.el: do.
15237
15238 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15239
15240         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15241
15242 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15245         handle, as well as a list.
15246
15247         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15248         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15249         (mm-w3m-cid-retrieve): Simplify.
15250
15251 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15252
15253         * message.el (message-kill-to-signature): Allow prefix arg to
15254         specify number of lines to keep before signature.
15255
15256 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15257
15258         * message.el (message-kill-to-signature): Change docstring.
15259
15260 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * canlock.el: Always require sha1-el.
15263         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15264
15265         * message.el: Autoload sha1 only when compiling.
15266
15267         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15268         eudc-expand-inline for XEmacs.
15269
15270 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * message.el (message-canlock-generate): Require sha1-el.
15273
15274 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15275
15276         * message.el (message-expand-name): Silence the byte compiler.
15277
15278         * lpath.el: Add detect-coding-system.
15279
15280         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15281         cus-edit.
15282
15283 2004-01-13  Simon Josefsson  <jas@extundo.com>
15284
15285         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15286         Invoke gnus-score-mode.  Reported by
15287         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15288
15289         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15290         Jim Blandy <jimb@redhat.com> (tiny change).
15291
15292 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15293
15294         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15295
15296 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15297
15298         * spam.el (spam-get-article-as-string): Update to use
15299         gnus-request-article-this-buffer, much simpler.
15300         (spam-get-article-as-buffer): Remove.
15301
15302 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15303
15304         * message.el (message-expand-name): Use EUDC if the user uses that.
15305
15306 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15307
15308         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15309         character for the encoding to avoid consing a string.
15310
15311         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15312         unnecessarily.
15313
15314         * mm-util.el (mm-replace-chars-in-string): Remove.
15315
15316         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15317         of mm-replace-chars-in-string.
15318
15319 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15320
15321         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15322
15323         * mm-util.el (mm-subst-char-in-string): Support inplace.
15324
15325         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15326         a new string in every iteration.  Use shy groups.
15327
15328 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15329
15330         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15331         * gnus-soup.el (gnus-soup-group-brew):
15332         * gnus-msg.el (gnus-put-message):
15333         * gnus-move.el (gnus-group-move-group-to-server):
15334         * gnus-kill.el (gnus-batch-score):
15335         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15336         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15337         (gnus-group-update-group, gnus-group-read-group)
15338         (gnus-group-make-group, gnus-group-make-help-group)
15339         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15340         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15341         (gnus-group-sort-by-unread, gnus-group-catchup)
15342         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15343         (gnus-group-yank-group, gnus-group-set-info)
15344         (gnus-group-list-groups):
15345         * gnus.el (gnus-generate-new-group-name):
15346         * gnus-delay.el (gnus-delay-send-queue):
15347         * nnvirtual.el (nnvirtual-catchup-group):
15348         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15349         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15350         (gnus-group-prepare-topics, gnus-topic-check-topology):
15351         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15352         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15353         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15354         (gnus-group-make-articles-read):
15355         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15356         (gnus-group-change-level, gnus-kill-newsgroup)
15357         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15358         (gnus-get-unread-articles, gnus-make-articles-unread)
15359         (gnus-make-ascending-articles-unread): Use accessor
15360         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15361         to get group information for improved readability.
15362
15363
15364 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15365
15366         * gnus-art.el (article-decode-mime-words, article-babel)
15367         (gnus-article-highlight-signature, gnus-article-add-buttons)
15368         (gnus-signature-toggle): Use gnus-with-article-buffer.
15369
15370         * gnus-art.el (gnus-article-highlight-headers)
15371         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15372
15373         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15374         (gnus-article-set-globals, gnus-request-article-this-buffer)
15375         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15376         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15377         (gnus-mime-display-alternative): Use with-current-buffer.
15378
15379 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15380
15381         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15382         also under 80 char limit, and call gnus-error if needed.
15383         (spam-fetch-article-header): Fix - it was a
15384         buffer-local variable (gnus-newsgroup-data).
15385         (spam-find-spam): Use spam-generate-fake-headers, forget about
15386         spam-insert-fake-headers.
15387         (spam-insert-fake-headers): Remove.
15388
15389 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15390
15391         * deuglify.el (gnus-article-outlook-unwrap-lines)
15392         (gnus-outlook-rearrange-article)
15393         (gnus-outlook-repair-attribution-outlook)
15394         (gnus-outlook-repair-attribution-block)
15395         (gnus-outlook-repair-attribution-other): Remove redundant
15396         save-excursion.
15397
15398 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15399
15400         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15401         (spam-fetch-field-subject-fast)
15402         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15403         (spam-fetch-article-header): Add functions to deal with Gnus
15404         internals for fast retrieval of article header data.
15405         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15406
15407 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15408
15409         * pop3.el (pop3-md5): Remove.
15410         (pop3-apop): Replace pop3-md5 with md5.
15411
15412         * mm-bodies.el: base64 is always built-in.
15413
15414         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15415         with-current-buffer.
15416
15417 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * canlock.el (canlock-insert-header): Remove excessive grouping in
15420         regexp.
15421
15422         * gnus-sum.el (gnus-summary-read-document): Ditto.
15423
15424         * gnus-uu.el (gnus-uu-part-number): Ditto.
15425
15426         * html2text.el (html2text-remove-tags): Ditto.
15427         (html2text-format-tags): Ditto.
15428         (html2text-format-single-elements): Ditto.
15429
15430         * mml.el (mml-parse-1): Ditto.
15431
15432 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15433
15434         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15435
15436         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15437
15438         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15439
15440         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15441
15442 2003-11-15  Simon Josefsson  <jas@extundo.com>
15443
15444         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15445         (pgg-gpg-lookup-key): Use regexp match instead of
15446         split-string (split-string is different between emacs 21.2 and
15447         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15448
15449 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15450
15451         * gnus-art.el (gnus-mime-view-all-parts)
15452         (gnus-article-part-wrapper, gnus-article-view-part): Use
15453         with-current-buffer.
15454
15455 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15456
15457         * spam.el (spam-disable-spam-split-during-ham-respool)
15458         (spam-spamoracle-database, spam-cache-lookups)
15459         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15460         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15461         (spam-group-ham-marks, spam-group-spam-marks)
15462         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15463         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15464         also add spam-use-blackholes to the statistical checks.
15465         (spam-fetch-field-fast): Add interface to fetching fields, may
15466         become a macro.
15467         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15468         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15469         (spam-insert-fake-headers): Fake an article when needed.
15470         (spam-find-spam): Fake article when possible.
15471         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15472         (spam-check-bogofilter-headers): Use message-fetch-field instead
15473         of nnmail-fetch-field.
15474
15475 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15476
15477         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15478
15479 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15480
15481         * spam.el (spam-split): Do not require spam-use-CHECK to be
15482         enabled if that check is passed to spam-split explicitly; also
15483         fix so 'spam doesn't get converted to spam-split-group when
15484         spam-split-symbolic-return is t.
15485         (spam-find-spam): Find registrations of the article and use those
15486         instead of re-running spam-split to find the spam/ham
15487         classification of the article.
15488         (spam-log-processing-to-registry, spam-log-registered-p)
15489         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15490         Use gnus-error instead of gnus-message.
15491         (spam-log-registration-type): Add function to determine the
15492         classification of a message based on registry entries; will
15493         return nil if both 'spam and 'ham are found.
15494         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15495         a reasonably fast local cache without the loading errors.
15496         (spam-cache-lookups): Set to t by default.
15497         (spam-find-spam): Don't try to guess spam-cache-lookups.
15498         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15499         spam-caches entry.
15500         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15501         caching of whitelist/blacklist entries.
15502         (spam-check-whitelist, spam-check-blacklist): Invoke
15503         spam-from-listed-p with a type, not a cache variable.
15504         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15505
15506 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15507
15508         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15509
15510         * nnmail.el (nnmail-split-fancy): do.
15511
15512         * mml.el (mml-parse): do.
15513
15514         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15515         (gnus-score-adaptive): do.
15516
15517 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15520         (gnus-mime-button-map): Don't set keymap parent.
15521         (gnus-button-ctan-directory-regexp): Use shy grouping.
15522         (gnus-prev-page-map): Don't set keymap parent.
15523         (gnus-prev-page-map): Remove duplicated one.
15524         (gnus-next-page-map): Don't set keymap parent.
15525         (gnus-mime-security-button-map): Ditto.
15526
15527         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15528         version number.
15529
15530         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15531
15532 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * canlock.el (canlock-sha1-function): Remove.
15535         (canlock-sha1-function-for-verify): Remove.
15536         (canlock-openssl-program): Remove.
15537         (canlock-openssl-args): Remove.
15538         (canlock-ignore-errors): Remove.
15539         (canlock-sha1-with-openssl): Remove.
15540         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15541         (canlock-verify): Don't use canlock-ignore-errors.
15542
15543         * sha1-el.el (sha1-string-external): Make it can return a string
15544         in binary form.
15545         (sha1-region-external): Ditto.
15546         (sha1-string-internal): Ditto.
15547         (sha1-region-internal): Ditto.
15548         (sha1-region): Ditto.
15549         (sha1-string): Ditto.
15550         (sha1): Ditto.
15551
15552 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15553
15554         * spam.el (spam-report-articles-gmane): New command.
15555
15556 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15559
15560         * run-at-time.el (run-at-time-saved): Remove.
15561         (run-at-time): Doc fix.
15562
15563 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15564
15565         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15566         (gnus-summary-limit-map): Add it.
15567         (gnus-summary-make-menu-bar): do.
15568
15569 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15570
15571         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15572         Make attempt at some caching support (done for BBDB only now).
15573         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15574         addresses to be checked.
15575         (spam-clear-cache-BBDB): Add function, to be invoked by
15576         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15577         (spam-check-BBDB): Check and use the caches, if
15578         spam-cache-lookups is on, remove superfluous (provide).
15579
15580 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15581
15582         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15583
15584 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15585
15586         * run-at-time.el (run-at-time-saved): Move to after the definition
15587         of `run-at-time'.
15588
15589         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15590
15591 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15594         mm-w3m-local-map-property.
15595
15596         * mm-view.el (mm-w3m-mode-map): Remove.
15597         (mm-w3m-local-map-property): Remove.
15598         (mm-inline-text-html-render-with-w3m): Don't use
15599         mm-w3m-local-map-property.
15600
15601 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15602
15603         * run-at-time.el: New file.
15604
15605         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15606         under Emacs.
15607
15608         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15609         of gnus-set-text-properties.
15610
15611         * gnus-uu.el (gnus-uu-save-article): Ditto.
15612
15613         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15614
15615         * gnus-cite.el (gnus-cite-parse): Ditto.
15616
15617         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15618         of gnus-.
15619
15620         * gnus-xmas.el (run-at-time): Require run-at-time.
15621
15622         * gnus.el: Changed calls to nnheader-run-at-time and
15623         password-run-at-time throughout to use run-at-time directly.
15624
15625         * password.el: Removed definition of run-at-time.
15626
15627         * nnheaderxm.el: Remove definition of run-at-time.
15628
15629 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15630
15631         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15632         in prompt.
15633
15634 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15635
15636         * messagexmas.el (message-xmas-redefine): Alias
15637         `message-make-caesar-translation-table' to
15638         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15639         version.
15640
15641         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15642         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15643         `gnus-xmas-set-text-properties'.
15644         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15645         `gnus-xmas-completing-read'.
15646         (gnus-xmas-completing-read): Removed.
15647         (gnus-xmas-open-network-stream): Removed.
15648
15649         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15650         XEmacs version.
15651
15652         * dns.el (dns-make-network-process): Use `open-network-stream'
15653         instead of `gnus-xmas-open-network-stream'.
15654
15655         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15656
15657         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15658
15659 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15660
15661         * gnus-art.el (gnus-mime-display-alternative)
15662         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15663         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15664         Don't use gnus-local-map-property.
15665
15666         * gnus-util.el (gnus-local-map-property): Remove.
15667
15668         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15669         gnus-completing-read-maybe-default with completing-read.
15670
15671         * gnus-util.el (gnus-completing-read): do.
15672         (gnus-completing-read-maybe-default): Remove.
15673
15674 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15675
15676         * password.el: Only autoload `run-at-time' if not XEmacs.
15677         Only autoload the itimer functions if XEmacs.
15678
15679 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15682         XEmacsen.
15683
15684         * dgnushack.el: Autoload executable-find for XEmacs.
15685
15686 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15687
15688         * gnus-art.el (gnus-read-string): Remove.
15689         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15690         read-string.
15691
15692 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15693
15694         * netrc.el: Autoload password-read.
15695         (netrc): Add configuration group.
15696         (netrc-encoding-method, netrc-openssl-path): Add
15697         variables for encoding and decoding of files with symmetric
15698         ciphers.
15699         (netrc-encode): Add assistant function to encode a file with
15700         netrc-encoding-method.
15701         (netrc-parse): Add interactive parameter, added optional
15702         decoding if netrc-encoding-method is non-nil but otherwise
15703         behavior is standard.
15704         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15705         Do s/encode/encrypt/ everywhere.
15706
15707         * spam.el: Remove executable-find autoload.
15708
15709 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15710
15711         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15712
15713         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15714
15715 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15716
15717         * gnus-art.el (gnus-treat-ansi-sequences)
15718         (article-treat-ansi-sequences): New variable and function.
15719         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15720
15721         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15722         Use it.
15723
15724 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15725
15726         * mm-util.el (mm-quote-arg): Remove.
15727
15728         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15729         shell-quote-argument.
15730
15731         * gnus-uu.el (gnus-uu-command): do.
15732
15733         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15734
15735         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15736         with make-char.
15737
15738         * mm-util.el (mm-make-char): Remove.
15739
15740         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15741         add-minor-mode.
15742
15743         * gnus-undo.el (gnus-undo-mode): do.
15744
15745         * gnus-topic.el (gnus-topic-mode): do.
15746
15747         * gnus-sum.el (gnus-dead-summary-mode): do.
15748
15749         * gnus-start.el (gnus-slave-mode): do.
15750
15751         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15752
15753         * gnus-ml.el (gnus-mailing-list-mode): do.
15754
15755         * gnus-gl.el (gnus-grouplens-mode): do.
15756
15757         * gnus-draft.el (gnus-draft-mode): do.
15758
15759         * gnus-dired.el (gnus-dired-mode): do.
15760
15761         * gnus-ems.el (gnus-add-minor-mode): Remove.
15762
15763         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15764         Replace gnus-char-width with char-width.
15765
15766         * gnus-ems.el (gnus-char-width): Remove.
15767
15768         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15769         Replace gnus-char-width with char-width.
15770
15771         * gnus-ems.el (gnus-char-width): Remove.
15772
15773         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15774         definition.
15775         Remove Emacs 20 hash table compatibility code.
15776
15777         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15778         20 compatibility code.
15779
15780         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15781
15782         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15783
15784         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15785         with point-at-{eol,bol}.
15786
15787         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15788
15789         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15790
15791         * flow-fill.el (fill-flowed-point-at-bol)
15792         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15793
15794         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15795         Replace with point-at-{eol,bol} throughout all files.
15796
15797 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15798
15799         * ntlm.el (ntlm-string-as-unibyte): New macro.
15800         (ntlm-build-auth-response): Use it.
15801
15802         Remove Emacs 20 stuff:
15803         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15804         (butlast, mapc, remove): Remove the compiler macros.
15805         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15806         of delq and copy-sequence.
15807         * gnus-art.el (popup-menu): Remove the compiler macro.
15808         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15809         Emacs 20.
15810
15811 2004-01-05  Simon Josefsson  <jas@extundo.com>
15812
15813         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15814         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15815         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15816         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15817         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15818         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15819         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15820         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15821         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15822         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15823         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15824         string-xor into ntlm-string-xor.  Suggested by
15825         Jesper Harder <harder@myrealbox.com>.
15826
15827         * ntlm.el: Don't include poem.
15828
15829         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15830         Jesper Harder <harder@myrealbox.com>.
15831
15832         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15833
15834         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15835         probably breaks emacs with DL patch, but do we care? Is anyone
15836         still using the DL stuff?)
15837
15838         * sieve-manage.el: Use the password package.
15839         (sieve-manage-read-passwd): Remove.
15840         (sieve-manage-interactive-login): Use password.  Re-add
15841         condition-case around loop.
15842
15843         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15844         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15845         the password package.
15846
15847 2003-02-19  Simon Josefsson  <jas@extundo.com>
15848
15849         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15850         token.
15851
15852 2002-08-07  Simon Josefsson  <jas@extundo.com>
15853
15854         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15855         (sieve-manage-authenticators):
15856         (sieve-manage-authenticator-alist): Add some SASL mechs.
15857         (sieve-sasl-auth): New function.
15858         (sieve-manage-cram-md5-auth):
15859         (sieve-manage-plain-auth): Rewrite using SASL library.
15860         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15861         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15862         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15863         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15864
15865 2004-01-05  Simon Josefsson  <jas@extundo.com>
15866
15867         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15868         New files.
15869
15870 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15871
15872         * gnus-group.el (gnus-no-groups-message): Update.
15873
15874         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15875
15876 2003-11-09  Simon Josefsson  <jas@extundo.com>
15877
15878         * imap.el: Support for ID IMAP extension (RFC 2971).
15879         (imap-local-variables): Add imap-id.
15880         (imap-id): New variable.
15881         (imap-id): New function.
15882         (imap-parse-response): Parse untagged ID response.
15883         * nnimap.el (nnimap-id): New variable.
15884         (nnimap-open-connection): Use it.
15885
15886 2003-12-28  Simon Josefsson  <jas@extundo.com>
15887
15888         * gnus-score.el (gnus-score-edit-all-score): New.
15889         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15890
15891 2004-01-04  Simon Josefsson  <jas@extundo.com>
15892
15893         * password.el: Add.
15894
15895 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15896
15897         * dns.el (dns-query-types): Fix typo.
15898         (dns-query-types): New function.
15899         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15900         PTR and SOA replies, see RFC 1035.
15901
15902 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15903
15904         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15905
15906         * Moved to Changelog.2.
15907
15908 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15909
15910         * gnus.el (gnus-version-number): Bump version.
15911
15912 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15913
15914         * gnus.el: No Gnus v0.1 is released.
15915
15916 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15917
15918         * gnus.el: No Gnus v0.0 is released.
15919
15920 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15921
15922         * gnus.el (gnus-version-number): Bump.
15923         (gnus-version): No.
15924
15925 See ChangeLog.2 for earlier changes.
15926
15927     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15928       Free Software Foundation, Inc.
15929
15930   This file is part of GNU Emacs.
15931
15932   GNU Emacs is free software: you can redistribute it and/or modify
15933   it under the terms of the GNU General Public License as published by
15934   the Free Software Foundation, either version 3 of the License, or
15935   (at your option) any later version.
15936
15937   GNU Emacs is distributed in the hope that it will be useful,
15938   but WITHOUT ANY WARRANTY; without even the implied warranty of
15939   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15940   GNU General Public License for more details.
15941
15942   You should have received a copy of the GNU General Public License
15943   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15944
15945 ;; Local Variables:
15946 ;; coding: utf-8
15947 ;; fill-column: 79
15948 ;; add-log-time-zone-rule: t
15949 ;; End: