(imap-fetch-safe): Removed function.
[gnus] / lisp / ChangeLog
1 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4         to use `imap-fetch' instead.  According to the comments, this should be
5         safe, since all other IMAP clients use the 1:* syntax.
6         (imap-enable-exchange-bug-workaround): Removed.
7
8         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9         mail from a file, and the file doesn't exist.
10
11         * imap.el (imap-log): New convenience function used throughout instead
12         of repeating the same code all over the place.
13
14         * pop3.el (pop3-streaming-movemail): Return t for success.
15
16         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
17         .authinfo if we're using ssl connection.
18
19         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
20         already have if we're in a main Gnus `g' run.
21
22         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
23
24 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
27
28         * nnmh.el (nnmh-request-list-1): Bind `file'.
29
30         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
31         alias to set-process-query-on-exit-flag or process-kill-without-query.
32         (pop3-open-server): Use it.
33
34 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * mail-source.el (mail-source-delete-crash-box): Always move the crash
37         box to the Incoming file.  Fixes mistake in previous checkin.
38
39         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
40         request loop (for debugging purposes) removed.
41
42         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
43         culprit is more visible.
44         (nnml-save-incremental-nov, nnml-open-incremental-nov)
45         (nnml-add-incremental-nov): New functions to do "incremental" nov
46         updates, where we just append to the end of the existing nov files
47         without reading/writing them in full.
48
49         * mail-source.el (mail-source-delete-crash-box): Really only check the
50         incoming files once in a while.
51
52         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
53
54         * mail-source.el (mail-source-delete-crash-box): Only check the
55         incoming files for deletion once per day to save a lot of file
56         accesses.
57
58         * pop3.el (pop3-logon): Fix up unbound variable typo.
59
60         * mail-source.el (pop3-streaming-movemail): Autoload.
61
62         * pop3.el (pop3-streaming-movemail): Respect
63         pop3-leave-mail-on-server.
64
65         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
66         retrieval.
67
68         * pop3.el (pop3-process-filter): Removed unused function.
69         (pop3-streaming-movemail, pop3-send-streaming-command)
70         (pop3-wait-for-messages, pop3-write-to-file)
71         (pop3-number-of-responses): New functions for streaming pop3
72         retrieval.
73
74         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
75         come from no known methods.
76         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
77         list.
78
79         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
80         message sizes.
81         (pop3-movemail): Use erase-buffer instead of looping and deleting
82         regions, which seems rather odd.
83
84         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
85         file once per `g' run.
86
87         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
88         directories.  This makes the draft queue directory work.
89
90         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
91         data from the backends, so that we only request the list of groups from
92         each method once.  This should speed things up considerably.
93
94         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
95         detect that it's not implemented.
96
97         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
98         we actually do recurse down into the tree, but don't stat all leaf
99         nodes.
100
101         * gnus-html.el (gnus-html-show-images): If there are no images to show,
102         then say so instead of bugging out.
103
104         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
105         files exist before trying to read them.
106
107         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
108         around <pre_int>.
109
110         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
111
112         * nnmh.el (nnmh-request-list-1): Optimize for speed.
113
114 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * mm-util.el (mm-image-load-path): Just return the image directories,
117         not all directories in the path in addition to the image directories.
118         (mm-image-load-path): Maintain a cache of the image directories so that
119         the `g' command in Gnus doesn't have to stat dozens of directories each
120         time.
121
122         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
123         (gnus-html-wash-tags): Add a new `i' command to insert images.
124         (gnus-html-insert-image): New command and keystroke.
125         (gnus-html-redisplay-with-images): New command and keystroke.
126         (gnus-html-show-images): Renamed command.
127         (gnus-html-wash-tags): Remove more white space before <pre_int> image
128         spacers.
129         (gnus-html-wash-tags): Decode entities at the end, so that entities
130         inside the tags don't mess up the rest of the "parsing".
131
132         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
133         so that nnimap methods aren't agentized by default.  There's apparently
134         many problems related to agent/imap behaviour.
135
136         * gnus-art.el (gnus-article-copy-string): New command and key binding.
137
138         * gnus-html.el: Doc fix.
139
140 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
143         specifier-spec-list for Emacs 21.
144
145         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
146         glyph-width and glyph-height instead of display-graphic-p and
147         image-size; make avoidance of displaying small images work for XEmacs.
148
149         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
150         for XEmacs.
151
152         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
153         of symbol that holds plist data.
154         (gnus-process-plist): Remove plist of process after getting it.
155
156 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * message.el (message-generate-hashcash): Change default to
159         'opportunistic if hashcash is installed.
160
161         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
162         (gnus-html-put-image): Only call image-size once, since it's somewhat
163         time-consuming on remote X servers.
164
165 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
168         type on data, not a file name.
169
170         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
171         window-pixel-edges for Emacs 21.
172
173         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
174         decoded contents.
175         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
176
177 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
180         group line format, since it isn't very interesting.
181
182         * gnus-agent.el (gnus-agent-short-article),
183         (gnus-agent-long-article): Increase values for these two variables,
184         since most people are likely to have more network connection and
185         storage than before.
186
187         * gnus.el (gnus-refer-article-method): Change default to 'current.
188         When referring an article, the common behaviour is to refer it from the
189         current select method, not the native select method.  The chances of
190         the native select method having the message in question is rather slim
191         these days.
192
193         * gnus-sum.el (gnus-auto-select-subject): Change default to
194         `unseen-or-unread'.  I think it's likely that most people want to
195         select an unseen article over a previously seen, but unread one.
196
197         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
198         means that in the article buffer none of the minor mode elements will
199         be shown, usually, and this is not desirable in most cases.
200
201         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
202         that commands like `d' (and the like) go to the next line in the
203         buffer, instead of the next unread article.  I think this is the
204         behaviour that is most natural for most users.
205         (gnus-single-article-buffer): Change default to nil, so that people can
206         have as many article buffers open as they have summary buffer.  I think
207         this is the most natural way for the groups to behave.
208
209         * message.el (message-generate-new-buffers): Change default to
210         `unsent', so that all new message buffers start their names with the
211         string "*unsent", and it's easier to find the buffers if you move from
212         them.
213
214 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
217         small. They're probably tracking images.
218         (gnus-html-wash-tags): Remove all <pre_int> place holders.
219         (gnus-html-rescale-image): Yet another try at getting the image sizing
220         right.
221
222         * nntp.el (nntp-request-set-mark): Refuse to do marks if
223         nntp-marks-file-name is nil.
224
225 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
226
227         * gnus-html.el (gnus-html-wash-tags)
228         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
229         Better logging.
230
231 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
234
235         * gnus-html.el (gnus-html-wash-tags): Check the value of
236         gnus-blocked-images in the summary buffer.
237
238 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
239
240         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
241
242 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
245         like "a", it seems like.
246         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
247         since it needs to be picked from the correct buffer.
248
249         * nnwfm.el: Removed.
250
251         * nnlistserv.el: Removed.
252
253 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
254
255         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
256         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
257
258 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * nnkiboze.el: Removed.
261
262         * nndb.el: Removed.
263
264         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
265         alt text.
266         (gnus-html-rescale-image): Try to get the rescaling logic right for
267         images that are just wide and not tall.
268
269         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
270         overshadow variable bindings.
271
272 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
273
274         * gnus-html.el (gnus-html-wash-tags)
275         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
276         extra logging.
277
278 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
281         (gnus-max-image-proportion): New variable.
282         (gnus-html-rescale-image): New function.
283         (gnus-html-put-image): Rescale images.
284
285 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
286
287         Fix up some byte-compiler warnings.
288         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
289         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
290         (gnus-article-fill-cited-article, gnus-article-hide-citation)
291         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
292         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
293         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
294         (gnus-group-update-group): Use save-excursion and with-current-buffer.
295
296 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * gnus-html.el (gnus-article-html): Decode contents by charset.
299
300 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
303         (gnus-html-frame-width, gnus-blocked-images)
304         * message.el (message-prune-recipient-rules): Add custom version.
305         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
306
307         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
308         functions.
309
310         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
311         gnus-process-get.
312
313 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
314
315         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
316         instead of lsub directly.
317
318 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * nnwarchive.el: Removed.
321
322         * gnus-soup.el: Removed.
323
324         * nnsoup.el: Removed.
325
326         * nnultimate.el: Removed.
327
328         * gnus-html.el (gnus-blocked-images): New variable.
329
330         * message.el (message-prune-recipients): New function.
331         (message-prune-recipient-rules): New variable.
332
333         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
334         guess whether a long line is natural text or not.
335
336         * gnus-html.el (gnus-html-schedule-image-fetching): Use
337         gnus-process-plist and friends for compatibility.
338
339 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
340
341         * gnus-html.el: Require packages that define macros used in this file.
342         (gnus-article-mouse-face): Declare to silence byte-compiler.
343         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
344         process-get.
345         (gnus-html-put-image): Use plist-get to avoid getf.
346         (gnus-html-prefetch-images): Use with-current-buffer.
347
348 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * gnus-ems.el: Provide compatibility functions for
351         gnus-set-process-plist.
352
353         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
354         header-line-format for XEmacs 21.4.
355
356         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
357         * gnus.el (gnus-valid-select-methods)
358         * message.el (message-send-mail-partially-limit)
359         * mm-decode.el (mm-text-html-renderer)
360         * mml.el (mml-insert-mime-headers-always)
361         * smiley.el (smiley-regexp-alist): Bump custom version.
362
363 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * gnus-html.el: require mm-url.
366         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
367         with the url to `url'.
368         (gnus-html-wash-tags): Support cid: URLs/images.
369
370 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
373         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
374         bindings, as they aren't useful at all. `w' is moved to `W w'.
375
376         * gnus-move.el: Removed file, since it doesn't really work.
377
378         * gnus-html.el (gnus-article-html): Tell w3m that the input is
379         UTF-8. This seems to fix problems with some German web feeds.
380
381         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
382         at the top so that the proper colours are applied.
383
384         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
385         don't have dots in their names.
386
387         * gnus-art.el (gnus-article-view-part): Doc fix.
388
389         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
390         XEmacs-compatible.
391         (gnus-html-put-image): Don't do images on non-graphic displays.
392
393         * nnslashdot.el: Removed this unused backend.
394
395         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
396         actions.
397         (gnus-undo-register-1): Revert last change.
398
399         * gnus-group.el (gnus-group-completing-read): Protect against not
400         having completion-styles bound.
401
402         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
403         make broken recipients happier.
404
405         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
406
407         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
408         point parameter.
409
410         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
411
412         * gnus-group.el (gnus-group-completing-read): Add 'substring to
413         completion-styles for group selection.
414
415 2009-02-04  Andreas Schwab  <schwab@suse.de>
416
417         * gnus-score.el (gnus-score-string): Fix regex for matching extra
418         headers and regexp-quote the match if necessary.
419
420 2009-03-24  Miles Bader  <miles@gnu.org>
421
422         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
423         the blinking smiley.
424
425 2009-03-24  Simon Josefsson  <simon@josefsson.org>
426
427         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
428         blink smiley.
429
430 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
433         where the dribbel file lives exists.
434
435         * message.el (message-send-mail-partially-limit): Change the default to
436         nil, since most people don't want this.
437
438         * mm-url.el (mm-url-decode-entities): Also decode entities like
439         &#x3212.
440
441 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
442
443         * gnus-sum.el (gnus-summary-idna-message):
444         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
445         Hyperlink urls in docstrings with URL `...'.
446
447 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
448
449         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
450         functions.
451
452 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
455         say what the mouseover text should be.
456
457         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
458         version of the mm-w3m-safe-url-regexp variable to only download images
459         in the groups where we want that to happen.
460
461         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
462
463         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
464         easier debugging.
465         (gnus-article-beginning-of-window): Add kludge to allow spacing past
466         big pictures in the article buffer.
467
468         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
469         gnus-article-html.
470         (mm-text-html-renderer): gnus-article-html needs curl in addition to
471         w3m.
472
473         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
474
475 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
478         which doesn't exist.
479
480         * message.el (message-inhibit-ecomplete): New variable to allow some
481         function to inhibit ecomplete address storage.
482         (message-resend): Disable ecomplete message storage when resending
483         messages.
484
485         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
486
487 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
490         Save excursion while copying, moving, and deleting articles in order to
491         prevent the cursor from jumping to unforeseen place.
492
493 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * lpath.el: No need to bind bookmark-current-buffer,
496         bookmark-yank-point and bookmark-make-record-function.
497
498 2010-08-17  Glenn Morris  <rgm@gnu.org>
499
500         * gnus-sync.el: Require gnus components whose functions are used.
501
502         * gnus-art.el (bookmark-make-record-function):
503         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
504         Declare for compiler.
505
506         * mm-url.el (mml-compute-boundary): Autoload.
507
508 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
511
512 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
513
514         Typo fix "hoo4a" -> "hook".
515
516         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
517
518 2010-08-14  Glenn Morris  <rgm@gnu.org>
519
520         * gnus-sync.el (gnus-sync): Fix defgroup version.
521
522 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
523
524         Doc fixes and keep unknown groups (ammended for nunion bug fix).
525
526         * gnus-sync.el: Fix docs.
527         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
528         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
529
530 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
531
532         Optimizations for gnus-sync.el.
533
534         * gnus-sync.el: Add docs about gnus-sync-backend
535         possibilities.
536         (gnus-sync-save): Remove unnecessary message.
537         (gnus-sync-read): Optimize and show what groups were skipped.
538
539 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
540
541         Minor bug fixes for gnus-sync.el.
542
543         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
544         read the sync on get-new-news.
545
546         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
547         quiet.
548
549         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
550
551 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
552
553         Make saving and restoring of hidden threads work with overlays.
554         Patch applied by Ted Zlatanov.
555
556         * gnus-sum.el (gnus-hidden-threads-configuration)
557         (gnus-restore-hidden-threads-configuration): Update to deal with text
558         properties, rather than searching for a magic character.
559
560 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
561
562         New gnus-sync.el library for synchronization of marks.
563
564         * gnus-sync.el: New library for synchronization of marks.
565
566         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
567         renamed from `gnus-registry-grep-in-list'.
568
569         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
570
571         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
572
573 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
576         determining charset of text fails.
577
578 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * nnmail.el (nnmail-get-new-mail-1): Revert.
581
582         * nnml.el (nnml-active-number): Make sure names of newly created groups
583         in nnml-group-alist are encoded.
584
585 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
588         containing non-ASCII characters in active file for nnml back end.
589
590 2010-07-24  David Engster  <dengste@eml.cc>
591
592         * mml-smime.el (mml-smime-epg-verify): Also accept the older
593         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
594
595 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
596
597         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
598         tag (Bug#6654).
599
600 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
603         the article buffer, not the summary buffer.
604
605 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
608         Emacs 23 as well.
609
610 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
613         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
614
615 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
616
617         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
618         Patch applied by Karl Fogel.
619
620         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
621         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
622
623 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
624
625         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
626         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
627         C-w still not working correctly from Article buffers; Thierry's
628         patch to fix that will be applied after this.
629
630         * gnus-art.el (bookmark-make-record-function): New local variable.
631
632         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
633         article buffer.
634         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
635
636 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
637
638         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
639         on changes in bookmark.el.
640
641 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
644         `no-log' instead of message not to log prompt string.
645
646 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
647
648         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
649         the *other* type of HTML form submission.
650
651 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
652
653         * auth-source.el (auth-source-pick): If choice does not contain a
654         questioned keyword, set the check to t.
655
656 2010-06-12  Romain Francoise  <romain@orebokech.com>
657
658         * gnus-util.el (gnus-date-get-time): Move up before first use.
659
660 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
661
662         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
663         (gnus-article-edit-part): Bind it to make last part that is substituted
664         or deleted visible.
665         (gnus-mime-display-single): Buttonize part of which id equals to
666         gnus-mime-buttonized-part-id.
667
668 2010-06-10  Dan Christensen  <jdc@uwo.ca>
669
670         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
671         (gnus-dd-mmm): Use gnus-date-get-time.
672         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
673         simplify logic.
674         (gnus-summary-limit-to-age): Use gnus-date-get-time.
675         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
676
677 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
678
679         * auth-source.el (top): Autoload `secrets-list-collections',
680         `secrets-create-item', `secrets-delete-item'.
681         (auth-sources): Fix tag string.
682         (auth-get-source, auth-source-retrieve, auth-source-create)
683         (auth-source-delete): New defuns.
684         (auth-source-pick): Rewrite in order to avoid 2 passes.
685         (auth-source-forget-user-or-password): New parameter USERNAME.
686         (auth-source-user-or-password): New parameters CREATE-MISSING and
687         DELETE-EXISTING.  Retrieve password interactively, if needed.
688
689 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
690
691         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
692         deleting unused directories when gnus-expert-user is t.
693
694 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
697         for each temp file when gnus-article-browse-delete-temp is ask.
698
699 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
700
701         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
702         Lisp calls to delete-backward-char by calls to delete-char.
703
704 2010-05-20  Kevin Ryde  <user42@zip.com.au>
705
706         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
707
708 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
709
710         * password-cache.el (password-cache-remove): Fix docstring.
711
712 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
715         article unless decoding article to be saved.
716
717 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
720         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
721         generated within the mm-with-unibyte-current-buffer macro.
722
723 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
726         to nil when we're in a mml-preview buffer and no group is selected.
727
728 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
729
730         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
731         when catching the `C-g'.  Reported by "Leo".
732
733 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * message.el (message-forward-make-body-plain)
736         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
737         multibyte-string-p.
738
739         * lpath.el: Revert.
740
741 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * message.el (message-forward-make-body-mml): Assume original message
744         is multibyte string; error on unibyte.
745         (message-forward-make-body-plain): Ditto; don't add excessive newline
746         in body end.
747
748         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
749
750 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
751
752         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
753         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
754
755 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * mm-extern.el (mm-extern-url): Don't use
758         mm-with-unibyte-current-buffer.
759         (mm-extern-cache-contents): Use with-current-buffer instead of
760         save-excursion + set-buffer.
761
762 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * mm-util.el (mm-emacs-mule): Remove.
765
766 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
767
768         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
769         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
770         change.
771
772 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
775         bind the default value of enable-multibyte-characters to nil.
776
777 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * message.el (message-forward-make-body-plain)
780         (message-forward-make-body-mml):
781         Don't use mm-with-unibyte-current-buffer.
782
783 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
784
785         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
786
787 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
788
789         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
790         (Bug#5592).
791
792 2010-05-07  Julien Danjou  <julien@danjou.info>
793
794         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
795         it to mm-pipe-part.
796
797         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
798         it is given.
799
800 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
801
802         * binhex.el (binhex-decode-region-internal)
803         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
804         (dns-query)
805         * nnweb.el (nnweb-gmane-search)
806         * pgg-parse.el (pgg-parse-armor)
807         * pgg.el (pgg-verify-region)
808         * sha1.el (sha1-string-external)
809         * uudecode.el (uudecode-decode-region-internal)
810         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
811         XEmacs.
812
813         * gnus-art.el (gnus-article-browse-html-parts)
814         * gnus-group.el (gnus-read-ephemeral-gmane-group)
815         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
816         make-temp-file.
817
818         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
819         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
820         compiling.
821
822         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
823         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
824         XEmacs when compiling.
825
826         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
827         gnus-pick-mode-off-hook for XEmacs when compiling.
828         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
829         gnus-binary-mode-off-hook for XEmacs when compiling.
830
831         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
832         nil if char-charset is not available.
833
834         * imap.el (imap-disable-multibyte)
835         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
836         macros.
837
838         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
839         instead of encode-coding-string.
840
841         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
842         'xemacs) instead of mm-emacs-mule to switch function definitions.
843         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
844
845         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
846         bind temporary-file-directory for XEmacs;
847         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
848         timer-set-function for XEmacs 21.4 and SXEmacs;
849         bind timer-list for XEmacs 21.4 and SXEmacs;
850         fbind char-charset and find-charset-region for non-Mule XEmacs;
851         fbind decode-coding-region, decode-coding-string, detect-coding-region,
852         encode-coding-region and encode-coding-string for XEmacs having no
853         file-coding feature.
854
855 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
856
857         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
858
859 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
860
861         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
862         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
863
864 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
865
866         * mm-util.el (mm-decompress-buffer): Use `delete-file';
867         alias `jka-compr-delete-temp-file' no longer exists.
868
869 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
870
871         Use define-minor-mode in Gnus where applicable.
872         * mml.el (mml-mode): Use define-minor-mode.
873         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
874         (gnus-undo-mode): Use define-minor-mode.
875         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
876         (gnus-dead-summary-mode): Use define-minor-mode.
877         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
878         Initialize in declaration.
879         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
880         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
881         (gnus-mailing-list-mode): Use define-minor-mode.
882         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
883         (gnus-draft-mode): Use define-minor-mode.
884         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
885         (gnus-dired-mode): Use define-minor-mode.
886
887 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
888
889         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
890         handles on recursive mml-to-mime translation and check them for
891         boundary delimiter collisions.  Reported by Greg Troxel.
892
893 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
896
897 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
898
899         * mm-util.el (mm-find-buffer-file-coding-system):
900         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
901
902 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
903
904         * message.el (message-generate-headers): Record insertion of optional
905         headers as well.  Otherwise the check to prevent repeated insertion of
906         optional headers is a no-op.
907
908 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
909
910         * smime.el: Don't mention CVS.
911
912         * nnrss.el (nnrss-fetch): Don't mention CVS.
913
914         * nnir.el: Don't mention CVS.
915
916 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
917
918         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
919
920 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         * lpath.el: Fbind bookmark-default-handler,
923         bookmark-get-bookmark-record, bookmark-make-record-default,
924         bookmark-prop-get for Emacs <23 and XEmacs.
925
926 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
927
928         * gnus-sum.el: Add bookmark declarations to silence the compiler.
929         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
930         Use with-current-buffer to silence the byte-compiler.
931         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
932         bother to require `gnus'.
933         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
934
935 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
936
937         * gnus-sum.el (gnus-summary-bookmark-make-record)
938         (gnus-summary-bookmark-jump): New functions.
939         (gnus-summary-mode): Setup bookmark support.
940
941 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
942
943         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
944         if set.
945
946 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
949         gnus-article-browse-html-save-cid-image; make it work recursively for
950         forwarded messages as well.
951         (gnus-article-browse-html-parts): Work when prefix arg is given.
952         (gnus-article-browse-html-article): Doc fix.
953
954 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
955
956         * message.el (message-default-mail-headers):
957         (message-default-headers): Carry the value mail-default-headers over
958         into message-default-mail-headers, rather than message-default-headers.
959
960 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
961
962         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
963         charset.
964
965         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
966         charset into the <meta> tag when the article is encoded to utf-8.
967
968 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
971         directories as well.
972         (gnus-article-browse-html-parts): Work for images that do not specify
973         file names; delete temp directory when quitting; insert header at the
974         right place; use file: scheme for image files.
975
976 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
977
978         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
979         (gnus-article-browse-html-parts): Use it to make temporary cid image
980         files in addition to html file so that browser may display them.
981
982 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
983
984         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
985
986 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
987
988         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
989
990 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
991
992         * auth-source.el (auth-sources): Change default to be simpler.  Explain
993         about Secret Service API sources.  Improve Customize options.
994         (auth-source-pick): Change to accept any number of search parameters.
995         Implement fallbacks iteratively, not recursively.  Add scoring on the
996         second pass and sort by score.  Call Secret Service API when needed.
997         (auth-source-user-or-password): Use it.  Call Secret Service API
998         directly when needed to get the user name and the password.
999
1000 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1001
1002         * message.el (message-interactive): Doc fix.
1003         (message-qmail-inject-args): Reflow.
1004         (message-kill-to-signature): Fix typo in docstring.
1005
1006         * smiley.el (smiley-buffer): Fix typo in docstring.
1007
1008 2010-03-24  Glenn Morris  <rgm@gnu.org>
1009
1010         * mail-source.el (gnus-message): Declare.
1011         (mail-source-delete-old-incoming): Require gnus-util.
1012
1013 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1016
1017         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1018
1019         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1020         password-cache's default if it is not bound.
1021         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1022         password-cache-expiry's default if it is not bound.
1023
1024         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1025         available in Emacs 21.
1026
1027         * lpath.el: Suppress compiler warnings for:
1028         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1029         XEmacs;
1030         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1031         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1032         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1033
1034 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1035
1036         * auth-source.el (auth-sources): Fix up definition so extra parameters
1037         are always inline.
1038
1039 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1040
1041         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1042         wasn't updated after mismatch.  Clear cached mailbox info correctly
1043         when uidvalidity changes.
1044         (nnimap-group-prefixed-name): New function to avoid some code
1045         duplication.
1046         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1047         (nnimap-request-group): Use it.
1048         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1049         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1050         with many imap folders.  This is done by caching the group status from
1051         the imap server persistently in a group parameter `imap-status'.  (This
1052         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1053         but not persistently, so every Gnus startup was still very slow.)
1054
1055 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1056
1057         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1058         delete the extra newline.  Otherwise editing of :string and :number
1059         types don't work.
1060
1061 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1062
1063         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1064         secrets.el dependency.
1065         (auth-sources): Add optional user name.  Add secrets.el configuration
1066         choice (unused right now).
1067
1068 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1069
1070         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1071         `gnus-registry-install-shortcuts' fill in the functions.
1072
1073         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1074         warnings.
1075         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1076         (gnus-registry-install-shortcuts): Populate and use it in a
1077         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1078
1079 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1080
1081         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1082         In-place substitutions for the group name encoding/decoding.
1083         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1084         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1085         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1086         (nnimap-update-unseen, nnimap-request-list)
1087         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1088         (nnimap-request-set-mark, nnimap-split-to-groups)
1089         (nnimap-split-articles, nnimap-request-newgroups)
1090         (nnimap-request-create-group, nnimap-request-accept-article)
1091         (nnimap-request-delete-group, nnimap-request-rename-group)
1092         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1093         `encoded-mbx' for consistency.
1094         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1095         variable `imap-current-mailbox'.
1096
1097         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1098         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1099
1100 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1101
1102         * pop3.el (pop3-display-message-size-flag): Display message size byte
1103         counts during POP3 download.
1104         (pop3-movemail): Use it.
1105         (pop3-list): Implement listing of available messages.
1106
1107 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1108
1109         * nnir.el (nnir-get-article-nov-override-function): New function to
1110         override the normal NOV retrieval.
1111         (nnir-retrieve-headers): Use it.
1112
1113 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1114
1115         * auth-source.el (netrc-machine-user-or-password): Autoload.
1116
1117 2010-03-19  Glenn Morris  <rgm@gnu.org>
1118
1119         Stop message.el from loading about 40 libraries it doesn't always need.
1120         The general approach is to autoload rather than require, and to
1121         require in the specific functions rather than the file.  (Bug#5642)
1122
1123         * gmm-utils.el: Don't require wid-edit.
1124         (widget-create-child-value, widget-convert, widget-default-get):
1125         Autoload.
1126
1127         * gnus-util.el: Don't require time-date, netrc.
1128         (message-fetch-field, gnus-group-name-decode): Declare rather than
1129         autoloading.
1130         (gnus-fetch-field): Require message.
1131         (gnus-decode-newsgroups): Require gnus-group.
1132
1133         * ietf-drums.el: Don't require time-date.
1134
1135         * message.el: Don't require hashcash, canlock, ecomplete.
1136         Do require mail-utils.  Require nnheader only when compiling.
1137         (smtpmail-default-smtp-server): Remove declaration.
1138         (message-send-mail-function): Check smtpmail-default-smtp-server
1139         is bound rather than requiring smtpmail.
1140         (message-auto-save-directory, message-insert-signature): Use
1141         expand-file-name rather than nnheader-concat.
1142         (nnheader-insert-file-contents): Autoload.
1143         (hashcash-wait-async): Declare.
1144         (message-send-mail): Only call gnus-setup-posting-charset if
1145         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1146         (message-send-mail-with-sendmail): Require sendmail.
1147         (canlock-password, canlock-password-for-verify): Declare.
1148         (message-canlock-password): Require canlock.
1149         (nnheader-get-report): Autoload.
1150         (gnus-setup-posting-charset): Declare.
1151         (message-send-news): Require gnus-msg.
1152         (message-make-references, message-make-in-reply-to): Use mail-header-id
1153         rather than the alias mail-header-message-id.
1154         (ecomplete-add-item, ecomplete-save): Declare.
1155         (message-put-addresses-in-ecomplete): Require ecomplete.
1156         (ecomplete-display-matches): Autoload.
1157
1158         * mm-decode.el: Don't require mailcap, gnus-util.
1159         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1160         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1161         Autoload.
1162         (mailcap-mime-extensions): Declare.
1163
1164         * mm-encode.el: Don't require mailcap.
1165         (mailcap-extension-to-mime): Autoload.
1166
1167         * mml-sec.el: Don't require password-cache.
1168
1169         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1170         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1171         (mml-minibuffer-read-type): Require mailcap.
1172         (mml-preview): Require gnus-msg.
1173
1174         * mml1991.el: Require password-cache.
1175         (password-cache-expiry): Remove declaration.
1176
1177         * mml2015.el: Require password-cache.
1178         (password-cache-expiry): Remove declaration.
1179
1180         * nneething.el (mailcap): Require mailcap.
1181
1182         * nnheader.el (declare-function): Add compatibility stub.
1183         (message-remove-header): Declare rather than autoload.
1184         (nnheader-replace-header): Require message.
1185
1186         * nnimap.el (declare-function): Add compatibility stub.
1187         (netrc-parse, netrc-machine-user-or-password): Declare.
1188         (nnimap-open-connection): Require netrc.
1189
1190         * nntp.el (declare-function): Add compatibility stub.
1191         (netrc-parse, netrc-machine, netrc-get): Declare.
1192         (nntp-send-authinfo): Require netrc.
1193
1194         * rfc2047.el: Don't require qp.
1195         (quoted-printable-encode-region, quoted-printable-decode-string):
1196         Autoload.
1197
1198         * sieve-mode.el: Don't require easymenu.
1199         (easy-menu-add-item): Autoload it.
1200
1201         * spam-stat.el (time-to-number-of-days): Autoload it.
1202
1203 2010-03-19  Glenn Morris  <rgm@gnu.org>
1204
1205         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1206
1207 2010-03-18  Glenn Morris  <rgm@gnu.org>
1208
1209         * hashcash.el (declare-function): Remove duplicate definition.
1210
1211 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1212
1213         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1214         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1215         value if any backslash escapes).
1216
1217 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1220         if it is available.  (bug#5647)
1221
1222         * lpath.el: Suppress compiler warning for coding-system-from-name for
1223         Emacs 21 and XEmacs.
1224
1225 2010-03-14  Juri Linkov  <juri@jurta.org>
1226
1227         * hmac-def.el:
1228         * hmac-md5.el:
1229         * netrc.el: Fix keywords.
1230
1231 2010-02-26  Glenn Morris  <rgm@gnu.org>
1232
1233         * message.el (message-send-mail-function): Change the default, so that
1234         it inherits from a customized send-mail-function.  (Bug#5643)
1235
1236 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1237
1238         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1239         shell-command-to-string signals an error (bug#5299).
1240
1241 2010-02-24  Glenn Morris  <rgm@gnu.org>
1242
1243         * message.el (message-smtpmail-send-it)
1244         (message-send-mail-with-mailclient): Doc fixes.
1245
1246 2010-02-16  Glenn Morris  <rgm@gnu.org>
1247
1248         * message.el (message-default-mail-headers): Change the default value
1249         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1250
1251 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1254         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1255
1256 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1257
1258         * time-date.el (date-to-time): Doc fix (Bug#5408).
1259
1260 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1261
1262         * message.el (message-mail): Just pass yank-action on to message-setup.
1263         (message-setup): Handle (FUN . ARGS) form of yank-action.
1264         (message-with-reply-buffer, message-widen-reply)
1265         (message-yank-original): Handle non-buffer values of
1266         message-reply-buffer (Bug#4080).
1267         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1268
1269 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1270
1271         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1272         Fix typo in docstring.
1273
1274 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1275
1276         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1277         response.
1278
1279 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1282
1283         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1284
1285         * message.el (message-check-news-header-syntax): Protect against a
1286         string that `rfc822-addresses' returns when parsing fails.
1287
1288 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1291         (gnus-previous-char-property-change): New functions.
1292
1293         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1294
1295 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1296
1297         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1298         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1299
1300 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1301
1302         * message.el (message-exchange-point-and-mark): Rework last change to
1303         avoid using optional arg of exchange-point-and-mark, for backward
1304         compatibility.
1305
1306 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1307
1308         * message.el (message-exchange-point-and-mark): Call
1309         exchange-point-and-mark with an argument rather than setting
1310         mark-active by hand (Bug#5175).
1311
1312 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * nntp.el (nntp-service-to-port): Work for service expressed with
1315         numeric string; replace [:digit:] with [0-9] for XEmacs.
1316
1317 2009-12-17  Glenn Morris  <rgm@gnu.org>
1318
1319         * gnus-group.el (gnus-bug-group-download-format-alist):
1320         Change emacs entry to debbugs.gnu.org.  Bump :version.
1321
1322 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1323
1324         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1325
1326 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1327
1328         * message.el (message-info): Explain why we use `Info-goto-node'.
1329
1330 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1333
1334 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1335
1336         * message.el (message-completion-in-region): New compatibility function.
1337         (message-expand-group): Use it.
1338
1339 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1342         with no unread article should be listed if the 2nd arg `predicate' is
1343         given.
1344
1345 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1348
1349 2009-11-29  Juri Linkov  <juri@jurta.org>
1350
1351         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1352         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1353         on `gnus-recenter'. (Bug#4698, Bug#4981)
1354
1355 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1356
1357         * sha1.el (sha1-string-external): default-directory "/" in case
1358         otherwise non-existent.  process-connection-type pipe for touch of
1359         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1360
1361 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1362
1363         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1364         it's comms related and sgml-mode.el has "comm" on that basis too.
1365
1366 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1369         containing tspecial characters if they have been already quoted.
1370
1371 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1372
1373         * dns-mode.el (auto-mode-alist): Purecopy string.
1374
1375 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1376
1377         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1378
1379 2009-10-24  Glenn Morris  <rgm@gnu.org>
1380
1381         * gnus-art.el (help-xref-stack-item): Define for compiler.
1382
1383 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1384
1385         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1386
1387 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1390
1391 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1392
1393         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1394         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1395
1396 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1399         (gnus-overlays-in): New alias to overlays-in.
1400
1401         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1402         gnus-overlay-get, and gnus-delete-overlay.
1403         (gnus-summary-show-thread): Make it work as well for systems in which
1404         next-single-char-property-change is not available.
1405         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1406
1407         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1408         (gnus-overlay-get): New alias to extent-property.
1409         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1410
1411         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1412         SXEmacs.
1413
1414         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1415         SXEmacs.
1416
1417 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1418
1419         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1420
1421 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1422
1423         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1424         and XEmacs that don't have `remove-overlays'.
1425
1426 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1427
1428         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1429         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1430         selective display.  Use overlays instead.
1431
1432 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1433
1434         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1435
1436 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1437
1438         * spam-stat.el (spam-stat-load): Fix typo in message.
1439
1440 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1441
1442         * dig.el (dig-invoke): Fix typo in docstring.
1443         (query-dig): Reflow docstring.
1444
1445 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1446
1447         * gnus-art.el (gnus-article-encrypt-body):
1448         * message.el (message-check-recipients):
1449         * mm-util.el (mm-codepage-setup):
1450         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1451         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1452
1453 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1454
1455         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1456         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1457         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1458         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1459         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1460
1461 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1462
1463         * dig.el: Add "Keywords: comm", as per net-utils.el.
1464
1465 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1466
1467         * dig.el (dig-mode): Use define-derived-mode.
1468
1469 2009-09-19  Glenn Morris  <rgm@gnu.org>
1470
1471         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1472
1473 2009-09-18  Glenn Morris  <rgm@gnu.org>
1474
1475         * gnus-diary.el (gnus-diary-check-message):
1476         * message.el (message-insert-formatted-citation-line):
1477         * nnbabyl.el (top-level):
1478         * nndiary.el (nndiary-schedule):
1479         Fix typos in condition-case handlers.
1480
1481 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1484         configuration that provides the sole article window in a frame;
1485         position point correctly after deleting a part.
1486
1487 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1488
1489         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1490         (spam-resolve-registrations-routine): Use it to unregister articles
1491         that change status.
1492
1493 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1494
1495         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1496         with XEmacs.
1497         (parse-time-string-chars): Use it.
1498
1499 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1500
1501         * imap.el (imap-interactive-login): Better messages.
1502         (imap-open): Fix bug with renamed buffer on reconnect.
1503         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1504         for easier debugging and cleaner code.  On successful (guessed based on
1505         server capabilities) secondary authentication, set imap-state
1506         correctly.
1507         (imap-last-authenticator): Define imap-last-authenticator as a variable
1508         to avoid warnings.
1509
1510 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * nnrss.el (nnrss-request-article): Remove binding of
1513         default-enable-multibyte-characters that has gotten needless by
1514         the 2007-07-13 change in rfc2047-encode-message-header.
1515
1516         * mml.el (mml-insert-multipart): Error on the message header.
1517         (mml-insert-part): Error on the message header; position point at
1518         the end of a MIME tag.
1519
1520 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * time-date.el (autoload): Expand define-obsolete-function-alias into
1523         defalias and make-obsolete for old Emacsen that Gnus supports.
1524         (with-no-warnings): Define it for old Emacsen.
1525         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1526         is available.
1527         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1528         float-time is available; suppress compile warning for time-to-seconds.
1529
1530         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1531         (gnus-float-time): Alias to float-time if it exists.
1532
1533         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1534         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1535         float-time is available; suppress compile warning for time-to-seconds.
1536
1537         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1538         XEmacs.
1539
1540 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1541
1542         * imap.el (imap-message-map): Docstring fix.
1543
1544 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1547         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1548         Add the optional argument `encoding' that overrides the default.
1549
1550         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1551         mm-encode-buffer.
1552
1553 2009-09-04  Glenn Morris  <rgm@gnu.org>
1554
1555         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1556         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1557         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1558         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1559         * mm-util.el (mm-with-unibyte-current-buffer)
1560         (mm-find-buffer-file-coding-system):
1561         * yenc.el (yenc-decode-region): Use default-value rather than
1562         default-enable-multibyte-characters.
1563
1564 2009-09-03  Glenn Morris  <rgm@gnu.org>
1565
1566         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1567         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1568         than default-enable-multibyte-characters.
1569
1570 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1571
1572         * gnus-art.el (gnus-article-read-summary-keys):
1573         Fix gnus-buffer-configuration's value temporarily used.
1574
1575 2009-09-02  Glenn Morris  <rgm@gnu.org>
1576
1577         * gnus-util.el (gnus-float-time): New function.
1578         * gnus-delay.el (gnus-delay-article):
1579         * gnus-sum.el (gnus-thread-latest-date):
1580         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1581         * nnspool.el (nnspool-request-newgroups):
1582         Use gnus-float-time rather than time-to-seconds.
1583         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1584
1585         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1586         (gnus-header-subject-face, gnus-header-newsgroups-face)
1587         (gnus-header-name-face, gnus-header-content-face):
1588         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1589         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1590         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1591         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1592         (gnus-cite-face-11):
1593         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1594         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1595         (gnus-server-closed-face, gnus-server-denied-face)
1596         (gnus-server-offline-face):
1597         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1598         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1599         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1600         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1601         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1602         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1603         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1604         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1605         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1606         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1607         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1608         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1609         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1610         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1611         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1612         (gnus-summary-high-undownloaded-face)
1613         (gnus-summary-low-undownloaded-face)
1614         (gnus-summary-normal-undownloaded-face)
1615         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1616         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1617         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1618         (gnus-splash-face):
1619         * message.el (message-header-to-face, message-header-cc-face)
1620         (message-header-subject-face, message-header-newsgroups-face)
1621         (message-header-other-face, message-header-name-face)
1622         (message-header-xheader-face, message-separator-face)
1623         (message-cited-text-face, message-mml-face):
1624         * sieve-mode.el (sieve-control-commands-face)
1625         (sieve-action-commands-face, sieve-test-commands-face)
1626         (sieve-tagged-arguments-face):
1627         * spam.el (spam-face):
1628         Mark face aliases with "-face" in the name as obsolete.
1629
1630 2009-09-01  Glenn Morris  <rgm@gnu.org>
1631
1632         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1633         than goto-line.
1634
1635 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1638         Don't move point if the command is invoked inside the message header.
1639
1640 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1641
1642         * imap.el (imap-send-command): Simplify.
1643         (imap-wait-for-tag): point-max -> buffer-size.
1644
1645 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1646
1647         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1648         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1649         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1650         * nnir.el (nnir-swish-e-index-file):
1651         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1652         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1653         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1654         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1655         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1656         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1657
1658 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1659
1660         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1661         Don't save excursion.
1662
1663 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1664
1665         * nnheader.el (nnheader-find-file-noselect):
1666         * mm-util.el (mm-insert-file-contents):
1667         Use (default-value 'major-mode) instead of default-major-mode.
1668
1669 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1670
1671         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1672
1673 2009-08-26  Glenn Morris  <rgm@gnu.org>
1674
1675         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1676         than placing in files.el.
1677
1678 2009-08-25  Glenn Morris  <rgm@gnu.org>
1679
1680         * nnir.el (top-level): Don't require cl at run-time.
1681         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1682         Replace cl-function substitute with gnus-replace-in-string.
1683         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1684         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1685         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1686         simplified expansions.
1687
1688 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1689
1690         * dig.el (dig): Add autoload cookie.
1691
1692 2009-08-22  Glenn Morris  <rgm@gnu.org>
1693
1694         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1695         goto-line.
1696
1697 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1698
1699         * parse-time.el (parse-time-string-chars): Save match data.
1700
1701 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1702
1703         * parse-time.el (parse-time-string-chars): Compute using character
1704         classes, to handle non-ascii characters (Bug#3190).
1705
1706 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1709
1710         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1711         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1712         (gnus-mm-display-part, gnus-mime-display-single)
1713         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1714         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1715
1716         * gnus-sum.el
1717         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1718         (gnus-summary-move-article): Add expirable mark to articles copied or
1719         moved to group that has auto-expire turned on if the option is non-nil.
1720
1721 2009-07-24  Glenn Morris  <rgm@gnu.org>
1722
1723         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1724         Fix typo.  (Bug#3903)
1725
1726 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1729         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1730         that should not be used for draft articles.
1731         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1732         that has no concern in minor mode keys.
1733         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1734         Abolish.
1735
1736 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1739         article without making inquiry to a user for unknown encoding.
1740
1741         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1742         (nnmaildir--scan): Assume i-node and device number that file-attributes
1743         returns might be cons-cell.
1744
1745         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1746
1747         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1748
1749 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1750
1751         * auth-source.el: Remove docs now in auth.texi.  Don't use
1752         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1753         `auth-source-hide-passwords' and use them.
1754
1755 2009-07-15  Glenn Morris  <rgm@gnu.org>
1756
1757         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1758
1759 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1762         excessive whitespace from the default values of title and description.
1763
1764 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1767         mail-fetch-field to fetch Content-Description header in order to
1768         exclude newlines.
1769
1770 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1771
1772         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1773         format used by GnuPG 2.0.11.
1774
1775 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1778         to deleted part.
1779
1780 2009-05-30  David Engster  <dengste@eml.cc>
1781
1782         * nnmairix.el: Remove old documentation in the commentary block.
1783         (nnmairix-request-group): Do not update active file for nnml back ends.
1784         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1785         end so that overview files are ignored.
1786         (nnmairix-update-groups): Make updating the groups more robust by using
1787         marks.
1788         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1789         with dollar characters in message-id.
1790
1791 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1792
1793         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1794         2008-12-25 in dns.el.
1795
1796 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1797
1798         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1799         could happen if the text is only composed of spaces and/or tabs.
1800
1801 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1802
1803         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1804         when sending a queued message to avoid extra mml tags.
1805
1806 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1809
1810 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1813         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1814         rmail-toggle-header for XEmacs;
1815         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1816
1817 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1818
1819         * gnus-dired.el: Remove autoload for gnus-setup-message.
1820         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1821         displaying Gnus logo; always use compose-mail.
1822
1823 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1826
1827 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1830         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1831         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1832         available.
1833         (gnus-nocem-epg-verify): New function.
1834
1835 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1836
1837         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1838
1839 2009-02-15  Glenn Morris  <rgm@gnu.org>
1840
1841         * gnus-util.el (rmail-insert-rmail-file-header)
1842         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1843         autoloads.
1844         (rmail-default-rmail-file): Remove unnecessary declaration.
1845         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1846
1847 2009-02-14  Glenn Morris  <rgm@gnu.org>
1848
1849         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1850         variable (only used in gnus-util, which declares it anyway).
1851         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1852         which was only needed by gnus-art (changed to not use it any more).
1853         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1854         only used in gnus-util, which autoloads it itself.
1855         (rmail-update-summary): Fix autoload.
1856
1857         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1858         rather than rmail-output-to-rmail-file.
1859
1860 2009-02-07  Glenn Morris  <rgm@gnu.org>
1861
1862         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1863         autoload of function that no longer exists.
1864         (rmail-toggle-header): Declare.
1865         (message-forward-rmail-make-body): Handle mbox Rmail.
1866
1867 2009-01-31  Glenn Morris  <rgm@gnu.org>
1868
1869         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1870         2009-01-09 change.
1871
1872 2009-01-31  Dave Love  <fx@gnu.org>
1873
1874         * imap.el (imap-fetch-safe): Bind debug-on-error.
1875         (imap-debug): Add imap-fetch-safe.
1876
1877 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1878
1879         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1880         (auth-source-forget-all-cached): New convenience function.
1881         (auth-source-user-or-password): Accept list of modes or a single mode.
1882
1883         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1884         auth-source modes.
1885
1886         * netrc.el (netrc-machine-user-or-password): Use list of
1887         auth-source modes.
1888
1889         * nnimap.el (nnimap-open-connection): Use list of
1890         auth-source modes.
1891
1892         * nntp.el (nntp-send-authinfo): Use list of
1893         auth-source modes.
1894
1895 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1896
1897         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1898         now.
1899
1900 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1901
1902         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1903         coding system in XEmacs; add a workaround for XEmacs.
1904
1905         * lpath.el: Fbind coding-system-aliasee.
1906
1907 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1910         of current-language-environment.
1911
1912 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1913
1914         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1915         available at runtime.
1916
1917 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1920
1921 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1922
1923         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1924         the greatest positive fixnum value doesn't work under an XEmacs with
1925         bignum support; use the most-positive-fixnum constant instead,
1926         available since Emacs 21.1 with cl and XEmacs 21.1.
1927
1928 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1931         XEmacs gets not to work.
1932
1933 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * mm-util.el (mm-coding-system-priorities): Allow the value like
1936         "Japanese (UTF-8)" of current-language-environment.
1937
1938 2009-01-09  Glenn Morris  <rgm@gnu.org>
1939
1940         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1941         with last-command-event.
1942
1943 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1944
1945         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1946         in the doc string.
1947
1948         * message.el (message-fix-before-sending): Amend comment.
1949
1950 2009-01-08  Dave Love  <fx@gnu.org>
1951
1952         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1953
1954 2009-01-07  David Engster  <dengste@eml.cc>
1955
1956         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1957         simplified server definitions by converting it via
1958         gnus-server-to-method.
1959
1960 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1961
1962         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1963         parameter's operands.
1964
1965 2009-01-06  David Engster  <dengste@eml.cc>
1966
1967         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1968         primary select method (for gnus-group-mark-article-as-read).
1969
1970 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1971
1972         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1973         `(gnus)Face', not `(gnus)X-Face'.
1974
1975 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * mm-util.el (mm-ucs-to-char): New function.
1978
1979         * mm-url.el (mm-url-decode-entities): Use it.
1980
1981         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1982         unicode-to-char.
1983
1984 2009-01-05  Dave Love  <fx@gnu.org>
1985
1986         * time-date.el: Require cl for `declare'.
1987
1988 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1989
1990         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1991         Dave Love.
1992
1993 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1994
1995         * message.el (message-fix-before-sending): Add `eight-bit' to
1996         illegible-text check.
1997
1998 2009-01-03  Michael Olson  <mwolson@gnu.org>
1999
2000         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2001         `headers' is nil.  This can occur if the IMAP server does not have
2002         permissions to read messages from a folder, but can write new messages
2003         to the folder.
2004         (nnimap-request-article-part): Do not insert `data' if it is nil.
2005
2006         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2007         characters which will confuse `read', so skip past them.
2008
2009 2009-01-01  Dave Love  <fx@gnu.org>
2010
2011         * imap.el (imap-string-to-integer): Fix typo.
2012         (imap-fetch-safe): New function.
2013         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2014
2015         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2016
2017         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2018         (imap-parse-greeting): Fix doc strings.
2019         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2020         (imap-parse-flag-list): Make messages unique.
2021         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2022
2023         * nnimap.el: Fix author email.
2024         (nnimap-split-rule): Add FIXME comment.
2025         (nnimap-debug): Fix doc string.
2026
2027 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2028
2029         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2030
2031 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2032
2033         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2034         nslookup if resolv.conf isn't available.
2035         (dns-query): Rename from query-dns.
2036         (dns-query-cached): Rename from query-dns-cached.
2037
2038 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2041         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2042         to check if those variables exist (first appeared in Emacs 18.50).
2043
2044 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * mm-util.el (mm-line-number-at-pos): New function.
2047
2048         * spam-report.el (spam-report-process-queue): Use it.
2049
2050 2008-12-24  David Engster  <dengste@eml.cc>
2051
2052         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2053         parameters that haven't existed as variables as buffer-local variables.
2054
2055 2008-12-23  Dave Love  <fx@gnu.org>
2056
2057         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2058         cadar.
2059
2060         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2061         imap-starttls-p.
2062         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2063
2064 2008-12-22  Dave Love  <fx@gnu.org>
2065
2066         * imap.el: Fix author email.  Doc fixes.
2067         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2068         reply.
2069
2070 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2071
2072         * spam-report.el (spam-report-gmane-max-requests): New constant.
2073         (spam-report-gmane-wait): New variable.
2074         (spam-report-gmane-ham, spam-report-gmane-spam)
2075         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2076         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2077         the server.
2078
2079         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2080         Add explanations.
2081
2082         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2083         nnheader-accept-process-output and nnheader-read-timeout if available.
2084         (pop3-movemail): Use it.
2085
2086         * message.el (message-check-news-body-syntax): Fix signature check if
2087         there's an attachment.
2088
2089 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * mm-util.el: Add comments to the mm- emulating functions.
2092
2093 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2094
2095         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2096         by Stephen Berman <stephen.berman@gmx.net>.
2097
2098 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * mm-util.el (mm-substring-no-properties): New function.
2101         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2102         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2103         (mm-string-to-multibyte): Doc fix.
2104
2105         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2106
2107 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2108
2109         * mml.el (mml-attach-file): Strip text properties from file name.
2110         (Bug#1574)
2111
2112 2008-12-16  Glenn Morris  <rgm@gnu.org>
2113
2114         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2115
2116 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2119         knows since the charset specified might be a bogus alias that
2120         mm-charset-synonym-alist provides.
2121
2122 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2123
2124         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2125         "ISO_8859-1".
2126
2127         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2128
2129 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * mm-util.el (mm-charset-eval-alist):
2132         Define it before mm-charset-to-coding-system.
2133         (mm-charset-to-coding-system): Add optional argument `silent';
2134         define it before mm-charset-override-alist.
2135         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2136         default value if it can be used in Emacs currently running;
2137         silence mm-charset-to-coding-system.
2138
2139 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2142         `allow-override' which says whether to use `mm-charset-override-alist'.
2143         (rfc2047-decode-encoded-words): Use it.
2144
2145         * mm-util.el (mm-charset-override-alist): Fix custom type;
2146         add `(gb2312 . gbk)' to choices.
2147
2148 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2151         fast.
2152
2153         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2154
2155         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2156
2157 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2158
2159         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2160         on links.
2161
2162         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2163
2164 2008-12-03  Lute Kamstra  <lute@gnu.org>
2165
2166         * sha1.el: Remove leading * from docstrings of defcustoms,
2167         deffaces, defconsts and defuns.
2168
2169 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2172         users' addresses that don't have domain parts.
2173         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2174         rather than message-narrow-to-head since there will be the message
2175         header separator.
2176
2177 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2178
2179         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2180         since the result is inserted in a unibyte buffer anyway.
2181         (nnimap-demule-use-string-to-multibyte): Remove.
2182         (nnimap-demule): Alias it to mm-string-to-multibyte.
2183
2184 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2185
2186         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2187         variable for debugging bug#464 and bug#1174.
2188         (nnimap-demule): Use it.
2189
2190 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2191
2192         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2193         score calculation correctly.
2194
2195 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2196
2197         * message.el (message-send-mail): Just set the buffer to unibyte
2198         rather than use mm-with-unibyte-current-buffer which does a lot more.
2199         (message-send-mail-partially): Don't bother with
2200         mm-with-unibyte-current-buffer since it's already been made unibyte by
2201         message-send-mail.
2202
2203 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2204
2205         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2206
2207 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2208
2209         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2210
2211 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2214         require itself and to remove `with-no-warnings'.
2215
2216 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2217
2218         * starttls.el (starttls-any-program-available): Get the name of the
2219         available TLS layer program.
2220         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2221         well as the host name in the "opening" message.
2222
2223         * auth-source.el (auth-source-cache, auth-source-do-cache)
2224         (auth-source-user-or-password): Cache passwords and logins by default,
2225         allow override with `auth-source-do-cache'.
2226         (auth-source-forget-user-or-password): Allow users to remove cache
2227         entries if needed.
2228
2229 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2230
2231         * md4.el (md4-buffer): Fix typo in docstring.
2232         (md4, md4-64): Doc fixes.
2233         (md4-pack-int32): Reflow docstring.
2234
2235 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2236
2237         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2238         condition-case to only the forward-sexp call.
2239
2240 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2241
2242         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2243         quotes contained.  Make it more robust regardless by an extra
2244         condition-case wrapper.
2245
2246 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2249
2250 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * nnml.el (nnml-request-expire-articles): Check if the function set to
2253         `nnmail-expiry-target' returns the symbol `delete'.
2254
2255         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2256
2257         * nnmail.el (nnmail-expiry-target): Fix custom type.
2258
2259 2008-10-02  Glenn Morris  <rgm@gnu.org>
2260
2261         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2262         Silence compiler warning.
2263
2264 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2265
2266         * tls.el (open-tls-stream): Show the actual command being
2267         executed, instead of the format string.
2268
2269 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * lpath.el: Fbind codepage-setup for Emacs 23.
2272
2273 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2274
2275         * mml.el (mml-menu): Don't assume mml2015 is bound.
2276
2277 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2280         exists.
2281
2282 2008-09-27  Glenn Morris  <rgm@gnu.org>
2283
2284         * gnus-util.el (mail-header-remove-comments): Autoload it.
2285
2286 2008-09-27  Andreas Schwab  <schwab@suse.de>
2287
2288         * gnus-util.el (gnus-split-references): Strip comments.
2289         (gnus-parent-id): Likewise.
2290
2291 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2292
2293         * message.el (message-confirm-send): Fix version.
2294
2295 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * message.el (message-idna-to-ascii-rhs-1): Use
2298         mail-extract-address-components rather than mail-header-parse-addresses
2299         that is an alias by default to ietf-drums-parse-addresses that does not
2300         support non-ASCII names in headers' contents.
2301
2302 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2303
2304         * message.el (message-confirm-send): Fixed variable documentation to
2305         avoid the "y/n" wording.
2306
2307 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2308
2309         * message.el (message-set-auto-save-file-name): Save to a different
2310         filename so multiple messages (especially drafts) can be recovered.
2311
2312 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2313
2314         * message.el (message-confirm-send): Add appropriate version.
2315
2316 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2317
2318         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2319         defvar.
2320
2321 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2322
2323         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2324         (mm-pkcs7-enveloped-magic): Ditto.
2325
2326 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2327
2328         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2329         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2330
2331 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2332
2333         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2334         default, it's better.
2335
2336 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2337
2338         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2339         summary line gnus-number property and ignore them (with a warning
2340         message).
2341
2342 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2345         macro caddr in the interactive form since it won't be expanded.
2346
2347 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2350         `charset'; fix name of function called recursively.
2351         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2352
2353 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2354
2355         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2356         (gnus-mime-set-charset-parameters): New function.
2357         (gnus-mime-view-part-as-charset): Use it to correctly display part
2358         specifying wrong charset.
2359
2360 2008-09-08  David Engster  <dengste@eml.cc>
2361
2362         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2363         in completing-read for back end server.
2364
2365 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2366
2367         * message.el (message-confirm-send): New variable to confirm sending a
2368         message.
2369         (message-send): Use it.
2370
2371 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2372
2373         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2374
2375 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2378
2379 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2380
2381         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2382         prevent tracking too many groups.
2383         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2384         Use it.
2385
2386 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2387
2388         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2389         moving point to the bottom of the window in order to avoid recentering.
2390
2391 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2394
2395         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2396         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2397         (gnus-article-beginning-of-window): Fix calculation.
2398
2399 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * gnus-msg.el (gnus-summary-supersede-article)
2402         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2403         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2404         message header.
2405
2406 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2407
2408         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2409         pending output coming after the status change.
2410
2411 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2412
2413         * message.el:
2414         * gnus-start.el:
2415         * gnus-registry.el: Remove VMS support.
2416
2417 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2420         macro.
2421         (rfc2104-hash): Use it.
2422
2423 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2424
2425         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2426         (gnus-summary-sort-by-most-recent-date): New commands.
2427         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2428         and menu entries.
2429
2430 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2433         don't redisplay article for raw contents; remove plural articles stuff.
2434
2435         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2436         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2437         on gnus-summary-save-article; display results properly.
2438
2439 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * lpath.el: No need to fbind ns-focus-frame.
2442
2443 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2444
2445         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2446
2447 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2450         gnus-save-all-headers.
2451
2452 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2453
2454         * gnus-util.el (ns-focus-frame): Remove declaration.
2455         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2456         like x.
2457
2458 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2459
2460         * rfc2104.el (rfc2104-zero): Delete defconst.
2461         (rfc2104-hex-alist): Likewise.
2462         (rfc2104-hex-to-int): Delete func.
2463         (rfc2104-hexstring-to-bitstring): Likewise.
2464         (rfc2104-nybbles): New defconst.
2465         (rfc2104-hash): Rewrite for speed.
2466
2467 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * tls.el (open-tls-stream): Make it work with the 2nd argument
2470         BUFFER that is a string but does not exist as a buffer object, as
2471         mentioned in the doc-string.
2472
2473 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2476         SXEmacs.
2477
2478 2008-07-16  Glenn Morris  <rgm@gnu.org>
2479
2480         * gnus-util.el (ns-focus-frame): Declare for compiler.
2481
2482 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2485         set as a group parameter.
2486         (gnus-summary-save-in-pipe): Work when it is called independently.
2487         (gnus-summary-pipe-to-muttprint): Don't modify
2488         gnus-summary-pipe-output-default-command.
2489
2490 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2491
2492         * message.el (message-send-mail-with-sendmail):
2493         Display the error message.
2494
2495 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * gnus-art.el (gnus-default-article-saver):
2498         Add gnus-summary-save-in-pipe to choices.
2499         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2500         gnus-summary-pipe-output-default-command as the default command.
2501         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2502         instead of gnus-last-shell-command.
2503
2504         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2505         New user option.
2506         (gnus-summary-muttprint-program): Mention the value will be changed.
2507         (gnus-summary-save-article): Force showing of all headers.
2508         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2509
2510 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2511
2512         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2513
2514 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2515
2516         * nnimap.el (nnimap-id):
2517         * sieve-manage.el (sieve-manage-open): Doc fixes.
2518
2519 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2520
2521         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2522         if available.
2523
2524 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2525
2526         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2527
2528         * nnkiboze.el (nnkiboze-generate-group):
2529         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2530
2531         * nnmairix.el: Require CL.
2532
2533 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * dgnushack.el: Autoload get-display-table and put-display-table for
2536         XEmacs 21.5.
2537
2538         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2539         21.4 and SXEmacs.
2540
2541 2008-06-15  David Engster  <dengste@eml.cc>
2542
2543         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2544
2545 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2546
2547         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2548         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2549         runtime choice under XEmacs.
2550
2551         * gnus-sum.el (gnus-summary-set-display-table):
2552         Use `gnus-put-display-table', `gnus-get-display-table',
2553         `gnus-set-display-table' for the display table, instead of `aset'.
2554
2555         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2556         Use `gnus-put-display-table', `gnus-get-display-table',
2557         `gnus-set-display-table' for the display table.
2558
2559 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2560
2561         * nnmairix.el: Add autoloads.
2562
2563 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2564
2565         * nnmairix.el (nnmairix-delete-recreate-group)
2566         (nnmairix-update-and-clear-marks): Fix error messages.
2567
2568 2008-06-14  David Engster  <dengste@eml.cc>
2569
2570         * nnmairix.el: Upgrade to version 0.6.
2571         (nnmairix-group-toggle-propmarks-this-group)
2572         (nnmairix-group-toggle-readmarks-this-group)
2573         (nnmairix-group-delete-recreate-this-group)
2574         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2575         (nnmairix-remove-tick-mark-original-article): New commands.
2576         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2577         (nnmairix-propagate-marks-to-nnmairix-groups)
2578         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2579         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2580         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2581         functions needed for marks propagation and manipulation of read marks.
2582         (nnmairix-update-groups): New function.
2583         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2584         (nnmairix-determine-original-group-from-registry)
2585         (nnmairix-determine-original-group-from-path)
2586         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2587         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2588         New helper functions.
2589         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2590         keystrokes for new commands.
2591         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2592         (nnmairix-request-group): Check allow-fast group parameter.
2593         (nnmairix-request-create-group): Set allow-fast group parameter if
2594         nnmairix-allowfast-default is set.
2595         (nnmairix-close-group): Propagate marks upon closing if needed.
2596         (nnmairix-group-toggle-threads-this-group): Use new.
2597         nnmairix-group-toggle-parameter helper function.
2598         (nnmairix-search): Better check for empty search result.
2599         (nnmairix-goto-original-article): Use new helper functions for
2600         determining original article.
2601         (nnmairix-show-original-article): Make sure message-id is in brackets.
2602         (nnmairix-call-mairix-binary): Change variable name.
2603         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2604         helper function.
2605         (nnmairix-widget-toggle-activate): Fix doc string.
2606
2607 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * nnir.el: Require edmacro when compiling with XEmacs.
2610         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2611         available in Emacs 21.
2612
2613 2008-06-11  Glenn Morris  <rgm@gnu.org>
2614
2615         * gnus-util.el (x-focus-frame):
2616         * gnus.el (image-size):
2617         * mm-decode.el (image-size): Declare.
2618
2619         * gnus-picon.el (declare-function): Add compat definition.
2620         (image-size): Declare.
2621
2622         * gnus-group.el (tool-bar-map):
2623         * gnus-sum.el (tool-bar-map): Define for compiler.
2624
2625         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2626
2627         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2628
2629         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2630         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2631         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2632         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2633         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2634         * sieve-manage.el, spam-report.el, spam.el:
2635         Remove unnecessary eval-and-compile of autoloads.
2636
2637 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2638
2639         * auth-source.el: Precise Tramp doc.
2640
2641 2008-06-07  Glenn Morris  <rgm@gnu.org>
2642
2643         * nnmairix.el: Remove unnecessary eval-when-compile.
2644
2645 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * lpath.el: Fbind propertize for XEmacs 21.4.
2648
2649 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2650
2651         * nnir.el: Move here from ../contrib.
2652
2653 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2654
2655         * gnus-util.el (gnus-read-shell-command): New function.
2656         * mm-decode.el (mm-pipe-part):
2657         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2658
2659 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2662
2663 2008-06-03  Glenn Morris  <rgm@gnu.org>
2664
2665         * pop3.el (nnheader-accept-process-output): Autoload it.
2666
2667 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2670         are not 2-digit hexadecimal characters that follow `%'s.
2671
2672 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2673
2674         * message.el (message-bogus-recipient-p): Fix type in doc string.
2675         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2676         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2677         Improve custom options.
2678         (message-bogus-recipient-p): Adjust accordingly.
2679
2680 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2681
2682         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2683         long-form month and day names.
2684
2685 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * dgnushack.el: Autoload debug, eudc-expand-inline and
2688         pgg-snarf-keys-region for XEmacs.
2689
2690         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2691
2692         * nnmairix.el: Require edmacro when compiling with XEmacs.
2693
2694 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2695
2696         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2697         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2698
2699 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2700
2701         * auth-source.el: Add more docs.
2702
2703         * netrc.el (netrc-machine): Always match if the port is not given.
2704
2705 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2708         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2709         retrieval faster in some cases, but might make CPU usage larger.  If
2710         this has any bad side effects, we might revert this change.
2711
2712         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2713         seems to make mail retrieval much, much faster.
2714         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2715         unconditionally.
2716
2717         * gnus-draft.el (gnus-group-send-queue): Bind
2718         message-send-mail-partially-limit to nil to avoid being prompted.
2719
2720 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2721
2722         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2723
2724         * message.el (message-bogus-address-regexp): Fix and improve custom
2725         type.
2726         (message-setup-hook): Add message-check-recipients as custom option.
2727
2728 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2729
2730         * message.el (message-cite-function): Remove bogus autoload which crept
2731         in during merge from v5-10.
2732
2733 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2734
2735         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2736
2737         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2738
2739         * auth-source.el: Preliminary Tramp docs.
2740         (auth-sources): Change the default auth-sources to use
2741         EPA .gpg files.
2742
2743 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2744
2745         * nntp.el: Autoload `auth-source-user-or-password'.
2746         (nntp-send-authinfo): Use it.
2747
2748         * nnimap.el: Autoload `auth-source-user-or-password'.
2749         (nnimap-open-connection): Use it.
2750
2751         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2752         for the gnus-message function.
2753         (auth-source-user-or-password): Use it.
2754
2755 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2756
2757         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2758         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2759         (rfc2104-hash): Use it.
2760
2761 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2762
2763         * gnus-art.el (gnus-article-toggle-truncate-lines):
2764         Don't use `iff' in docstring.
2765
2766 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2767
2768         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2769
2770         * gnus-util.el (gnus-extract-address-component-name)
2771         (gnus-extract-address-component-email): Convenience functions around
2772         `gnus-extract-address-components'.
2773
2774         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2775         Use `gnus-extract-address-component-email' to fix bug of comparing full
2776         sender name to `user-mail-address'.
2777
2778 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2779
2780         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2781         catch/throw to optimize.
2782         (gnus-registry-find-keywords): Just use member to find a keyword.
2783
2784 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2785
2786         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2787         is current before calling gnus-server-prepare.
2788         (gnus-server-setup-buffer, gnus-server-update-server)
2789         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2790
2791 2008-05-04  Juri Linkov  <juri@jurta.org>
2792
2793         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2794         (mailcap-file-default-commands): Use mailcap-replace-in-string
2795         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2796         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2797
2798 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2799
2800         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2801
2802 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2803
2804         * gnus.el: Bump version to 0.11.
2805
2806 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2807
2808         * gnus.el: No Gnus v0.10 is released.
2809
2810 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2813         hooks.
2814         (gnus-update-read-articles): Speed up non-marks-using users.
2815         (gnus-use-marks): Define gnus-use-marks.
2816         (gnus-propagate-marks): Rename variable to something more sensible.
2817
2818 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2819
2820         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2821         (gmm-image-load-path-for-library): Fix typos in docstrings.
2822         (gmm-message): Reflow docstring.
2823
2824 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2825
2826         * mail-source.el (mail-source-set-1, mail-source-bind):
2827         Move auth-source code out of the macro to clean it up and fix bugs.
2828
2829 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2830
2831         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2832         by sender if it's equal to user-mail-address, it's likely to be
2833         useless.
2834
2835         * mail-source.el (mail-source-bind): Don't use user or password if they
2836         are not bound.  Unintern them if they are nil.  Don't use server unless
2837         it's bound, and default it to empty string otherwise.
2838
2839 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2840
2841         * mail-source.el: Load auth-source.el.
2842         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2843         get user name or password, if auth-sources is set up.
2844
2845         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2846         strategy of splitting with parent.
2847         (gnus-registry-split-fancy-with-parent)
2848         (gnus-registry-post-process-groups): Use it and fix prior
2849         bug (returning a list as the split result).
2850
2851         * auth-source.el (auth-sources): Remove server parameter.
2852         (auth-source-pick, auth-source-user-or-password)
2853         (auth-source-user-or-password-imap)
2854         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2855         (auth-source-user-or-password-sftp)
2856         (auth-source-user-or-password-smtp): Remove server parameter.
2857
2858 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2859
2860         * smime.el (smime-sign-region, smime-encrypt-region)
2861         (smime-decrypt-region):
2862         Remove redundant calls to `generate-new-buffer-name'.
2863
2864 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2865
2866         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2867         Don't use QP for message/rfc822.
2868         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2869
2870 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2871
2872         * sieve-manage.el (sieve-string-bytes): Remove.
2873         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2874         correct byte-length only if the process's coding-system is the same as
2875         the one used internally by Emacs to represent strings.
2876
2877 2008-04-22  Juri Linkov  <juri@jurta.org>
2878
2879         * mailcap.el (mailcap-file-default-commands): New function.
2880
2881 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2882
2883         * message.el (message-signature-separator, message-cite-function):
2884         Change custom version.
2885
2886 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2887
2888         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2889         commands.
2890         (tls-checktrust): Ditto.
2891
2892 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2893
2894         * mm-decode.el (mm-display-external): Make temp file read-only.
2895
2896 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2897
2898         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2899         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2900         `C-c C-f d'.
2901
2902 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2903
2904         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2905
2906 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2907
2908         * gnus.el: Bump version to 0.9.
2909
2910 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2911
2912         * gnus.el: No Gnus v0.8 is released.
2913
2914 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2915
2916         * mail-source.el (mail-source-value):
2917         Prefer fboundp to functionp so it works with macros as well.
2918
2919 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2920
2921         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2922         Fix last change in case the element is not even a symbol.
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         Prefer fboundp to functionp so it works with macros as well.
2928
2929 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2930
2931         * auth-source.el: Added docs.
2932         (auth-sources): Modify format to support server.
2933         (auth-source-pick, auth-source-user-or-password)
2934         (auth-source-user-or-password-imap)
2935         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2936         (auth-source-user-or-password-sftp)
2937         (auth-source-user-or-password-smtp): Add server parameter.
2938
2939 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2940
2941         * gnus-registry.el: Initialize the registry when gnus-registry-install
2942         is t.
2943
2944 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2945
2946         * compface.el (uncompface): Make buffer unibyte.
2947
2948 2008-04-05  Glenn Morris  <rgm@gnu.org>
2949
2950         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2951
2952 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2953
2954         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2955         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2956
2957         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2958         multibyteness after rather than before erasing it.
2959
2960         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2961         mm-with-multibyte.
2962         (gnus-request-article-this-buffer): Make sure the proper decoding is
2963         used if gnus-original-article-buffer happens to be unibyte.
2964
2965         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2966         default-enable-multibyte-characters.
2967
2968         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2969         default-enable-multibyte-characters.
2970
2971         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2972
2973         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2974
2975 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2976
2977         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2978         (imap-message-copyuid-1): Use it.
2979         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2980         J. Williams in
2981         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2982
2983         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2984         imap-enable-exchange-bug-workaround.
2985         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2986
2987 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2988
2989         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2990         a 100 byte status-checks into a 2-3MB transfer for each group.
2991         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2992         to enable bug workaround or not.
2993         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2994
2995 2008-03-31  Glenn Morris  <rgm@gnu.org>
2996
2997         * message.el (mml2015-use): Declare for compiler.
2998         (message-info): Require mml2015 when appropriate.
2999
3000 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3003         whitespace.
3004
3005 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3006
3007         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3008         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3009         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3010         (nntp-service-to-port): New function.
3011         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3012         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3013         (nntp-open-netcat-stream): New function.
3014         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3015
3016 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3017
3018         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3019
3020 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3021
3022         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3023
3024 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3025
3026         * dns.el (dns-write): Use set-buffer-multibyte.
3027
3028 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3029
3030         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3031
3032 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3033
3034         * message.el (message-signature-separator): Change default.
3035         Improve custom type.
3036         (message-cite-function): Change default to
3037         message-cite-original-without-signature.
3038
3039         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3040         toggle.
3041
3042         * message.el (message-check-news-body-syntax): Fix signature check.
3043         (message-setup-1): Mark buffer as unmodified _after_ running
3044         message-setup-hook and handling message-alternative-emails.
3045         (message-shorten-references): Be more strict when building list of
3046         valid references to comply with GNKSA.
3047
3048         * gnus-group.el (gnus-read-ephemeral-bug-group)
3049         (gnus-read-ephemeral-debian-bug-group)
3050         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3051
3052         * message.el (message-info): Don't use booleanp which isn't supported
3053         in Emacs 21 and XEmacs.
3054
3055 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3056
3057         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3058         gnus-group-gmane-group-download-format.
3059         (gnus-group-read-ephemeral-gmane-group): Rename from
3060         gnus-group-read-ephemeral-gmane-group.
3061         (gnus-read-ephemeral-gmane-group-url): Rename from
3062         gnus-group-read-ephemeral-gmane-group-url.
3063         (gnus-bug-group-download-format-alist): New variable.
3064         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3065         (gnus-read-ephemeral-emacs-bug-group): New commands.
3066
3067 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3068
3069         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3070         (gnus-visible-headers): Improve custom type.
3071
3072 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3073
3074         * mml.el (mml-menu): Add workarounds for XEmacs.
3075
3076         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3077         X-Boundary header.
3078
3079         * message.el (message-simplify-recipients): Fix previous commit.
3080
3081 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3082
3083         * mm-util.el (mm-set-buffer-multibyte): New function.
3084         * mm-decode.el (mm-copy-to-buffer): Use it.
3085
3086 2008-03-19  Glenn Morris  <rgm@gnu.org>
3087
3088         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3089         Accidentally removed in the sync process with Emacs.
3090
3091 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3092
3093         * message.el (message-alter-recipients-discard-bogus-full-name):
3094         New function.
3095         (message-alter-recipients-function): New variable.
3096         (message-get-reply-headers): Use it.
3097         (message-replace-header): New helper function.
3098         (message-recipients-without-full-name): New variable.
3099         (message-simplify-recipients): New command.
3100
3101         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3102
3103         * message.el (message-info): Handle EasyPG manual.
3104
3105         * mml.el (mml-menu): Add entry for EasyPG.
3106
3107 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3108
3109         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3110         parameter.
3111
3112         * message.el (message-disassociate-draft): Specify drafts group name
3113         fully.
3114
3115 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3116
3117         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3118         unnecessary duplicates from the match list.
3119
3120 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3123
3124         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3125
3126         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3127         args of `how-many' of which the XEmacs version doesn't take; declare
3128         Info-index-next as function.
3129
3130 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3131
3132         * gnus-score.el (gnus-score-headers): Fix handling of
3133         gnus-inhibit-slow-scoring.
3134
3135         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3136         string.
3137         (gnus-button-url-regexp): Improve handling of parenthesis.
3138         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3139         (gnus-button-handle-info-keystrokes): Handle index entries.
3140
3141 2008-03-15  Glenn Morris  <rgm@gnu.org>
3142
3143         * parse-time.el (parse-time-string): Simplify.
3144
3145 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3148         Incoming* files.
3149
3150 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3151
3152         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3153         (auth-source-pick): Use it.
3154
3155 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3156
3157         * binhex.el (binhex-decode-region-internal):
3158         * uudecode.el (uudecode-decode-region-internal):
3159         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3160         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3161         setting default-enable-multibyte-characters.
3162
3163 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3164
3165         * auth-source.el (auth-source-protocols)
3166         (auth-source-protocols-customize, auth-source-choices): Added and
3167         modified variable customizations and defaults.
3168         (auth-source-pick, auth-source-user-or-password)
3169         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3170         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3171         (auth-source-user-or-password-sftp)
3172         (auth-source-user-or-password-smtp): Use new variables and provide an
3173         interface to netrc.el.
3174
3175 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3178         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3179         Make sure the nntp port to specify is a string.
3180
3181 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3182
3183         * nntp.el: Use with-current-buffer.
3184         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3185         dubious mm-with-unibyte-current-buffer.
3186         (nntp-with-open-group-function): New function extracted from
3187         nntp-with-open-group macro.
3188         (nntp-with-open-group): Use the function, so it's easier to debug.
3189         Add indentation and debugging info.
3190         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3191         the use of the netcat alternatives.
3192
3193         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3194         Avoid mm-string-as-multibyte as well.
3195
3196         * nnweb.el (nnweb-insert-html):
3197         Remove use of nnheader-string-as-multibyte.
3198
3199         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3200         (nnheader-string-as-multibyte): Remove.
3201
3202         * mm-view.el: Use inhibit-read-only.
3203         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3204         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3205         or unibyte-string.
3206
3207         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3208         (mm-uu-yenc-extract): Use with-current-buffer.
3209
3210         * gnus-soup.el (gnus-soup-send-packet): Don't use
3211         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3212
3213         * nnmh.el: Use with-current-buffer.
3214         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3215         mm-string-as-multibyte on the output of mm-encode-coding-string.
3216
3217         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3218         (nnimap-request-move-article): Use with-current-buffer.
3219
3220         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3221         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3222         conversion uses string-make-unibyte rather than string-as-unibyte.
3223
3224         * gnus-msg.el: Use with-current-buffer.
3225
3226         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3227
3228 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3229
3230         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3231         string for caching if it is 'PIN.
3232
3233 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * lpath.el: Consider the case without Emacs/W3.
3236
3237 2008-03-08  Glenn Morris  <rgm@gnu.org>
3238
3239         * time-date.el (date-to-time, time-subtract, time-add)
3240         (safe-date-to-time): Doc fixes.
3241
3242 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3243
3244         * mail-source.el (mail-source-delete-old-incoming-confirm):
3245         Change default to nil.
3246         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3247
3248 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * lpath.el: Rearrange.
3251
3252         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3253         (gnus-article-goto-prev-page): Work for articles having ^L's.
3254
3255         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3256
3257         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3258
3259 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3260
3261         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3262         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3263         (gnus-bookmark-jump): Adjust some variable names.
3264
3265 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3266
3267         * auth-source.el: New package.
3268         (auth-source-choices): Add customization entry point variable.
3269
3270         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3271         bug.
3272
3273 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3274
3275         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3276         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3277         (gnus-registry-install-shortcuts): Rename from
3278         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3279         the `gnus-registry-mark-map' keymap dynamically from
3280         `gnus-registry-marks'.  The generated functions update the summary line
3281         when a registry mark is added or deleted, and will call
3282         `gnus-registry-install-p' (see the comments in the code).
3283         (gnus-registry-user-format-function-M): Use concat intelligently.
3284
3285         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3286         the registry mark functions.
3287
3288 2008-03-05  Glenn Morris  <rgm@gnu.org>
3289
3290         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3291         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3292         gnus-art.
3293         (top-level): No need to load own source when compiling.
3294
3295 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3296
3297         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3298         Suggested by <chris.anderton@zetnet.co.uk>.
3299
3300 2008-03-04  Glenn Morris  <rgm@gnu.org>
3301
3302         * gnus-sum.el (top-level): No need to require gnus when compiling,
3303         since unconditionally required near start of file.
3304         (gnus-summary-display-while-building): Move definition before use.
3305
3306 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3307
3308         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3309         formatting function.
3310
3311 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3312
3313         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3314         with plists.
3315         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3316         Use new format.
3317
3318 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3321         `where-is-internal' that returns a range of key sequences.
3322
3323 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3324
3325         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3326
3327         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3328         (gnus-summary-jump-to-group): Consider windows on other displayed
3329         frames as well.  Similar changes might be needed elsewhere, but that's
3330         the one I've bumped into during my use.
3331
3332         * nndoc.el (nndoc-oe-dbx-type-p):
3333         * gnus-msg.el (gnus-debug):
3334         * gnus-group.el (gnus-update-group-mark-positions):
3335         Use mm-string-to-multibyte.
3336
3337 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3338
3339         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3340         doesn't handle NotDashEscaped.
3341
3342         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3343         (mml-dnd-attach-options): Fix typo in custom choice.
3344
3345         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3346         nndoc-article-type to mbox.
3347         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3348
3349         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3350         to nil, instead of html2text.
3351
3352         * imap.el (imap-debug): Add `imap-ping-server'.
3353
3354         * gnus-bookmark.el: Add FIXMEs.
3355
3356         * message.el (message-form-letter-separator)
3357         (message-send-form-letter-delay): New variables.
3358         (message-send-form-letter): Use them.  New command to send form
3359         letters.  Requested by Uwe Siart.
3360         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3361
3362 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3363
3364         * Update copyright years.
3365
3366 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3367
3368         Sync from EMACS_22_BASE.
3369
3370         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3371
3372 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3373
3374         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3375         empty author.
3376
3377 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3378
3379         * gnus-registry.el (gnus-registry-marks): Add variable for
3380         customization of marks and their appearance.
3381         (gnus-registry-read-mark): Use it.
3382         (gnus-registry-do-marks): Add utility function to loop through
3383         `gnus-registry-marks'.
3384         (gnus-registry-install-shortcuts-and-menus): Add function to install
3385         shortcuts and menus.
3386         (gnus-registry-initialize): Use it.
3387         (gnus-registry-default-mark): Clarify documentation.
3388
3389 2008-02-29  Glenn Morris  <rgm@gnu.org>
3390
3391         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3392         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3393         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3394         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3395         Change defcustom :version from 23.0 to 23.1.
3396
3397 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3398
3399         * gnus-registry.el (gnus-registry-follow-group-p)
3400         (gnus-registry-post-process-groups): Add functions to aid registry
3401         splitting and improve logging.  Clarify behavior in function
3402         documentation.
3403         (gnus-registry-split-fancy-with-parent): Use them.
3404
3405 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3406
3407         * gnus-art.el: Use with-current-buffer.
3408
3409 2008-02-27  David Engster  <dengste@eml.cc>
3410
3411         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3412         Express real group name in the response.
3413
3414 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3417         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3418         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3419         autoload gnus-registry-fetch-group when compiling.
3420         (nnmairix-request-group-with-article-number-correction): Remove
3421         unreferenced argument passed to nnmairix-call-backend.
3422
3423 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3424
3425         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3426         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3427         Wilde.
3428
3429 2008-02-27  Glenn Morris  <rgm@gnu.org>
3430
3431         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3432         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3433         variables to defconsts.  Convert comments to doc-strings.
3434         (nnmairix-last-server, nnmairix-current-server): Convert from free
3435         variables to defvars.  Convert comments to doc-strings.
3436         (gnus-registry-fetch-group): Autoload.
3437         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3438         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3439         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3440         caddr.
3441         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3442         nnmairix-request-group-with-article-number-correction call.
3443         (nnmairix-fast, nnmairix-group): New, less general names, for free
3444         variables passed from nnmairix-request-group to
3445         nnmairix-request-group-with-article-number-correction.  Declare.
3446         (nnmairix-request-group-with-article-number-correction):
3447         Use nnmairix-fast, nnmairix-group rather than fast, group.
3448
3449 2008-02-26  David Engster  <dengste@eml.cc>
3450
3451         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3452         version 0.5.
3453
3454 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3455
3456         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3457         instead of making an extra function call.  Don't add the current group
3458         to articles only when they have the group.  Use
3459         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3460         Reported by David <de_bb@arcor.de>.
3461
3462 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3465         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3466
3467 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3468
3469         * mail-source.el (mail-source-delete-incoming): Change default.
3470         Supplement doc string.
3471
3472         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3473
3474 2008-02-14  Glenn Morris  <rgm@gnu.org>
3475
3476         * time-date.el (format-seconds): New function.
3477
3478 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3479
3480         * nnmail.el (nnmail-message-id-cache-file): Derive from
3481         `gnus-home-directory'.
3482
3483 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3484
3485         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3486         Document negative prefix.
3487
3488         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3489
3490 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * message.el (message-unsent-separator): Add the Exim bounce
3493         separator.
3494
3495 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3496
3497         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3498         list.
3499         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3500         recipient/signer list.
3501
3502 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * Makefile.in (datarootdir): Define.
3505         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3506         name that might contain whitespace.
3507
3508 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3509
3510         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3511         fbound (Emacs 23 unicode), signal an error.
3512
3513 2008-02-08  Glenn Morris  <rgm@gnu.org>
3514
3515         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3516
3517 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3518
3519         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3520         ports to the calls to `netrc-machine-user-or-password' in addition to
3521         "imap" and "imaps".
3522
3523 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3524
3525         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3526
3527         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3528
3529 2008-02-01  Kenichi Handa  <handa@m17n.org>
3530
3531         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3532         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3533         (rfc2104-hash): Convert the result of concat to unibyte string.
3534
3535 2008-02-01  Dave Love  <fx@gnu.org>
3536
3537         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3538         coding-system-for-read.
3539         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3540
3541 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3542
3543         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3544         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3545         <hanche@math.ntnu.no>.
3546
3547 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3550
3551         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3552
3553 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3554
3555         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3556         * message.el (message-beginning-of-line): Use featurep instead of bound
3557         tests in order to resolve conditionals at compile time.
3558
3559 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3560
3561         * mail-source.el (mail-sources): Add `group' choice.
3562
3563         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3564         parameter `in-group' to control into which group the articles go.
3565         Add treatment of `group' mail-source.
3566
3567 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3570
3571         * mm-decode.el (mm-dissect-buffer): Decode description.
3572
3573         * mml.el (mml-to-mime): Encode message header first.
3574
3575 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3578         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3579
3580         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3581         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3582
3583 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3584
3585         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3586
3587 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3590         prefix keys.
3591         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3592         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3593         gnus-xmas.el.
3594
3595         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3596         (gnus-xmas-article-describe-bindings): New function.
3597         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3598         gnus-xmas-article-describe-bindings.
3599
3600         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3601
3602 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3603
3604         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3605         Add new variables for article mark management.
3606         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3607         list of extra data entries which, when present, will indicate that the
3608         article ID should not be trimmed from the registry.
3609         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3610         functions.
3611         (gnus-registry-read-mark): New function to read a mark name from the
3612         user.
3613         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3614         (gnus-registry-set-article-mark-internal): New functions to add and
3615         remove marks.
3616         (gnus-registry-get-article-marks): New function to show the marks for
3617         an article, or retrieve them for further use.
3618
3619 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3622         keys when no argument is given.
3623
3624 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3625
3626         * imap.el (imap-ping-server): New variable.
3627         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3628         (imap-ping-server): Minor doc string fixes.
3629
3630 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3631
3632         * imap.el (imap-ping-server): New function.
3633         (imap-opened): Call imap-ping-server.
3634
3635 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3636
3637         * gnus-sum.el (gnus-article-sort-by-random)
3638         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3639         jidanni@jidanni.org.
3640
3641 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * gnus-art.el (gnus-article-describe-bindings): New function.
3644         (gnus-article-read-summary-keys): Use it.
3645         (gnus-article-mode-map): Bind `C-h b' to it.
3646
3647 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3650         XEmacs.
3651         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3652         against non-character events.
3653
3654         * lpath.el: Fbind map-keymap for Emacs 21.
3655
3656 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3657
3658         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3659         command.
3660         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3661         instead of END.  Change name of the temp file.
3662         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3663         customizable.
3664
3665 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3666
3667         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3668         bind `S W' to gnus-article-wide-reply-with-original; set default
3669         binding to gnus-article-read-summary-send-keys.
3670         (gnus-article-read-summary-keys): Fix the order of keys; display
3671         continuation keys correctly in the echo area; describe bindings
3672         correctly when keys end with `C-h'.
3673         (gnus-article-read-summary-send-keys): New function.
3674         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3675         for gnus-article-read-summary-send-keys; display continuation keys
3676         correctly in the echo area.
3677         (gnus-article-reply-with-original): Ignore prefix argument.
3678         (gnus-article-wide-reply-with-original): New function.
3679
3680         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3681         Emacs 21.
3682
3683 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3686         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3687
3688 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3689
3690         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3691         (gnus-group-read-ephemeral-gmane-group): New command.
3692
3693 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3694
3695         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3696
3697 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3698
3699         * message.el (message-send-mail-function): Increase custom version.
3700
3701         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3702         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3703
3704 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3705
3706         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3707         for the cases where imap-authenticate is called with a nil buffer
3708         parameter.
3709
3710 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3713         html parts correctly; support forwarded messages.
3714         (gnus-article-browse-html-article): Remove work buffers.
3715
3716         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3717         compiling.
3718         (netrc-bound-and-true-p): New macro.
3719         (netrc-parse): Use it instead of bound-and-true-p that is not available
3720         in XEmacs 21.4.
3721
3722 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3723
3724         * gnus-registry.el (gnus-registry-mark-article)
3725         (gnus-registry-article-marks): Add functionality to mark articles
3726         through the Gnus registry.
3727
3728         * encrypt.el: Clarify documentation for the new pgg method.
3729         (encrypt-file-alist): Add PGG option.
3730         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3731         functionality.  Abstract password key and messaging to external
3732         functions.
3733         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3734         (encrypt-message-method-and-cipher): Add new convenience external
3735         functions.
3736         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3737         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3738
3739         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3740         (netrc-parse): Use encrypt-file-alist to determine if
3741         encrypt-find-model or encrypt-insert-file-contents should be used.
3742
3743         * encrypt.el: Clarify documentation.  Load password-cache or
3744         password, whichever one is found first, instead of autoloading.
3745
3746 2007-12-19  Glenn Morris  <rgm@gnu.org>
3747
3748         * mml.el (message-options-set, message-narrow-to-head)
3749         (message-in-body-p, message-mail-p, message-encode-message-body):
3750         Autoload.
3751         (message-remove-header, message-narrow-to-headers-or-head)
3752         (message-subscribed-p, message-make-mail-followup-to)
3753         (message-position-on-field, message-news-p)
3754         (message-options-set-recipient, message-generate-headers)
3755         (message-sort-headers): Declare as functions.
3756
3757 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3758
3759         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3760         convention in doc string.
3761
3762 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3765         title to html parts.
3766         (gnus-article-browse-html-article): Pass message header to it.
3767
3768         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3769
3770 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3771
3772         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3773         or password compatible with XEmacs.
3774
3775 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3776
3777         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3778         format document.
3779         (gnus-mime-delete-part): Don't write description line if empty.
3780         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3781
3782 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3783
3784         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3785         (gnus-summary-mark-read-and-unread-as-read)
3786         (gnus-summary-mark-current-read-and-unread-as-read)
3787         (gnus-summary-mark-unread-as-ticked): Doc fix.
3788         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3789
3790 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3791
3792         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3793         Christoph Conrad <christoph.conrad@gmx.de>.
3794
3795 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3796
3797         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3798         yes-or-no-p.
3799
3800 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * mm-decode.el (mm-add-meta-html-tag): New function.
3803         (mm-save-part-to-file, mm-pipe-part): Use it.
3804
3805         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3806         gnus-y-or-n-p instead of y-or-n-p.
3807         (gnus-article-browse-html-parts): Work with message/external-body; use
3808         mm-add-meta-html-tag.
3809
3810 2007-12-11  Glenn Morris  <rgm@gnu.org>
3811
3812         * gnus-cache.el: Require gnus-sum not just when compiling.
3813
3814         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3815
3816         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3817         definitions before use.
3818
3819         * mm-decode.el: Require gnus-util.
3820         (mm-remove-part): Only call delete-annotation on XEmacs.
3821
3822         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3823
3824         * nnmail.el: Require gnus-int.
3825
3826         * spam.el: Move `require's before `eval-when-compile's.
3827
3828         * gnus-ems.el (gnus-alive-p):
3829         * gnus-fun.el (message-goto-eoh):
3830         * gnus-util.el (gnus-group-name-decode):
3831         * mail-source.el (gnus-compress-sequence):
3832         * message.el (Info-goto-node, format-spec):
3833         * mm-bodies.el (message-options-get):
3834         * mm-decode.el (mm-view-pkcs7):
3835         * mm-util.el (gmm-write-region):
3836         * mml-smime.el (mml-compute-boundary)
3837         (gnus-completing-read-with-default):
3838         * mml.el (widget-button-press, gnus-make-hashtable):
3839         * mml1991.el (mm-decode-content-transfer-encoding)
3840         (mm-encode-content-transfer-encoding)
3841         (message-options-get, message-options-set):
3842         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3843         * nnfolder.el (gnus-request-group):
3844         * nnheader.el (ietf-drums-unfold-fws):
3845         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3846         * smime.el (gnus-run-mode-hooks):
3847         * spam-stat.el (gnus-message): Autoload.
3848
3849         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3850         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3851         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3852         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3853         Add declare-function compatibility definition.
3854
3855         * gnus-cache.el (nnvirtual-find-group-art):
3856         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3857         (gnus-add-image, gnus-add-wash-type):
3858         * gnus-group.el (nnkiboze-score-file):
3859         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3860         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3861         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3862         (message-tokenize-header, gnus-get-buffer-create)
3863         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3864         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3865         * gnus.el (gnus-group-decoded-name):
3866         * mail-source.el (imap-capability):
3867         * mm-bodies.el (message-options-set):
3868         * mm-decode.el (gnus-configure-windows):
3869         * mm-extern.el (message-goto-body):
3870         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3871         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3872         (epg-sub-key-validity, message-options-set):
3873         * mml.el (widget-event-point, gnus-configure-windows):
3874         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3875         * mml2015.el (epg-check-configuration, epg-configuration)
3876         (message-options-set):
3877         * nndb.el (nndb-request-article):
3878         * nnfolder.el (gnus-request-create-group):
3879         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3880         * nnmaildir.el (gnus-group-mark-article-read):
3881         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3882         * rfc1843.el (message-fetch-field):
3883         * spam.el (gnus-extract-address-components):
3884         Declare as functions.
3885
3886 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3889
3890         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3891
3892         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3893         bind show-trailing-whitespace for XEmacs.
3894
3895 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3896
3897         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3898         new no-op macro for backward compatibility.
3899
3900         * imap.el (imap-string-to-integer): New function.
3901
3902 2007-12-09  Glenn Morris  <rgm@gnu.org>
3903
3904         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3905
3906         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3907         * message.el, mm-view.el, sieve-manage.el, smime.el:
3908         Add declare-function compatibility definition.
3909
3910         * gnus-art.el (w3-region, w3m-region, Info-menu):
3911         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3912         * gnus-sum.el (gnus-get-predicate):
3913         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3914         * message.el (mail-abbrev-in-expansion-header-p):
3915         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3916         (w3m-detect-meta-charset, w3m-region):
3917         * sieve-manage.el (password-read, password-cache-add)
3918         (password-cache-remove):
3919         * smime.el (password-read-and-add): Declare as functions.
3920
3921 2007-12-08  David Kastrup  <dak@gnu.org>
3922
3923         * gnus-sum.el (gnus-summary-simplify-subject-query):
3924         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3925         `message'.
3926
3927 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3930         it to bind idna-program, installation-directory, defined-colors, and
3931         face-attribute for XEmacs of the version that compiles defcustom forms.
3932
3933 2007-12-07  Glenn Morris  <rgm@gnu.org>
3934
3935         * gnus-art.el (article-make-date-line): Revert previous change.
3936
3937 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3938
3939         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3940
3941 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3942
3943         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3944         Call gnus-add-to-range ranges only once with a prepared article-list.
3945
3946 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3947
3948         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3949         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3950         group names with backslashes.  Reported by Tassilo Horn
3951         <tassilo@member.fsf.org>.
3952
3953 2007-12-06  Deepak Goel  <deego3@gmail.com>
3954
3955         * gnus-art.el (article-make-date-line):
3956         * gnus-start.el (gnus-load):
3957         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3958
3959 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * gnus-art.el (gnus-use-idna)
3962         * gnus-start.el (gnus-site-init-file)
3963         * message.el (message-use-idna)
3964         * mm-uu.el (mm-uu-hide-markers)
3965         * smiley.el (smiley-style): Revert changes that suppress warnings.
3966
3967 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3970         specify charset to html source.  Reported by Christoph Conrad
3971         <christoph.conrad@gmx.de>.
3972
3973 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3976         idna-program in order to suppress byte compile warning issued by XEmacs
3977         that came to byte compile the default value section of defcustom forms
3978         recently.
3979
3980         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3981         value of installation-directory.
3982
3983         * message.el (message-use-idna): Don't directly refer to the value of
3984         idna-program.
3985
3986         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3987
3988         * smiley.el (smiley-style): Don't directly call face-attribute.
3989
3990 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3991
3992         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3993
3994         * gnus-dired.el: Reduce Gnus dependencies.
3995         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3996         require.  Use autoloads instead.
3997         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3998         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3999         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4000         (gnus-dired-mode): Adjust doc string.
4001         (gnus-dired-mail-mode): New variable.
4002         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4003         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4004         (gnus-dired-mail-buffers): New function.  Return mail or message
4005         composition buffers.
4006         (gnus-dired-attach): Use it.
4007         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4008         NO-DECODE.
4009         (gnus-dired-print): Use `gnus-print-buffer' depending on
4010         `gnus-dired-mail-mode'.
4011
4012 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * rfc2047.el (rfc2047-encoded-word-regexp)
4015         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4016         explaining what regexp patterns are for.
4017
4018 2007-12-04  Glenn Morris  <rgm@gnu.org>
4019
4020         * password.el: Move to password-cache.el.
4021
4022         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4023         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4024         * mml-smime.el (password-read, password-cache-add)
4025         (password-cache-remove):
4026         No need to autoload, since mml-sec requires password.
4027
4028         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4029         * message.el (gnus-extract-address-components):
4030         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4031
4032         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4033         password.
4034
4035 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4036
4037         * mailcap.el: Reduce dependencies.
4038         (mail-header-parse-content-type): Autoload.
4039         (mailcap-delete-duplicates): New alias.
4040         (mailcap-mime-info): Add optional argument NO-DECODE.
4041         (mailcap-mime-types): Use mailcap-delete-duplicates.
4042
4043         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4044
4045 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4046
4047         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4048         (imap-parse-status): Upcase status-att for servers that sends them
4049         lower-case (e.g., MS Exchange 2007).
4050
4051 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4054         function.
4055
4056         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4057         (gnus-uu-yenc-article): New function.
4058
4059         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4060
4061         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4062         buffer.
4063
4064 2007-12-02  Glenn Morris  <rgm@gnu.org>
4065
4066         * binhex.el (binhex): New custom group.
4067         (binhex-decoder-program, binhex-decoder-switches)
4068         (binhex-use-external): Move to the binhex custom group.
4069
4070         * uudecode.el (uudecode): New custom group.
4071         (uudecode-decoder-program, uudecode-decoder-switches)
4072         (uudecode-use-external): Move to the uudecode custom group.
4073
4074         * netrc.el (top-level): Don't load `encrypt' features.
4075         (netrc-parse): Don't use encrypt.
4076         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4077
4078         * encrypt.el: Remove file.
4079
4080 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4081
4082         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4083         matches on patches.
4084
4085         * gnus-art.el (gnus-article-browse-html-article): Mention
4086         `mm-text-html-renderer' in the doc string.
4087
4088         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4089         string.  Add comments.
4090
4091         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4092         if rhs is ASCII.
4093
4094 2007-12-01  Glenn Morris  <rgm@gnu.org>
4095
4096         * mail-source.el (top-level): Require format-spec before
4097         eval-when-compile.
4098
4099 2007-11-30  Glenn Morris  <rgm@gnu.org>
4100
4101         * encrypt.el: Require password, rather than autoloading password-read.
4102
4103 2007-11-29  Glenn Morris  <rgm@gnu.org>
4104
4105         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4106         (sasl-make-client, sasl-next-step, sasl-step-data)
4107         (sasl-step-set-data): Declare as functions.
4108
4109 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4110
4111         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4112
4113 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4114
4115         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4116         certs should be verified and what is to be done in the event of a
4117         verification failure.
4118
4119         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4120         caller can indicate whether the cache should be disregarded for this
4121         call.  This way the result of the call is reproducible at all times and
4122         can be considered a canonical server name for the supplied method.
4123         (gnus-agent-method-p): Canonicalize server names by pushing their
4124         method through `gnus-method-to-server' using the no-cache argument.
4125
4126         * gnus-srvr.el (gnus-server-insert-server-line): Call
4127         `gnus-method-to-server' with `no-cache' argument.
4128
4129         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4130         gnus-agent-possibly-synchronize-flags as this should be called when the
4131         server is actually being opened.
4132         (gnus-agent-possibly-synchronize-flags)
4133         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4134         flags file of an agentized server to the latter function.
4135
4136         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4137         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4138         after a connection has been established successfully.
4139
4140 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * gnus-art.el (article-display-face): Force to display face if called
4143         interactively; check if gnus-article-x-face-too-ugly matches author.
4144         (article-display-x-face): Display face even if From header is missing
4145         as article-display-face does.
4146
4147 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4148
4149         * hashcash.el (message-narrow-to-headers-or-head)
4150         (message-fetch-field, message-goto-eoh)
4151         (message-narrow-to-headers): Declare as functions.
4152
4153 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4154
4155         * mail-source.el (mail-sources): Default to fetch from file for
4156         compatibility with default of nnmail-spool-file.
4157
4158 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4161         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4162         to look for encoded word that should be encoded again.
4163         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4164         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4165         encoding pattern.
4166         (rfc2047-decode-region): Switch strict regexp and loose one according
4167         to rfc2047-allow-irregular-q-encoded-words.
4168
4169 2007-11-25  Romain Francoise  <romain@orebokech.com>
4170
4171         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4172
4173 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * tls.el (tls-program): Provide more custom choices from
4176         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4177         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4178
4179 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4180
4181         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4182         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4183
4184         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4185         `nnmail-spool-file'.
4186
4187         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4188         `nnmail-spool-file'.
4189
4190         * gnus-move.el (gnus-change-server): Ditto.
4191
4192         * gnus-kill.el (gnus-batch-score): Ditto.
4193
4194         * gnus-cache.el (gnus-jog-cache): Ditto.
4195
4196         * gnus-msg.el (gnus-summary-reply):
4197         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4198
4199 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4200
4201         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4202         version.  Minor improvement to doc strings.
4203         (tls-program): Add comment.
4204
4205 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4206
4207         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4208         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4209         mismatch between the hostname provided in the certificate and the name
4210         of the host connnecting to.
4211         (open-tls-stream): Use them.  Check certificates against trusted root
4212         certificates.
4213
4214 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4215
4216         * gnus-cache.el (gnus-cache-generate-nov-databases):
4217         Use nnml-generate-nov-databases-directory instead of
4218         nnml-generate-nov-databases-1.
4219
4220 2007-11-24  Glenn Morris  <rgm@gnu.org>
4221
4222         * message.el (message-tool-bar-retro): Update for rename
4223         mail_send.xpm->mail-send.xpm.
4224
4225 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4226
4227         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4228         `smime-ldap-search' for Emacs 22 and up.
4229
4230 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4231
4232         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4233
4234         * message.el (message-send-mail-function): Fix error convention.
4235         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4236         (message-widen-reply, message-send-mail, message-talkative-question)
4237         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4238         (message-clone-locals, message-send-news): Use with-current-buffer.
4239         (message-insert-or-toggle-importance): Remove unused var `valid'.
4240         (message-make-references): Remove unused var `new-references'.
4241         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4242
4243 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4244
4245         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4246         (spam-split-symbolic-return-positive): Reflow docstring.
4247         (spam-backends, spam-summary-exit-behavior)
4248         (spam-mark-ham-unread-before-move-from-spam-group)
4249         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4250         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4251         (spam-clear-cache, spam-backend-check, spam-install-backend)
4252         (spam-install-statistical-backend, spam-list-of-processors)
4253         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4254         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4255         (spam-check-crm114, spam-initialize, spam-unload-hook):
4256         Fix typos in docstrings.
4257
4258 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4261         been checked if they have never been read and those group levels are
4262         higher than the one that a user specified.
4263
4264 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4267         foreign groups unless a group level is specified by a user.
4268         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4269
4270 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4271
4272         * message.el (message-send-mail-function): Require sendmail.
4273
4274 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4275
4276         * message.el (message-send-mail-function): Check for smtpmail too.
4277
4278         * utf7.el (utf7-encode, utf7-decode): Use coding system
4279         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4280
4281         * message.el (message-send-mail-function): New function.
4282         (message-send-mail-function): Set default using
4283         message-send-mail-function.  Adjust doc string.
4284         (message-send-mail-with-mailclient): New function.
4285
4286 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4287
4288         * smime.el (from):
4289         * rfc2047.el (message-posting-charset):
4290         * qp.el (mm-use-ultra-safe-encoding):
4291         * pop3.el (parse-time-months):
4292         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4293         * nnml.el (files):
4294         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4295         (jka-compr-compression-info-list, ange-ftp-path-format)
4296         (efs-path-regexp):
4297         * nndiary.el (files):
4298         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4299         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4300         (epg-digest-algorithm-alist, inhibit-redisplay)
4301         (password-cache-expiry):
4302         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4303         (pgg-output-buffer, password-cache-expiry):
4304         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4305         (efs-path-regexp):
4306         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4307         (inhibit-redisplay):
4308         * mm-uu.el (file-name, start-point, end-point, entry)
4309         (gnus-newsgroup-name, gnus-newsgroup-charset):
4310         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4311         (latin-unity-ucs-list):
4312         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4313         (mm-uu-binhex-decode-function):
4314         * message.el (gnus-message-group-art, gnus-list-identifiers)
4315         (rmail-enable-mime-composing, gnus-local-organization)
4316         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4317         (gnus-read-active-file, facemenu-add-face-function)
4318         (facemenu-remove-face-function, gnus-article-decoded-p)
4319         (tool-bar-mode):
4320         * mail-source.el (display-time-mail-function):
4321         * gnus-util.el (nnmail-pathname-coding-system)
4322         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4323         (gnus-original-article-buffer, gnus-user-agent)
4324         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4325         (xemacs-codename, sxemacs-codename, emacs-program-version):
4326         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4327         * gnus-start.el (gnus-agent-covered-methods)
4328         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4329         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4330         (gnus-newsgroup-headers, gnus-group-list-mode)
4331         (gnus-group-mark-positions, gnus-newsgroup-data)
4332         (gnus-newsgroup-unreads, nnoo-state-alist)
4333         (gnus-current-select-method, mail-sources)
4334         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4335         (nnmail-spool-file, gnus-cache-active-hashtb):
4336         * gnus-mh.el (mh-lib-progs):
4337         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4338         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4339         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4340         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4341         (gnus-group-buffer):
4342         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4343         (font-lock-set-defaults):
4344         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4345         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4346         (gnus-summary-post-menu, total-parts, type, condition, length):
4347         * gnus-agent.el (gnus-agent-read-agentview):
4348         * flow-fill.el (show-trailing-whitespace):
4349         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4350         eval-and-compile wrappers for byte compiler pacifiers.
4351
4352         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4353         (mm-display-inline-fontify): Check for featurep 'xemacs not
4354         extent-list.
4355
4356         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4357         itimer-list.
4358         (mm-create-image-xemacs): Only do something for XEmacs.
4359         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4360
4361         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4362
4363         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4364         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4365
4366 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4367
4368         * nnimap.el (nnimap-split-download-body):
4369         * gnus-demon.el (gnus-demon):
4370         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4371
4372 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4375         macros.
4376         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4377         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4378         copy data from unibyte buffer to multibyte current buffer.
4379         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4380         to copy data from unibyte current buffer to multibyte buffer.
4381         (nntp-make-process-buffer): Make process buffer unibyte.
4382
4383         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4384
4385 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4386
4387         * pop3.el (pop3-open-server): Accept and process data more robustly at
4388         connexion start to avoid spurious "POP SSL connexion failed" errors.
4389
4390 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4393         read group names.
4394
4395 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4396
4397         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4398
4399 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4402         (nnmail-save-active): Use a unibyte buffer when saving active file,
4403         which may contain non-ASCII group names.
4404
4405         * nnml.el (nnml-request-group): Decode group names in messages.
4406
4407 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4408
4409         * message.el (message-citation-line-function)
4410         (message-insert-formatted-citation-line): Fix spelling of
4411         `message-insert-formated-citation-line'.
4412
4413 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4414
4415         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4416
4417 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4420         nnmail-pathname-coding-system.
4421
4422         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4423         that a user enters; decode group names in messages.
4424
4425         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4426
4427 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4428
4429         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4430
4431         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4432
4433         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4434         risky local variable.
4435
4436         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4437
4438 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4439
4440         * encrypt.el: Improve documentation to fix function name typo.
4441         Reported by Daiki Ueno <ueno@unixuser.org>.
4442
4443 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4446         even if the point is not in the last page of an article.
4447         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4448         back to the previous page.
4449
4450 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4451
4452         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4453
4454 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4457
4458 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4459
4460         * message.el (message-check-news-body-syntax): Avoid
4461         mm-string-as-multibyte.
4462         (message-hide-headers): Don't assume (point-min)==1.
4463
4464 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4465
4466         * message.el (message-remove-blank-cited-lines): Fix if remove is
4467         given.
4468         (message-bogus-address-regexp): New variable.
4469         (message-bogus-recipient-p): New function.
4470         (message-check-recipients): New command.
4471         (message-syntax-checks): Add `bogus-recipient'.
4472         (message-fix-before-sending): Add `bogus-recipient'.
4473
4474         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4475         (gnus-treat-body-boundary): Don't test window-system.
4476
4477 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4478
4479         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4480
4481 2007-10-28  Miles Bader  <miles@gnu.org>
4482
4483         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4484         at compile-time too.
4485
4486 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4487
4488         * gnus-msg.el (gnus-message-setup-hook): Add
4489         `message-remove-blank-cited-lines' to options.
4490
4491 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4492
4493         * message.el (message-remove-blank-cited-lines): New function.
4494         Suggested by Karl Plästerer.
4495
4496 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4499         mapc.
4500
4501         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4502         (top-level): Use mapc to set functions to be traced for debugging.
4503
4504         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4505         called for effect with while loop.
4506
4507         * message.el (message-talkative-question): Replace mapcar called for
4508         effect with mapc.
4509
4510         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4511         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4512         called for effect with dolist.
4513
4514         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4515
4516         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4517         gnus-extra-headers and nnmail-extra-headers.
4518
4519         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4520         called for effect with dolist.
4521         (top-level): Use mapc to set functions to be traced for debugging.
4522
4523         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4524         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4525         dolist.
4526
4527         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4528         Replace mapcar called for effect with mapc.
4529         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4530         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4531         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4532         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4533
4534         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4535         remove-if that's a cl function.
4536
4537         * webmail.el (webmail-debug): Replace mapcar called for effect with
4538         dolist.
4539
4540         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4541         with mapc.
4542
4543 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4546         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4547         with while loop.
4548
4549         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4550         functions from article-* functions.
4551         (gnus-multi-decode-header): Replace mapcar called for effect with
4552         dolist.
4553
4554         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4555         (gnus-bookmark-show-details): Replace mapcar called for effect with
4556         while loop.
4557
4558         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4559         called for effect with while loop.
4560
4561         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4562         with dolist.
4563
4564         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4565         mapcar called for effect with dolist.
4566
4567         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4568
4569         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4570         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4571         Replace mapcar called for effect with dolist.
4572         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4573         mapc.
4574
4575         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4576         Replace mapcar called for effect with dolist.
4577         (gnus-topic-list): Replace mapcar called for effect with mapc.
4578
4579         * gnus.el: Use mapc instead of mapcar to add autoloads.
4580
4581 2007-10-23  Richard Stallman  <rms@gnu.org>
4582
4583         * gnus-group.el (gnus-group-highlight): Mark as risky.
4584
4585 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * gnus.el (gnus-server-to-method): Return method found first in
4588         gnus-newsrc-alist.
4589
4590         * gnus-art.el (gnus-article-highlight-signature)
4591         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4592         button overlay without the front stickiness.
4593
4594 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4595
4596         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4597         overview buffer needed a catch to receive its throw.
4598         (gnus-agent-flush-cache): Declared as interactive to make this function
4599         easier to use.
4600
4601 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4602
4603         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4604         `next-line'.
4605
4606 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4609         exclude address matching message-dont-reply-to-names.
4610
4611 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * gnus-util.el (gnus-string<): New function.
4614
4615         * gnus-sum.el (gnus-article-sort-by-author)
4616         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4617
4618 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4621         the frame-focus tag is set in gnus-buffer-configuration.
4622
4623 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4626         the front stickiness.
4627
4628 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4631         url pattern; remove duplicate one.
4632         (gnus-article-extend-url-button): New function.
4633         (gnus-article-add-buttons): Use it.
4634         (gnus-button-push): Use concatenated url that it makes.
4635
4636 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4637
4638         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4639
4640 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4641
4642         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4643         Don't hardcode point-min==1.
4644
4645 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4646
4647         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4648         Fix comment about "iso8859-1".
4649
4650 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4651
4652         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4653         ones returned from the verify-function.
4654
4655         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4656         mml2015-extract-cleartext-signature if extraction failed.
4657
4658 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4659
4660         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4661         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4662         failed.
4663
4664 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4665
4666         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4667
4668 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4669
4670         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4671         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4672         recommends to use EasyPG instead of PGG.
4673
4674         * pgg.el: Revert to revision 6.23.2.16.
4675
4676         * pgg-def.el: Revert to revision 6.6.2.14.
4677
4678         * pgg-gpg.el: Revert to revision 6.23.2.34.
4679
4680 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4681
4682         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4683         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4684         thread for both the null and zero (kill/expire thread) universal prefix
4685         cases.
4686         (gnus-summary-expire-thread): Add new function to expire a thread,
4687         using gnus-summary-kill-thread.
4688         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4689         shortcuts for gnus-summary-expire-thread.
4690         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4691         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4692
4693 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4694
4695         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4696         extras value, so an extras entry can be deleted.
4697         (gnus-registry-delete-extra-entry): Use it.
4698         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4699         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4700         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4701         storage through the gnus-registry, and provide an appropriate API for
4702         it.
4703
4704 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4707         Suggested by Leo <sdl.web@gmail.com>.
4708
4709         * gnus.el: Do.
4710
4711 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4714         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4715
4716         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4717
4718         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4719         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4720
4721 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4724         newline.
4725         (nnmbox-request-accept-article): Don't change article in source buffer;
4726         narrow to header to use message-fetch-field rather than
4727         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4728         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4729         as delimiters; make sure article ends with newline.
4730         (nnmbox-delete-mail): Correct last position of article to be deleted;
4731         ignore X-Gnus-Newsgroup header in article body.
4732         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4733         positions; make sure article ends with newline.
4734
4735         * message.el (message-display-abbrev): Don't infloop when a user
4736         inserts SPC in the beginning of header.
4737
4738         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4739         coding-system-for-read and coding-system-for-write for XEmacs having no
4740         file-coding feature.
4741
4742         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4743
4744 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4745
4746         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4747         list of groups not followed by default.  Fix type to be regexp.
4748         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4749
4750 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4751
4752         * hmac-def.el (define-hmac-function): Switch from old-style to
4753         new-style backquotes.
4754
4755         * md4.el (md4-make-step): Likewise.
4756
4757 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4760         raw-text coding system when saving .newsrc file, which may contain
4761         non-ASCII group names.
4762
4763 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * gnus-cus.el (gnus-score-extra): New widget.
4766         (gnus-score-extra-convert): New function.
4767         (gnus-score-customize): Use it for Extra.
4768
4769 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4770
4771         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4772         (mml2015-mailcrypt-clear-verify): Use it.
4773         (mml2015-gpg-clear-verify): Use it.
4774         (mml2015-pgg-clear-verify): Use it.
4775         (mml2015-epg-clear-verify): Replace the current part with the output
4776         from GnuPG; don't extract the plaintext by itself.
4777
4778         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4779         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4780         mml2015-clear-verify-function; don't touch the armor headers or
4781         dash-escaped text here.
4782
4783 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4786         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4787         parts, or application/octet-stream as a last resort.
4788         (gnus-mime-view-part-as-type): Don't toggle display.
4789         (gnus-mime-view-part-as-charset): Don't turn off display before
4790         querying charset.
4791
4792         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4793         stuff to undisplayer function in Emacs.
4794         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4795
4796         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4797         text/calendar parts.
4798
4799 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4802         decoding text/calendar parts.
4803
4804         * message.el (message-forward-make-body-mime): Always mark body as
4805         having no illegible text; remove signed-or-encrypted argument.
4806         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4807
4808         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4809         (mml-generate-mime-1): Don't encode body if it is specified to be in
4810         raw form; don't make buffer be unibyte when inserting multibyte string.
4811
4812 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4813
4814         * sha1.el: Fix up comment style.
4815         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4816         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4817
4818         * hex-util.el: Fix up comment style.
4819         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4820
4821         * gnus-salt.el: Use with-current-buffer.
4822         (gnus-pick-setup-message): Fix long-standing typo.
4823
4824 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * imap.el (imap-logout-timeout): New variable.
4827         (imap-logout, imap-logout-wait): New functions.
4828         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4829
4830         * nnimap.el (nnimap-logout-timeout): New server variable.
4831         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4832         nnimap-logout-timeout.
4833
4834         * gnus-art.el (gnus-article-summary-command-nosave)
4835         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4836
4837 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus.el (gnus-maximum-newsgroup): New variable.
4840
4841         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4842         according to gnus-maximum-newsgroup.
4843
4844         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4845         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4846         Limit the range of articles according to gnus-maximum-newsgroup.
4847
4848 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4849
4850         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4851         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4852         Don't perform gnus-configure-windows here; reuse existing sticky
4853         article buffer.
4854
4855         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4856         it doesn't exist in gnus-article-mode.
4857
4858 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4861         (gnus-agent-decoded-group-name): New function.
4862         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4863         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4864
4865 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4866
4867         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4868         Add binding for gnus-sticky-article.
4869         (gnus-summary-exit): Don't kill sticky article buffers.
4870
4871         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4872         article buffer.
4873         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4874         (gnus-kill-sticky-article-buffers): New commands.
4875
4876 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * nntp.el (nntp-xref-number-is-evil): New server variable.
4879         (nntp-find-group-and-number): If it is non-nil, don't trust article
4880         numbers in the Xref header.
4881
4882 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * gnus-agent.el (gnus-agent-read-group): New function.
4885         (gnus-agent-flush-group, gnus-agent-expire-group)
4886         (gnus-agent-regenerate-group): Use it.
4887         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4888         nnmail-pathname-coding-system.
4889
4890 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4893
4894         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4895         that are unread as unread, and also as selected so that information of
4896         marks having been changed by a user may be updated when exiting group.
4897
4898 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4901         calculated ignoring signature parts to gnus-treat-article.
4902
4903 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4906         a point here in order to keep the window start.
4907         (gnus-insert-mime-security-button): Make a button overlay without the
4908         front stickiness.
4909         (gnus-mime-display-security): Goto the end of a button.
4910
4911         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4912
4913 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4916         group-name-at-point.
4917         (gnus-group-completing-read): New function that offers decoded
4918         non-ASCII group names for completion.
4919         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4920         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4921         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4922         (gnus-group-fetch-control): Use it.
4923         (gnus-fetch-group): Use group-name-at-point for the initial value
4924         rather than the default value; use gnus-alive-p.
4925
4926         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4927         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4928         (gnus-summary-post-news): Use gnus-group-completing-read.
4929
4930         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4931         (gnus-read-move-group-name): Decode group name for completion.
4932
4933 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4934
4935         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4936         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4937         Yamaoka slightly modified the code).
4938
4939 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4942         (nnmail-split-incoming): Bind it.
4943
4944         * nnml.el (nnml-group-name-charset): New function.
4945         (nnml-decoded-group-name): Use it; don't decode group name if
4946         nnmail-group-names-not-encoded-p is non-nil.
4947         (nnml-encoded-group-name): New function.
4948         (nnml-group-pathname): Inline nnml-decoded-group-name.
4949         (nnml-request-expire-articles): Decode group name in message.
4950         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4951         nnmail-pathname-coding-system.
4952         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4953         not decoded ones according to nnmail-group-names-not-encoded-p.
4954         (nnml-generate-active-info): Use nnml-encoded-group-name.
4955
4956 2007-08-08  Glenn Morris  <rgm@gnu.org>
4957
4958         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4959         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4960         doc-strings and comments.
4961
4962 2007-07-25  Glenn Morris  <rgm@gnu.org>
4963
4964         * Relicense all FSF files to GPLv3 or later.
4965
4966 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * gnus-sum.el (gnus-summary-move-article): Make
4969         gnus-summary-respool-article work.
4970
4971 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4972
4973         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4974         string.
4975
4976 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4977
4978         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4979         that should be ignored when comparing distant RSS articles with local
4980         ones.
4981         (nnrss-make-hash-index): New function.  Create a hash index according
4982         to the ignored fields.
4983         (nnrss-check-group): Use it.
4984
4985 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4988
4989         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4990
4991         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4992         the new optional argument ENCODED is non-nil.
4993         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4994         coding system for encoding group name.
4995         (gnus-group-make-rss-group): Pass un-encoded group name to
4996         gnus-group-make-group.
4997         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4998         encoded.
4999
5000         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5001         Encode group name to which articles are moved or copied.
5002         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5003         coding system for encoding Newsgroup, Followup-To and Xref headers.
5004
5005         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5006         marks; use nnheader-file-coding-system to write a file.
5007         (nnagent-retrieve-headers): Bind file-name-coding-system to
5008         nnmail-pathname-coding-system.
5009
5010         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5011
5012         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5013         (nnml-request-article, nnml-request-create-group)
5014         (nnml-request-rename-group, nnml-find-id)
5015         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5016         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5017         (nnml-save-marks): Use nnml-group-pathname instead of
5018         nnmail-group-pathname.
5019
5020         (nnml-request-create-group, nnml-request-expire-articles)
5021         (nnml-request-move-article, nnml-request-delete-group)
5022         (nnml-deletable-article-p, nnml-possibly-create-directory)
5023         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5024         (nnml-open-marks): Bind file-name-coding-system to
5025         nnmail-pathname-coding-system.
5026
5027         (nnml-request-article): Pass server argument to nnml-find-group-number.
5028         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5029         server argument to nnml-possibly-create-directory.
5030         (nnml-request-accept-article): Pass server argument to
5031         nnml-active-number and nnml-save-mail.
5032         (nnml-find-group-number): Pass server argument to nnml-find-id.
5033         (nnml-request-update-info): Pass server argument to
5034         nnml-marks-changed-p.
5035
5036         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5037         (nnml-save-mail, nnml-active-number): Add server argument.
5038
5039         (nnml-request-delete-group): Warn if group is missing.
5040         (nnml-get-nov-buffer): Decode group name.
5041         (nnml-generate-active-info): Encode group name.
5042         (nnml-open-marks): Decode group name in messages.
5043
5044 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5047         if it is not specified.
5048         (gnus-article-pipe-part, gnus-article-save-part)
5049         (gnus-article-interactively-view-part, gnus-article-copy-part)
5050         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5051         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5052         (gnus-article-replace-part, gnus-article-delete-part)
5053         (gnus-article-view-part-as-type): Pass raw prefix argument to
5054         gnus-article-part-wrapper.
5055
5056 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * gnus-agent.el (gnus-agent-save-active): Bind
5059         nnheader-file-coding-system to gnus-agent-file-coding-system.
5060
5061         * gnus-cache.el (gnus-cache-save-buffers)
5062         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5063         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5064         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5065         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5066         (gnus-cache-generate-active, gnus-cache-rename-group)
5067         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5068         (gnus-cache-update-overview-total-fetched-for): Bind
5069         file-name-coding-system to nnmail-pathname-coding-system.
5070         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5071         variables.
5072         (gnus-cache-decoded-group-name): New function.
5073         (gnus-cache-file-name): Use it.
5074         (gnus-cache-generate-active): Use non-decoded group name for active.
5075
5076         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5077         right place.
5078         (gnus-write-active-file): Don't break non-ASCII group names.
5079
5080         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5081         nnmail-pathname-coding-system.
5082
5083         * lpath.el: Bind default-file-name-coding-system,
5084         file-name-coding-system and language-info-alist for XEmacs.
5085
5086         * gnus-uu.el (gnus-uu-decode-save): Typo.
5087
5088 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5091
5092 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5095         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5096         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5097         (gnus-agent-flush-group, gnus-agent-flush-cache)
5098         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5099         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5100         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5101         (gnus-agent-regenerate-group)
5102         (gnus-agent-update-files-total-fetched-for)
5103         (gnus-agent-update-view-total-fetched-for): Bind
5104         file-name-coding-system to nnmail-pathname-coding-system.
5105         (gnus-agent-group-pathname): Don't encode file names by
5106         nnmail-pathname-coding-system.
5107         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5108         coding-system-for-write instead of buffer-file-coding-system to
5109         gnus-agent-file-coding-system.
5110
5111         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5112         Decode group name.
5113
5114         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5115
5116         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5117         (gnus-read-newsrc-el-file): Make group names unibyte.
5118
5119         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5120         nnmail-pathname-coding-system.
5121
5122         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5123         (nnrss-request-delete-group): Bind file-name-coding-system to
5124         nnmail-pathname-coding-system.
5125         (nnrss-read-server-data, nnrss-read-group-data): Bind
5126         file-name-coding-system correctly.
5127         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5128
5129         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5130         (nntp-server-to-method-cache): New variable.
5131         (nntp-group-pathname): New function that decodes non-ASCII group names.
5132         (nntp-possibly-create-directory, nntp-marks-changed-p)
5133         (nntp-save-marks, nntp-open-marks): Use it.
5134         (nntp-possibly-create-directory, nntp-open-marks):
5135         Bind file-name-coding-system to nnmail-pathname-coding-system.
5136         (nntp-open-marks): Decode group names when bootstrapping marks.
5137
5138         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5139         Newsgroups and Folowup-To headers.
5140
5141 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5144         (gnus-server-closed-face, gnus-server-denied-face)
5145         (gnus-server-offline-face): Remove variable.
5146         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5147
5148         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5149         of modifying message-stack directly for XEmacs.
5150
5151         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5152         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5153         if the coding-system argument is nil for XEmacs.
5154
5155         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5156         mm-charset-override-alist.
5157
5158         * rfc2047.el: Don't require base64; require rfc2045 for the function
5159         rfc2045-encode-string.
5160         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5161         to quote the parameter value.
5162
5163 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5166         form in gnus-group-name-charset-method-alist.
5167
5168         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5169         overrides the default layout edit-form.
5170
5171         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5172
5173         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5174
5175 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5178         as unfetched articles.
5179
5180 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5181
5182         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5183
5184 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5187         original back end that keeps marks in the local system.
5188
5189 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5192         arg of pop-to-buffer for XEmacs.
5193         (gnus-article-read-summary-keys): Ditto; don't restore window
5194         configuration if summary command ends up with neither article buffer
5195         nor summary buffer; describe bindings if summary keys end with C-h.
5196
5197 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * message.el (message-fix-before-sending): Skip raw message part to be
5200         forwarded while checking illegible text.
5201         (message-forward-make-body-mime, message-forward-make-body): Mark
5202         signed or encrypted raw message as having no illegible text.
5203
5204 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5207         (gnus-message-with-timestamp-1): New macro.
5208         (gnus-message-with-timestamp): New function.
5209         (gnus-message): Use them.
5210
5211         * nnheader.el (nnheader-message): Use them.
5212
5213 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5214
5215         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5216         .newsrc.eld file.
5217
5218 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * gnus-agent.el (gnus-agent-fetch-headers)
5221         (gnus-agent-retrieve-headers): Bind
5222         gnus-decode-encoded-address-function to identity.
5223
5224         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5225         available also when the server returns simply a dot.
5226
5227         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5228
5229 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5232
5233 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * gnus-ems.el (gnus-x-splash): Make it work.
5236
5237         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5238         from being used.
5239
5240         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5241
5242 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5245         4th and the 5th arguments.
5246
5247         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5248         the front stickiness.
5249         (gnus-article-summary-command-nosave): Correct the order of the
5250         arguments passed to pop-to-buffer.
5251         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5252         summary command ends up with the article buffer.
5253
5254         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5255         the same faces.
5256
5257 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5258
5259         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5260
5261 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5262
5263         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5264         * gnus-sum.el (gnus-summary-highlight):
5265         * pgg.el (pgg-sign-region, pgg-sign):
5266         * mail-source.el (mail-source-delete-old-incoming-confirm):
5267         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5268
5269 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * gnus-art.el (gnus-mime-view-part-externally)
5272         (gnus-mime-view-part-internally): Fix predicate function passed to
5273         completing-read.
5274
5275         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5276
5277         * gnus.el (gnus-update-message-archive-method): Add :version.
5278
5279 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * gnus.el (gnus-update-message-archive-method): New variable.
5282
5283         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5284         according to gnus-message-archive-method if
5285         gnus-update-message-archive-method is non-nil.
5286
5287 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5290         by Loic Dachary <loic@dachary.org>.
5291         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5292
5293 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * message.el (message-pop-to-buffer): Add switch-function argument.
5296         (message-mail): Pass switch-function argument to it.
5297
5298 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5299
5300         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5301         Improve doc string.
5302
5303 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5306         (gnus-header-content)
5307         * gnus-cite.el (gnus-cite-10)
5308         * gnus-srvr.el (gnus-server-closed)
5309         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5310         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5311         (gnus-group-mail-3-empty, gnus-group-mail-low)
5312         (gnus-group-mail-low-empty, gnus-splash)
5313         * message.el (message-header-to, message-header-cc)
5314         (message-header-subject, message-header-other, message-header-name)
5315         (message-header-xheader, message-separator, message-cited-text)
5316         (message-mml): Lighten colors of faces used for dark background.
5317
5318 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5319
5320         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5321         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5322
5323 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * message.el (message-narrow-to-headers-or-head):
5326         Ignore mail-header-separator in the body.
5327
5328 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5331         same as window size.
5332
5333 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5334
5335         * message.el (message-font-lock-keywords): Use message-header-xheader
5336         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5337         ahead of the anything pattern, to get it recognised.
5338
5339 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5342         spam.el loads uses it in the compiled defadvice form.
5343
5344 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5345
5346         * gnus-sum.el (gnus-articles-to-read)
5347         (gnus-summary-insert-old-articles): Don't truncate group name for
5348         `read-string'.
5349
5350         * gnus-util.el (gnus-limit-string): Delete this function.
5351
5352         * gnus-sum.el (gnus-simplify-subject-fully): Use
5353         `truncate-string-to-width' instead.
5354
5355 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5356
5357         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5358         if, on summary exit, the next group has to be selected.
5359         (gnus-summary-exit): Use it.
5360
5361 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5362
5363         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5364         non-break space.
5365
5366 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5369         Check if group is not a directory.
5370         (nnfolder-request-expire-articles): Don't delete articles if the target
5371         group is not available.
5372
5373         * nnml.el (nnml-request-create-group): Properly check if group is not a
5374         file.
5375         (nnml-request-expire-articles): Don't delete articles if the target
5376         group is not available.
5377
5378         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5379         Don't quote characters that are within parentheses.
5380
5381 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5384         (gnus-handle-ephemeral-exit): Select article according to it.
5385
5386 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5387
5388         * message.el (message-insert-formated-citation-line): Remove newline.
5389         (message-citation-line-format): Add final \n here so that the user can
5390         avoid a blank line.
5391
5392 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5393
5394         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5395         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5396         Update lanl/arXiv support.
5397
5398 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * gnus.el: Bump version number.
5401
5402 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5403
5404         * gnus.el (gnus-version-number): Bump version.
5405
5406 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5407
5408         * gnus.el: No Gnus v0.6 is released.
5409
5410 2007-04-27  Didier Verna  <didier@xemacs.org>
5411
5412         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5413         * gmm-utils.el (gmm-regexp-concat): here.
5414         * message.el: Don't require 'gnus-util.
5415         (message-dont-reply-to-names): Handle name change above.
5416         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5417
5418 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5421         since the initial value varies according to the system.
5422
5423 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5426
5427 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5428
5429         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5430
5431 2007-04-24  Didier Verna  <didier@xemacs.org>
5432
5433         Improve the type of gnus-ignored-from-addresses.
5434         * gnus-util.el (gnus-orify-regexp): New function.
5435         * message.el (gnus-util): Require it.
5436         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5437         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5438         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5439
5440 2007-04-24  Didier Verna  <didier@xemacs.org>
5441
5442         * gnus-sum.el:
5443         * gnus-utils.el: Fix some trailing whitespaces.
5444
5445 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5446
5447         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5448         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5449         article's Message-ID; refer parent article in summary buffer.
5450
5451         * message.el (message-bounce): Call mime-to-mml.
5452
5453         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5454         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5455         optimize and/or forms properly.
5456
5457 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5460         URL.
5461
5462 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5465
5466 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5469         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5470         displayed of multipart/alternative part if it is invoked from summary
5471         buffer.
5472
5473         * mm-view.el (mm-inline-text-html-render-with-w3m)
5474         (mm-inline-text-html-render-with-w3m-standalone)
5475         (mm-inline-render-with-function): Use mail-parse-charset by default.
5476
5477 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5478
5479         * parse-time.el (parse-time-string-chars): Check if CHAR
5480         is less than the length of parse-time-syntax.
5481
5482 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5485         from gnus-newsgroup-processable.
5486
5487 2007-04-16  Didier Verna  <didier@xemacs.org>
5488
5489         * gnus-msg.el (gnus-configure-posting-styles): Handle
5490         message-signature-directory properly with :file syntax.  Reported by
5491         "Leo".
5492
5493 2007-04-11  Didier Verna  <didier@xemacs.org>
5494
5495         New user option: message-signature-directory.
5496         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5497         * message.el (message-insert-signature): Ditto.
5498         * message.el (message-signature-file): Doc update.
5499         * message.el (message-signature-directory): New.
5500
5501 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * gnus-msg.el (gnus-inews-yank-articles): Use
5504         message-exchange-point-and-mark instead of exchange-point-and-mark.
5505
5506 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * message.el (message-yank-original): Make sure cited text ends with
5509         newline; don't exchange point and mark.
5510
5511 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5512
5513         * tls.el (open-tls-stream): Properly handle case where there
5514         is no associated buffer.
5515
5516 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5517
5518         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5519         message-yank-original, make sure (< mark TEXT point).
5520
5521 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5522
5523         * message.el (message-fill-column): New variable.
5524         (message-mode): Use it.  Add comment on a possible new hook.
5525
5526         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5527         (nnmail-get-new-mail): Reformat.
5528
5529         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5530
5531         * gmm-utils.el: Fix Commentary.
5532         (gmm-tool-bar-from-list): Fix typo in doc string.
5533
5534 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5535
5536         * message.el (message-yank-original): Don't switch point and mark
5537         unnecessarily to put point and mark as documented.
5538
5539 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5540
5541         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5542         from the message heads.
5543
5544 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5545
5546         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5547         article buffer does not have a window.  This may not be the best
5548         solution but is certainly better than setting the start of the null,
5549         that is the current, window.
5550
5551 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5552
5553         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5554         (gnus-draft-setup): Run it.
5555
5556         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5557         gnus-score-fast-scoring.  Allow regexp.
5558         (gnus-score-headers): Use it.
5559
5560         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5561         XEmacs.
5562
5563         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5564         string.
5565         (gnus-button-alist): Also catch `<f1> k ...'.
5566         (gnus-treat-display-x-face): Fix doc string.
5567
5568 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5569
5570         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5571         evaluation of gnus-extended-version to ensure correct generation of the
5572         User-Agent header when message-generate-headers-first is used.
5573
5574 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5575
5576         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5577         hashcash-path is nil.  Don't call callback with incorrect number of
5578         parameters if val is 0.
5579
5580 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5581
5582         * message.el (message-required-news-headers):
5583         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5584
5585 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5586
5587         * tls.el (open-tls-stream): In handshake-waiting loop,
5588         don't wait more if there is output available to process.
5589
5590 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5591
5592         * tls.el (tls-program): Doc fix.
5593
5594 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * message.el (message-generate-new-buffers): Change the meaning of the
5597         nil value; add `standard' to the choices; treat t as `unique'; improve
5598         doc string.
5599         (gnus-select-frame-set-input-focus): Autoload.
5600         (message-buffer-name): Search for the existing message buffer if
5601         message-generate-new-buffers is nil or `standard'; treat the value t of
5602         message-generate-new-buffers as `unique'.
5603         (message-pop-to-buffer): Raise the frame already displaying the message
5604         buffer; clear the echo area after querying.
5605         (message-setup): Pass the `continue' argument to compose-mail.
5606         (message-mail): Prefer `switch-function' if it is given; search for the
5607         existing message buffer if the `continue' argument is non-nil; pass
5608         continue and switch-function arguments to compose-mail by way of
5609         message-setup.
5610         (message-mail-other-window): Adjust argument of message-setup.
5611         (message-mail-other-frame): Ditto.
5612
5613 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5616         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5617         to turn font-lock on when turning gnus-message-citation-mode on.
5618
5619 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5620
5621         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5622         (mml-smime-function-alist): New variable; add epg as the backend.
5623         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5624         mml-smime- functions instead.
5625         * mm-view.el: Require smime.
5626
5627 2007-03-05  Didier Verna  <didier@xemacs.org>
5628
5629         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5630         instead of just inheritance for posting styles.
5631         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5632
5633 2007-02-24  Chris Moore  <dooglus@gmail.com>
5634
5635         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5636         * pgg-pgp.el (pgg-pgp-encrypt-region):
5637         * pgg-gpg.el (pgg-gpg-encrypt-region):
5638         Check pgg-encrypt-for-me if no other recipients.
5639
5640 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5641
5642         * tls.el (tls-certtool-program): Fix custom type.
5643
5644 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5647         and point-at-eol instead of line-(beginning|end)-position.
5648
5649         * assistant.el (assistant-parse-buffer): Ditto.
5650
5651         * netrc.el (netrc-parse-services): Ditto.
5652
5653 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5654
5655         * mml2015.el (mml2015-epg-find-usable-key): New function.
5656         (mml2015-epg-sign): Use it.
5657         (mml2015-epg-encrypt): Use it.
5658
5659 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * message.el (message-make-in-reply-to): Quote name containing
5662         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5663         if there are special characters.  Reported by NAKAJI Hiroyuki
5664         <nakaji@jp.freebsd.org>.
5665
5666 2007-02-27  Didier Verna  <didier@xemacs.org>
5667
5668         Include the group parameters as well as the topic ones in the
5669         inheritance filter process.
5670         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5671         argument GROUP-PARAMS-LIST.
5672         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5673
5674 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * nntp.el (nntp-never-echoes-commands)
5677         (nntp-open-connection-functions-never-echo-commands): New variables.
5678         (nntp-send-command): Use them.
5679
5680 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5681
5682         * mml2015.el (mml2015-epg-verify): Simplified.
5683
5684 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * mml.el (mml-content-disposition-alist): New user option.
5687         (mml-content-disposition): New function.
5688         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5689         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5690
5691 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5692
5693         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5694         verification.
5695
5696 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5697
5698         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5699         articles posted in the last 24 hours.
5700
5701 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5702
5703         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5704
5705 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5706
5707         * nntp.el (nntp-send-command): Don't wait for echoes when
5708         nntp-open-ssl-stream is used.
5709
5710 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5713         (gnus-message-add-citation-keywords)
5714         (gnus-message-remove-citation-keywords): Remove.
5715         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5716         directly, make the variables in font-lock-defaults buffer-local, add
5717         gnus-message-citation-keywords to them and then update the value of
5718         font-lock-keywords.
5719
5720 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * message.el (message-cite-original-1): Don't call
5723         gnus-article-highlight-citation.
5724
5725         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5726         citations; fix line count.
5727
5728 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5731         (gnus-message-add-citation-keywords)
5732         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5733         versions of font-lock-add-keywords and font-lock-remove-keywords to
5734         work with XEmacs correctly.
5735
5736 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * gnus-cite.el (gnus-cite-face-list): Set the values of
5739         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5740         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5741         (gnus-message-cite-prefix-regexp): New variable.
5742         (gnus-message-search-citation-line): Use it; protect against long
5743         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5744         the 0th match data for Emacs.
5745         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5746         (gnus-message-add-citation-keywords): Append keywords rather than
5747         prepending; emulate font-lock-add-keywords if it is not available.
5748         (gnus-message-remove-citation-keywords): Emulate
5749         font-lock-remove-keywords if it is not available.
5750
5751         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5752
5753         * message.el (message-cite-prefix-regexp): Set the value of
5754         gnus-message-cite-prefix-regexp.
5755
5756 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5757
5758         * nnweb.el (nnweb-google-parse-1): Update parser.
5759
5760 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5761
5762         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5763
5764 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5765
5766         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5767         regexp.
5768
5769 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5772         string-to-multibyte.
5773         (uudecode-decode-region-internal): Use it.
5774
5775         * lpath.el: Fbind string-as-multibyte for XEmacs.
5776
5777 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5778
5779         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5780         custom choice.
5781
5782         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5783
5784 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5785
5786         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5787
5788         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5789         `write-region' to respect `mm-inhibit-file-name-handlers'.
5790
5791 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5792
5793         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5794         Use gnus-home-directory instead of "~/" or "$HOME".
5795
5796 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5797
5798         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5799         to mention filename.
5800         Add comments at beginning regarding usage.
5801         (encrypt-write-file-contents): Change interactive so a string is
5802         acceptable.  If the file has no associated model, show an error instead
5803         of a nonsense prompt.
5804
5805 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5806
5807         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5808         Thanks to Yoshihiko Yamada for kind notification of this typo.
5809
5810 2007-01-12  Kenichi Handa  <handa@m17n.org>
5811
5812         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5813         multibyte buffer.
5814
5815 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5816
5817         * gnus-score.el (gnus-score-fast-scoring): New variable.
5818         (gnus-score-headers): Use it.
5819
5820         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5821
5822         * message.el (message-cite-original-1): Call
5823         gnus-article-highlight-citation if requested.
5824         (message-make-from): Allow name and address as optional arguments.
5825
5826         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5827
5828         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5829         bugs to doc string.
5830         (gnus-button-alist): Add mid\\|message-id.
5831         (gnus-button-fetch-group): Extend for use in
5832         `browse-url-browser-function'.
5833         (gnus-button-url-regexp): Try to catch paired parentheses like in
5834         Wikipedia URLs.
5835
5836         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5837         Suggested by Simon Krahnke <overlord@gmx.li>.
5838
5839 2007-01-13  Romain Francoise  <romain@orebokech.com>
5840
5841         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5842         Update copyright.
5843
5844 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5845
5846         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5847
5848 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5849
5850         * gnus-registry.el (gnus-registry-unfollowed-groups)
5851         (gnus-registry-split-fancy-with-parent): Fix documentation.
5852
5853 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854
5855         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5856         from nnweb groups.
5857
5858 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5861         Xref urls.  Erase buffer before requesting head.
5862
5863 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5864
5865         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5866         customizable.
5867
5868 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5869
5870         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5871         no signing key is found.
5872         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5873         no encrypting and/or signing key is found.
5874
5875 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5878
5879 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5880
5881         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5882         headers read from disk with the ones newly found in the current search.
5883         This should no longer cause problems, because the article numbers in
5884         Gmane's `nov.php' output are ignored since the previous change.
5885
5886 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5887
5888         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5889
5890 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5893         replace-regexp-in-string; bind url-version; fbind display-images-p and
5894         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5895         find-face and set-itimer-function for Emacs; bind itimer-list for
5896         Emacs.
5897
5898         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5899
5900 2007-01-01  Romain Francoise  <romain@orebokech.com>
5901
5902         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5903
5904 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5905
5906         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5907         `define-minor-mode' macro definition expanded properly.
5908         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5909         exclude it there.
5910
5911         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5912         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5913         `fboundp' test.
5914         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5915         This is OK to autoload in (S)XEmacs now.
5916
5917 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5920         keystroke.
5921         (gnus-summary-limit-to-singletons): Fix typo.
5922
5923         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5924         else fails.
5925
5926 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5927
5928         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5929         docstring.
5930
5931         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5932         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5933         (gnus-summary-insert-dormant-articles): Fix typo in message.
5934
5935 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5936
5937         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5938         nil for XEmacs.
5939         (gnus-message-citation-mode): Don't autoload in XEmacs.
5940
5941         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5942
5943 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5944
5945         * nnimap.el (nnimap-expunge-search-string): Mention
5946         nnimap-search-uids-not-since-is-evil in docstring.
5947
5948 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * spam.el: Revert to make-obsolete-variable because
5951         define-obsolete-variable-alias is not supported in Emacs 21.
5952
5953         * spam.el (spam-ifile-path, spam-ifile-database-path)
5954         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5955         make-obsolete-variable.
5956         (spam-bsfilter-path, spam-bsfilter-program)
5957         (spam-spamassassin-path, spam-spamassassin-program)
5958         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5959         use "path" inappropriately.
5960         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5961         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5962         variable names.
5963
5964 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5965
5966         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5967         summary buffer.
5968
5969         * password.el (password-cache-remove): Use clear-string to burn
5970         password, if available.
5971
5972 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5973
5974         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5975
5976         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5977
5978         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5979         (gnus-message-highlight-citation): Move defcustom here from
5980         gnus-cite.el.
5981         (gnus-message-citation-mode): Autoload.
5982
5983         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5984         checks to make it compile with XEmacs.
5985         (gnus-message-citation-mode): New minor mode.
5986         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5987         (gnus-message-highlight-citation): New variables.
5988         (gnus-message-search-citation-line)
5989         (gnus-message-add-citation-keywords)
5990         (gnus-message-remove-citation-keywords)
5991         (turn-on-gnus-message-citation-mode)
5992         (turn-off-gnus-message-citation-mode): New functions.
5993
5994 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5995
5996         * gnus-cite.el: Enable highlighting of different citation levels in
5997         message-mode.
5998
5999 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * message.el (message-make-fqdn): Fix comment.
6002         (message-bogus-system-names): Add ".local".
6003
6004         * spam.el (spam-ifile-path, spam-ifile-program)
6005         (spam-ifile-database-path, spam-ifile-database)
6006         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6007         Don't use "path" inappropriately.
6008         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6009         strings.
6010         (spam-check-ifile, spam-ifile-register-with-ifile)
6011         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6012         new variable names.
6013
6014         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6015         (gnus-treat-display-smileys): Simplify using
6016         gnus-image-type-available-p.
6017
6018         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6019         available.
6020
6021         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6022         `display-images-p' if available.
6023
6024 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6027         one after turning on the buffer's multibyteness instead of decoding
6028         them directly in the unibyte buffer that causes unexpected conversion
6029         in Emacs 23 (unicode).
6030
6031 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6032
6033         * message.el (message-generate-hashcash): Fix custom type.
6034
6035 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6036
6037         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6038
6039 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6040
6041         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6042         disconnect icons.  Add help text.
6043
6044 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6045
6046         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6047         negated to be consistent with the others we handle.
6048
6049 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6050
6051         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6052         version of gnus-summary-buffer to something, so that we can use two
6053         article buffers at the same time.
6054
6055 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6056
6057         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6058         trigger all the extra headers.
6059         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6060         sorting.
6061
6062 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6063
6064         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6065         solid groups.
6066
6067 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6068
6069         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6070
6071 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6072
6073         * legacy-gnus-agent.el: Add Copyright notice.
6074
6075 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6076
6077         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6078
6079 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6080
6081         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6082
6083         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6084         to make it work reliably in CVS Emacs.
6085         (gnus-summary-limit-strange-charsets-predicate)
6086         (gnus-summary-limit-to-predicate): New functions.
6087
6088 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6089
6090         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6091         specifying array size.
6092         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6093         array if it is too small.
6094         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6095         (gnus-sort-threads-loop): New function.
6096
6097 2006-12-06  Chris Moore  <dooglus@gmail.com>
6098
6099         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6100         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6101
6102 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6103
6104         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6105         options.
6106
6107 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6108
6109         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6110         DOS-ing the recipient.
6111
6112         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6113         the headers when creating the mapping to avoid mismappings.
6114         (nnweb-gmane-create-mapping): Always nix out old mapping.
6115
6116 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6119         and mm-verify-option to never.
6120
6121 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * message.el (message-signed-or-encrypted-p): New function.
6124         (message-forward-make-body): Use it.
6125
6126         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6127         Replace encode-coding-string with mm-encode-coding-string.
6128
6129 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * nneething.el (nneething-decode-file-name): Replace
6132         decode-coding-string with mm-decode-coding-string.
6133
6134         * gnus-int.el (gnus-open-server): Say failed server's name.
6135
6136 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6137
6138         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6139         strings to a single string.  Quote `errors-file-name'.
6140         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6141         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6142         Adjust calls.  Use `shell-quote-argument'.
6143
6144 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6145
6146         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6147         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6148
6149         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6150         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6151         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6152         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6153         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6154         (gnus-subscribe-newsgroup, gnus-1):
6155         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6156         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6157         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6158         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6159
6160 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161
6162         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6163         keystroke.
6164         (gnus-summary-limit-to-bodies): Implement headersp.
6165
6166 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6167
6168         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6169
6170 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6173
6174 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6175
6176         * message.el (message-generate-hashcash): Expand range of values to
6177         include `opportunistic'.
6178         (message-send-mail): Use it.
6179
6180 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6181
6182         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6183         and comment it.
6184
6185         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6186
6187 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6188
6189         * gnus-util.el (gnus-extract-address-components): Improve comment.
6190
6191 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-util.el (gnus-extract-address-components): Work with address in
6194         which the name portion contains @.
6195
6196         * lpath.el: Fbind custom-autoload.
6197
6198 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * gnus.el (gnus-start): Move custom group up.
6201         (gnus-select-method): Don't autoload, but make it available for
6202         `customize-variable'.
6203         (gnus-getenv-nntpserver): Don't autoload.
6204
6205 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6206
6207         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6208
6209 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6210
6211         * message.el (message-sendmail-extra-arguments): New variable.
6212         (message-send-mail-with-sendmail): Use it.
6213
6214 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6217         mm-with-unibyte-current-buffer to make string unibyte.
6218
6219         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6220         mm-string-as-multibyte.
6221
6222 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6223
6224         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6225         Reported by Werner Koch <wk@gnupg.org>.
6226
6227 2006-11-14  Daiki Ueno  <ueno@p360>
6228
6229         * mml2015.el: Autoload epa-select-keys when compiling.
6230
6231 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6232
6233         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6234         message-options.
6235         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6236
6237 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6238
6239         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6240         EasyPG (< 0.0.6).
6241         (mml2015-always-trust): New user option.
6242         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6243         prompt.
6244
6245 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * nntp.el (nntp-authinfo-force): New variable.
6248         (nntp-send-authinfo): Use it.
6249
6250 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6251
6252         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6253         decode encoded words.  Improve prompt.  Add comment about forwarding.
6254         (message-replacement-char): Move up.
6255
6256 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6257
6258         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6259         instead of gnus-intersection because arguments of gnus-sorted-nunion
6260         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6261
6262 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6265         (message-simplify-subject-functions): Enable
6266         message-strip-subject-encoded-words by default.
6267
6268 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6269
6270         * message.el (message-strip-subject-encoded-words): New function.
6271         (message-simplify-subject-functions): New variable.
6272         (message-simplify-subject): Use it.  Fix typo in doc string.
6273         Support message-strip-subject-encoded-words.
6274
6275 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6276
6277         * gnus-diary.el (gnus-diary-delay-format-function):
6278         * nndiary.el (nndiary-reminders):
6279         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6280
6281 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         * gnus-art.el (article-hide-boring-headers): Fetch date from
6284         gnus-original-article-buffer to avoid problems with localized date
6285         strings.
6286
6287 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6290
6291 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6292
6293         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6294         New variables.
6295         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6296         (mm-charset-synonym-alist): Move some entries to
6297         mm-codepage-iso-8859-list.
6298         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6299         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6300
6301 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6304
6305 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6306
6307         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6308         with Emacs 21 and XEmacs.
6309
6310 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6311
6312         * spam.el (spam-parse-address): New function for better parsing,
6313         catching errors, etc.
6314         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6315
6316 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * mm-view.el: Add interactive arg to html2text autoload.
6319
6320 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6323
6324 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6325
6326         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6327         variables.
6328         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6329         (mm-charset-synonym-alist): Move some entries to
6330         mm-codepage-iso-8859-list.
6331
6332         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6333
6334 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6335
6336         * message.el (message-citation-line-format)
6337         (message-insert-formated-citation-line): Fix implementation of %E, %N
6338         and %n according to the doc string.
6339
6340 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6341
6342         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6343         car-safe to avoid bad parses.
6344
6345 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6348         names.
6349
6350         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6351
6352 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6355         header.
6356
6357         * message.el (message-draft-headers): Add Date.
6358         (message-headers-to-generate): Fix typo in docstring.
6359
6360         * nndraft.el (nndraft-required-headers): New variable.
6361         (nndraft-generate-headers): Use it.
6362
6363         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6364
6365 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6366
6367         * gnus-registry.el (gnus-registry-wash-for-keywords)
6368         (gnus-registry-find-keywords): New functions to allow easy searching of
6369         articles that are in the registry.
6370
6371 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6372
6373         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6374         ietf-drums-parse-address instead of gnus-extract-address-components.
6375         Reported by Damien Elmes <damien@repose.cx>.
6376
6377 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * gnus.el (gnus-mime): Remove unused custom group.
6380
6381 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6382
6383         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6384         "blank line" when searching for end of armor headers.
6385
6386 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gmm-utils.el (gmm-write-region): Fix variable name.
6389
6390 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * gmm-utils.el (gmm-write-region): New function based on compatibility
6393         code from `mm-make-temp-file'.
6394
6395         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6396
6397         * nnmaildir.el (nnmaildir--update-nov)
6398         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6399         Use `gmm-write-region'.
6400
6401 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6404         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6405
6406         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6407
6408         * message.el (message-replacement-char): New variable.
6409         (message-fix-before-sending): Use it.
6410         (message-simplify-subject): New function to remove duplicate code.
6411         (message-reply, message-followup): Use it.
6412
6413         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6414         gnus-summary-limit-to-articles.
6415
6416 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * gnus-util.el (gnus-with-local-quit): New macro.
6419
6420         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6421
6422 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6423
6424         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6425         ignore non-string data.
6426
6427 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6428
6429         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6430         non-string data (needs to be done in the registry too).
6431
6432 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6433
6434         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6435         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6436         (gnus-registry-split-fancy-with-parent)
6437         (gnus-registry-fetch-simplified-message-subject-fast)
6438         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6439         Remove text properties on ingress into the registry and when it's saved.
6440         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6441         registry from entries with no groups.
6442
6443 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6444
6445         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6446         function to remove string properties.
6447
6448 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6449
6450         * gmm-utils.el (gmm): Adjust custom version.
6451
6452         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6453         custom version.
6454
6455         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6456
6457 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6458
6459         * gnus-art.el (gnus-insert-prev-page-button)
6460         (gnus-insert-next-page-button): Simplify.  Reformat.
6461
6462 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6463
6464         * gnus-art.el (gnus-insert-prev-page-button)
6465         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6466
6467 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6468
6469         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6470
6471 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6472
6473         * gnus-art.el (gnus-insert-mime-button)
6474         (gnus-insert-mime-security-button):
6475         Apply gnus-article-button-face to MIME and security buttons.
6476
6477 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6478
6479         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6480         readable.
6481
6482 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6485
6486 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6487
6488         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6489         `browse-url-of-file' instead of `browse-url'.
6490
6491 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6492
6493         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6494         regexp.  Articles containing quotation were cut prematurely.
6495
6496 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * message.el (message-cite-original-1): Use nobody by default for the
6499         value of From header.
6500         (message-reply): Ditto.
6501
6502 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6503
6504         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6505         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6506         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6507
6508 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6509
6510         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6511         mails in the doc string.  Add some URLs in comment.
6512         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6513
6514 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6517         backslashes handling and the way to find boundaries of quoted strings.
6518
6519 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6520
6521         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6522         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6523         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6524         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6525
6526 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6527
6528         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6529         doc string.
6530         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6531
6532 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * lpath.el: Fbind epg-check-configuration.
6535
6536 2006-09-06  Simon Josefsson  <jas@extundo.com>
6537
6538         * mml2015.el (mml2015-use): Doc fix, mention epg.
6539
6540 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6541
6542         * mml2015.el (mml2015-use): Default to epg, if available.
6543
6544 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6545
6546         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6547         message-sender.
6548         (mml1991-epg-encrypt): Ditto.
6549         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6550         message-sender.
6551         (mml2015-epg-encrypt): Ditto.
6552
6553 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6554
6555         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6556         several common directories.
6557
6558 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6559
6560         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6561         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6562
6563 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-art.el (article-decode-encoded-words): Make it fast.
6566
6567 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6570
6571         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6572         in quoted string into `\'.
6573
6574 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6577         Use standard-syntax-table.
6578
6579 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * gnus-art.el (gnus-decode-address-function): New variable.
6582         (article-decode-encoded-words): Use it to decode headers which are
6583         assumed to contain addresses.
6584         (gnus-mime-delete-part): Remove useless `or'.
6585
6586         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6587         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6588         (gnus-nov-parse-line): Use it to decode From header.
6589         (gnus-get-newsgroup-headers): Ditto.
6590         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6591
6592         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6593         (mail-decode-encoded-address-string): New alias.
6594
6595         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6596         New function.
6597         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6598         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6599         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6600         (rfc2047-decode-string): Ditto.
6601         (rfc2047-decode-address-region): New function.
6602         (rfc2047-decode-address-string): New function.
6603
6604 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * message.el (message-caesar-buffer-body): Allow rotating headers.
6607
6608         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6609
6610         * message.el (message-insert-formated-citation-line): Fix %f.
6611         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6612
6613 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6616         (gnus-bookmark-mouse-available-p): New macro.
6617         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6618         (gnus-bookmark-bmenu-show-infos): Use it.
6619         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6620         (gnus-bookmark-bmenu-hide-infos): Ditto.
6621         (gnus-bookmark-remove-properties): New function.
6622         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6623         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6624         (gnus-bookmark-write-file): Bind coding-system-for-write.
6625         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6626         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6627         group before selecting it.
6628         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6629         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6630         quit-window if it is not available; use gnus-mouse-2 and bind it to
6631         gnus-bookmark-bmenu-select-by-mouse.
6632         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6633         (gnus-bookmark-bmenu-select-by-mouse): New function.
6634
6635 2006-08-13  Romain Francoise  <romain@orebokech.com>
6636
6637         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6638         space.
6639
6640 2006-08-10  Romain Francoise  <romain@orebokech.com>
6641
6642         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6643         (dns-mode-soa-auto-increment-serial): New user option.
6644         (dns-mode-soa-maybe-increment-serial): New function.
6645         (dns-mode): Add the latter to `write-contents-functions'.
6646
6647 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * compface.el (uncompface): Use binary rather than raw-text-unix.
6650
6651 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * compface.el (uncompface): Make sure the eol conversion doesn't take
6654         place when communicating with the external programs.  Reported by
6655         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6656
6657 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6660
6661 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6662
6663         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6664         Make it more robust by parsing author and date independently.
6665
6666 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6669
6670 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6671
6672         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6673         first matching secret key.
6674         (mml2015-epg-encrypt): Ditto.
6675
6676         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6677         first matching secret key.
6678         (mml1991-epg-encrypt): Ditto.
6679
6680         * mml2015.el (mml2015-encrypt-to-self): New user option.
6681         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6682         mml2015-epg-encrypt-to-self is set.
6683
6684         * mml1991.el (mml1991-encrypt-to-self): New variable.
6685         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6686         mml1991-epg-encrypt-to-self is set.
6687
6688         * mml2015.el (mml2015-signers): New user option.
6689         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6690         (mml2015-epg-encrypt): Allow to select signing keys.
6691
6692         * mml1991.el (mml1991-signers): New variable.
6693         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6694         (mml1991-epg-encrypt): Allow to select signing keys.
6695
6696 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * nnheader.el (nnheader-insert-head): Make it work even if the file
6699         uses CRLF for the line-break code.
6700
6701 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6702
6703         * mml2015.el: Require mml-sec instead of password.
6704         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6705         (mml2015-cache-passphrase): Inherit the default value from
6706         mml-secure-cache-passphrase.
6707         (mml2015-passphrase-cache-expiry): Inherit the default value from
6708         mml-secure-passphrase-cache-expiry.
6709
6710         * mml1991.el: Require mml-sec instead of password.
6711         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6712         (mml1991-cache-passphrase): Inherit the default value from
6713         mml-secure-cache-passphrase.
6714         (mml1991-passphrase-cache-expiry): Inherit the default value from
6715         mml-secure-passphrase-cache-expiry.
6716
6717         * mml-sec.el: Require password.
6718         (mml-secure-verbose): New user option.
6719         (mml-secure-cache-passphrase): New user option.
6720         (mml-secure-passphrase-cache-expiry): New user option.
6721
6722 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6723
6724         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6725         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6726         andreas@altroot.de (Andreas Vögele).
6727
6728         FIXME: Use `tiny change'?
6729
6730 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6731
6732         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6733         workaround for the url package included with Emacs.
6734
6735         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6736
6737 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6740         correctly.  This fixes a bug caused by the 2006-05-12 change.
6741
6742 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6743
6744         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6745         some information about the error when saying that the `bogus' mail
6746         group will be used.
6747
6748 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6749
6750         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6751         string.
6752
6753 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6754
6755         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6756
6757 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6758
6759         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6760
6761 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6762
6763         * mml1991.el (mml1991-function-alist): Add epg.
6764         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6765         (mml1991-epg-encrypt): New functions.
6766
6767 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6768
6769         * mml2015.el (mml2015-verbose): New variable.
6770         (mml2015-cache-passphrase): Ditto.
6771         (mml2015-passphrase-cache-expiry): Ditto.
6772         (mml2015-function-alist): Add epg.
6773         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6774         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6775         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6776         functions.
6777
6778 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6779
6780         * message.el (message-cite-original-1): Preserve region when removing
6781         quoted text due to X-No-Archive in order to avoid bogus attribution
6782         when citing multiple messages.
6783
6784 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6785
6786         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6787         Kenneth Jacker <khj@be.cs.appstate.edu>.
6788
6789 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6790
6791         * gnus-diary.el (gnus-user-format-function-d)
6792         (gnus-user-format-function-D): Autoload.
6793
6794         * imap.el (Commentary): Fix typo.
6795
6796         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6797         2006-04-22 contribution.
6798
6799 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6800
6801         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6802         It didn't really fix the bogosity I'm seeing with solid web groups.
6803
6804 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6805
6806         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6807         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6808         created using server names.  If we use the feature without declaring
6809         it, Gnus does not properly manage server and group state.
6810
6811         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6812         bound.
6813
6814 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6815
6816         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6817         looking up the method using GROUP's prefix before inventing a new one.
6818         It is used on killed/unknown groups in various places where returning
6819         an all-new method isn't expected by the caller.
6820
6821         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6822         and match semantics of gnus-group-real-prefix.
6823
6824 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6825
6826         * nnmail.el (nnmail-broken-references-mailers): New variable.
6827         (nnmail-ignore-broken-references): New function generalizing
6828         nnmail-fix-eudora-headers.
6829         (nnmail-fix-eudora-headers): Now obsolete.
6830
6831         * gnus-art.el (gnus-button-handle-custom): Support
6832         `customize-apropos*'.
6833
6834 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6835
6836         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6837
6838         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6839         articles.
6840
6841 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * message.el (message-cite-reply-above): New variable.
6844         (message-yank-original): Use it.
6845
6846 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6849
6850 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6851
6852         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6853         as read.
6854
6855         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6856
6857 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6858
6859         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6860         (gnus-bookmark-default-file): Use gnus-directory.
6861         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6862         Remove "*" in doc string.
6863         (gnus-bookmark-write-file): Simplify.
6864         (gnus-bookmark-maybe-sort-alist): Use `when'.
6865         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6866         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6867         FIXME about Emacs 21 and XEmacs compatibility.
6868         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6869         compatibility.
6870         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6871         compatibility.
6872         (gnus-bookmark-menu-heading): Fix version.
6873
6874 2006-06-19  Bastien Guerry  <bzg@altern.org>
6875
6876         * gnus-bookmark.el: New file.
6877
6878 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * message.el (message-syntax-checks): Doc fix.
6881
6882 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6883
6884         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6885         unsubscribed groups as if they were killed ones.  It causes duplicate
6886         entries in gnus-newsrc-alist.
6887
6888 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * message.el (message-syntax-checks): Doc fix.
6891         (message-send-mail): Add check for continuation headers.
6892         (message-check-news-header-syntax): Fix regexp used to check for
6893         continuation headers.
6894
6895 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6898
6899 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6900
6901         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6902
6903 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6906         default-truncate-lines.
6907
6908 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6911         to fill the utf-8 entry.
6912
6913         * lpath.el: Fbind unicode-precedence-list.
6914
6915 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6916
6917         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6918
6919 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6920
6921         * gnus-agent.el (directory-files-and-attributes): Move all the way
6922         forward (the third and final move).
6923         (gnus-agent-read-agentview): Trap reconstruction errors due to
6924         nonexistant directory.  Handle by returning nil.
6925
6926 2006-05-30  Didier Verna  <didier@xemacs.org>
6927
6928         * message.el (message-dont-reply-to-names): Update the custom type.
6929         * message.el (message-dont-reply-to-names): New defsubst: potentially
6930         convert a list of regexps into a single one.
6931         * message.el (message-get-reply-headers): Use it.
6932         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6933
6934 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-agent.el (directory-files-and-attributes): Move forward.
6937
6938 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6939
6940         * gnus-ml.el (gnus-mailing-list-subscribe)
6941         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6942         (gnus-mailing-list-message): Fix doc strings.
6943
6944 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6945
6946         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6947         of doing it manually.
6948
6949 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6952         comment.
6953
6954 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6955
6956         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6957         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6958         (gnus-agent-read-local): All symbols allocated in my-obarray.
6959         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6960         (gnus-agent-regenerate-group): Check numeric names to see if they are
6961         messages or groups.
6962         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6963         better way of do this...)
6964
6965         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6966         'dummy.group' (there should be a better way of do this...)
6967
6968 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6971         (gnus-saved-headers): Ditto.
6972         (gnus-default-article-saver): Mention functions may have properties.
6973         (gnus-article-save): Override gnus-save-all-headers and
6974         gnus-saved-headers by :headers property which saver function may have.
6975         (gnus-summary-save-in-file): Add :headers property.
6976         (gnus-summary-write-to-file): Ditto.
6977
6978         * gnus-sum.el (gnus-summary-save-article): Bind
6979         gnus-prompt-before-saving to t when saving many articles in a file;
6980         always show all headers.
6981
6982         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6983
6984 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6987         marks.
6988
6989         * message.el (message-indent-citation): Add optional arguments to allow
6990         using it outside of message buffers.
6991
6992         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6993         (gnus-article-treat-unfold-headers): Use it.
6994         (gnus-article-truncate-lines): New variable.
6995         (gnus-article-mode): Use it.
6996         (gnus-article-toggle-truncate-lines): New function.
6997
6998         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6999         gnus-article-toggle-truncate-lines.
7000
7001         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7002         coding system in XEmacs, use binary.
7003
7004 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7007         after-load-alist.
7008
7009         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7010         this function should save decoded articles.
7011         (gnus-summary-write-to-file): Use property to specify this function
7012         should save decoded articles and specify gnus-summary-save-in-file
7013         should be used to save articles other than the first one when saving
7014         many articles.
7015         (gnus-summary-save-body-in-file): Use property to specify this
7016         function should save decoded articles.
7017         (gnus-summary-write-body-to-file): Use property to specify this
7018         function should save decoded articles and specify
7019         gnus-summary-save-body-in-file should be used to save articles other
7020         than the first one when saving many articles.
7021
7022         * gnus-sum.el (gnus-summary-save-article): Simplify.
7023
7024 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-art.el (gnus-default-article-saver): Add
7027         gnus-summary-write-body-to-file.
7028         (gnus-article-save-coding-system): Don't use coding system object
7029         in XEmacs.
7030         (gnus-read-save-file-name): Add optional `dir-var' argument which
7031         specifies directory in which files are saved; work even if optional
7032         `variable' argument is not specified.
7033         (gnus-summary-write-to-file): Read file name.
7034         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7035         (gnus-summary-write-body-to-file): New function.
7036
7037         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7038         (gnus-summary-local-variables): Add it.
7039         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7040         (gnus-summary-save-article): Remove optional `decode' argument;
7041         determine whether to decode articles by the value of
7042         gnus-default-article-saver; when saving many files using
7043         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7044         it first and use gnus-summary-save-in-file or
7045         gnus-summary-save-body-in-file thereafter unless
7046         gnus-prompt-before-saving is always; move point to article which
7047         will be saved.
7048         (gnus-summary-save-article-file): Revert.
7049         (gnus-summary-write-article-file): Revert.
7050         (gnus-summary-save-article-body-file): Revert.
7051         (gnus-summary-write-article-body-file): New function.
7052
7053 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * gnus-art.el (gnus-default-article-saver): Doc fix.
7056         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7057         from gnus-summary-save-article-coding-system, and default to a
7058         certain coding system.
7059         (gnus-output-to-file): Add coding cookie and encode text according
7060         to gnus-article-save-coding-system; don't use mm-append-to-file.
7061
7062         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7063         gnus-art.el and rename to gnus-article-save-coding-system.
7064         (gnus-summary-save-article): Require gnus-art; don't show all
7065         headers if it decodes articles; don't add coding cookie here;
7066         don't bind mm-text-coding-system-for-write.
7067         (gnus-summary-save-article-file): Save decoded articles.
7068         (gnus-summary-write-article-file): When saving many files, use
7069         gnus-summary-write-to-file first and gnus-summary-save-in-file
7070         thereafter unless gnus-prompt-before-saving is always.
7071         (gnus-summary-save-article-body-file): Save decoded articles.
7072
7073         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7074
7075 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7076
7077         * nnrss.el (nnrss-check-group): Bind hash-index.
7078
7079 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7080
7081         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7082         its hash index.  Store this hash in `nnrss-group-data'.
7083         (nnrss-read-group-data): Update accordingly.
7084
7085 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7086
7087         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7088         entry.
7089
7090         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7091         gnus-article-browse-html-article.
7092
7093 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7094
7095         * gnus-sum.el (gnus-summary-mime-map): Add
7096         gnus-article-browse-html-article.
7097
7098         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7099
7100 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7101
7102         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7103         suitable coding systems in customize.
7104
7105 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7106
7107         * mail-source.el (mail-sources): Fix custom type.
7108
7109 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7112         (gnus-summary-expire-articles-now): Shorten prompt.
7113
7114         * gmm-utils.el (wid-edit): Require.
7115         (defun-gmm): Renamed from `gmm-defun-compat'.
7116         (gmm-image-search-load-path): Use it.
7117         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7118
7119 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7122         variable.
7123         (gnus-summary-save-article): Add optional `decode' argument.  If
7124         it is set and gnus-summary-save-article-coding-system is non-nil,
7125         save decoded article.
7126         (gnus-summary-write-article-file): Save decoded article if
7127         gnus-summary-save-article-coding-system is non-nil.
7128
7129         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7130         type.
7131
7132 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7135
7136 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7139         first to test gnus-single-article-buffer which may be buffer-local.
7140
7141         * gnus-sum.el (gnus-summary-setup-buffer): Make
7142         gnus-single-article-buffer buffer-local and nil in ephemeral
7143         group; make gnus-article-buffer, gnus-article-current, and
7144         gnus-original-article-buffer always buffer-local.
7145         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7146         group.
7147         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7148
7149 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7150
7151         * nnml.el (nnml-request-compact-group): Compressed files might not
7152         have .gz extension.
7153
7154 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7155
7156         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7157         (mm-copy-to-buffer): Use with-current-buffer.
7158         (mm-display-part): Simplify.
7159         (mm-inlinable-p): Add optional arg `type'.
7160
7161 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7162
7163         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7164         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7165         Try harder to show the attachment internally or externally using
7166         gnus-mime-view-part-as-type.
7167
7168 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * message.el (message-from-style, message-signature-separator)
7171         (message-user-organization-file, message-send-mail-function)
7172         (message-citation-line-function, message-yank-prefix)
7173         (message-indent-citation-function, message-signature)
7174         (message-signature-file, message-signature-insert-empty-line):
7175         Remove autoloads.
7176
7177         * gnus-art.el (gnus-buttonized-mime-types): Remove
7178         "multipart/signed".  Revert 2006-04-26 change.
7179
7180 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7181
7182         * gnus.el (gnus-version-number): Bump version.
7183
7184 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7185
7186         * gnus.el: No Gnus v0.5 is released.
7187
7188 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7189
7190         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7191         fetching articles by message-id.
7192
7193 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * message.el (hashcash): Require hashcash as normal.
7196
7197         * ecomplete.el (ecomplete-highlight-match-line): Use
7198         point-at-eol.
7199         (ecomplete-highlight-match-line): Use `highlight', because that
7200         face exists in both Emacs and XEmacs.
7201
7202         * message.el (message-display-abbrev): Use point-at-bol.
7203
7204         * mail-source.el: Don't require timer/timer-funcs.
7205
7206         * gnus-async.el: Ditto.
7207
7208         * password.el: Ditto.
7209
7210         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7211
7212         * mm-url.el: Ditto.
7213
7214         * gnus-xmas.el: Don't require timer-funcs.
7215
7216         * mm-util.el: Require timer/timer-funcs.
7217
7218 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7219
7220         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7221         Close.
7222
7223 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7226         unibyte after clear-decrypt function runs.
7227
7228         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7229         returns as a unibyte string.
7230
7231 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * lpath.el: Revert.
7234
7235         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7236         (pgg-gpg-process-sentinel): Revert.
7237
7238         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7239         (pgg-pgp-lookup-key): Revert.
7240
7241         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7242         (pgg-pgp5-lookup-key): Revert.
7243
7244         * pgg.el (pgg-fetch-key): Revert.
7245
7246 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * lpath.el: Fbind string-as-multibyte for XEmacs.
7249
7250         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7251         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7252         (mml1991-pgg-encrypt): Ditto.
7253
7254         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7255         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7256         a multibyte buffer.
7257
7258         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7259         (pgg-pgp-lookup-key): Ditto.
7260
7261         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7262         (pgg-pgp5-lookup-key): Ditto.
7263
7264         * pgg.el (pgg-fetch-key): Ditto.
7265
7266 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7267
7268         * message.el (message-user-organization-file): Check several
7269         locations of the organization file.
7270
7271         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7272         Add gnus-article-view-part-as-type.
7273
7274         * gnus-art.el (gnus-article-view-part-as-type): New function.
7275
7276         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7277         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7278
7279         * mml.el: Simplify autoload.
7280         (mml-mode): defvar dnd-protocol-alist instead of using
7281         symbol-value.
7282         (mml-default-directory): New variable.
7283         (mml-minibuffer-read-file): Use it.
7284         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7285
7286         * message.el (message-citation-line-format): New variable.
7287         (message-insert-formated-citation-line): New function.
7288         (message-citation-line-function): Add
7289         `message-insert-formated-citation-line' to custom type.
7290
7291         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7292         to doc string.
7293
7294         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7295         depending on mm-verify-option.
7296
7297 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7300         binding pgg-* variables; reimplement the section which prevents
7301         MIME header from being signed.
7302         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7303         pgg-text-mode; remove a blank line at the top of body.
7304
7305         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7306         lines at the top of body; use gnus-newsgroup-charset if there's no
7307         Charset header.
7308
7309 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * message.el (message-self-insert-commands): Doc fix.
7312
7313         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7314         (mm-uu-pgp-encrypted-test): Ditto.
7315         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7316         between header and body; return application/pgp-encrypted handle
7317         if decryption failed; decode decrypted body by charset.
7318
7319         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7320         element match to application/pgp-*.
7321
7322 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7323
7324         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7325         HTML.
7326
7327 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7328
7329         * mail-source.el (mail-source-call-script): Message the error
7330         string.
7331
7332 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7333
7334         * gnus-util.el (gnus-byte-compile): Use it.
7335
7336 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7337
7338         * gnus-util.el (kill-empty-logs): New function.
7339
7340 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7341
7342         * message.el (message-mail-alias-type): Doc fix.
7343         (message-mail-alias-type-p): New function.
7344         (message-send): Use it.
7345         (message-mode): Ditto.
7346         (message-strip-forbidden-properties): Ditto.
7347
7348         * ecomplete.el (ecomplete-database-file-coding-system): New
7349         variable.
7350         (ecomplete-save): Use it.
7351         (ecomplete-setup): Use it.
7352
7353 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * message.el (message-self-insert-commands): New variable.
7356         (message-strip-forbidden-properties): Use it.
7357
7358 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7359
7360         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7361         that doesn't make XEmacs choke.
7362
7363 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7364
7365         * gnus-util.el (gnus-replace-in-string):
7366         Prefer replace-regexp-in-string over of replace-in-string.
7367
7368 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * gnus-util.el (gnus-select-frame-set-input-focus):
7371         Use select-frame-set-input-focus if it is available in XEmacs; use
7372         definition defined in Emacs 22 for old Emacsen.
7373
7374         * dgnushack.el: Autoload unmorse-region for XEmacs.
7375
7376         * lpath.el: Bind cursor-in-non-selected-windows and
7377         select-frame-set-input-focus for XEmacs.
7378
7379 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7382
7383 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7384
7385         * gnus-registry.el (gnus-registry-cache-save): Remove text
7386         properties when saving via the temp buffer.
7387
7388 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7389
7390         * message.el (message-generate-hashcash): Honor custom type.
7391
7392 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7393
7394         * message.el (message-generate-hashcash): Default to non-nil when
7395         hashcash is found.
7396
7397         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7398         (gnus-refer-thread-limit): Increase default to 500.
7399
7400         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7401
7402         * flow-fill.el (fill-flowed): Allow delete-space.
7403
7404 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7405
7406         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7407         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7408         Remove autoloads.
7409
7410 2006-04-18  Simon Josefsson  <jas@extundo.com>
7411
7412         * message.el (message-generate-hashcash): Default to.
7413
7414 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7417         concatenating segments rather than before concatenating them.
7418
7419 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7420
7421         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7422
7423 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7424
7425         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7426
7427         * message.el (message-forward-make-body-plain): Allow
7428         message-forward-ignored-headers to be a list.
7429         (message-remove-ignored-headers): Factor out into function.
7430         (message-forward-make-body-mml): Use it.
7431
7432         * imap.el (imap-quote-specials): New function.
7433         (imap-login-auth): Quote specials.
7434
7435         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7436         (rfc2231-parse-string): Allow concatanation of parameters that
7437         aren't contiguous.  The test case is
7438           (mail-header-parse-content-type "message/external-body;
7439             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7440             access-type=LOCAL-FILE;
7441             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7442
7443 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7444
7445         * nntp.el (nntp-accept-process-output): Return the value of
7446         `nnheader-accept-process-output'.
7447
7448 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7449
7450         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7451         (gnus-button-alist): Recognize more diff formats.
7452         (gnus-button-patch): Strip directory.
7453
7454 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7457         Emacs 22 when setting focus.
7458
7459 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * gnus-art.el (gnus-article-treat-types): Do treatment of
7462         text/x-verbatim parts.
7463         (gnus-button-patch): New command.
7464
7465         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7466         addresses that contain invalid characters.
7467
7468 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7469
7470         * message.el (message-put-addresses-in-ecomplete): Use
7471         gnus-replace-in-string.
7472         (message-is-yours-p): Use the more correct
7473         mail-header-parse-address instead of
7474         mail-extract-address-components.
7475         (message-put-addresses-in-ecomplete): Fix typo.
7476
7477         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7478         keystroke.
7479
7480         * gnus-art.el (gnus-treatment-function-alist): Change order of
7481         newsgroups/generic header folding to avoid double-folding.
7482
7483         * message.el (message-hidden-headers): Add X-Draft-From.
7484
7485         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7486         command.
7487         (gnus-summary-repeat-search-article-backward): New command.
7488
7489         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7490         groups in the parent topic.
7491
7492 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7493
7494         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7495         (spam-extra-header-to-number): Return the CRM114 number as a
7496         number instead of a string.
7497
7498 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499
7500         * gnus-art.el (gnus-face-properties-alist): Moved here from
7501         gnus-fun.
7502
7503         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7504
7505 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7506
7507         * message.el (message-strip-forbidden-properties): Only display on
7508         self-insert-command.
7509
7510         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7511         reindent.
7512         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7513
7514 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7515
7516         * smiley.el (smiley-style): Fix typo.
7517
7518 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519
7520         * hashcash.el (hashcash-insert-payment-async-2): Use
7521         message-goto-eoh instead of doing it manually.
7522         (mail-add-payment): Use message-narrow-to-header instead of trying
7523         to do the same itself.
7524
7525         * message.el (message-hidden-headers): Add Face.
7526
7527         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7528         reparenting code.
7529         (gnus-summary-reparent-children): Refactored out code.
7530         (gnus-summary-thread-map): New keystroke.
7531         (gnus-summary-reparent-children): Make into command.
7532
7533         * smiley.el (smiley-style): Default to `medium' if using a large
7534         font.
7535
7536         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7537         does it itself.
7538
7539         * message.el (message-point-in-header-p): Simplify definition.
7540
7541 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7542
7543         * nnagent.el (nnagent-request-set-mark): Silence log file
7544         writing.
7545         (nnagent-request-set-mark): Use write-region instead of
7546         append-to-file.
7547
7548         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7549         strange select method.
7550
7551         * ecomplete.el (ecomplete-display-matches): Get highlightling
7552         right.
7553         (ecomplete-display-matches): Use literals.
7554         (ecomplete-display-matches): Disable message logging.
7555
7556         * message.el (message-display-abbrev): Small optimization.
7557
7558         * ecomplete.el (ecomplete-display-matches): Allow automatic
7559         display.
7560
7561         * message.el (message-strip-forbidden-properties): Display
7562         abbrevs.
7563         (message-display-abbrev): Get automatic display right.
7564
7565         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7566         keystrokes.
7567
7568 2006-04-13  Romain Francoise  <romain@orebokech.com>
7569
7570         TODO: Backport to v5-10!
7571
7572         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7573         Moved here (and renamed) from gnus-registry.el.
7574
7575         * gnus-registry.el: Require gnus-util.
7576         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7577
7578 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579
7580         * gnus-group.el (gnus-group-catchup-current): Change
7581         if-then-else-if-then-else into cond.
7582         (gnus-group-catchup): Indent.
7583         (group-name-at-point): New function.
7584         (gnus-fetch-group): Provide default from thing at point.
7585
7586 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7587
7588         * message.el (message-display-abbrev): Fix regexp.
7589
7590         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7591         choosing.
7592         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7593         dead variables.
7594
7595         * message.el (message-newline-and-indent): Remove debugging.
7596         (message-display-abbrev): Use new implementation.
7597
7598 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * gnus-art.el (gnus-article-mode): Set
7601         cursor-in-non-selected-windows to nil.
7602
7603         * smiley.el: Revert previous change.
7604         (smiley-data-directory): defvar it before using it in the
7605         defcustom of `smiley-style'.
7606
7607 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7608
7609         * message.el (message-newline-and-indent): New function.
7610
7611         * ecomplete.el: Implement more bits.
7612
7613         * message.el (message-put-addresses-in-ecomplete): Clean up the
7614         string.
7615
7616         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7617
7618         * gnus-sum.el (gnus-summary-save-parts): Bind
7619         gnus-summary-save-parts-counter and use it to make unique file
7620         names.
7621
7622         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7623
7624         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7625         parameter to say whether to actually parse the individual
7626         addresses.
7627
7628         * message.el (message-put-addresses-in-ecomplete): New function.
7629         (ecomplete): Require.
7630         (message-mail-alias-type): Add ecomplete as an option.
7631
7632 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7633
7634         * flow-fill.el (fill-flowed): Remove trailing space from blank
7635         quoted lines.
7636
7637 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7638
7639         * smiley.el (smiley-style): Move definition later to avoid a
7640         compilation warning.
7641
7642 2006-04-12  Kenichi Handa  <handa@m17n.org>
7643
7644         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7645         buffer and then decode the buffer text if necessary.
7646         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7647         first, and after mm-encode-body, change the buffer to unibyte.
7648         Use mm-disable-multibyte instead of set-buffer-multibyte.
7649
7650 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7653         Content-Type header instead of Content-Disposition header.
7654         (gnus-mime-inline-part): Ditto.
7655         (gnus-mime-view-part-as-charset): Ignore charset that the part
7656         specifies.
7657
7658         * mm-decode.el (mm-display-part): Work with external parts and
7659         usual parts similarly.
7660
7661         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7662         instead of gnus-display-mime.
7663
7664         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7665         instead of with-temp-buffer.
7666
7667         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7668         tag to summarized topics part in order to encode non-ASCII text.
7669
7670 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7671
7672         * smiley.el (smiley-style): New variable.
7673         (smiley-directory): New function.
7674         (smiley-data-directory): Derive from `smiley-style' using
7675         `smiley-directory'.
7676         (smiley-regexp-alist): Add new entries.
7677
7678         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7679         (gnus-article-browse-delete-temp): Add :version.
7680
7681 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7682
7683         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7684         the sieve region.
7685
7686 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7687
7688         * gnus.el (gnus-version-number): Bump version.
7689
7690 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7691
7692         * gnus.el: No Gnus v0.4 is released.
7693
7694 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7695
7696         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7697         layout.
7698
7699         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7700         unknown charset.
7701
7702         * message.el (message-header-synonyms): Add Original-To to the
7703         default.
7704
7705         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7706         optional parameter.
7707
7708 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * gnus-fun.el (gnus): Require it for gnus-directory.
7711
7712 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7715
7716 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7717
7718         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7719
7720 2006-04-05  Simon Josefsson  <jas@extundo.com>
7721
7722         * password.el (password-reset): New function.
7723
7724 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7725
7726         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7727         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7728
7729 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7730
7731         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7732         Some whitespace was matched into the url, which broke browsing hits
7733         > 100 when mm-url-use-external was nil.
7734
7735 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7736
7737         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7738         gnus-extra-headers for 'Newsgroups.
7739
7740         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7741         bound.
7742
7743 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7744
7745         * pgg-gpg.el: Clean up process buffers every time gpg processes
7746         complete.
7747
7748 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7749
7750         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7751         doc string.
7752
7753 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7754
7755         * pgg-gpg.el (pgg-gpg-process-filter)
7756         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7757
7758         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7759         lines, temporary fix.
7760
7761 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7764
7765 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7766
7767         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7768         default-enable-multibyte-characters.  This reverts the change from
7769         revision 6.17 which is no longer necessary because the passphrase
7770         is sent separately now.  GnuPG messages are unreadable under
7771         multibyte locales with default-enable-multibyte-characters set to
7772         nil.
7773
7774 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * message.el (message-tool-bar-gnome): Move "spell".
7777
7778 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7781         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7782         instead.
7783
7784 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7785
7786         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7787         newsgroups handling for NNTP overviews which don't include
7788         Newsgroups.
7789
7790 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7791
7792         * message.el (message-resend): Bind message-generate-hashcash to nil.
7793
7794 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7795
7796         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7797         when searching for already-paid recipients.
7798
7799 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7800
7801         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7802         passphrases when it is not needed.
7803         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7804         passphrase stuff from gpg, should only be necessary when you use
7805         gpg with a smartcard.
7806
7807 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * mml.el (mml-insert-mime): Ignore cached contents of
7810         message/external-body part.
7811
7812         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7813         (mm-insert-part): Ditto.
7814
7815 2006-03-23  Simon Josefsson  <jas@extundo.com>
7816
7817         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7818         Reiner.
7819         (pgg-gpg-use-agent-p): Use it again.
7820
7821 2006-03-23  Simon Josefsson  <jas@extundo.com>
7822
7823         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7824         older emacsen.
7825         (pgg-gpg-use-agent-p): Don't use it.
7826
7827 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7828
7829         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7830         if we can.
7831
7832 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7833
7834         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7835         (pgg-gpg-update-agent): New function.
7836         (pgg-gpg-use-agent-p): New function.
7837         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7838         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7839         (pgg-gpg-sign-region): Use it.
7840
7841 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7844         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7845
7846 2006-03-21  Simon Josefsson  <jas@extundo.com>
7847
7848         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7849         <wilde@sha-bang.de>.
7850         (pgg-gpg-use-agent): New variable.
7851         (pgg-gpg-process-region): Use it.
7852         (pgg-gpg-encrypt-region): Likewise.
7853         (pgg-gpg-encrypt-symmetric-region): Likewise.
7854         (pgg-gpg-decrypt-region): Likewise.
7855         (pgg-gpg-sign-region): Likewise.
7856         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7857
7858 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7861
7862         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7863         Add comment on version.
7864
7865 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7866
7867         * smiley.el: Add missing test smiley.
7868
7869 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * mm-decode.el (mm-with-part): New macro.
7872         (mm-get-part): Use it; work with message/external-body as well.
7873         (mm-save-part): Treat name and filename equally.
7874
7875         * mm-extern.el (mm-extern-cache-contents): New function.
7876         (mm-inline-external-body): Use it; force the part to be displayed;
7877         move undisplayer added to the cached handle to the parent.
7878
7879         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7880         (gnus-mime-view-part-as-type): Work with message/external-body.
7881
7882         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7883
7884 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7887         images in image-load-path.  [Sync with image.el, revision 1.60, in
7888         Emacs.]
7889
7890 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7893         path rather than symbol.  Always return list of directories.
7894         Guarantee that image directory comes first.  [Sync with image.el,
7895         revision 1.59, in Emacs.]
7896
7897         * message.el (message-make-tool-bar): Adjust to new API of
7898         `gmm-image-load-path-for-library'.
7899
7900         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7901
7902         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7903
7904 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7905
7906         * gnus-art.el (gnus-article-only-boring-p):
7907         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7908         intangible text.
7909         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7910
7911 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7914         `defun' instead of `gmm-defun-compat'.
7915
7916 2006-03-14  Simon Josefsson  <jas@extundo.com>
7917
7918         * message.el (message-unique-id): Don't use message-number-base36
7919         if (user-uid) is a float.
7920         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7921
7922 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7925
7926         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7927         empty line between a part and a message part.
7928
7929 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7930
7931         * smiley.el: Add more test smileys.
7932         (smiley-data-directory, smiley-regexp-alist)
7933         (gnus-smiley-file-types): Fix doc strings.
7934         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7935         adding new elements.
7936         (smiley-mouse-map): Unused code.  Make it a comment.
7937
7938 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7941         scan latest NoCeM messages instead of old ones.
7942         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7943         delimiters that are recently used.
7944         (gnus-nocem-load-cache): Add autoload cookie.
7945
7946         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7947
7948         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7949         level which is larger than gnus-use-nocem is specified.
7950
7951         * gnus-group.el (gnus-group-get-new-news): Ditto.
7952
7953 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * gnus-util.el (gnus-tool-bar-update): New function.
7956
7957         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7958         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7959
7960         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7961
7962         * gnus-group.el (gnus-group-redraw-when-idle)
7963         (gnus-group-redraw-check): Remove.
7964         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7965
7966 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7969         if optional last element is specified in splits (FIELD VALUE...).
7970
7971 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7972
7973         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7974         to gmm-image-load-path-for-library.  Call with no-error argument.
7975         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7976
7977         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7978
7979         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7980
7981         * gmm-utils.el (gmm-image-load-path): Remove alias.
7982
7983 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7984
7985         * gmm-utils.el (gmm-image-load-path): Add alias.
7986
7987         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7988         nnml-generate-nov-databases-1.
7989         (nnml-generate-nov-databases): Use it.
7990         (nnml-generate-nov-databases-directory): Document no-active
7991         argument.
7992
7993         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7994         directory if path is t.  Add no-error.
7995
7996         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7997         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7998
7999         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8000         resetting gnus-article-browse-html-temp-list.
8001
8002         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8003         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8004         Add example to docstring.  Rename local variables.  Move error
8005         checks to default case in cond and simplify.
8006
8007 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8010         handle is multipart when calling it recursively.
8011         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8012
8013 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8014
8015         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8016         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8017
8018 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8021         is loaded.
8022
8023         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8024         loaded.
8025
8026 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8029         to "Emacs 23 (unicode)" in doc string.
8030
8031         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8032         "Emacs 23 (unicode)" in comment.
8033
8034 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8037
8038         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8039         characters 160 through 255 in Emacs 23.
8040
8041 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8042
8043         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8044         gnus-article-browse-html-temp.
8045         (gnus-article-browse-delete-temp): Make it customizable.  Add
8046         `file'.  Adjust doc string.
8047         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8048         query for each file.  Adjust doc string.
8049         (gnus-article-browse-html-parts): Add
8050         `gnus-article-browse-delete-temp-files' to
8051         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8052
8053 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8054
8055         * gnus-art.el (gnus-article-browse-html-temp)
8056         (gnus-article-browse-delete-temp): New variables.
8057         (gnus-article-browse-delete-temp-files): New function.
8058         (gnus-article-browse-html-parts): Use it.
8059
8060 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8063
8064         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8065         string.
8066
8067         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8068         gnus-summary-insert-new-articles when unplugged.  Remove
8069         gnus-summary-search-article-forward.
8070
8071         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8072         display-visual-class instead of display-color-cells.
8073
8074 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * dgnushack.el: Autoload customize-group for XEmacs.
8077
8078         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8079         message/* containing non-ASCII text properly.
8080
8081 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * message.el: Require gmm-utils, remove autoloads.
8084         (message-tool-bar): Set default based on
8085         gmm-tool-bar-style.
8086         (message-tool-bar-gnome): Add gmm-customize-mode.
8087
8088         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8089         gmm-tool-bar-style.
8090         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8091
8092         * gnus-group.el (gnus-group-tool-bar): Set default based on
8093         gmm-tool-bar-style.
8094         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8095
8096         * gmm-utils.el (gmm-image-directory): Rename variable from
8097         gmm-image-load-path.
8098         (gmm-image-load-path): Use gmm-image-directory.
8099         (gmm-customize-mode): New function.
8100         (gmm-tool-bar-style): New variable.
8101
8102         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8103         gnus-group-redraw-line-number.
8104         (gnus-group-redraw-check): Simplify.
8105         (gnus-group-tool-bar-update): Remove redraw check.
8106         (gnus-group-make-tool-bar): Add redraw check.
8107
8108 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8109
8110         * gnus-art.el (gnus-button): Add missing parentheses.
8111
8112 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * lpath.el: Fbind line-number-at-pos.
8115
8116 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8119
8120 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8121
8122         * gnus-art.el (gnus-button): New face.
8123         (gnus-article-button-face): Use it.
8124
8125         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8126         gnus-summary-next-page.  Re-order.
8127
8128         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8129         next-node are now included.
8130         (gnus-group-redraw-line-number): New internal variable.
8131         (gnus-group-redraw-check): Helper function for updating the tool
8132         bar.
8133         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8134
8135         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8136
8137         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8138         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8139         Use it to match format of Spamassassin 3.0 and later.  Reported by
8140         IRIE Tetsuya <irie@t.email.ne.jp>.
8141         (spam-check-bogofilter)
8142         (spam-bogofilter-register-with-bogofilter): Fix args of
8143         `gnus-error' calls.
8144
8145 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8146
8147         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8148         unnecessary interaction when sending queued mails.  Reported by
8149         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8150
8151 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8152
8153         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8154         first or last are nil.
8155
8156 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8157
8158         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8159
8160 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8161
8162         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8163
8164 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165
8166         * dns.el (query-dns): Protect more against buggy tcp output.
8167
8168 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8171         nov.php.
8172
8173 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8174
8175         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8176         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8177         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8178         output on the server side.
8179         (nnweb-google-create-mapping): Update regexps and add some
8180         progress indication.
8181
8182 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8183
8184         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8185         gnus-agent-toggle-plugged.  Re-order icons.
8186         (gnus-group-tool-bar-gnome): Add
8187         gnus-group-{prev,next}-unread-group.
8188         (gnus-group-tool-bar-gnome): Re-order icons.
8189
8190         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8191         gnus-summary-insert-new-articles.
8192
8193         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8194         comments.
8195
8196         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8197         also available in Emacs 21.3.
8198
8199         * message.el (message-fix-before-sending): Change "Emacs 22" to
8200         "Emacs 23 (unicode)" in comment.
8201
8202         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8203         "Emacs 23 (unicode)" in comment.
8204
8205         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8206         comment.
8207         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8208
8209         * mm-view.el (mm-fill-flowed): Add :version.
8210
8211 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8214         and load-path.
8215
8216 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * message.el: Autoload gmm-image-load-path.
8219         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8220         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8221         consitency.
8222
8223         * gmm-utils.el (gmm-image-load-path): Also search in
8224         "../etc/images".  Don't set gmm-image-load-path if we don't find
8225         the image.
8226
8227 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gmm-utils.el (gmm-image-load-path): Don't make
8230         `gmm-image-load-path' include subdirectories which the second arg
8231         `image' might specify.
8232
8233         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8234         subdirectory to icon file names.
8235
8236         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8237
8238 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8239
8240         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8241         gmm-image-load-path calls.
8242
8243         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8244
8245         * message.el (message-make-tool-bar): Ditto.
8246
8247         * mml.el (mml-preview): Added comment concerning tool bar icons.
8248
8249         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8250         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8251
8252         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8253         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8254
8255         * message.el (message-tool-bar-gnome): Use new icon names.
8256         (message-make-tool-bar): Use `gmm-image-load-path'.
8257
8258         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8259         functions from MH-E.
8260         (gmm-image-load-path): New variable from MH-E.
8261         (gmm-image-load-path): New function from MH-E.  Added arguments
8262         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8263         *-image-load-path-called-flag.
8264
8265 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8266
8267         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8268
8269 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8270
8271         * nnimap.el (nnimap-request-move-article): Change folder back to
8272         source group before deleting.
8273
8274 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8277
8278         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8279         mm-url.
8280
8281         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8282
8283 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8286         coding system which mm-charset-to-coding-system returns for a
8287         given charset is valid.
8288
8289 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8290
8291         * html2text.el (html2text-remove-tag-list):
8292         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8293
8294 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8295
8296         * gnus-cus.el: Revert 2005-10-17 change.
8297
8298 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * gnus-art.el (article-strip-banner): Call
8301         article-really-strip-banner only when the regexp match is made.
8302
8303 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * gnus-art.el (article-strip-banner): Use
8306         gnus-extract-address-components instead of
8307         mail-header-parse-addresses to make it work with non-ASCII text;
8308         remove mail-encode-encoded-word-string.
8309
8310         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8311         values which are surrounded with \"...\"; make it never cause a
8312         Lisp error; give up parsing of parameters if it failed in
8313         extracting type.
8314
8315 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8316
8317         * smime.el (smime-cert-by-ldap-1): Fix bug where
8318         `smime-ldap-search' returns results without userCertificates.
8319
8320 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8323
8324 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * spam.el (spam-check-spamassassin-headers): Adapt format for
8327         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8328         <ari@mbf.ocn.ne.jp>.
8329         (spam-list-of-processors): Add spam-use-gmane.
8330
8331 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8334         make-temp-file; make it work with XEmacs as well.
8335
8336         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8337         mm-make-temp-file.
8338
8339         * mm-decode.el (mm-display-external): Use the 3rd arg of
8340         mm-make-temp-file.
8341         (mm-create-image-xemacs): Ditto.
8342
8343 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8346         with message-narrow-to-headers.
8347         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8348         (gnus-draft-check-draft-articles): New function.
8349         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8350
8351 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * gnus-art.el (gnus-article-browse-html-parts):
8354         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8355         Don't use suffix argument for mm-make-temp-file for Emacs 21
8356         compatibility.  Remove useless `format'.
8357
8358 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8359
8360         * nnweb.el (nnweb-google-wash-article): Update regexps.
8361         (nnweb-group-alist): Use defvoo instead of defvar.
8362
8363 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8366         re-loading nn* modules.
8367
8368 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8369
8370         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8371         for `tool-bar-mode' and don't check it's default-value.
8372
8373         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8374
8375         * message.el (message-make-tool-bar): Ditto.
8376
8377         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8378         `substring'.  Shorten tmp-file name.
8379
8380         * gnus.el: Remove bogus comment.
8381
8382 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8383
8384         * gnus-art.el (gnus-article-browse-html-parts): New function.
8385         (gnus-article-browse-html-article): New function for viewing html
8386         articles with a browser.
8387
8388 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8389
8390         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8391         in elisp.
8392         (pgg-gpg-encrypt-symmetric-region): Ditto.
8393         (pgg-gpg-sign-region): Ditto.
8394
8395         * pgg-def.el (pgg-text-mode): New variable.
8396
8397         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8398         (mml2015-pgg-encrypt): Ditto.
8399
8400         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8401         (mml1991-pgg-encrypt): Ditto.
8402
8403 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8406         message-make-date instead of current-time-string.
8407
8408         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8409         to gnus-decoded which mm-uu might set.
8410
8411 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8414         don't decode quoted parameters; remove misimported Emacs code.
8415         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8416         (rfc2231-decode-encoded-string): Don't use split-string which
8417         behaves differently according to Emacs version; use
8418         mm-decode-coding-region to convert charset to coding-system.
8419         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8420         (rfc2231-encode-string): Remove misimported Emacs code.
8421
8422 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8425         when calling mail-header-parse-content-type.
8426         (article-de-quoted-unreadable): Ditto.
8427         (article-de-base64-unreadable): Ditto.
8428         (article-wash-html): Ditto.
8429
8430         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8431         calling mail-header-parse-content-type and
8432         mail-header-parse-content-disposition.
8433         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8434         mail-header-parse-content-type.
8435
8436         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8437         insert charset and format parameters; encode description after
8438         inserting it to buffer.
8439         (mml-insert-parameter): Fold lines properly even if a parameter is
8440         segmented into two or more lines; change the max column to 76.
8441
8442         * rfc1843.el (rfc1843-decode-article-body): Don't use
8443         ignore-errors when calling mail-header-parse-content-type.
8444
8445         * rfc2231.el (rfc2231-parse-string): Return at least type if
8446         possible; don't cause an error even if it fails in parsing of
8447         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8448         (rfc2231-encode-string): Don't break lines at the beginning, leave
8449         it to mml-insert-parameter.
8450
8451         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8452         calling mail-header-parse-content-type.
8453
8454 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8455
8456         * spam-report.el (spam-report-gmane-use-article-number):
8457         Improve doc string.
8458         (spam-report-gmane-internal): Check if a suitable header was found
8459         in the article.
8460
8461 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8464         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8465
8466 2006-02-05  Romain Francoise  <romain@orebokech.com>
8467
8468         Update copyright notices of all files in the gnus directory.
8469
8470 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8471
8472         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8473
8474 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8477         segmented lines of parameter value to cope with Thunderbird 1.5
8478         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8479         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8480         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8481
8482 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8483
8484         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8485         parts.
8486
8487 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8488
8489         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8490         there's only one active file for all servers.
8491         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8492         solid groups.  Gnus might have used a FAST request to select the group.
8493         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8494         and nnweb-search redundantly in the active file.
8495         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8496         (nnweb-request-create-group): Don't use ARGS.
8497         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8498         initialisations.  Let nnoo do the work.
8499
8500 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8503         Say the part has been decoded.
8504
8505         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8506
8507 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8508
8509         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8510         mailcap-viewer-test-cache when there's no 'test clause, since that
8511         will invert the meaning of a "nil" test previously determined by
8512         mailcap-mailcap-entry-passes-test.
8513
8514 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8517         compiling.
8518
8519         * gnus-sum.el: Ditto.
8520
8521         * message.el: Don't bind tool-bar-map when compiling.
8522
8523 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8526
8527 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8528
8529         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8530         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8531         current Google Groups.
8532
8533 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8536         and tool-bar-mode.
8537
8538         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8539         and tool-bar-mode.
8540
8541         * message.el (message-tool-bar-update): Simplify.
8542         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8543
8544         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8545         gnus-summary-buffer.
8546         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8547         gnus-summary-reply.
8548
8549         * gmm-utils.el (gmm): Add :version.
8550
8551 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * Makefile.in (clean): New rule.
8554         (distclean): Use it.
8555
8556 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8557
8558         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8559         autoload.
8560
8561 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * gmm-utils.el (gmm-verbose): Add :group.
8564
8565 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * message.el: Change some comments WRT tool-bars.
8568
8569         * gnus-sum.el (gnus-summary-tool-bar)
8570         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8571         (gnus-summary-tool-bar-zap-list): New variables.
8572         (gnus-summary-make-tool-bar): Complete rewrite using
8573         `gmm-tool-bar-from-list'.
8574
8575         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8576         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8577         variables.
8578         (gnus-group-make-tool-bar): Complete rewrite using
8579         `gmm-tool-bar-from-list'.
8580         (gnus-group-tool-bar-update): New function.
8581
8582         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8583
8584 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8587         is dissected into a single part of which the type is the same as
8588         the given one; decode charset.
8589
8590 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8591
8592         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8593         into alists as symbol not string, since that's what
8594         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8595         look for.
8596
8597 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8598
8599         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8600         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8601
8602         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8603
8604 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8607         (gnus-xmas-mime-security-button-menu): New function.
8608
8609         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8610         (gnus-mime-security-button-menu): New definition.
8611         (gnus-mime-security-button-map): Use them.
8612         (gnus-mime-security-button-menu): New function.
8613         (gnus-insert-mime-security-button): Addition to help echo.
8614         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8615         (gnus-mime-security-pipe-part): New functions.
8616
8617         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8618         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8619
8620         * mm-decode.el (mm-handle-set-disposition): Remove.
8621         (mm-handle-set-description): Remove.
8622
8623 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8626         (mm-w3m-standalone-supports-m17n-p): New function.
8627         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8628         w3m usage.
8629
8630         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8631         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8632
8633 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8634
8635         * message.el (message-tool-bar-zap-list): Use
8636         gmm-tool-bar-zap-list as custom type.
8637         (message-tool-bar-update): New function.
8638         (message-tool-bar, message-tool-bar-gnome)
8639         (message-tool-bar-retro): Add message-tool-bar-update.
8640         (message-tool-bar-gnome): Add flyspell-buffer.
8641
8642         * gnus-util.el (gnus-error): Describe `args'.
8643
8644         * gmm-utils.el (gmm-error): Describe `args'.
8645         (gmm-tool-bar-zap-list): New widget.
8646         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8647
8648 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8651         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8652         the number of recursive calls.
8653
8654         * mm-decode.el (mm-handle-set-disposition): New macro.
8655         (mm-handle-set-description): New macro.
8656
8657 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8660         encoding.
8661
8662 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8663
8664         * message.el (message-tool-bar-zap-list, message-tool-bar)
8665         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8666         (message-tool-bar-local-item-from-menu): Remove.
8667         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8668         (message-make-tool-bar): New function.
8669         (message-mode): Use `message-make-tool-bar'.
8670
8671         * gmm-utils.el: New file.
8672         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8673         (gmm-lazy): New widget copied from `nnmail.el'.
8674         (gmm-tool-bar-from-list): New function for creating customizable
8675         tool bars.
8676         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8677         output.
8678         (gmm): Add :prefix to defgroup.
8679
8680 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8681
8682         * gmm-utils.el (gmm-widget-p): New function.
8683
8684 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8685
8686         * mml.el (mml-attach-file): Describe `description' in doc string.
8687         (mml-menu): Add Emacs MIME manual and PGG manual.
8688
8689 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8690
8691         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8692
8693 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8694
8695         * nntp.el (nntp-end-of-line): Doc fix.
8696
8697 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8698
8699         * imap.el (imap-open): Handle case where buffer is a buffer
8700         object.
8701
8702 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8703
8704         * gnus-delay.el (gnus-delay): Don't autoload.
8705         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8706         to be re-loaded when customizing the `gnus-delay' group.
8707
8708 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8709
8710         * message.el (message-insert-citation-line): Use newlines.
8711
8712 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8713
8714         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8715         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8716         these routines, so the passphrase can be managed externally and
8717         passed in to the system.
8718         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8719         pgg-add-passphrase-to-cache function.
8720
8721         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8722         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8723         these routines, so the passphrase can be managed externally and
8724         passed in to the system.
8725         (pgg-pgp5-sign-region): Use new name of
8726         pgg-add-passphrase-to-cache function.
8727
8728 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8729
8730         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8731         part of the decoded armor to find the key-identifier.
8732         (pgg-gpg-lookup-key-owner): New function to return the
8733         human-readable identifier of a key owner.
8734         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8735         itself.
8736         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8737         the key value) if we have a key and can match it against a secret
8738         key.  Also, added a note pointing out fact that the prompt only
8739         indicates the first matching key.
8740
8741         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8742         pgg-decrypt-region.
8743         (pgg-add-passphrase-to-cache): Rename from
8744         `pgg-add-passphrase-cache' to reduce confusion (all callers
8745         changed).
8746         (pgg-remove-passphrase-from-cache): Rename from
8747         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8748         changed).
8749         (pgg-read-passphrase, pgg-add-passphrase-cache)
8750         (pgg-remove-passphrase-cache): Add informative docstrings.
8751         (pgg-decrypt): Convey provided passphrase in subordinate call to
8752         pgg-decrypt-region.
8753
8754 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8755
8756         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8757         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8758         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8759         'passphrase' argument, so the passphrase can be managed externally
8760         and then passed in to the system.
8761
8762         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8763         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8764         so the passphrase cache can be used reliably with identifiers
8765         besides a pgp packet's key id.
8766
8767         * pgg-gpg.el (pgg-gpg-encrypt-region)
8768         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8769         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8770         these routines, so the passphrase can be managed externally and
8771         passed in to the system.
8772
8773         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8774         'notruncate' argument, so the passphrase cache can be used
8775         reliably with identifiers besides a pgp packet's key id.
8776
8777 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8778
8779         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8780         symmetric encryption.
8781         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8782         encrypted session key.
8783         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8784         message ask for the passphrase in a proper way.
8785
8786         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8787         New user commands for symmetric encryption.
8788
8789 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8792
8793         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8794
8795 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8796
8797         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8798
8799 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * mm-decode.el (mm-inlined-types): Add application/pgp.
8802         (mm-automatic-display): Ditto.
8803
8804         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8805         part as text.
8806
8807 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * nnrss.el: Update copyright.
8810         (nnrss-opml-import): Query whether to subscribe to each entry.
8811
8812         * gnus-art.el:
8813         * gnus-sum.el:
8814         * gnus-xmas.el:
8815         * messagexmas.el:
8816         * mm-uu.el:
8817         * mm-view.el: Update copyright.
8818
8819 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8820
8821         * message.el (message-info): New function.
8822         (message-mode-menu): Add it.
8823         Update copyright.
8824
8825         * ChangeLog: Fix and update copyright.
8826
8827 2006-01-13  Romain Francoise  <romain@orebokech.com>
8828
8829         * message.el (message-forward-subject-name-subject): Prefer the
8830         address to 'nowhere' if the sender has no name.
8831         Fix typo.  Update copyright year.
8832
8833 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * gnus-art.el (article-wash-html): Use
8836         gnus-summary-show-article-charset-alist if a numeric arg is given.
8837         (gnus-article-wash-html-with-w3m-standalone): New function.
8838
8839         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8840         mm-inline-text-html-render-with-w3m-standalone.
8841         (mm-text-html-washer-alist): Map w3m-standalone to
8842         gnus-article-wash-html-with-w3m-standalone.
8843         (mm-inline-text-html-render-with-w3m-standalone): New function.
8844
8845 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8848         Improve LaTeX.
8849
8850 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8853         (nnrss-request-article): Render text/plain parts as HTML.
8854
8855         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8856         the buffer.
8857
8858 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8859
8860         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8861         custom definition of `gnus-posting-styles'.
8862
8863         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8864         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8865
8866 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8867
8868         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8869         Use nntp for bug archive.
8870
8871 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8874         parts.
8875         (nnrss-normalize-date): New function converts ISO 8601 date into
8876         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8877         (nnrss-check-group): Use it.
8878
8879 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8882
8883         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8884         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8885         (nnrss-insert-w3): Ditto.
8886
8887 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8890         the articles to be forwarded including the case where neither a
8891         number of articles nor a region is specified.
8892
8893 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * nnrss.el (nnrss-request-article): Fix last change; fill
8896         text/plain parts.
8897
8898 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8901         in text/plain part.
8902         (nnrss-check-group): Don't add excessive newline to dc:subject.
8903
8904 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8905
8906         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8907         article.
8908
8909 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8910
8911         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8912         (nnml-use-compressed-files, nnml-save-mail): Support other
8913         comression programs such as bzip2.
8914
8915 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8916
8917         * dns.el (query-dns): Make sure we check the buffer size before
8918         removing tcp headers.
8919
8920 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8923         remove MIME buttons associated with multipart/alternative parts.
8924         (gnus-mime-display-alternative): Tag buttons using `article-type'
8925         text property.
8926
8927         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8928         associated with multipart/alternative parts.
8929
8930         * gnus-art.el (gnus-signature-separator): Fix custom type.
8931
8932         * mm-decode.el (mm-inlined-types): Fix custom type.
8933         (mm-keep-viewer-alive-types): Ditto.
8934         (mm-automatic-display): Ditto.
8935         (mm-attachment-override-types): Ditto.
8936         (mm-inline-override-types): Ditto.
8937         (mm-automatic-external-display): Ditto.
8938
8939 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * spam-report.el (spam-report-user-mail-address)
8942         (spam-report-user-agent): New variables.
8943         (spam-report-url-ping-plain): Use spam-report-user-agent.
8944
8945 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8946
8947         * gnus-art.el (gnus-button-handle-custom): Do not just use
8948         `customize-apropos' for any "M-x customize-*" button but the
8949         function called for.  Accept both the function name and its
8950         argument in order to achieve this.
8951         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8952         function name to `gnus-button-handle-custom' in case of "M-x
8953         customize-*" buttons.
8954
8955 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8958         multipart/alternative and add xref to mm-discouraged-alternatives
8959         in doc string.
8960
8961         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8962         gnus-buttonized-mime-types in doc string.
8963
8964 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8965
8966         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8967         Suggest image/.* in the doc string.
8968
8969 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8970
8971         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8972         message-marks (Debian bug #342521).
8973
8974 2005-12-12  Simon Josefsson  <jas@extundo.com>
8975
8976         * password.el (password-read-from-cache): Add.
8977         (password-read): Use it.
8978
8979 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8982         us-ascii as a MIME charset.
8983
8984         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8985         against the case where the 2nd arg TYPE is nil.
8986
8987 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * pop3.el (pop3-stream-type): Fix custom version.
8990
8991         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8992
8993 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8994
8995         * mm-decode.el (mm-display-external): Add missing cdr.
8996
8997 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9000         RFC1524) if it is in mailcap or add a suffix according to
9001         mailcap-mime-extensions when generating a temp filename; postpone
9002         deleting a temp file for 2 seconds for some wrappers, shell
9003         scripts, and so on, which might exit right after having started a
9004         viewer command as a background job.
9005
9006 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9007
9008         * nntp.el (nntp-marks-directory): Fix custom group.
9009
9010         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9011         steps when < 10.
9012
9013         * gnus-start.el (gnus-no-server-1): Mention
9014         `gnus-level-default-subscribed' in doc string.
9015
9016 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9017
9018         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9019         parens.
9020
9021 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * gnus-xmas.el (gnus-use-toolbar): Revert.
9024         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9025         gnus-use-toolbar is default.
9026
9027         * messagexmas.el (message-use-toolbar): Revert.
9028         (message-setup-toolbar): Use global default-toolbar if
9029         message-use-toolbar is default.
9030
9031 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9034         according to default-toolbar-visible-p.
9035
9036         * messagexmas.el (message-use-toolbar): Ditto.
9037
9038 2005-11-26  Dave Love  <fx@gnu.org>
9039
9040         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9041         (tls-program, tls-success): Provide openssl alternative.
9042
9043         * starttls.el: Doc fixes.
9044         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9045         SERVICE to PORT.
9046
9047         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9048         port null or service name.
9049         (starttls-negotiate): Autoload.
9050
9051 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * message.el (message-kill-to-signature): Fix interactive spec.
9054
9055 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * pop3.el (pop3-open-server): Recognize a string as a service name.
9058
9059 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9060
9061         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9062
9063 2005-11-23  Dave Love  <fx@gnu.org>
9064
9065         Add pop3s, pop3/starttls.
9066
9067         * pop3.el (pop3-authentication-scheme): Clarify doc.
9068         (open-tls-stream, starttls-open-stream): Autoload.
9069         (pop3-stream-type): New.
9070         (pop3-open-server): Use it.
9071
9072         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9073         for POP.
9074         (mail-source-keyword-map): Add :stream for POP.
9075         (mail-source-fetch-pop): Use pop3-stream-type.
9076
9077 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9080         of current-time-string.
9081
9082 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9083
9084         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9085         date header.
9086
9087 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9088
9089         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9090         it can seriously impact performance as it bypasses the agent's
9091         local caches.
9092
9093 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9094
9095         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9096         must be explicitly online rather than "not explicitly offline" for
9097         its flags to be synchronized.
9098
9099         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9100         that gnus-uu-unmark-thread will function correctly.
9101
9102         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9103         1024K is instead displayed as 1M.
9104
9105 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9108
9109 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9110
9111         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9112
9113 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9114
9115         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9116         error message to display actual error condition.
9117         (gnus-agent-save-local): Avoid saving symbols that are bound to
9118         nil as they simply result in a warning message in
9119         gnus-agent-read-local.
9120
9121 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9124         rather than make-variable-buffer-local for file-precious-flag.
9125
9126 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9127
9128         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9129         for duplicates which are removed.  The invalid sort check then
9130         triggers a rescan after the sort as sorting may have moved
9131         duplicate entries such that they can be cheaply detected.
9132
9133 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9136
9137 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9138
9139         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9140         internal variable to a custom variable.  Changed default value
9141         from compressed(2) to uncompressed(1).
9142         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9143         support for uncompressed agentview files.  Taken together, reading
9144         the agentview file should now be 6-7 times faster.
9145
9146 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9147
9148         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9149         as a buffer-local variable.  This avoids creating truncated
9150         dribble files as a result of a hang up, eg.
9151
9152 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9153
9154         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9155         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9156         XEmacs.
9157
9158 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9159
9160         * gnus-start.el (gnus-start-draft-setup): Enforce
9161         `gnus-draft-mode' for nndraft:drafts at startup.
9162
9163         * gnus.el (gnus-splash): Change custom group.
9164         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9165         allow-list argument.
9166
9167         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9168         string.
9169
9170 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9171
9172         * gnus-art.el (gnus-default-article-saver): Add user-defined
9173         `function' to custom type.
9174
9175 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9176
9177         * imap.el (imap-open): Handle case where buffer is a buffer
9178         object.
9179
9180 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9181
9182         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9183         long lines.
9184         (gnus-cache-delete-group): Wrap doc strings.
9185
9186         * gnus-agent.el (gnus-agent-rename-group)
9187         (gnus-agent-delete-group): Wrap doc strings.
9188
9189 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * messagexmas.el (message-use-toolbar): Change the valid values
9192         into default, top, bottom, left, and right.
9193         (message-toolbar-thickness): New variable.
9194         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9195         well.
9196         (message-setup-toolbar): Make it work.
9197
9198         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9199         (gnus-use-toolbar): Change the valid values into default, top,
9200         bottom, left, and right.
9201         (gnus-toolbar-thickness): New variable.
9202         (gnus-xmas-setup-toolbar): New function.
9203         (gnus-xmas-setup-group-toolbar): Use it.
9204         (gnus-xmas-setup-summary-toolbar): Use it.
9205
9206 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9207
9208         * gnus-start.el (gnus-1): Add "native" to
9209         gnus-predefined-server-alist.
9210
9211         * gnus.el (gnus-method-to-server): Don't add "native" to the
9212         lists here, because that leads to problems when
9213         gnus-select-method is bound.
9214
9215 2005-11-09  Simon Josefsson  <jas@extundo.com>
9216
9217         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9218         use (not sort-by-date) instead.
9219
9220 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9221
9222         * gnus-delay.el (gnus-delay-group): Don't autoload.
9223         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9224         to be re-loaded when customizing the `gnus-delay' group.
9225
9226 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9227
9228         * message.el: Revert last changes.
9229         (message-insert-citation-line): Use newlines.
9230
9231 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9232
9233         * message.el (message-courtesy-message)
9234         (message-mark-insert-begin, message-mark-insert-end)
9235         (message-elide-ellipsis, message-cancel-message)
9236         (message-add-header, message-change-subject)
9237         (message-cross-post-followup-to-header)
9238         (message-cross-post-insert-note, message-reduce-to-to-cc)
9239         (message-widen-reply, message-delete-not-region)
9240         (message-kill-to-signature, message-insert-signature)
9241         (message-insert-importance-high, message-insert-importance-low)
9242         (message-insert-or-toggle-importance)
9243         (message-insert-disposition-notification-to)
9244         (message-indent-citation, message-yank-original)
9245         (message-cite-original-without-signature, message-cite-original)
9246         (message-insert-citation-line, message-position-on-field)
9247         (message-fix-before-sending, message-send-mail-partially)
9248         (message-send-mail, message-send-mail-with-sendmail)
9249         (message-send-mail-with-qmail, message-send-news)
9250         (message-check-news-header-syntax, message-generate-headers)
9251         (message-insert-courtesy-copy, message-fill-address)
9252         (message-fill-header, message-shorten-references)
9253         (message-setup-1, message-cancel-news)
9254         (message-forward-make-body-plain, message-forward-make-body-mime)
9255         (message-forward-make-body-mml, message-encode-message-body)
9256         (message-forward-make-body-digest-plain)
9257         (message-forward-make-body-digest-mime)
9258         (message-use-alternative-email-as-from): Insert `hard-newline'
9259         instead of ordinary newlines.
9260
9261 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * message.el (message-generate-headers): Downcase the argument
9264         given to message-check-element.
9265
9266 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9267
9268         * nntp.el (nntp-authinfo-rejected): New error condition.
9269         (nntp-wait-for): Use new error condition to signal authentication
9270         error.
9271         (nntp-retrieve-data): Rethrow new error condition to break out of
9272         recursive call to nntp-send-authinfo.
9273
9274 2005-11-08  Romain Francoise  <romain@orebokech.com>
9275
9276         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9277         (gnus-summary-exit-map): Bind to `Z p'.
9278         (gnus-summary-make-menu-bar): Add menu item.
9279
9280 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9281
9282         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9283         (gnus-treat-*): Add `first' in all doc strings.
9284
9285         * gnus-group.el (gnus-group-compact-group): Fix typo.
9286
9287 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus.el (gnus-parameters-case-fold-search): New variable.
9290         (gnus-parameters-get-parameter): Use it.
9291
9292         * gnus-score.el (gnus-home-score-file): Doc fix.
9293
9294 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9295
9296         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9297
9298 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * mm-util.el (mm-special-display-p): New function.
9301
9302         * mml.el (mml-preview): Use it; doc fix.
9303
9304 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9305
9306         * imap.el (imap-open): Handle case where buffer is a buffer object.
9307
9308 2005-10-29  Romain Francoise  <romain@orebokech.com>
9309
9310         * message.el (message-fix-before-sending): Fix comment.
9311
9312 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9313
9314         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9315
9316 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9317
9318         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9319         Used in gnus-score.el.
9320
9321 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9324
9325 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9328         whitespace removed in revision 7.8.  Use concatenated string to
9329         protect trailing whitespace.
9330
9331 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9332
9333         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9334         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9335         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9336         Courier IMAP ("some version from 2004").  Mostly based on similar
9337         code in the same function.
9338
9339 2005-10-26  Didier Verna  <didier@xemacs.org>
9340
9341         * gnus-group.el (gnus-group-compact-group): Invalidate original
9342         article buffer.
9343         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9344         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9345         NOV database and in article itself.
9346         Invalidate article backlog.
9347
9348 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9351
9352 2005-10-26  Simon Josefsson  <jas@extundo.com>
9353
9354         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9355         part of 2004-07-25 change.
9356
9357 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * message.el (message-display-completion-list): New function.
9360         (message-expand-group): Use it; make sure the Completions buffer
9361         is modifiable.
9362 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9363
9364         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9365         user-mail-name is an empty string.
9366
9367 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9368
9369         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9370         depending on gnus-score-decay-constant.
9371
9372         * encrypt.el (encrypt-insert-file-contents)
9373         (encrypt-write-file-contents): Don't use `gnus-message'.
9374
9375         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9376         arguments.
9377         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9378         arguments to mm-uu-verbatim-marks-extract.
9379         (mm-uu-hide-markers): New variable.
9380         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9381
9382         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9383         (gnus-convert-image-to-face-command): Use "convert" by default to
9384         allow other input image formats.
9385         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9386         accordingly.
9387
9388 2005-10-23  Simon Josefsson  <jas@extundo.com>
9389
9390         * imap.el (imap-gssapi-program): Align command line parameters
9391         with latest GNU SASL.
9392         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9393
9394 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9395
9396         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9397         HTML.
9398         (nnslashdot-request-article): Ditto.
9399
9400         * lpath.el (featurep): Add nobreak-char-display.
9401
9402 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9403
9404         * mail-source.el (mail-source-fetch-pop): Require pop3.
9405         (mail-source-check-pop): Ditto.
9406
9407 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9410         errors.
9411
9412 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9413
9414         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9415         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9416
9417         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9418
9419         * mm-bodies.el (mm-decode-string): Call
9420         `mm-charset-to-coding-system' with allow-override argument.
9421
9422 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9425         (rfc2047-charset-to-coding-system): New function.
9426         (rfc2047-decode-encoded-words): New function.
9427         (rfc2047-decode-region): Use them.
9428         (rfc2047-decode-cte): Remove.
9429         (rfc2047-parse-and-decode): Remove.
9430         (rfc2047-decode): Remove.
9431
9432 2005-10-15  Kenichi Handa  <handa@m17n.org>
9433
9434         * rfc2047.el (rfc2047-decode-cte): New function.
9435         (rfc2047-decode-region): Change the way to decode successive
9436         encoded-words: decode B- or Q-encoding in each encoded-word,
9437         concatenate them, and decode it as charset.
9438
9439 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * lpath.el: Fbind codepage-setup for XEmacs.
9442
9443 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9444
9445         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9446         widget-move-and-invoke.
9447         (gnus-custom-mode): Use gnus-custom-map.
9448
9449 2005-10-15  Bill Wohler  <wohler@newt.com>
9450
9451         * message.el (message-tool-bar-map): Renamed image file from
9452         mail_send to mail/send.
9453
9454 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9455
9456         * message.el (message-expand-group): Pass the common
9457         prefix substring of completion to `display-completion-list'.
9458
9459 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * mml-sec.el (mml-secure-method): New internal variable.
9462         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9463         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9464         functions using mml-secure-method.
9465
9466         * mml.el (mml-mode-map): Add key bindings for those functions.
9467         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9468         Harder <harder@myrealbox.com>.
9469         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9470         end of message if point is the headers of the message.
9471
9472         * message.el (message-in-body-p): New function.
9473
9474         * assistant.el: Autoload gnus-util and netrc.
9475
9476         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9477         Use `mm-charset-override-alist' only when decoding.
9478
9479         * mm-bodies.el (mm-decode-body): Call
9480         `mm-charset-to-coding-system' with allow-override argument.
9481
9482         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9483         `filename' from Content-Disposition if Content-Type doesn't
9484         provide `name'.
9485         (gnus-mime-view-part-as-type): Set default instead of
9486         initial-input.
9487
9488 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9489
9490         * format-spec.el (format-spec): Propagate text properties of % spec.
9491
9492 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9493
9494         * gnus-art.el (gnus-treat-predicate): Add `first'.
9495
9496 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9499         (mm-charset-override-alist): New variable.
9500         (mm-charset-to-coding-system): Use it.
9501         (mm-codepage-setup): New helper function.
9502         (mm-charset-eval-alist): New variable.
9503         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9504         about unknown charsets.
9505
9506         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9507
9508 2005-10-04  David Hansen  <david.hansen@gmx.net>
9509
9510         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9511         (nnrss-check-group): Ditto.
9512
9513 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9516         Rename x-gnus-verbatim to x-verbatim.
9517         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9518
9519         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9520         x-verbatim.
9521
9522         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9523
9524         * gnus-util.el (gnus-remove-duplicates): Remove.
9525
9526         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9527         instead of gnus-remove-duplicates.
9528
9529         * message.el (message-remove-duplicates): Remove.
9530         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9531         message-remove-duplicates.
9532
9533         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9534         available, else use implementation from `delete-dups'.
9535
9536         * message.el (message-insert-expires): New function.
9537         (message-mode-map): Add key binding.
9538         (message-mode-field-menu): Add menu entry.
9539         (message-mode): Document it.
9540         (message-make-expires-date): Use `message-make-date'.
9541
9542 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9543
9544         * message.el (message-make-expires-date): New function.
9545
9546 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * Makefile.in (list-installed-shadows): New entry.
9549         (install): Use it.
9550         (remove-installed-shadows): New entry.
9551
9552         * dgnushack.el (dgnushack-default-load-path): New variable.
9553         (dgnushack-find-lisp-shadows): New function.
9554         (dgnushack-remove-lisp-shadows): New function.
9555
9556 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * Makefile.in (install-el-elc): New entry.
9559         (install): Use it so that .el files are necessarily installed.
9560
9561 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9564
9565 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9566
9567         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9568         function rather than the diff-mode.el package.
9569         (mm-display-external): Use with-current-buffer.
9570         (mm-viewer-completion-map, mm-viewer-completion-map):
9571         Move initialization inside declaration.
9572
9573 2005-09-29  Simon Josefsson  <jas@extundo.com>
9574
9575         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9576         autoload mail-check-payment.
9577         (spam-check-hashcash): Define unconditionally, since hashcash.el
9578         is part of Gnus now.  Ignore errors from payment checking.
9579
9580 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9581
9582         * message.el (message-bold-region, message-unbold-region): Rename
9583         from `bold-region' and `unbold-region'.
9584
9585         * message.el: Remove useless autoloads.
9586
9587 2005-09-28  Simon Josefsson  <jas@extundo.com>
9588
9589         * message.el (message-use-idna): Default to t.
9590         (message-use-idna): Test whether encoding works too.  Doc fix.
9591
9592 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * nntp.el (nntp-warn-about-losing-connection): Remove.
9595
9596 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9597
9598         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9599         customizable.  Change default value.
9600         (mm-uu-diff-groups-regexp): Change default value.
9601         (mm-uu-type-alist): Add doc string.
9602         (mm-uu-configure): Add doc string.  Make it interactive.
9603         (mm-uu-tex-groups-regexp): New variable.
9604         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9605         (mm-uu-type-alist): Add LaTeX documents.
9606         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9607         of "text/verbatim".
9608         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9609
9610         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9611         instead of "text/verbatim".
9612
9613         * message.el (message-mark-inserted-region)
9614         (message-mark-insert-file): Use slrn style marks when called with
9615         prefix argument.
9616
9617 2005-09-27  Simon Josefsson  <jas@extundo.com>
9618
9619         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9620
9621 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9622
9623         * message.el (message-remove-duplicates): New function.
9624         Implementation borrowed from `gnus-remove-duplicates'.
9625         (message-idna-to-ascii-rhs): Also encode idna addresses in
9626         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9627         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9628         only ask about the same idna domain once per header and also tell
9629         in what header to replace the idna domain.
9630
9631         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9632         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9633         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9634         a header is decoded and not just the last one.
9635
9636 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9639         has been decoded.
9640
9641         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9642         (mm-insert-part): Don't modify text if it has been decoded.
9643
9644         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9645         decoded.
9646
9647         * mm-view.el (mm-inline-text): Don't strip text props unless
9648         decoding enriched or richtext parts.
9649
9650 2005-09-25  Romain Francoise  <romain@orebokech.com>
9651
9652         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9653         * gnus-start.el (gnus-subscribe-interactively):
9654         * gnus-uu.el (gnus-uu-grab-articles):
9655         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9656         space.
9657
9658 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9659
9660         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9661         * mm-view.el (mm-view-pkcs7-decrypt):
9662         * gnus-sum.el (gnus-summary-limit-to-extra)
9663         (gnus-summary-respool-article, gnus-read-move-group-name):
9664         * gnus-score.el (gnus-summary-increase-score):
9665         * gnus-util.el (gnus-completing-read-with-default):
9666         * gnus-art.el (gnus-read-save-file-name)
9667         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9668         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9669         * message.el (message-check-news-header-syntax):
9670         Follow convention for reading with the minibuffer.
9671
9672 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * spam-report.el (spam-report-url-ping-plain):
9675         Use gnus-extended-version as User-Agent.
9676
9677         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9678         default value is nil.
9679
9680         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9681         (mm-uu-verbatim-marks-extract): New function.
9682         (mm-uu-extract): New face.
9683         (mm-uu-copy-to-buffer): Use it.
9684
9685         * spam-report.el (spam-report-gmane-ham): Renamed from
9686         `spam-report-gmane-unspam'.
9687         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9688         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9689
9690         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9691         Autoload.
9692         (spam-report-gmane-unregister-routine): Renamed
9693         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9694
9695 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9696
9697         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9698         (spam-report-gmane-unregister-routine): Add support for gmane
9699         unregistration.
9700
9701         * spam-report.el (spam-report-gmane-unspam)
9702         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9703         (spam-report-gmane): Change to take a single article and do unspam
9704         registration.
9705
9706 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * mm-url.el (mm-url-decode-entities): Fix regexp.
9709
9710 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9713         default to nil, to be able to use Gnus at all.  If the default
9714         switches to something else, then the function should be fixed not
9715         be exceedingly slow.
9716
9717 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9718
9719         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9720         fail hard.
9721
9722         * spam-report.el: Add better Keywords line.
9723
9724         * spam.el: Add Maintainer and better Keywords line.
9725
9726 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * gnus-art.el (gnus-article-replace-part)
9729         (gnus-mime-replace-part): New functions.
9730         (gnus-mime-action-alist, gnus-mime-button-commands)
9731         (gnus-mime-save-part-and-strip): Added file argument.
9732         (gnus-article-part-wrapper): Added interactive argument.
9733
9734         * gnus-sum.el (gnus-summary-mime-map): Add
9735         `gnus-article-replace-part'.
9736
9737 2005-09-19  Didier Verna  <didier@xemacs.org>
9738
9739         The nnml compaction feature:
9740         * nnml.el (nnml-request-compact-group): New function.
9741         * nnml.el (nnml-request-compact): New function.
9742         * gnus-int.el (gnus-request-compact-group): New function.
9743         * gnus-int.el (gnus-request-compact): New function.
9744         * gnus-group.el (gnus-group-compact-group): New function.
9745         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9746         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9747         * gnus-srvr.el (gnus-server-compact-server): New function.
9748         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9749         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9750
9751 2005-09-18  Deepak Goel  <deego@gnufans.org>
9752
9753         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9754         format spec.
9755
9756 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9759
9760 2005-09-15  Romain Francoise  <romain@orebokech.com>
9761
9762         * message.el (message-fill-paragraph): Clarify docstring.
9763
9764 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * gnus-art.el (gnus-mime-display-part): Protect against broken
9767         MIME messages.
9768
9769 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9772         before parsing header.
9773
9774 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9775
9776         * html2text.el (html2text-replace-list): Add new entities.
9777
9778 2005-09-11  Romain Francoise  <romain@orebokech.com>
9779
9780         * message.el (message-alternative-emails): Improve docstring.
9781         (message-setup-1): Call `message-use-alternative-email-as-from'
9782         after `message-setup-hook' to give it precedence over posting
9783         styles, etc.
9784         (message-use-alternative-email-as-from): Add docstring.  Remove
9785         the original From header if present.
9786
9787         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9788         (nnml-save-mail): Use it.
9789
9790         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9791         articles.  Add new argument `silent'.
9792         (gnus-uu-mark-all): Report the total number of marked articles.
9793
9794 2005-09-10  Romain Francoise  <romain@orebokech.com>
9795
9796         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9797         (gnus-uu-mark-series): Likewise.
9798
9799 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * spam-report.el (spam-report-gmane): Fix generation of spam
9802         report URL.
9803
9804 2005-09-10  Simon Josefsson  <jas@extundo.com>
9805
9806         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9807         t, based on discussion on the ding list with Robert Epprecht
9808         <epprecht@solnet.ch>.
9809
9810 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * spam-report.el (spam-report-gmane): Make it work without
9813         X-Report-Spam header.  Gmane now only provides Archived-At.
9814         This is only used if `spam-report-gmane-use-article-number' is nil.
9815         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9816
9817         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9818         make `gnus-summary-sort-by-recipient' work with threading.
9819
9820         * nnweb.el (nnweb-google-wash-article): Print a message if article
9821         is not available.
9822
9823 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9824
9825         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9826         change.  Decode text/* parts content before displaying.
9827
9828 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9829
9830         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9831
9832 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9835
9836         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9837         url-package-name, url-package-version,
9838         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9839         w3m-display-inline-images, and w3m-minor-mode-map.
9840
9841 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * message.el (message-tab-body-function): Fix mismatched custom type.
9844
9845         * gnus.el (gnus-group-change-level-function): Ditto.
9846
9847         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9848
9849         * gnus-art.el (gnus-signature-limit)
9850         (gnus-article-mime-part-function): Ditto.
9851
9852 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * mml.el (mml-mode): Silence the byte compiler.
9855
9856         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9857         using `(sit-for 0)' before moving the point to the specified part;
9858         skip unbuttonized parts.
9859         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9860         return to the summary window if gnus-auto-select-part is non-nil.
9861
9862 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9863
9864         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9865         variables.
9866         (mml-dnd-attach-file, mml-mode): Use them.
9867
9868         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9869         Make fetching article by MID work again for Google Groups.  Added
9870         FIXME concerning gnus-group-make-web-group.
9871
9872         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9873         Don't depend on Gnus by using mail-extract-address-components if
9874         gnus-extract-address-components is not bound.
9875
9876 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877
9878         * gnus-art.el (gnus-mime-display-security): Don't display the
9879         signature, but only the signed part.
9880
9881 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9884
9885         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9886         list, not listp.
9887
9888 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9889
9890         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9891         when encoding.
9892
9893         * mm-bodies.el (mm-decode-content-transfer-encoding):
9894         De-canonicalize CRLF for all text content types, not just
9895         text/plain.
9896
9897 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9900         valid article; point arrow and cursor at the MIME button.
9901
9902 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9905         Suggested by Dan Christensen <jdc@uwo.ca>.
9906
9907         * mm-decode.el (mm-save-part): Enable change of prompt.
9908
9909 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9910
9911         * gnus-msg.el (gnus-inews-add-send-actions): Made
9912         `message-post-method' lambda parameter ARG `&optional'.
9913
9914 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * gnus-sum.el (gnus-summary-mime-map): Added
9917         gnus-article-save-part-and-strip, gnus-article-delete-part and
9918         gnus-article-jump-to-part.
9919
9920         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9921         (gnus-article-edit-part): Use it.
9922         (gnus-article-part-wrapper): Added no-handle argument.
9923         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9924         functions.
9925
9926 2005-08-29  Romain Francoise  <romain@orebokech.com>
9927
9928         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9929         docstring.
9930         (gnus-face-from-file): Likewise.
9931
9932 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9935         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9936         non-nil.
9937         (gnus-auto-select-part): New variable.
9938         (gnus-article-jump-to-part): New function.
9939         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9940         (gnus-mime-delete-part): Allow selecting specified part after
9941         deleting or stripping parts.
9942         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9943         part if argument is bogus.
9944
9945 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9946
9947         * gnus-art.el (w3m-minor-mode-map):
9948         * gnus-spec.el (gnus-newsrc-file-version):
9949         * gnus-util.el (nnmail-active-file-coding-system)
9950         (gnus-original-article-buffer, gnus-user-agent):
9951         * gnus.el (gnus-ham-process-destinations)
9952         (gnus-parameter-ham-marks-alist)
9953         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9954         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9955         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9956         * mm-decode.el (gnus-current-window-configuration):
9957         * mm-extern.el (gnus-article-mime-handles):
9958         * mm-url.el (url-current-object, url-package-name)
9959         (url-package-version):
9960         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9961         (smime-keys, w3m-cid-retrieve-function-alist)
9962         (w3m-current-buffer, w3m-display-inline-images)
9963         (w3m-minor-mode-map):
9964         * mml-smime.el (gnus-extract-address-components):
9965         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9966         (gnus-newsrc-hashtb, message-default-charset)
9967         (message-deletable-headers, message-options)
9968         (message-posting-charset, message-required-mail-headers)
9969         (message-required-news-headers):
9970         * mml1991.el (mc-pgp-always-sign):
9971         * mml2015.el (mc-pgp-always-sign):
9972         * nnheader.el (nnmail-extra-headers):
9973         * rfc1843.el (gnus-decode-encoded-word-function)
9974         (gnus-decode-header-function, gnus-newsgroup-name):
9975         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9976
9977 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9978
9979         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9980         the end of the date treatments.
9981
9982 2005-08-15  Simon Josefsson  <jas@extundo.com>
9983
9984         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9985         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9986         Capello and Romain Francoise.
9987         (pgg-fetch-key-function): Removed, not used?
9988         (pgg-insert-url-with-w3): Require url, to get
9989         url-insert-file-contents regardless of where it is defined.
9990
9991 2005-08-13  Romain Francoise  <romain@orebokech.com>
9992
9993         * message.el (message-cite-original-1): New function.
9994         (message-cite-original): Use it.
9995         (message-cite-original-without-signature): Ditto.
9996
9997 2005-08-08  Romain Francoise  <romain@orebokech.com>
9998
9999         * message.el (message-yank-empty-prefix): New variable.
10000         (message-indent-citation): Use it.
10001         (message-cite-original-without-signature): Respect X-No-Archive.
10002
10003 2005-08-08  Simon Josefsson  <jas@extundo.com>
10004
10005         * pgg.el: Autoload url-insert-file-contents instead of loading
10006         w3/url.
10007         (pgg-insert-url-with-w3): Don't load url here.
10008
10009 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10010
10011         * message.el (message-kill-to-signature): Don't insert newline at
10012         bol.
10013         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10014
10015 2005-08-06  Romain Francoise  <romain@orebokech.com>
10016
10017         * message.el (message-user-fqdn): Fix typo in docstring.
10018
10019 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10020
10021         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10022
10023         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10024
10025 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * mm-bodies.el (mm-encode-body): Use coding system rather than
10028         charset to encode text.
10029
10030         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10031         number of charsets if utf-8 is available (XEmacs).
10032
10033 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10034
10035         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10036         taken from `gnus-button-mid-or-mail-regexp'.
10037         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10038         (gnus-button-alist): Improve regexp for domain part of the MIDs
10039         for news:localpart@domain buttons.
10040         (gnus-button-ctan-directory-regexp): Update.
10041
10042 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * sieve-manage.el (sieve-manage-interactive-login): Use
10045         make-local-variable rather than make-variable-buffer-local.
10046         (sieve-manage-open): Ditto.
10047         (sieve-manage-authenticate): Ditto.
10048
10049         * mml.el (mml-generate-mime-1): Make the content type default to
10050         text/plain if the filename is not specified.
10051
10052 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10055         instead of insert-buffer.
10056
10057         * message.el (message-yank-original): Ditto; set the mark at the
10058         end of the yanked message.
10059
10060 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10063         lines to scroll rather than to stop it.
10064
10065         * mml.el (mml-generate-default-type): Add doc string.
10066         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10067         default to application/octet-stream when determining the content
10068         type if it is not specified for the part or the mml contents; add
10069         a comment about mml-generate-default-type.
10070
10071 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10074         make it default to application/octet-stream when determining the
10075         content type if it is not specified for the external contents.
10076
10077 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10080         segmented parameter but also other parameters might be there.
10081
10082 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * mm-decode.el (mm-display-external): Delete temp file, directory
10085         and buffer immediately if the external process is exited.
10086
10087 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10090         fewer lines than that of scroll-margin.
10091         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10092
10093 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-art.el (gnus-article-next-page): Revert.
10096         (gnus-article-beginning-of-window): New macro.
10097         (gnus-article-next-page-1): Use it.
10098         (gnus-article-prev-page): Ditto.
10099         (gnus-article-edit-part): Use insert-buffer-substring instead of
10100         insert-buffer.
10101         (gnus-article-edit-exit): Ditto.
10102
10103         * gnus-util.el (gnus-beginning-of-window): Remove.
10104         (gnus-end-of-window): Remove.
10105
10106         * lpath.el: Don't bind header-line-format and scroll-margin.
10107
10108 2005-07-25  Simon Josefsson  <jas@extundo.com>
10109
10110         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10111         to have the url package without w3.  Reported by Daiki Ueno
10112         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10113
10114 2005-07-20  Didier Verna  <didier@xemacs.org>
10115
10116         * gnus-diary.el: Remove the description comment (nndiary is now
10117         properly documented in the Gnus manual).
10118         Fix the spelling of "Back End".
10119         * nndiary.el: Ditto.
10120         Fix the copyright notice.
10121
10122 2005-07-18  Romain Francoise  <romain@orebokech.com>
10123
10124         * gnus-sum.el (gnus-summary-to-prefix)
10125         (gnus-summary-newsgroup-prefix): New variables.
10126         (gnus-summary-from-or-to-or-newsgroups): Use them.
10127
10128 2005-07-17  Romain Francoise  <romain@orebokech.com>
10129
10130         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10131         space as it's generally not especially interesting to the user.
10132
10133 2005-07-16  Romain Francoise  <romain@orebokech.com>
10134
10135         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10136         nil to avoid prompting and file modification if one of the
10137         messages at the top of the nnfolder file contains a copyright
10138         notice.
10139         Update copyright notice.
10140
10141         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10142         instead of `current-time-string' as the latter creates a time
10143         string that is not RFC 2822 compliant (it lacks the zone).
10144         Update copyright notice.
10145
10146 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10147
10148         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10149         for text/rtf.  Display default in prompt.  Pass default for M-n.
10150
10151         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10152
10153 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10154
10155         * gnus-msg.el (gnus-button-mailto): Remove
10156         save-selected-window-window hackery because it relies on
10157         save-selected-window internals.
10158
10159 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10162         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10163         (gnus-article-prev-page): Ditto.
10164
10165         * gnus-util.el (gnus-beginning-of-window): New function.
10166         (gnus-end-of-window): New function.
10167
10168         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10169
10170 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10171
10172         * gnus-score.el (gnus-score-edit-all-score): Set
10173         gnus-score-edit-exit-function to gnus-score-edit-done and call
10174         gnus-message.
10175
10176 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10177
10178         * gnus-msg.el (gnus-button-mailto): Remove
10179         save-selected-window-window hackery because it relies on
10180         save-selected-window internals.
10181
10182 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10185         add-minor-mode.
10186         (gnus-binary-mode): Ditto.
10187
10188         * gnus-topic.el (gnus-topic-mode): Ditto.
10189
10190 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10191
10192         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10193         (gnus-article-prev-page): Take scroll-margin into consideration.
10194
10195 2005-07-04  Lute Kamstra  <lute@gnu.org>
10196
10197         Update FSF's address in GPL notices.
10198
10199 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10200
10201         * gnus.el (gnus-exit):
10202         * gnus-group.el (gnus-group-icons):
10203         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10204
10205         * gnus-nocem.el (gnus-nocem):
10206         * message.el (message-various, message-buffers, message-sending)
10207         (message-interface, message-forwarding, message-insertion)
10208         (message-headers, message-news, message-mail):
10209         * pgg-gpg.el (pgg-gpg):
10210         * pgg-parse.el (pgg-parse):
10211         * pgg-pgp.el (pgg-pgp):
10212         * pgg-pgp5.el (pgg-pgp5):
10213         * pop3.el (pop3): Finish `defgroup' description with period.
10214
10215 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * gnus-art.el (article-display-face): Improve the efficiency.
10218         (article-display-x-face): Ditto; remove grey x-face stuff.
10219
10220 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * gnus-art.el (article-display-face): Correct the position in
10223         which Faces are inserted.
10224
10225 2005-06-29  Didier Verna  <didier@xemacs.org>
10226
10227         * gnus-art.el (article-display-face): Display faces in correct
10228         order.
10229
10230 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10233         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10234         (gnus-nocem-check-article): Fetch the Type header.
10235         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10236         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10237         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10238         make sure gnus-nocem-hashtb is initialized.
10239         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10240         (gnus-nocem-unwanted-article-p): Ditto.
10241
10242         * pgg.el (pgg-verify): Return the verification result.
10243
10244 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10245
10246         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10247         is ascii.
10248
10249 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10250
10251         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10252         `show-nonbreak-escape'.
10253
10254 2005-06-23  Lute Kamstra  <lute@gnu.org>
10255
10256         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10257
10258         * dig.el (dig-mode):
10259         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10260
10261 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10262
10263         * nnimap.el (nnimap-split-download-body): Fix spellings.
10264
10265 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10266
10267         * gnus-art.el (gnus-article-encrypt-body):
10268         * gnus-cus.el (gnus-score-customize):
10269         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10270         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10271
10272 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10273
10274         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10275         header by looking for magic "MII" at the beginnig.
10276
10277 2005-06-16  Miles Bader  <miles@gnu.org>
10278
10279         * gnus-xmas.el (gnus-xmas-group-startup-message):
10280         Use renamed gnus-splash face.
10281
10282         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10283         (assistant-field-face): New backward-compatibility alias for renamed
10284         face.
10285         (assistant-render-text): Use renamed assistant-field face.
10286
10287         * spam.el (spam): Remove "-face" suffix from face name.
10288         (spam-face): New backward-compatibility alias for renamed face.
10289         (spam-face, spam-initialize): Use renamed spam face.
10290
10291         * message.el (message-header-to, message-header-cc)
10292         (message-header-subject, message-header-newsgroups)
10293         (message-header-other, message-header-name)
10294         (message-header-xheader, message-separator, message-cited-text)
10295         (message-mml): Remove "-face" suffix from face names.
10296         (message-header-to-face, message-header-cc-face)
10297         (message-header-subject-face, message-header-newsgroups-face)
10298         (message-header-other-face, message-header-name-face)
10299         (message-header-xheader-face, message-separator-face)
10300         (message-cited-text-face, message-mml-face):
10301         New backward-compatibility aliases for renamed faces.
10302         (message-font-lock-keywords): Use renamed message faces.
10303
10304         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10305         (sieve-test-commands, sieve-tagged-arguments):
10306         Remove "-face" suffix from face names.
10307         (sieve-control-commands-face, sieve-action-commands-face)
10308         (sieve-test-commands-face, sieve-tagged-arguments-face):
10309         New backward-compatibility aliases for renamed faces.
10310         (sieve-control-commands-face, sieve-action-commands-face)
10311         (sieve-test-commands-face, sieve-tagged-arguments-face):
10312         Use renamed sieve faces.
10313
10314         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10315         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10316         (gnus-group-news-3-empty, gnus-group-news-4)
10317         (gnus-group-news-4-empty, gnus-group-news-5)
10318         (gnus-group-news-5-empty, gnus-group-news-6)
10319         (gnus-group-news-6-empty, gnus-group-news-low)
10320         (gnus-group-news-low-empty, gnus-group-mail-1)
10321         (gnus-group-mail-1-empty, gnus-group-mail-2)
10322         (gnus-group-mail-2-empty, gnus-group-mail-3)
10323         (gnus-group-mail-3-empty, gnus-group-mail-low)
10324         (gnus-group-mail-low-empty, gnus-summary-selected)
10325         (gnus-summary-cancelled, gnus-summary-high-ticked)
10326         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10327         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10328         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10329         (gnus-summary-low-undownloaded)
10330         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10331         (gnus-summary-low-unread, gnus-summary-normal-unread)
10332         (gnus-summary-high-read, gnus-summary-low-read)
10333         (gnus-summary-normal-read, gnus-splash):
10334         Remove "-face" suffix from face names.
10335         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10336         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10337         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10338         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10339         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10340         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10341         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10342         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10343         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10344         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10345         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10346         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10347         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10348         (gnus-summary-normal-ticked-face)
10349         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10350         (gnus-summary-normal-ancient-face)
10351         (gnus-summary-high-undownloaded-face)
10352         (gnus-summary-low-undownloaded-face)
10353         (gnus-summary-normal-undownloaded-face)
10354         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10355         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10356         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10357         (gnus-splash-face):
10358         New backward-compatibility aliases for renamed faces.
10359         (gnus-group-startup-message): Use renamed gnus faces.
10360
10361         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10362         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10363         (gnus-server-agent): Remove "-face" suffix from face names.
10364         (gnus-server-agent-face, gnus-server-opened-face)
10365         (gnus-server-closed-face, gnus-server-denied-face)
10366         (gnus-server-offline-face):
10367         New backward-compatibility aliases for renamed faces.
10368         (gnus-server-agent-face, gnus-server-opened-face)
10369         (gnus-server-closed-face, gnus-server-denied-face)
10370         (gnus-server-offline-face): Use renamed gnus faces.
10371
10372         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10373         Remove "-face" suffix from face names.
10374         (gnus-picon-xbm-face, gnus-picon-face):
10375         New backward-compatibility aliases for renamed faces.
10376
10377         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10378         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10379         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10380         (gnus-cite-11): Remove "-face" suffix from face names.
10381         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10382         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10383         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10384         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10385         New backward-compatibility aliases for renamed faces.
10386         (gnus-cite-attribution-face, gnus-cite-face-list)
10387         (gnus-article-boring-faces): Use renamed gnus faces.
10388
10389         * gnus-art.el (gnus-signature, gnus-header-from)
10390         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10391         (gnus-header-content): Remove "-face" suffix from face names.
10392         (gnus-signature-face, gnus-header-from-face)
10393         (gnus-header-subject-face, gnus-header-newsgroups-face)
10394         (gnus-header-name-face, gnus-header-content-face):
10395         New backward-compatibility aliases for renamed faces.
10396         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10397
10398         * gnus-sum.el (gnus-summary-selected-face)
10399         (gnus-summary-highlight): Use renamed gnus faces.
10400         * gnus-group.el (gnus-group-highlight): Likewise.
10401
10402 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10403
10404         * gnus-sieve.el (gnus-sieve-article-add-rule):
10405         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10406         * spam-stat.el (spam-stat-buffer-change-to-spam)
10407         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10408
10409         * message.el (message-is-yours-p):
10410         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10411
10412 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * mm-view.el (mm-inline-text): Withdraw the last change.
10415
10416 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10419         executing enriched-decode.
10420
10421 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10424         charset of tar files.
10425
10426 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10427
10428         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10429
10430 2005-06-04  Lute Kamstra  <lute@gnu.org>
10431
10432         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10433         information is never recorded.
10434
10435 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10436
10437         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10438
10439 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * pop3.el (pop3-apop): Run md5 in the binary mode.
10442
10443         * starttls.el (starttls-set-process-query-on-exit-flag):
10444         Use eval-and-compile.
10445
10446 2005-05-31  Simon Josefsson  <jas@extundo.com>
10447
10448         * smime.el (smime-replace-in-string): Define.
10449         (smime-cert-by-ldap-1): Use it.
10450
10451 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * gnus-art.el (article-display-x-face): Replace
10454         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10455
10456         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10457         set-process-query-on-exit-flag or process-kill-without-query.
10458
10459         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10460         loop instead of replace-regexp.
10461
10462         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10463         instead of process-kill-without-query if it is available.
10464
10465         * lpath.el: Fbind ldap-search-entries.
10466
10467         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10468         instead of find-file-hooks if it is available.
10469
10470         * mml1991.el: Bind pgg-default-user-id when compiling.
10471
10472         * mml2015.el: Bind pgg-default-user-id when compiling.
10473
10474         * nndraft.el (nndraft-request-associate-buffer):
10475         Use write-contents-functions instead of write-contents-hooks if it is
10476         available.
10477
10478         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10479         instead of find-file-hooks if it is available.
10480
10481         * nntp.el (nntp-open-connection): Replace
10482         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10483         (nntp-open-ssl-stream): Ditto.
10484         (nntp-open-tls-stream): Ditto.
10485
10486         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10487         set-process-query-on-exit-flag or process-kill-without-query.
10488         (starttls-open-stream-gnutls): Use it instead of
10489         process-kill-without-query.
10490         (starttls-open-stream): Ditto.
10491
10492 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10493
10494         * smime.el (smime-cert-by-ldap-1): Don't use
10495         replace-regexp-in-string.
10496
10497 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10498
10499         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10500
10501         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10502         in PEM format.  Adjust to the XEmacs compability.
10503
10504 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10507         by `string-to-number'.
10508         * gnus-agent.el (gnus-agent-regenerate-group)
10509         (gnus-agent-fetch-articles): Ditto.
10510         * gnus-art.el (gnus-button-fetch-group): Ditto.
10511         * gnus-cache.el (gnus-cache-generate-active)
10512         (gnus-cache-articles-in-group): Ditto.
10513         * gnus-group.el (gnus-group-set-current-level)
10514         (gnus-group-insert-group-line): Ditto.
10515         * gnus-score.el (gnus-score-set-expunge-below)
10516         (gnus-score-set-mark-below, gnus-summary-score-effect)
10517         (gnus-summary-score-entry): Ditto.
10518         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10519         (gnus-soup-pack): Ditto.
10520         * gnus-spec.el (gnus-xmas-format): Ditto.
10521         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10522         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10523         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10524         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10525         * nndb.el (nndb-get-remote-expire-response): Ditto.
10526         * nndiary.el (nndiary-parse-schedule-value)
10527         (nndiary-string-to-number, nndiary-request-replace-article)
10528         (nndiary-request-article): Ditto.
10529         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10530         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10531         * nneething.el (nneething-make-head): Ditto.
10532         * nnfolder.el (nnfolder-request-article)
10533         (nnfolder-retrieve-headers): Ditto.
10534         * nnheader.el (nnheader-file-to-number): Ditto.
10535         * nnkiboze.el (nnkiboze-request-article): Ditto.
10536         * nnmail.el (nnmail-process-unix-mail-format)
10537         (nnmail-process-babyl-mail-format): Ditto.
10538         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10539         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10540         (nnmh-request-create-group, nnmh-request-list-1)
10541         (nnmh-request-group, nnmh-request-article): Ditto.
10542         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10543         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10544         * nnsoup.el (nnsoup-make-active): Ditto.
10545         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10546         * nntp.el (nntp-find-group-and-number)
10547         (nntp-retrieve-headers-with-xover): Ditto.
10548         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10549         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10550         (pgg-format-key-identifier): Ditto.
10551         * pop3.el (pop3-last, pop3-stat): Ditto.
10552         * qp.el (quoted-printable-decode-region): Ditto.
10553
10554         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10555         of concat.
10556
10557 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10560
10561         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10562
10563         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10564
10565         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10566
10567         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10568
10569         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10570
10571         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10572         (gnus-carpal-mode): Ditto.
10573
10574         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10575         (gnus-browse-mode): Ditto.
10576
10577         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10578
10579         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10580
10581 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10582
10583         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10584
10585 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * gnus-util.el (gnus-run-mode-hooks): New function.
10588
10589         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10590
10591         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10592         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10593
10594 2005-05-27  Lute Kamstra  <lute@gnu.org>
10595
10596         * dns-mode.el (dns-mode): Specify customization group.
10597
10598 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10599
10600         * gnus-agent.el (gnus-agent-make-mode-line-string):
10601         Use mode-line-highlight as mouse-face.
10602
10603 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * canlock.el (canlock): Change the parent group to news.
10606
10607         * deuglify.el (gnus-outlook-deuglify): Add :group.
10608
10609         * dig.el (dig): Add :group.
10610
10611         * dns-mode.el (dns-mode): Add :group.
10612
10613         * encrypt.el (encrypt): Add :group.
10614
10615         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10616         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10617         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10618         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10619         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10620
10621         * gnus-diary.el (gnus-diary): Add :group.
10622
10623         * gnus.el (gnus-group-news-1-face): Add :group.
10624         (gnus-group-news-1-empty-face): Ditto.
10625         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10626         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10627         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10628         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10629         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10630         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10631         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10632         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10633         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10634         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10635         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10636         (gnus-summary-high-ticked-face): Ditto.
10637         (gnus-summary-low-ticked-face): Ditto.
10638         (gnus-summary-normal-ticked-face): Ditto.
10639         (gnus-summary-high-ancient-face): Ditto.
10640         (gnus-summary-low-ancient-face): Ditto.
10641         (gnus-summary-normal-ancient-face): Ditto.
10642         (gnus-summary-high-undownloaded-face): Ditto.
10643         (gnus-summary-low-undownloaded-face): Ditto.
10644         (gnus-summary-normal-undownloaded-face): Ditto.
10645         (gnus-summary-high-unread-face): Ditto.
10646         (gnus-summary-low-unread-face): Ditto.
10647         (gnus-summary-normal-unread-face): Ditto.
10648         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10649         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10650
10651         * hashcash.el (hashcash): New custom group.
10652         (hashcash-default-payment): Add :group.
10653         (hashcash-payment-alist): Ditto.
10654         (hashcash-default-accept-payment): Ditto.
10655         (hashcash-accept-resources): Ditto.
10656         (hashcash-path): Ditto.
10657         (hashcash-extra-generate-parameters): Ditto.
10658         (hashcash-double-spend-database): Ditto.
10659         (hashcash-in-news): Ditto.
10660
10661         * message.el (message-minibuffer-local-map): Add :group.
10662
10663         * netrc.el (netrc): Add :group.
10664
10665         * sieve-manage.el (sieve-manage-log): Add :group.
10666         (sieve-manage-default-user): Diito.
10667         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10668         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10669         (sieve-manage-authenticators): Ditto.
10670         (sieve-manage-authenticator-alist): Ditto.
10671         (sieve-manage-default-port): Ditto.
10672
10673         * sieve-mode.el (sieve-control-commands-face): Add :group.
10674         (sieve-action-commands-face): Ditto.
10675         (sieve-test-commands-face): Ditto.
10676         (sieve-tagged-arguments-face): Ditto.
10677
10678         * smime.el (smime): Add :group.
10679
10680         * spam-report.el (spam-report): Add :group.
10681
10682         * spam.el (spam, spam-face): Add :group.
10683
10684 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10685
10686         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10687         return \n.\n.\n at the end of articles.  Protect against that.
10688         (nntp-with-open-group): Allow debugging.
10689
10690         * nnheader.el (mail-header-set-extra): Make into a function
10691         because I just could't understand how to quote the list properly.
10692
10693         * dns.el (query-dns-cached): New function.
10694
10695 2005-05-26  Lute Kamstra  <lute@gnu.org>
10696
10697         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10698
10699 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10702
10703         * gnus-art.el: Don't autoload mail-extract-address-components.
10704
10705         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10706         eval-and-compile to evaluate it.
10707
10708         * hashcash.el: Don't autoload executable-find.
10709
10710         * nndb.el: Don't declare the nndb back end two or more times; don't
10711         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10712
10713         * nntp.el: Autoload format-spec instead of format; use
10714         eval-and-compile to evaluate autoload forms.
10715
10716 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10717
10718         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10719
10720 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * gnus.el (gnus-version-number): Bump version.
10723
10724 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10725
10726         * gnus.el: No Gnus v0.3 is released.
10727
10728 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10729
10730         * lpath.el (featurep): Bind show-nonbreak-escape.
10731
10732 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * gnus-art.el (gnus-article-edit-part): Disable undo.
10735
10736 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10739         gnus-article-date-lapsed-new-header is t if date timer is active;
10740         skip headers in which the original date value is empty.
10741         (gnus-article-save-original-date): Redefine it as a macro.
10742         (gnus-display-mime): Use it.
10743
10744 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * gnus-art.el (article-date-ut): Support converting date in
10747         forwarded parts as well.
10748         (gnus-article-save-original-date): New function.
10749         (gnus-display-mime): Use it.
10750
10751 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10752
10753         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10754         enclosure element of <item>.
10755
10756 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * message.el (message-kill-buffer-query): Renamed from
10759         `message-kill-buffer-query-if-modified'.  Added :version.
10760
10761 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10764         window layout.
10765
10766 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * mml.el: Autoload dnd when compiling.
10769
10770 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10771
10772         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10773         x-dnd-*.
10774
10775 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * qp.el (quoted-printable-encode-region): Save excursion.
10778
10779 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10780
10781         * message.el (message-kill-buffer-query-if-modified): Add new variable
10782         so the user can kill a modified message buffer quickly.
10783         (message-kill-buffer): Use it.
10784
10785 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10786
10787         * lpath.el: Fbind display-time-event-handler; don't fbind
10788         string-to-multibyte.
10789
10790         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10791
10792 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10795         contained in text because xml.el decodes entities) with LFs.
10796
10797 2005-04-11  Lute Kamstra  <lute@gnu.org>
10798
10799         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10800         differently.
10801
10802 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10803
10804         * mm-util.el (mm-detect-coding-region): Typo.
10805
10806 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10809
10810 2005-04-06  Deepak Goel  <deego@gnufans.org>
10811
10812         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10813         user-function allow user modifications of the scores.
10814         (spam-stat-score-buffer-user): New function, to allow
10815         user-computed modifications to the score.
10816         (spam-stat-score-buffer-user-functions): List of additional
10817         scoring functions.
10818         (spam-stat-error-holder): Global temporary error holder.
10819         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10820         variable.
10821
10822 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10823
10824         * gnus-registry.el (gnus-registry-clean-empty-function)
10825         (gnus-registry-trim, gnus-registry-fetch-groups)
10826         (gnus-registry-delete-group): Groups that match
10827         `gnus-registry-ignored-groups' are removed from the registry
10828         entries, not just ignored for splitting.  This helps clean up the
10829         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10830         to get all the groups a message ID is in.
10831
10832         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10833         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10834         (spam-stat-score-buffer-user-functions): Add :number custom type.
10835
10836 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10839         argument in XEmacs.
10840
10841         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10842         (nnrss-request-group): Decode group name first.
10843         (nnrss-request-article): Make a text/plain article if mml-to-mime
10844         failed.
10845         (nnrss-get-encoding): Return a compatible encoding according to
10846         nnrss-compatible-encoding-alist.
10847         (nnrss-find-el): Use consp instead of listp.
10848         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10849
10850 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10853         which Emacs 20 doesn't support.
10854         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10855
10856 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10857
10858         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10859         silence the byte compiler inside the defun.
10860
10861         * gnus-demon.el (parse-time-string): Add autoload.
10862
10863         * gnus-delay.el (parse-time-string): Add autoload.
10864
10865         * gnus-art.el (parse-time-string): Add autoload.
10866
10867         * nnultimate.el (parse-time): Require for `parse-time-string'.
10868
10869 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10872
10873         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10874
10875         * smime.el (smime-ldap-host-list): Add :version.
10876
10877 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10878
10879         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10880         pass it to `gnus-browse-read-group'.
10881         (gnus-browse-read-group): Add NUMBER argument and pass it to
10882         `gnus-group-read-ephemeral-group'.
10883
10884         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10885         argument and pass it to `gnus-group-read-group'.
10886
10887 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10888
10889         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10890         mm-xemacs-find-mime-charset-1 if we have the mule feature
10891         available at runtime.
10892
10893 2005-03-25  Werner Lemberg  <wl@gnu.org>
10894
10895         * nnmaildir.el: Replace `illegal' with `invalid'.
10896
10897 2005-03-23  Lute Kamstra  <lute@gnu.org>
10898
10899         * time-date.el: Add comment on time value formats.
10900         Don't require parse-time.
10901         (with-decoded-time-value): New macro.
10902         (encode-time-value): New function.
10903         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10904         (days-to-time): Return a valid time value when arg is huge.
10905         (time-since): Use time-subtract.
10906         (time-to-number-of-days): Use time-to-seconds.
10907
10908 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10909
10910         * gnus-start.el (gnus-display-time-event-handler):
10911         Check display-time-timer at runtime rather than only at load time
10912         in case display-time-mode is turned off in the mean time.
10913
10914 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10917         used.
10918
10919         * nneething.el (nneething-map-file-directory): Derive from
10920         `gnus-directory'.
10921
10922         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10923         the To/Cc button.
10924
10925 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * nnmaildir.el (nnmaildir-request-accept-article):
10928         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10929
10930 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10931
10932         * gnus-async.el: Require timer-funcs at compile time when in
10933         XEmacs for `run-with-idle-timer'.
10934
10935 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10936
10937         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10938         autoloaded function.
10939
10940 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10941
10942         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10943
10944 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10945
10946         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10947
10948 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10949
10950         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10951         gnus-expert-user to default.
10952
10953 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10954
10955         * nnimap.el (nnimap-open-server): Ditto.
10956
10957         * imap.el (imap-authenticate): Fix typo.
10958
10959 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10960
10961         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10962         buffer (since IMAP server might return FETCH response out of
10963         order, and the nntp buffer must be sorted).
10964
10965 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10966
10967         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10968         comparison on string.
10969
10970         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10971         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10972         (gnus-agent-summary-fetch-series): Modified to protect against
10973         gnus-agent-summary-fetch-group clearing processable flags.
10974         (gnus-agent-synchronize-group-flags): Update live group buffer as
10975         synchronization may occur due to the user toggle the plugged
10976         status.
10977         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10978         successfully downloaded.
10979         (gnus-agent-expire-group-1): Avoid using markers when the overview
10980         is in ascending order; greatly improves performance.
10981         (gnus-agent-regenerate-group): Use
10982         gnus-agent-synchronize-group-flags to reset read status in both
10983         gnus and server.
10984         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10985
10986 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * message.el: Don't autoload former message-utils variables.
10989         (message-strip-subject-trailing-was): Change doc string.
10990
10991         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10992         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10993         (nnweb-google-search): Add "hl=en" here.
10994         (nnweb-google-parse-1, nnweb-google-create-mapping):
10995         Don't hardcode URL.
10996
10997 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10998
10999         * message.el (message-get-reply-headers, message-followup):
11000         Mention related variables `message-use-followup-to' and
11001         `message-use-mail-followup-to', in the information buffer.
11002
11003         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11004         of broken groups(-beta).google.com.
11005
11006 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11007
11008         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11009         parameter to invoked gnus-request-move-article; remove the
11010         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11011         all at once instead of once per article.
11012         (gnus-summary-remove-process-mark): Accept a list of articles as
11013         well as a single article for processing.
11014
11015         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11016         parameter.
11017
11018         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11019
11020         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11021
11022         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11023         parameter.
11024
11025         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11026         parameter.
11027
11028         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11029         parameter and remove the gnus-sum-hint-move-is-internal variable.
11030
11031         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11032         parameter.
11033
11034         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11035         parameter.
11036
11037         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11038         parameter.
11039
11040         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11041
11042         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11043         parameter.
11044
11045         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11046         parameter.
11047
11048 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11049
11050         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11051         a more conservative way.
11052
11053 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11054
11055         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11056         buffer, so it moves the window's cursor.
11057
11058 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11059
11060         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11061         `mm-dissect-multipart' and receive the from field as an (optional)
11062         argument from `mm-dissect-multipart'.
11063         (mm-dissect-multipart): Receive the from field as an argument and
11064         pass it on when we call `mm-dissect-buffer' on MIME parts.
11065         Fixes verification/decryption of signed/encrypted MIME parts.
11066
11067 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11068
11069         * gnus-sum.el (gnus-summary-move-article): Set
11070         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11071         whatever it calls (right now, only nnimap-request-move article
11072         respects it).
11073
11074         * nnimap.el (nnimap-request-move-article): When
11075         gnus-sum-hint-move-is-internal is set, don't do the extra
11076         nnimap-request-article.
11077
11078 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11081
11082         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11083         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11084
11085         * gnus-sum.el (gnus-summary-caesar-message):
11086         Apply `gnus-treat-article' after rotation.
11087
11088         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11089         doc string.
11090
11091 2005-02-22  Simon Josefsson  <jas@extundo.com>
11092
11093         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11094         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11095         <arne@arnested.dk>.
11096         (encrypt): Add password-cache and password-cache-expiry as group
11097         members.
11098
11099 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11100
11101         * smime.el (smime-ldap-host-list): Doc fix.
11102         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11103         cache) password.
11104         (smime-sign-region): Use it.
11105         (smime-decrypt-region): Use it.
11106         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11107         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11108         fails.
11109         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11110         certificate from DER to PEM format rather than calling openssl.
11111
11112         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11113
11114         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11115         for signing/encryption.
11116
11117         * mml.el (mml-parse-1): Use them.
11118
11119 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11120
11121         * nnrss.el (nnrss-verbose): Removed.
11122         (nnrss-request-group): Use `nnheader-message' instead.
11123
11124 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11125
11126         * nnrss.el (nnrss-verbose): New variable.
11127         (nnrss-request-group): Make it say nnrss is requesting a group.
11128
11129 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11132         Handle news URL with given port correctly.
11133
11134 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11137         containing special characters.
11138
11139         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11140
11141         * mml.el (mime-to-mml): Ditto.
11142
11143         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11144         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11145         (rfc2047-decode-region): Quote decoded words containing special
11146         characters when rfc2047-quote-decoded-words-containing-tspecials
11147         is non-nil.
11148
11149 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11150
11151         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11152
11153         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11154
11155 2005-02-15  Simon Josefsson  <jas@extundo.com>
11156
11157         * nnimap.el (nnimap-debug): Doc fix.
11158
11159         * imap.el (imap-debug): Doc fix.
11160
11161 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11164
11165 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11166
11167         * gnus.el (spam-contents): Improve docs for spam-contents
11168         parameter in its variable incarnation.
11169
11170 2005-02-14  Simon Josefsson  <jas@extundo.com>
11171
11172         * smime-ldap.el: Use require instead of load-library for ldap.
11173         (smime-ldap-search): Indent.
11174         (smime-ldap-search-internal): Shorten line.
11175
11176         * smime.el (smime-cert-by-dns): Add doc-string.
11177         (smime-cert-by-ldap-1): Indent.
11178
11179         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11180         mml-smime-get-dns-ldap.
11181         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11182
11183 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11184
11185         * smime.el: Require smime-ldap.
11186         (smime-ldap-host-list): New variable.
11187         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11188
11189         * mml-smime.el (mml-smime-encrypt-query): New function.
11190         (mml-smime-encrypt-query): Use it.
11191
11192         * smime-ldap.el: New file.
11193
11194 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11197
11198 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11199
11200         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11201         argument in doc string.  Make query for type more clear.
11202
11203 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11204
11205         * gnus.el (gnus-group-startup-message): Search for gnus images in
11206         etc/images/gnus.
11207         * mm-util.el (mm-image-load-path): Likewise.
11208         * smiley.el (smiley-data-directory): Search for smilies in
11209         etc/images/smilies.
11210
11211 2005-02-09  Kim F. Storm  <storm@cua.dk>
11212
11213         Change Emacs release version from 21.4 to 22.1 throughout.
11214         Change Emacs development version from 21.3.50 to 22.0.50.
11215
11216 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11219
11220         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11221         non-Mule XEmacs as well.
11222         (mm-decompress-buffer): Signal an error intentionally if it does
11223         not decompress compressed data because auto-compression-mode is
11224         disabled.
11225
11226 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11227
11228         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11229         an ID in the registry even if it has no groups.
11230
11231 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11234         merge it into mm-decompress-buffer.
11235         (gnus-mime-copy-part): Use the MIME part charset, the value which
11236         a user specified or gnus-newsgroup-charset for decoding, like
11237         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11238         save-buffer what was used.  Suggested by Kevin Ryde
11239         <user42@zip.com.au>.
11240         (gnus-mime-inline-part): Allow the name parameter as well as the
11241         filename parameter; force decompressing of compressed data; always
11242         display contents being not decoded as unibyte.
11243
11244         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11245         as well as the filename parameter.
11246
11247         * mm-util.el (mm-decompress-buffer): Merge
11248         gnus-mime-jka-compr-maybe-uncompress.
11249         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11250         of compressed data.
11251
11252 2005-02-08  Simon Josefsson  <jas@extundo.com>
11253
11254         * imap.el (imap-log): Doc fix.
11255
11256 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11259         the coding cookies; decompress compressed parts.
11260
11261         * mml.el (mml-generate-mime-1): Add the charset parameter according
11262         to the value which a user specified manually or the coding cookie.
11263
11264         * mm-util.el (mm-string-to-multibyte): New function.
11265         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11266         (mm-coding-system-to-mime-charset): New function.
11267         (mm-decompress-buffer): New function.
11268         (mm-find-buffer-file-coding-system): New function.
11269
11270         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11271         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11272         parts.
11273
11274 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11275
11276         * mm-view.el (mm-display-inline-fontify): Decode a part according
11277         to the charset parameter.
11278
11279 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11282         prefix arg is neither nil nor a number, as info specifies.
11283
11284 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11287         timestamps.
11288
11289 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11290
11291         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11292         groups error checking and notify user.
11293
11294 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11295
11296         * message.el (message-send-mail-function): Check existence of
11297         sendmail-program first before using default value
11298         `message-send-mail-with-sendmail'.  Otherwise use more generic
11299         `smtpmail-send-it'.
11300
11301 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * nntp.el (nntp-request-update-info): Always return nil.
11304
11305 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11306
11307         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11308
11309 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11310
11311         * message.el (message-beginning-of-line): Change the behavior when
11312         invoked between BOL and : so that it first moves backward.
11313
11314 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11317         article buffer when editing of the article is discarded.
11318         (gnus-article-prepare): Revert.
11319
11320 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * gnus-art.el (gnus-article-prepare):
11323         Remove message-strip-forbidden-properties from the local hook.
11324
11325 2005-01-27  Simon Josefsson  <jas@extundo.com>
11326
11327         * password.el (password-cache-add): Only start one timer per key.
11328         Reported by Derek Atkins <warlord@MIT.EDU>.
11329
11330 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11331
11332         * run-at-time.el: Removed.  It is no longer needed as
11333         timer-funcs.el in the xemacs-base package has a working version of
11334         `run-at-time'.
11335
11336         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11337
11338         * password.el: Require timer-funcs instead of run-at-time in
11339         XEmacs.
11340         Remove `password-run-at-time' macro.
11341         (password-cache-add): Use `run-at-time' instead of
11342         `password-run-at-time'.
11343
11344         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11345         Remove `nnheader-cancel-function-timers' alias,
11346         `cancel-function-timers' exists in XEmacs in timer-funcs.
11347
11348         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11349         for `run-with-idle-timer'.
11350
11351         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11352         for `run-at-time'.
11353
11354         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11355         for `with-timeout'.
11356
11357         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11358         the same as for XEmacs 21.4.
11359         No need to ignore `run-with-idle-timer', this function exists in
11360         XEmacs now in timer-funcs.el in the xemacs-base package.
11361         (dgnushack-compile): No need to delete
11362         run-at-time.el from the list of files to compile because it
11363         doesn't exist anymore.
11364
11365 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11368         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11369
11370 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11371
11372         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11373         sensitively.
11374
11375 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11376
11377         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11378
11379 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11382         which will be inserted according to the multibyteness of a buffer
11383         rather than the type of contents.  Suggested by ARISAWA Akihiro
11384         <ari@mbf.ocn.ne.jp>.
11385
11386         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11387         of string which old xml.el may return rather than a string.
11388
11389 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11392
11393 2005-01-16  Simon Josefsson  <jas@extundo.com>
11394
11395         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11396         idn/idna.el isn't available.
11397         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11398         <michael@waxrat.com>.
11399
11400         * hashcash.el: Remove non-FSF copyright header.
11401
11402         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11403         (hashcash-generate-payment): Use it.
11404         (hashcash-generate-payment-async): Use it.
11405
11406 2005-01-15  Simon Josefsson  <jas@extundo.com>
11407
11408         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11409         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11410
11411         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11412         gnus-summary-idna-message.
11413         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11414         (gnus-summary-idna-message): New function.
11415
11416 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11417
11418         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11419         gnus-novice-user.
11420
11421 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * nnrss.el (nnrss-request-delete-group): Delete entries in
11424         nnrss-group-alist as well.
11425         (nnrss-save-server-data): Insert newline.
11426
11427 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * gnus.el (gnus-user-agent): Use list of symbols instead of
11430         symbols.  Display full version number for (S)XEmacs.  Optionally
11431         display (S)XEmacs codename.
11432
11433         * gnus-util.el (gnus-emacs-version): Update for new
11434         `gnus-user-agent'.
11435
11436         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11437         Gnus version.
11438
11439 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11442         which is unreadable in some setups.
11443
11444 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * gnus-spec.el (gnus-update-format-specifications): Flush the
11447         group format spec cache if it doesn't support decoded group names.
11448
11449 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11452         Allow to apply decay on score files matching a regexp.
11453
11454 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11457         compatibility in %g and %c.
11458
11459 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11462         name for only %g and %c.
11463         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11464         of gnus-tmp-group to decoded group name.
11465         (gnus-group-make-rss-group): Exclude `/'s from group names.
11466
11467 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * nnrss.el (nnrss-get-encoding): Fix regexp.
11470
11471 2004-12-27  Simon Josefsson  <jas@extundo.com>
11472
11473         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11474         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11475         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11476
11477 2004-12-17  Kim F. Storm  <storm@cua.dk>
11478
11479         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11480
11481         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11482
11483 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11484
11485         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11486
11487 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11488
11489         * nnrss.el: Require rfc2047 and mml.
11490         (nnrss-file-coding-system): New variable.
11491         (nnrss-format-string): Redefine it as an inline function.
11492         (nnrss-decode-group-name): New function.
11493         (nnrss-string-as-multibyte): Remove.
11494         (nnrss-retrieve-headers): Decode group name; don't use
11495         nnrss-format-string.
11496         (nnrss-request-group): Decode group name.
11497         (nnrss-request-article): Decode group name; allow a Message-ID as
11498         well as an article number; don't use nnrss-format-string; encode a
11499         Message-ID string which may contain non-ASCII characters; use
11500         mml-to-mime to compose a MIME article.
11501         (nnrss-request-expire-articles): Decode group name.
11502         (nnrss-request-delete-group): Decode group name.
11503         (nnrss-fetch): Clarify error message.
11504         (nnrss-read-server-data): Use insert-file-contents instead of load;
11505         bind file-name-coding-system; use multibyte buffer.
11506         (nnrss-save-server-data): Bind coding-system-for-write to the
11507         value of nnrss-file-coding-system; bind file-name-coding-system;
11508         add coding cookie.
11509         (nnrss-read-group-data): Use insert-file-contents instead of load;
11510         bind file-name-coding-system; use multibyte buffer.
11511         (nnrss-save-group-data): Bind coding-system-for-write to the
11512         value of nnrss-file-coding-system; bind file-name-coding-system.
11513         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11514         make it work with non-ASCII text.
11515         (nnrss-find-el): Make it work with old xml.el as well.
11516
11517 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11518
11519         * nnrss.el (nnrss-get-encoding): New function.
11520         (nnrss-fetch): Use unibyte buffer initially; bind
11521         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11522         decode contents according to the encoding attribute.
11523         (nnrss-save-group-data): Add coding cookie.
11524         (nnrss-mime-encode-string): New function.
11525         (nnrss-check-group): Use it to encode subject and author.
11526
11527 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11528
11529         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11530         imaginary variable.
11531
11532 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11535         correctly even if there are wide characters.
11536
11537 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11538
11539         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11540         downcased symbol names; make a new cache instead of reusing
11541         bbdb-hashtable.
11542
11543 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11546         concatenating segments rather than before concatenating them.
11547         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11548
11549         * message.el (message-get-reply-headers): Bind `extra'.
11550
11551 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11552
11553         * message.el (message-extra-wide-headers): New variable.
11554         (message-get-reply-headers): Use it.
11555
11556 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11559         (gnus-agent-group-pathname): Ditto.
11560
11561         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11562
11563         * gnus-group.el (gnus-group-make-group): Decode group name.
11564         (gnus-group-make-rss-group): Register the group data after opening
11565         the nnrss group.
11566
11567 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11568
11569         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11570         by expiry now get marked as read.
11571
11572 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11575
11576 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11577
11578         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11579         unify Latin characters in XEmacs.
11580         (mm-find-mime-charset-region): Use it.
11581
11582 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * gnus-util.el (gnus-delete-directory): New function.
11585
11586         * gnus-agent.el (gnus-agent-delete-group): Use it.
11587
11588         * gnus-cache.el (gnus-cache-delete-group): Use it.
11589
11590 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11593         names.
11594
11595 2004-12-16  Simon Josefsson  <jas@extundo.com>
11596
11597         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11598
11599 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11602
11603         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11604         (gnus-group-set-current-level): Decode group name.
11605
11606 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11607
11608         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11609         failed.
11610
11611 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * gnus-group.el (gnus-group-delete-group): Decode group name.
11614         (gnus-group-make-rss-group): Encode group name.
11615         (gnus-group-catchup-current): Decode group name.
11616         (gnus-group-kill-group): Decode group name.
11617
11618 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11619
11620         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11621
11622 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-group.el (gnus-group-make-rss-group):
11625         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11626
11627         * gnus-start.el (gnus-setup-news): Honor user's setting to
11628         gnus-message-archive-method.  Suggested by Lute Kamstra
11629         <lute@gnu.org>.
11630
11631 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11632
11633         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11634         global counterparts of the buffer-local variables.
11635
11636 2004-11-16  Romain Francoise  <romain@orebokech.com>
11637
11638         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11639         counterparts of the buffer-local variables.
11640
11641 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * message.el (message-forbidden-properties): Fixed typo in doc
11644         string.
11645
11646 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * gnus-util.el (gnus-replace-in-string): Added doc string.
11649
11650         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11651         to avoid problems when splitting mails with many recipients.
11652
11653 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11654
11655         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11656         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11657
11658 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11659
11660         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11661         if there is no hashtable in memory or file modification time is
11662         newer than cached timestamp.
11663
11664 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11667         not-matching option.
11668
11669 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11670
11671         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11672         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11673         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11674         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11675         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11676         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11677
11678 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * message.el (message-forward-make-body-mml): Remove headers
11681         according to message-forward-ignored-headers if a message is decoded.
11682
11683 2004-12-02  Romain Francoise  <romain@orebokech.com>
11684
11685         * message.el (message-forward-make-body-plain): Always remove
11686         headers according to message-forward-ignored-headers.
11687
11688 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11689
11690         * spam.el (spam-summary-prepare-exit): Remove the
11691         gnus-summary-limit pop for now, it has problems with ham marks for
11692         me.
11693
11694 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11695
11696         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11697         correctly.
11698
11699 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11700
11701         * format-spec.el (format-spec): Message the char.
11702
11703 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11704
11705         * gnus-art.el (gnus-split-methods): Reformat comments.
11706
11707         * spam.el (spam-summary-prepare-exit): Remove article limits
11708         before exiting the summary buffer.
11709
11710 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11713         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11714
11715         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11716         order to silence the byte compiler.
11717
11718         * spam.el: Fix the way to silence the byte compiler, which
11719         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11720         bbdb-search-simple, spam-BBDB-register-routine,
11721         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11722         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11723         spam-stat-buffer-is-spam, spam-stat-load,
11724         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11725         spam-stat-save and spam-stat-split-fancy.
11726
11727 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11730         which may confuse users.
11731         (canlock-password-for-verify): Ditto.
11732
11733         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11734
11735         * gnus-art.el (gnus-emphasis-alist): Ditto.
11736
11737         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11738
11739         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11740
11741         * gnus-start.el (gnus-save-killed-list): Ditto.
11742
11743         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11744         (gnus-sum-thread-tree-root): Ditto.
11745         (gnus-sum-thread-tree-false-root): Ditto.
11746         (gnus-sum-thread-tree-single-indent): Ditto.
11747
11748         * message.el (message-courtesy-message): Ditto.
11749         (message-archive-note): Ditto.
11750         (message-subscribed-address-file): Ditto.
11751         (message-user-fqdn): Ditto.
11752
11753         * spam-report.el (spam-report-gmane-regex): Ditto.
11754
11755         * spam.el (spam-blackhole-good-server-regex): Ditto.
11756
11757 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * mml.el (mml-preview): Widen the message buffer before copying
11760         the contents to the preview buffer; sort headers before previewing.
11761
11762         * message.el (message-hidden-headers): Fix the way to avoid a bug
11763         in the `repeat' widget in Emacs 21.3 or earlier.
11764
11765 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * message.el (message-hidden-headers): Default to "^References:".
11768         Improve customization type.  Suggested by Reiner Steib
11769         <Reiner.Steib@gmx.de>.
11770
11771 2004-11-25  Romain Francoise  <romain@orebokech.com>
11772
11773         * message.el (message-strip-forbidden-properties): Remove check for
11774         obsolete `message-hidden' text property, hidden headers are not
11775         accessible in the buffer anymore.
11776
11777 2004-11-22  Romain Francoise  <romain@orebokech.com>
11778
11779         * message.el (message-header-format-alist): Add `From' in list
11780         so that it can be sorted.
11781         (message-fix-before-sending): Widen and sort headers before
11782         sending.
11783         (message-hide-headers): Use narrowing to hide headers by moving
11784         them to the top of the buffer and narrowing to the region
11785         underneath.
11786
11787 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11788
11789         * message.el (message-strip-forbidden-properties): Bind
11790         buffer-read-only (etc) to nil.
11791
11792 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11795         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11796
11797 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11798
11799         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11800
11801 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11802
11803         * dns.el (query-dns): Use sit-for to time instead of
11804         accept-process-output, since that doesn't seem to work on udp
11805         sockets.
11806
11807 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11810
11811 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11812
11813         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11814         doc string.  Improve doc string.
11815
11816 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * nntp.el (nntp-request-update-info): Return nil if
11819         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11820         may not call gnus-activate-group which uselessly issues the GROUP
11821         commands for all nntp groups and wastes time.  Reported by Romain
11822         Francoise <romain@orebokech.com>.
11823
11824         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11825
11826 2004-11-15  Simon Josefsson  <jas@extundo.com>
11827
11828         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11829         headers separately.
11830         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11831         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11832
11833 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11834
11835         * gnus-start.el (gnus-convert-old-newsrc):
11836         Assign legacy-gnus-agent to 5.10.7.
11837
11838 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11839
11840         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11841         start of the lines.
11842
11843 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11844
11845         * hashcash.el (hashcash-default-payment): Change default to 20.
11846         (hashcash-default-accept-payment): Change default to 20.
11847         (hashcash-process-alist): New variable.
11848         (hashcash-generate-payment-async): Add.
11849         (hashcash-already-paid-p): Add.
11850         (hashcash-insert-payment): Don't generate payments twice.
11851         (hashcash-insert-payment-async): Add.
11852         (hashcash-insert-payment-async-2): Add.
11853         (hashcash-cancel-async): Add.
11854         (hashcash-wait-async): Add.
11855         (hashcash-processes-running-p): Add.
11856         (hashcash-wait-or-cancel): Add.
11857         (mail-add-payment): New optional argument.  Conditionally start
11858         asynchronous calculation.
11859         (mail-add-payment-async): Add.
11860
11861         * message.el (message-send-mail): Wait for asynchronous hashcash
11862         results.  Don't clobber existing X-Hashcash headers.
11863         (message-setup-1): Call mail-add-payment-async when
11864         message-generate-hashcash is non-nil.
11865
11866 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11867
11868         * message.el (message-use-alternative-email-as-from): Examine the
11869         From header as well; use message-make-from in order to include a
11870         user's full name.
11871
11872 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11875         default; improve customization type.
11876         (gnus-emphasis-custom-with-format): New macro.
11877         (gnus-emphasis-custom-value-to-external): New function.
11878         (gnus-emphasis-custom-value-to-internal): New function.
11879
11880 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11881
11882         * dns.el (query-dns): Resolve reverse addresses.
11883
11884 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11885
11886         * gnus-group.el (gnus-group-get-new-news): Use it.
11887
11888         * gnus-start.el (gnus-check-reasonable-setup): New function.
11889
11890 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11893         "Args out of range" error.  Reported by Arnaud Giersch
11894         <arnaud.giersch@free.fr>.
11895
11896 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11897
11898         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11899
11900 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11901
11902         * spam.el (spam group): Add :version.
11903
11904         * pgg-def.el (pgg group): Add :version.
11905
11906 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * gnus-art.el (gnus-article-edit-article): Don't associate the
11909         article buffer with a draft file.  This is a temporary measure
11910         against the 2004-08-22 change to gnus-article-edit-mode.
11911
11912 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11915         (html2text-format-tags): Remove unused variable `attr'.
11916
11917 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11918
11919         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11920
11921         * tls.el (tls-process-connection-type, tls-success)
11922         (tls-certtool-program): Add :version.
11923
11924         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11925         (starttls-extra-arguments, starttls-process-connection-type)
11926         (starttls-connect, starttls-failure, starttls-success): Add :version.
11927
11928         * spam-stat.el (spam-stat): Add :version.
11929
11930         * sieve.el (sieve): Add :version.
11931
11932         * sha1.el (sha1): Add :version.
11933         (sha1-use-external): Remove redundant version.
11934
11935         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11936         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11937         (nnmail-split-fancy-match-partial-words)
11938         (nnmail-split-lowercase-expanded): Add :version.
11939
11940         * nndiary.el (nndiary): Add :version.
11941
11942         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11943
11944         * mml-sec.el (mml-default-sign-method)
11945         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11946         Add :version.
11947
11948         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11949
11950         * mm-url.el (mm-url-use-external, mm-url-program)
11951         (mm-url-arguments): Add :version.
11952
11953         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11954         (mm-attachment-file-modes, mm-decrypt-option)
11955         (mm-w3m-safe-url-regexp): Add :version.
11956
11957         * message.el (message-cite-prefix-regexp)
11958         (message-sendmail-envelope-from, message-minibuffer-local-map)
11959         (message-user-fqdn, message-completion-alist): Add :version.
11960
11961         * gnus-win.el (gnus-configure-windows-hook)
11962         (gnus-use-frames-on-any-display): Add :version.
11963
11964         * gnus-art.el (gnus-article-address-banner-alist)
11965         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11966         (gnus-treat-from-picon, gnus-treat-mail-picon)
11967         (gnus-treat-x-pgp-sig): Add :version.
11968
11969         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11970         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11971         (gnus-summary-article-delete-hook)
11972         (gnus-summary-display-while-building): Add :version.
11973
11974         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11975         (gnus-get-top-new-news-hook): Add :version.
11976
11977         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11978         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11979
11980         * gnus-registry.el (gnus-registry): Add :version.
11981
11982         * gnus-spec.el (gnus-use-correct-string-widths)
11983         (gnus-make-format-preserve-properties): Add :version.
11984
11985         * gnus.el (gnus-group-charter-alist)
11986         (gnus-group-fetch-control-use-browse-url)
11987         (gnus-install-group-spam-parameters): Add :version.
11988
11989         * gnus-diary.el (gnus-diary): Add :version.
11990
11991         * gnus-delay.el (gnus-delay): Add :version.
11992
11993         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11994         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11995         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11996         Add :version.
11997
11998         * gnus-agent.el (gnus-agent-max-fetch-size)
11999         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12000         (gnus-agent-prompt-send-queue): Add :version.
12001
12002         * deuglify.el (gnus-outlook-deuglify): Add :version.
12003
12004         * html2text.el: Beautify code.  Improve doc strings.  Some
12005         checkdoc cleanup.
12006         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12007
12008 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12009
12010         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12011
12012 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12013
12014         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12015         when package is loaded.
12016
12017         * spam.el (spam-summary-score-preferred-header): Add global preference
12018         for people who want to override the default SpamAssassin over
12019         Bogofilter preference (when both are set).
12020         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12021         (spam-user-format-function-S): Check
12022         spam-summary-score-preferred-header.
12023         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12024         (spam-user-format-function-S): Format the score correctly.
12025
12026 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12029         signature file.  Suggested by Manoj Srivastava
12030         <srivasta@golden-gryphon.com>.
12031
12032         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12033         iso-2022-jp even in the Japanese language environment.
12034         Suggested by Jason Rumney <jasonr@gnu.org>.
12035
12036 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12039         use the same characters as the dummy marks; make it free from
12040         getting affected by the language environment.
12041         (gnus-summary-read-group-1): Update mark positions only when the
12042         format spec is updated.
12043
12044         * gnus-spec.el (gnus-update-format-specifications): Return a list
12045         of updated types.
12046
12047 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12050         of boundp to check if display-warning is available.
12051
12052 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12053
12054         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12055
12056 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * nnspool.el (nnspool-spool-directory): Use news-path if the
12059         news-directory variable is not bound.
12060
12061         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12062         function instead of display-warning if it is not available.
12063
12064 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12065
12066         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12067         v5-10: Use `point-at-bol'.
12068
12069 2004-10-26  Simon Josefsson  <jas@extundo.com>
12070
12071         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12072         <chenggao@gmail.com>.
12073
12074 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12077         instead.
12078
12079 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12080
12081         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12082         to remove a server from the nnimap-server-buffer-alist.
12083         (nnimap-open-connection, nnimap-close-server): Use it.
12084
12085         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12086
12087 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12090         running the major-mode function.
12091
12092 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12095         dummy marks in the right way.
12096
12097 2004-10-18  David Edmondson  <dme@dme.org>
12098
12099         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12100         excessively.
12101
12102 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12103
12104         * gnus-util.el (gnus-split-references): Accept a nil references
12105         string and go on blissfully.
12106
12107         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12108         cases where the references string is non-nil but has no references.
12109
12110         * encrypt.el: Add autoload tags.
12111
12112         * spam.el (spam-resolve-registrations-routine): Remove article
12113         from unregistration list too.  Reported by David Hanak
12114         <dhanak@isis.vanderbilt.edu>
12115
12116 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12119         nil.  Changed custom type.
12120
12121 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12124
12125         * gnus-sum.el (gnus-summary-move-article): Use it.
12126
12127 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12128
12129         * encrypt.el: Add autoload cookies.
12130
12131         * spam.el (spam-backend-article-list-property)
12132         (spam-backend-get-article-todo-list)
12133         (spam-backend-put-article-todo-list)
12134         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12135         Resolve registrations separately.
12136         (spam-register-routine): Format comments.
12137         (spam-unregister-routine, spam-register-routine): Always call with
12138         specific-articles, no default list.
12139         (spam-summary-prepare-exit): Use the spam-classifications function.
12140
12141         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12142         gnus-encrypt.el.
12143
12144         * encrypt.el: Copied from gnus-encrypt.el.
12145
12146         * gnus-encrypt.el: Commented that it's obsolete.
12147
12148 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12149
12150         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12151         (gnus-score-save): Use it.
12152
12153         * message.el (message-bury): Use `window-dedicated-p'.
12154
12155 2004-10-15  Simon Josefsson  <jas@extundo.com>
12156
12157         * pop3.el (top-level): Don't require nnheader.
12158         (pop3-read-timeout): Add.
12159         (pop3-accept-process-output): Add.
12160         (pop3-read-response, pop3-retr): Use it.
12161
12162 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12163
12164         * spam.el (spam-register-routine): Move comment.
12165         (spam-verify-bogofilter): Use 'unknown for the initial
12166         spam-bogofilter-valid state, not 'never.
12167
12168         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12169         for netrc-machine.
12170
12171         * nnimap.el (nnimap-open-connection): Use
12172         netrc-machine-user-or-password.
12173
12174 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12175
12176         * gnus-registry.el (gnus-registry-unload-hook):
12177         Set as a variable with add-hook.
12178
12179         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12180         of news-path.
12181
12182         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12183
12184         * spam.el: Delete duplicate `provide'.
12185         (spam-unload-hook): Set as a variable with add-hook.
12186
12187 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12188
12189         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12190         in the doc string.
12191
12192         * message.el (message-ignored-news-headers)
12193         (message-ignored-supersedes-headers)
12194         (message-ignored-resent-headers)
12195         (message-forward-ignored-headers): Improve custom type.
12196
12197 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * message.el (message-tokenize-header): Fix 2004-09-06 change
12200         which used point-min in the wrong place.
12201
12202 2004-10-12  Simon Josefsson  <jas@extundo.com>
12203
12204         * tls.el (tls-certtool-program): New variable.
12205         (tls-certificate-information): New function, based on
12206         ssl-certificate-information.
12207
12208 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * compface.el: Move the version of ELisp-based uncompface program
12211         to the contrib directory because of the copyright problem.
12212
12213 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12214
12215         * message.el (message-kill-buffer): Raise the current frame.
12216
12217 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12220
12221         * gnus.el (message-y-or-n-p): Autoload.
12222
12223         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12224         (pop3-password-required, pop3-authentication-scheme)
12225         (pop3-leave-mail-on-server): Made customizable.
12226         (pop3): New custom group.
12227         (pop3-retr): Remove `sleep-for' statements.
12228         Suggested by Dave Love <fx@gnu.org>.
12229
12230         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12231         Windows/DOS.
12232
12233         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12234         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12235         Dave Love <fx@gnu.org>.
12236
12237         * mml.el (mml-minibuffer-read-disposition): Require match.
12238         Suggested by Dave Love <fx@gnu.org>.
12239
12240 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12243         doc string.
12244
12245 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12248
12249 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12250
12251         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12252         instead of calling `mm-insert-inline', to decode text/* parts
12253         before displaying them.
12254
12255 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * mm-uu.el (mm-uu-text-plain-type): New variable.
12258         (mm-uu-pgp-signed-extract-1): Use it.
12259         (mm-uu-pgp-encrypted-extract-1): Use it.
12260         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12261         bind mm-uu-text-plain-type with that value.
12262         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12263         mm-uu-dissect.
12264
12265 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * gnus-group.el (gnus-update-group-mark-positions):
12268         * gnus-sum.el (gnus-update-summary-mark-positions):
12269         * message.el (message-check-news-body-syntax):
12270         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12271         of string-as-multibyte.
12272
12273 2004-10-05  Juri Linkov  <juri@jurta.org>
12274
12275         * gnus-group.el (gnus-update-group-mark-positions):
12276         * gnus-sum.el (gnus-update-summary-mark-positions):
12277         * message.el (message-check-news-body-syntax):
12278         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12279         8-bit unibyte values to a multibyte string for search functions.
12280
12281 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12284         (mm-uu-dissect-text-parts): New function.
12285
12286         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12287         dissect text parts.
12288
12289         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12290         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12291
12292         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12293
12294         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12295         gnus-current-topics instead of gnus-current-topic.
12296
12297 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12298
12299         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12300
12301 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12302
12303         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12304         where approriate.
12305
12306         * nnml.el (nnml-generate-active-info): do.
12307
12308         * nndiary.el (nndiary-generate-active-info): do.
12309
12310         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12311         (gnus-topic-move): do.
12312
12313         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12314         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12315
12316         * gnus-srvr.el (gnus-server-prepare)
12317         (gnus-server-open-all-servers): do.
12318
12319         * gnus-msg.el (gnus-summary-cancel-article)
12320         (gnus-summary-resend-message)
12321         (gnus-summary-mail-crosspost-complaint): do.
12322
12323         * gnus-move.el (gnus-change-server): do.
12324
12325         * gnus-group.el (gnus-group-unmark-all-groups)
12326         (gnus-group-set-current-level): do.
12327
12328 2004-10-04  Simon Josefsson  <jas@extundo.com>
12329
12330         * message.el (message-generate-hashcash): Doc fix.
12331
12332 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12333
12334         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12335         avoid infinite recursion via gnus-get-function.
12336
12337 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12338
12339         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12340
12341         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12342
12343         * nnmail.el (nnmail-split-history): do.
12344
12345         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12346         (nnml-request-delete-group): do.
12347
12348         * nnslashdot.el (nnslashdot-read-groups): do.
12349
12350         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12351         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12352
12353         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12354         (nnspool-sift-nov-with-sed): Use last.
12355         (nnspool-retrieve-headers-with-nov): Use mapc.
12356         (nnspool-request-newgroups): Use dolist.
12357         (nnspool-request-group): Use last.
12358
12359         * nntp.el (nntp-read-server-type): Use dolist.
12360
12361         * nnvirtual.el (nnvirtual-create-mapping)
12362         (nnvirtual-update-read-and-marked): Use dolist.
12363         (nnvirtual-convert-headers): Simplify.
12364
12365 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12366
12367         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12368         support for sync'ing tick marks.
12369
12370 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12373         there's no visible header.
12374
12375 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12376
12377         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12378         necessary, pass full group name to gnus-request-set-marks.
12379
12380 2004-10-01  Simon Josefsson  <jas@extundo.com>
12381
12382         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12383         acroread.
12384
12385 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12386
12387         * spam-report.el (spam-report-gmane): Fix interactive.
12388
12389         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12390
12391         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12392         when writing file.
12393         (gnus-agent-synchronize-flags): Don't default to being
12394         interactive.
12395
12396 2004-09-30  Simon Josefsson  <jas@extundo.com>
12397
12398         * message.el (message-generate-hashcash): Add.
12399         (message-send-mail): Use it, call mail-add-payment.
12400
12401 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12402
12403         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12404
12405 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12406
12407         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12408         gnus-requst-update-info with explicit code to sync the in-memory
12409         info read flags with the marks being sync'd to the backend.
12410
12411         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12412
12413 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12414
12415         * spam.el (spam-verify-bogofilter): Add new function.
12416         (spam-check-bogofilter)
12417         (spam-bogofilter-register-with-bogofilter): Use it.
12418         (spam-verify-bogofilter): Add small fixes.
12419
12420 2004-09-28  Simon Josefsson  <jas@extundo.com>
12421
12422         * hashcash.el (hashcash-generate-payment): Revert.
12423
12424 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12425
12426         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12427         gnus-extract-references instead of gnus-split-references.
12428
12429         * gnus-util.el (gnus-extract-references): Add new function, analogous
12430         to gnus-split-references but extracts only the message-ID without
12431         anything extra.
12432
12433         * hashcash.el (hashcash-generate-payment)
12434         (hashcash-check-payment): Do the right thing if hashcash-path is
12435         nil (because the hashcash program could not be found).
12436
12437         * spam.el (spam-use-hashcash): Remove comment.
12438
12439 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12440
12441         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12442         (gnus-cache-enter-article, gnus-cache-remove-article)
12443         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12444
12445         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12446
12447         * gnus-art.el (article-hide-boring-headers)
12448         (article-translate-strings, article-display-face)
12449         (gnus-article-mime-match-handle-first)
12450         (gnus-article-highlight-headers)
12451         (gnus-article-add-buttons-to-head): do.
12452
12453 2004-09-27  Simon Josefsson  <jas@extundo.com>
12454
12455         * hashcash.el: New version, from
12456         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12457         ../contrib/.
12458
12459 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12462
12463 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12464
12465         * gnus-dup.el (gnus-dup-open): Use mapc.
12466         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12467
12468         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12469         Reported by Stefan Wiens <s.wi@gmx.net>.
12470
12471         * gnus.el (gnus-shutdown): Use dolist.
12472
12473         * gnus-undo.el (gnus-undo): Use mapc.
12474
12475         * nnrss.el (nnrss-generate-active): do.
12476
12477         * message.el (message-cite-original-without-signature)
12478         (message-cite-original): Use mapc.
12479         (message-do-actions, message-make-forward-subject): Use dolist.
12480
12481 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12482
12483         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12484         deletion to remove entire duplicate line.  Fixes merged article
12485         number bug.
12486
12487 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12488
12489         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12490         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12491         first ask if you want to open a server and then, even when you
12492         responded with no, asking if you want to synchronize the server's
12493         flags.
12494         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12495         multi-line expressions.
12496         (gnus-agent-synchronize-group-flags): New internal function.
12497         Updates marks in memory (in the info structure) AND in the
12498         backend.
12499
12500         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12501
12502         * nnagent.el (nnagent-request-set-mark): Use
12503         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12504         method, to ensure that synchronization updates marks in the
12505         backend and in the info (in memory) structure.
12506
12507 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12510         convention fully; don't miss the root article of a thread; make
12511         the X-Draft-From header with correct article numbers.
12512
12513 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12514
12515         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12516         unless plugged.  Disable the agent so that an open failure causes
12517         an error.
12518
12519         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12520         Reverted 2004-09-21 change.  The backend must be opened while
12521         synchronizing flags even when the backend stores the flags
12522         locally.
12523
12524 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12527         in `header' match.  Reported by Svend Tollak Munkejord.
12528
12529         * message.el (message-cite-original): Fix use of
12530         `message-cite-articles-with-x-no-archive'.
12531
12532 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12535         (gnus-window-to-buffer): Ditto.
12536
12537         * mml.el (mml-preview-buffer): New variable.
12538         (mml-preview): Manage window layout with gnus-buffer-configuration.
12539
12540         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12541         X-Draft-From header even if those articles aren't quoted.
12542
12543 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12544
12545         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12546         (gnus-request-set-mark, gnus-request-update-mark): Use new
12547         g-s-t-u-l-m to decide to use backend even when unplugged.
12548
12549 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12552         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12553
12554 2004-09-20  Simon Josefsson  <jas@extundo.com>
12555
12556         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12557         "utf-16-le".
12558
12559 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12560
12561         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12562
12563 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12564
12565         * uudecode.el (uudecode-use-external): Add :version.
12566
12567         * smime.el (smime-CA-file, smime-encrypt-cipher)
12568         (smime-dns-server): Add :version.
12569
12570         * smiley.el (gnus-smiley-file-types): Add :version.
12571
12572         * sha1.el (sha1-use-external): Add :version.
12573
12574         * pgg-def.el (pgg-query-keyserver): Add :version.
12575
12576         * nnmail.el (nnmail-fancy-expiry-targets)
12577         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12578         Add :version.
12579
12580         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12581         (nnimap-retrieve-groups-asynchronous): Add :version.
12582         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12583
12584         * mml.el (mml-content-disposition-parameters)
12585         (mml-insert-mime-headers-always): Add :version.
12586
12587         * mm-util.el (mm-coding-system-priorities): Add :version.
12588
12589         * mm-decode.el (mm-inline-text-html-with-images)
12590         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12591         (mm-verify-option): Add :version.
12592         (mm-text-html-renderer): Change :version.
12593
12594         * message.el (message-fcc-externalize-attachments)
12595         (message-required-headers, message-draft-headers)
12596         (message-subject-trailing-was-query)
12597         (message-subject-trailing-was-ask-regexp)
12598         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12599         (message-mark-insert-end, message-archive-header)
12600         (message-archive-note, message-cross-post-default)
12601         (message-cross-post-note, message-followup-to-note)
12602         (message-cross-post-note-function, message-use-mail-followup-to)
12603         (message-subscribed-address-functions)
12604         (message-subscribed-address-file, message-subscribed-addresses)
12605         (message-subscribed-regexps, message-allow-no-recipients)
12606         (message-yank-cited-prefix, message-signature-insert-empty-line)
12607         (message-hidden-headers, message-hierarchical-addresses)
12608         (message-mail-user-agent, message-use-idna)
12609         (message-valid-fqdn-regexp)
12610         (message-strip-special-text-properties, message-header-synonyms)
12611         (message-beginning-of-line, message-tab-body-function): Add :version.
12612         (message-insert-canlock, message-wide-reply-confirm-recipients):
12613         Change :version.
12614
12615         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12616         and :version.
12617         (mail-source-delete-old-incoming-confirm)
12618         (mail-source-movemail-program): Add :version.
12619
12620         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12621         (gnus-agent-cache, gnus-agent): Change :version.
12622
12623         * gnus-util.el (gnus-use-byte-compile): Change :version.
12624
12625         * gnus-sum.el (gnus-summary-make-false-root-always)
12626         (gnus-summary-default-high-score)
12627         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12628         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12629         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12630         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12631         (gnus-sum-thread-tree-single-indent)
12632         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12633         (gnus-sum-thread-tree-leaf-with-other)
12634         (gnus-sum-thread-tree-single-leaf): Add :version.
12635         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12636         (gnus-article-loose-mime): Change :version.
12637
12638         * gnus-start.el (gnus-backup-startup-file)
12639         (gnus-save-startup-file-via-temp-buffer): Add :version.
12640
12641         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12642         (gnus-server-offline-face): Add :version.
12643
12644         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12645
12646         * gnus-msg.el (gnus-gcc-externalize-attachments)
12647         (gnus-debug-files, gnus-debug-exclude-variables)
12648         (gnus-discouraged-post-methods): Change :version.
12649         (gnus-confirm-mail-reply-to-news)
12650         (gnus-confirm-treat-mail-like-news): Add :version.
12651
12652         * gnus-int.el (gnus-server-unopen-status): Add :version.
12653
12654         * gnus-group.el (gnus-group-jump-to-group-prompt)
12655         (gnus-large-ephemeral-newsgroup)
12656         (gnus-fetch-old-ephemeral-headers): Add :version.
12657
12658         * gnus-fun.el (gnus-x-face-directory)
12659         (gnus-convert-pbm-to-x-face-command)
12660         (gnus-convert-image-to-x-face-command)
12661         (gnus-convert-image-to-face-command): Add :version.
12662
12663         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12664
12665         * gnus-cite.el (gnus-cite-blank-line-after-header)
12666         (gnus-article-boring-faces): Add :version.
12667
12668         * gnus-art.el (gnus-buttonized-mime-types)
12669         (gnus-inhibit-mime-unbuttonizing)
12670         (gnus-treat-display-face)
12671         (gnus-treat-body-boundary): Change :version.
12672         (gnus-body-boundary-delimiter, gnus-picon-databases)
12673         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12674         (gnus-treat-date-english, gnus-treat-fold-headers)
12675         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12676         (gnus-treat-mail-picon, gnus-treat-wash-html)
12677         (gnus-article-encrypt-protocol)
12678         (gnus-use-idna, gnus-article-over-scroll)
12679         (gnus-mime-display-multipart-alternative-as-mixed)
12680         (gnus-mime-display-multipart-related-as-mixed)
12681         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12682         (gnus-ctan-url, gnus-button-ctan-handler)
12683         (gnus-button-handle-ctan-bogus-regexp)
12684         (gnus-button-ctan-directory-regexp)
12685         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12686         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12687         (gnus-button-man-level, gnus-button-emacs-level)
12688         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12689
12690         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12691         (gnus-agent-go-online): Change :version.
12692         (gnus-agent-expire-unagentized-dirs)
12693         (gnus-agent-auto-agentize-methods): Add :version.
12694
12695         * flow-fill.el (fill-flowed-display-column)
12696         (fill-flowed-encode-column): Add :version.
12697
12698         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12699         (gnus-outlook-deuglify-unwrap-max)
12700         (gnus-outlook-deuglify-cite-marks)
12701         (gnus-outlook-deuglify-unwrap-stop-chars)
12702         (gnus-outlook-deuglify-no-wrap-chars)
12703         (gnus-outlook-deuglify-attrib-cut-regexp)
12704         (gnus-outlook-deuglify-attrib-verb-regexp)
12705         (gnus-outlook-deuglify-attrib-end-regexp)
12706         (gnus-outlook-display-hook): Add :version.
12707
12708         * binhex.el (binhex-use-external): Add :version.
12709
12710 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12711
12712         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12713         and `invisible'.
12714
12715 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12716
12717         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12718         in gnus-registry-trim.
12719
12720 2004-09-13  Simon Josefsson  <jas@extundo.com>
12721
12722         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12723
12724         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12725
12726         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12727         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12728         <yamaoka@jpl.org>.
12729         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12730         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12731         <yamaoka@jpl.org>.
12732
12733         * sieve.el (sieve-manage-mode): Ditto.
12734
12735 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12736
12737         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12738
12739 2004-09-11  Simon Josefsson  <jas@extundo.com>
12740
12741         * dns-mode.el: Add.
12742
12743         * mm-view.el (mm-display-dns-inline): Add.
12744
12745         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12746         (mm-automatic-display): Ditto.
12747
12748         * mailcap.el (mailcap-mime-data): Add text/dns.
12749         (mailcap-mime-extensions): Map .soa to text/dns.
12750
12751 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12752
12753         * gnus-art.el (article-decode-mime-words, article-babel)
12754         (gnus-article-highlight-signature, gnus-article-add-buttons)
12755         (gnus-signature-toggle): Remove unnecessary bindings of
12756         `inhibit-read-only' inherited from v5.10 merge.
12757
12758 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12759
12760         * nntp.el (nntp): New customization group.
12761         (nntp-authinfo-file): Add customization group.
12762
12763         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12764
12765         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12766
12767         * gnus.el (to-address, to-list, subscribed)
12768         (large-newsgroup-initial): Ditto.
12769
12770         * flow-fill.el (fill-flowed-display-column)
12771         (fill-flowed-encode-column): Ditto.
12772
12773 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12774
12775         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12776         Use point-min rather than 1.
12777         (message-send-mail): Use buffer-size rather than point-max.
12778
12779         * gnus-sum.el (gnus-summary-search-article-forward):
12780         Signal a specific `search-failed' rather than a generic `error'.
12781
12782         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12783         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12784         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12785
12786 2004-09-10  Simon Josefsson  <jas@extundo.com>
12787
12788         * nndb.el (require): Remove tcp and duplicate cl.
12789
12790 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * gnus-agent.el (directory-files-and-attributes): Move forward.
12793
12794 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12795
12796         * gnus-agent.el (directory-files-and-attributes): Optionally
12797         defined to support XEmacs.
12798
12799 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12800
12801         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12802         to avoid run-time CL dependencies.
12803         (gnus-agent-unfetch-articles): New function.
12804         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12805         article numbers even when local .overview file is missing.
12806         (gnus-agent-read-article-number): New function.  Only accepts
12807         27-bit article numbers.
12808         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12809         gnus-agent-read-article-number.
12810         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12811         from backend while recognizing that article numbers in .overview
12812         must be valid.
12813         (gnus-agent-update-files-total-fetched-for): Use
12814         directory-files-and-attributes to improve performance.
12815         * gnus-int.el (gnus-request-move-article): Use
12816         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12817         improve performance.
12818
12819         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12820         some users confused by references to .newsrc when they only have a
12821         .newsrc.eld file.
12822         (gnus-convert-mark-converter-prompt)
12823         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12824         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12825         New function.  Used internally to only display 'gnus converting
12826         files' message when actually necessary.
12827
12828         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12829         methods now autoloaded.
12830
12831 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12834         identifiers.
12835
12836 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12837
12838         * gnus-picon.el: Fix indentation and closing parenthesis.
12839
12840 2004-09-01  Simon Josefsson  <jas@extundo.com>
12841
12842         * message.el (message-canlock-generate): Require sha1, not
12843         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12844         to require within a function.  Sadly, if sha1.el isn't loaded, the
12845         let binding in m-c-g will hide the defcustom definition, which is
12846         bad.)
12847
12848         * canlock.el: Require sha1, not sha1-el.
12849
12850         * message.el: Don't autoload sha1 (there is a autoload cookie in
12851         sha1.el).
12852
12853         * sha1-el.el: Renamed to sha1.el.
12854
12855 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12856
12857         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12858
12859 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12860
12861         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12862
12863 2004-08-30  Kim F. Storm  <storm@cua.dk>
12864
12865         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12866
12867         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12868         Add :group 'nnimap.
12869
12870 2004-08-30  Andreas Schwab  <schwab@suse.de>
12871
12872         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12873         ?* and ?\;.
12874
12875         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12876         and ?\' to symbol instead of whitespace.
12877
12878 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12881
12882         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12883         instead of re-search-forward.
12884
12885         * gnus-uu.el (gnus-uu-save-article): Ditto.
12886         (gnus-uu-post-encode-uuencode): Ditto.
12887
12888         * html2text.el (html2text-clean-list-items): Ditto.
12889         (html2text-clean-dtdd): Ditto.
12890         (html2text-format-tags): Ditto.
12891
12892         * message.el (message-send-mail-with-sendmail): Fix regexp.
12893         (message-fill-field-general): Use search-forward instead of
12894         re-search-forward.
12895         (unbold-region): Ditto.
12896
12897         * nnrss.el (nnrss-request-article): Ditto.
12898
12899         * nnslashdot.el (nnslashdot-request-article): Ditto.
12900
12901         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12902
12903         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12904         "Unrecognized menu descriptor" error in XEmacs.
12905
12906 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12907
12908         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12909         parent article of a sparse article in the thread hashtb.
12910
12911 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12912
12913         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12914         (nnmail-expand-newtext): Lowercase expanded entries if
12915         nnmail-split-lowercase-expanded is non-nil.
12916
12917 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12920
12921         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12922         of gnus-tmp-news-method into string under XEmacs.  It will be
12923         passed to gnus-correct-length which takes only a string argument.
12924
12925 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gnus-util.el (gnus-bind-print-variables): New macro.
12928         (gnus-prin1): Use it.
12929         (gnus-prin1-to-string): Use it.
12930         (gnus-pp): New function.
12931         (gnus-pp-to-string): New function.
12932
12933         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12934         Replace pp-to-string with gnus-pp-to-string.
12935         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12936         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12937         * gnus-msg.el (gnus-debug): Ditto.
12938         * gnus-score.el (gnus-score-save): Ditto.
12939         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12940         gnus-pp-to-string.
12941         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12942         with gnus-pp.
12943         * score-mode.el (gnus-score-pretty-print): Ditto.
12944         * webmail.el (webmail-debug): Ditto.
12945
12946 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * gnus-art.el (article-display-face, article-display-x-face):
12949         Use buffer-read-only.
12950
12951 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * gnus-art.el (article-hide-list-identifiers):
12954         Bind inhibit-read-only as t.
12955
12956 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12957
12958         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12959
12960 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12961
12962         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12963         (gnus-narrow-to-page): Don't assume point-min == 1.
12964         (gnus-article-edit-mode): Derive from message-mode.
12965
12966         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12967         point-min == 1.
12968
12969         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12970         Disable incorrect use of `assert'.
12971
12972         * message.el (message-mode): Set comment-start-skip.
12973
12974
12975 2004-08-22  Sam Steingold  <sds@gnu.org>
12976
12977         * pop3.el (pop3-leave-mail-on-server): New user variable.
12978         (pop3-movemail): Delete mail only when it is nil.
12979
12980 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12983
12984         * mml.el (mml-preview): Use `pop-to-buffer'.
12985
12986         * message.el (message-goto-mail-followup-to): Insert after "To".
12987         (message-carefully-insert-headers): Add comment.
12988
12989         * gnus.el: Remove unused variable `gnus-article-check-size'.
12990
12991         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12992
12993         * gnus-art.el (gnus-button-alist): Improve
12994         `gnus-button-handle-library' entry.
12995
12996 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12997
12998         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12999         downcase, since XEmacs capitalizes error messages differently.
13000
13001 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13002
13003         * nntp.el: Add (require 'gnus) due to reference to
13004         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13005
13006 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13007
13008         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13009         `mm-fill-flowed'.
13010
13011         * mm-decode.el (mm-dissect-singlepart): Check it.
13012
13013 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13014
13015         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13016         'imap' for netrc parsing.
13017
13018 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13019
13020         * mailcap.el (mailcap-mime-data): Mark as risky.
13021
13022 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13025         may be included in the encoded word.
13026         (rfc2047-encode): Don't append a space if the encoded word
13027         includes close parenthesis.
13028
13029 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13030
13031         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13032         of text within parentheses.
13033
13034 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13035
13036         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13037         (gnus-encrypt-write-file-contents): Make the password key the file
13038         name PLUS the cipher, not just the cipher.  Also remove failed
13039         passwords from the cache.
13040
13041 2004-08-06  Simon Josefsson  <jas@extundo.com>
13042
13043         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13044         fix.
13045
13046 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13049         LWSP.
13050
13051 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13052
13053         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13054         to append in-reply-to: data to the references: header.
13055
13056         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13057         (netrc-parse): Use gnus-encrypt.el functions.
13058
13059         * gnus-encrypt.el: Add new file for encryption support; currently
13060         does only a few GPG ciphers and an internal XOR cipher.
13061
13062         * password.el: Add comments on using password-read-and-add.
13063         (password-read-and-add): Add function to read and add the
13064         password to the cache at once.
13065
13066 2004-07-28  Simon Josefsson  <jas@extundo.com>
13067
13068         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13069         parameter (but don't use it, for now).
13070
13071         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13072         instead of hard coding to nil.
13073
13074 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13077         as mm-inline-image-xemacs does.
13078
13079 2004-07-26  Simon Josefsson  <jas@extundo.com>
13080
13081         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13082         Revert part of 2004-07-17 change below.
13083
13084 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13087         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13088
13089 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13090
13091         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13092         quotes that actually start with ">" at the beginning of the
13093         lines.
13094
13095 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * rfc2047.el (rfc2047-encode-region): Fix last change.
13098         (rfc2047-encode-parameter): Remove useless concat.
13099
13100 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13103         encode special characters; fix some kind of misconfigured headers;
13104         signal a real error if debug-on-quit or debug-on-error is non-nil.
13105         (rfc2047-encode-max-chars): New variable.
13106         (rfc2047-encode-1): Use it.
13107         (rfc2047-encode-parameter): New function.
13108
13109         * mml.el (mml-insert-parameter): Remove an excessive space.
13110
13111 2004-07-17  Simon Josefsson  <jas@extundo.com>
13112
13113         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13114         Kai Grossjohann <kai@emptydomain.de>.
13115         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13116         (gnus-group-make-menu-bar): Ditto.
13117
13118         * gnus-util.el (gnus-group-server): Add.
13119
13120 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13121
13122         * message.el (message-clone-locals): Clone sendmail and smtp
13123         variables.
13124
13125 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * rfc2047.el (rfc2047-encode-region): Fix last change.
13128
13129 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13132         characters as non-special.
13133
13134 2004-07-09  Simon Josefsson  <jas@extundo.com>
13135
13136         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13137         Users will lose all flag changes made while unplugged with
13138         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13139         good default.  See numerous reports on ding mailing list.
13140
13141 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13144         add generate-head-function and generate-article-function to the
13145         rfc822-forward entry.
13146         (nndoc-rfc822-forward-generate-article): New function.
13147         (nndoc-rfc822-forward-generate-head): New function.
13148
13149         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13150
13151 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13152
13153         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13154         respect display group parameter and gnus-summary-expunge-below.
13155         (gnus-articles-to-read): Remove unused reference to display group
13156         parameter.
13157
13158 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13159
13160         * nnheader.el (nnheader-uniquify-message-id): New experimental
13161         variable.
13162         (nnheader-nov-read-message-id): Use it.
13163
13164         * spam-report.el (spam-report-gmane): Add interactive.
13165
13166 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13169         qp-or-base64 for the application/* types.
13170
13171 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13172
13173         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13174
13175 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13176
13177         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13178         trim value.
13179
13180 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13181
13182         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13183         New macro and function.
13184         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13185
13186 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13189         after-load-alist.
13190
13191 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13192
13193         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13194         update info that isn't there.
13195
13196 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13197
13198         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13199         entry.
13200
13201 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * mm-view.el (mm-inline-render-with-function): Use multibyte
13204         buffer; decode html source by charset.
13205
13206         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13207
13208         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13209         Mule-UCS is loaded under XEmacs.
13210         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13211
13212 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13213
13214         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13215
13216 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * mm-util.el (mm-coding-system-p): Return a coding-system.
13219         (mm-mime-mule-charset-alist): Use shift_jis instead of
13220         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13221         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13222         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13223         instead of japanese-shift-jis and iso-latin-1 respectively in
13224         order to share the default value with both Emacs and XEmacs-mule.
13225         (mm-mule-charset-to-mime-charset): Make
13226         mm-coding-system-priorities effective.
13227         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13228         while predicating of candidates upon the priorities.
13229
13230 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13231
13232         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13233         gnus-uu-invert-processable.
13234
13235         * gnus.el: Autoload gnus-uu-invert-processable.
13236
13237 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * mm-util.el (mm-with-multibyte-buffer): New macro.
13240
13241         * rfc2047.el (rfc2047-encode-string): Use it.
13242         (rfc2047-encode-region): Move point to the end of the region after
13243         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13244
13245 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13248         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13249
13250 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13253         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13254         Karl Chen <quarl@nospam.quarl.org>.
13255
13256 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13257
13258         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13259         invalid addresses.
13260
13261 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13262
13263         * spam.el: Change section markers, revise TODO list.
13264         (spam-backends): Make new master list of all installed backends.
13265         (spam-summary-exit-behavior): Add new variable to determine how
13266         messages moves are done at summary exit.
13267         (spam-move-spam-nonspam-groups-only)
13268         (spam-process-ham-in-nonham-groups)
13269         (spam-process-ham-in-spam-groups): Remove variables, the
13270         spam-summary-exit-behavior variable should be used to manage this
13271         behavior.
13272         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13273         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13274         and spam-old-spam-articles.
13275         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13276         Add empty variables, placeholders for the backends they represent.
13277         (spam-set-difference): Move, unchanged.
13278         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13279         unless the user has a processor variable.
13280         (spam-classifications, spam-classification-valid-p)
13281         (spam-backend-properties, spam-backend-property-valid-p)
13282         (spam-backend-function-type-valid-p)
13283         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13284         (spam-report-articles-gmane, spam-report-articles-resend):
13285         Remove functions, they are not needed.
13286         (spam-install-backend-super, spam-backend-list)
13287         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13288         (spam-backend-function, spam-backend-ham-registration-function)
13289         (spam-backend-spam-registration-function)
13290         (spam-backend-ham-unregistration-function)
13291         (spam-backend-spam-unregistration-function)
13292         (spam-backend-statistical-p, spam-backend-mover-p)
13293         (spam-install-backend-alias, spam-install-checkonly-backend)
13294         (spam-install-mover-backend, spam-install-nocheck-backend)
13295         (spam-install-backend, spam-install-statistical-backend)
13296         (spam-install-statistical-checkonly-backend): Add backend installation
13297         support.
13298         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13299         (spam-group-processor-p): Use the new backend code and respect the
13300         summary exit behavior.
13301         (spam-mark-spam-as-expired-and-move-routine): Remove.
13302         (spam-summary-prepare): Change to use the new spam-old-articles
13303         variable.
13304         (spam-copy-or-move-routine, spam-copy-spam-routine)
13305         (spam-move-spam-routine, spam-copy-ham-routine)
13306         (spam-move-ham-routine): Add code to copy/move ham or spam.
13307         (spam-fetch-field-fast): Improve doc and code, plus allow the
13308         'number request.
13309         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13310         variables.
13311         (spam-split, spam-find-spam): Use the new backend code.
13312         (spam-registration-functions): Remove variable.
13313         (spam-unregister-routine): Add convenience wrapper.
13314         (spam-log-undo-registration, spam-register-routine)
13315         (spam-log-processing-to-registry)
13316         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13317         where possible.
13318         (spam-check-gmane-xref, spam-check-regex-headers)
13319         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13320         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13321         (spam-check-bogofilter-headers, spam-check-spamoracle)
13322         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13323         (spam-check-crm114-headers): Use the spam-split-group that
13324         spam-split prepares, no need to determine it every time.
13325
13326         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13327         to the nnheader-parse-naked-head call.
13328
13329         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13330
13331         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13332         the nnheader-nov-read-message-id call.
13333
13334 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13337         gnus-activate-group twice.  Suggested by Markus Peter
13338         <warp@spin.de>.
13339
13340 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * gnus-art.el (gnus-article-time-format): Exchange the order of
13343         day and month in the default value; fix customization type.
13344         (article-date-ut): Use add-text-properties.
13345         (article-make-date-line): Use message-make-date instead of
13346         current-time-string.
13347
13348         * message.el (message-fetch-field): Don't use set-text-properties.
13349         (message-make-date): Simplify.
13350
13351         * messagexmas.el (message-xmas-make-date): New function.
13352         (message-xmas-redefine): Defalias message-make-date to it.
13353
13354 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13357         (rfc2047-encode-region): Treat text within parentheses as special;
13358         show the original text when error has occurred.
13359
13360         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13361         already-computed method to gnus-activate-group.
13362
13363         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13364         same select-methods identical Lisp objects.
13365
13366         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13367         object when modifying the info.
13368
13369 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13372         gnus-opened-servers since it has never been opened with the new
13373         configuration yet.
13374
13375 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13378         arg to nnheader-generate-fake-message-id.
13379
13380 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13381
13382         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13383         number and build a fake message ID localized to a group and
13384         article number (so it's repeatable from that point on).
13385         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13386         ID format.
13387
13388         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13389         nnheader-generate-fake-message-id with the article number.
13390
13391 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13392
13393         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13394         end-of-buffer.
13395
13396 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13397
13398         * message.el (message-ignored-supersedes-headers): Add Approved.
13399
13400 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13403         goto-char.
13404         (rfc2047-encode): Fold the line before encoding.
13405
13406 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13407
13408         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13409         folding -- not all headers can be folded, and this should be done
13410         by the message composition mode.  Probably.  I think.
13411
13412 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13415         fast.
13416
13417         * gnus-ems.el (gnus-remove-image): Don't use
13418         message-text-with-property; remove only the image found first.
13419
13420         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13421         found first.
13422
13423 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13424
13425         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13426
13427 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * message.el (message-text-with-property): Make it fast and accept
13430         optional arguments.
13431         (message-strip-forbidden-properties): Use it.
13432         (message-fix-before-sending): Follow the m-t-w-p change.
13433
13434         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13435
13436 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * gnus-art.el (article-hide-headers): Don't change the buffer
13439         mistakenly when performing mml-preview even if
13440         gnus-single-article-buffer is nil.
13441
13442 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13443
13444         * message.el (message-expand-name-databases): New user option.
13445         (message-expand-name): Use it.
13446
13447 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13448
13449         * spam.el (spam-report-articles-resend)
13450         (spam-report-resend-register-routine): Allow ham reporting.
13451         (spam-report-resend-register-ham-routine): Add wrapper.
13452         (spam-registration-functions): Add ham resending functions.
13453         (spam-list-of-processors): Add ham resend processor.
13454
13455         * gnus.el (ham-resend-to): Add new group parameter.
13456         (spam-process): Add ham resend option.
13457
13458         * spam-report.el (spam-report-resend): Allow reporting ham.
13459         (spam-report-resend-ham): Add wrapper.
13460
13461 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13462
13463         * message.el (message-cite-articles-with-x-no-archive): New
13464         variable.
13465         (message-cite-original): Use it.
13466
13467 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13468
13469         * message.el (message-cite-original): Respect X-No-Archive.
13470
13471 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * gnus-art.el (article-hide-headers): Refer to the values for
13474         gnus-ignored-headers and gnus-visible-headers in the summary
13475         buffer since a user may have set them as group parameters.
13476
13477 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13478
13479         * assistant.el (assistant-node-name): Add convenience function.
13480         (assistant-render-text, assistant-render-node): Add error handling,
13481         plus handle multiple next nodes.
13482         (assistant-find-next-node): Comment out for now.
13483         (assistant-find-next-nodes): Add function, returns list of next
13484         nodes.
13485
13486 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13487
13488         * mail-source.el (mail-source-directory): Fix doc-string.
13489
13490 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13491
13492         * assistant.el (assistant-render-text, assistant-eval): Add :set
13493         widget type, which is different because it takes and returns a
13494         list.  Much hilarity ensues.
13495
13496 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13497
13498         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13499
13500         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13501         doc-string.
13502
13503         * gnus-start.el (gnus-activate-group): Added doc-string.
13504
13505 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13508
13509 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13510
13511         * assistant.el (assistant-render-text): Try to add a :set
13512         widget, more to come.
13513
13514         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13515         strings.
13516         (spam-report-articles-resend)
13517         (spam-register-routine): Do registration iff any articles warrant
13518         it.
13519         (spam-summary-prepare-exit): Change log message for nil group
13520         destinations.
13521
13522 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13523
13524         * spam.el (spam-report-resend-register-routine): Allow
13525         spam-report-resend-to to be a group parameter or a global value.
13526
13527 2004-05-26  Simon Josefsson  <jas@extundo.com>
13528
13529         * starttls.el: Merge with my GNUTLS based starttls.el.
13530         (starttls-gnutls-program, starttls-use-gnutls)
13531         (starttls-extra-arguments, starttls-process-connection-type)
13532         (starttls-connect, starttls-failure, starttls-success): New
13533         variables.
13534         (starttls-program, starttls-extra-args): Doc fix.
13535         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13536         functions.
13537         (starttls-negotiate, starttls-open-stream): Check
13538         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13539         function if it is set.
13540
13541 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13544         structured fields.
13545
13546 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13549
13550 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13551
13552         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13553         variable.
13554         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13555         assigning the spam-mark to new messages.
13556
13557 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13558
13559         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13560
13561 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13564
13565         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13566         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13567         default.
13568
13569 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13570
13571         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13572         correct data.
13573
13574 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13575
13576         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13577         (spam-group-processor-p): Fix function.
13578         (spam-group-processor-multiple-p)
13579         (spam-group-spam-processor-report-gmane-p)
13580         (spam-group-spam-processor-report-resend-p)
13581         (spam-group-spam-processor-bogofilter-p)
13582         (spam-group-spam-processor-blacklist-p)
13583         (spam-group-spam-processor-ifile-p)
13584         (spam-group-ham-processor-ifile-p)
13585         (spam-group-spam-processor-spamoracle-p)
13586         (spam-group-spam-processor-crm114-p)
13587         (spam-group-ham-processor-bogofilter-p)
13588         (spam-group-spam-processor-stat-p)
13589         (spam-group-ham-processor-stat-p)
13590         (spam-group-ham-processor-whitelist-p)
13591         (spam-group-ham-processor-BBDB-p)
13592         (spam-group-ham-processor-spamoracle-p)
13593         (spam-group-ham-processor-copy-p): Remove functions with some
13594         prejudice against unneeded code.
13595         (spam-report-articles-resend)
13596         (spam-report-resend-register-routine): Allow the group/topic
13597         spam-resend-to value to override spam-report-resend-to.
13598         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13599         properly now.
13600
13601         * gnus.el (spam-resend-to): Add group/topic parameter.
13602         (spam-process): Move the OBSOLETE processors to the end of the
13603         choices.
13604
13605 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13606
13607         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13608         with resend-to set to nil, and then ask the user if necessary.
13609         (spam-report-resend): spam-report-resend takes a list of articles, not
13610         separate article numbers.
13611
13612 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13615         addition to emacs-w3m.
13616
13617 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13618
13619         * assistant.el (assistant-authinfo-data): New function.
13620         (assistant-eval): Eval for entire assistant.
13621
13622         * netrc.el (netrc-services-file): New variable.
13623         (netrc-parse-services): New function.
13624         (netrc-find-service-name): New function.
13625         (netrc-find-service-number): New function.
13626         (netrc-port-equal): New function.
13627         (netrc-machine): Use it.
13628
13629         * nnimap.el (nnimap-open-connection): Use netrc.
13630
13631         * gnus-util.el (gnus-netrc-get): Remove aliases.
13632
13633         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13634
13635         * assistant.el (wid-edit): Fix compilation.
13636
13637         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13638
13639 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13640
13641         * gnus-util.el (gnus-set-file-modes): New function.  (small
13642         patch).
13643
13644 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13645
13646         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13647
13648         * assistant.el (assistant-render-node): Fix up rendering and
13649         read-only text.
13650         (assistant-render-node): Reset.
13651         (assistant-make-read-only): Not sticky.
13652
13653 2004-05-20  Danny Siu  <dsiu@adobe.com>
13654
13655         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13656         centered even when gnus-auto-center-summary is t.
13657
13658 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13659
13660         * dns.el (dns-get-txt-answer): New function.
13661         (dns-read-txt): Ditto.
13662         (query-dns): Use it.
13663
13664 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13667         active for foreign groups even if the group level is higher than
13668         the specified value.
13669
13670 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13671
13672         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13673         non-active groups.
13674
13675         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13676
13677 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13678
13679         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13680
13681 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13682
13683         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13684         (spam-crm114-header, spam-crm114-spam-switch)
13685         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13686         (spam-crm114-positive-spam-header)
13687         (spam-crm114-database-directory, spam-list-of-processors)
13688         (spam-group-spam-processor-crm114-p)
13689         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13690         (spam-generic-score, spam-list-of-checks)
13691         (spam-list-of-statistical-checks, spam-registration-functions)
13692         (spam-check-crm114-headers, spam-crm114-score)
13693         (spam-check-crm114, spam-crm114-register-with-crm114)
13694         (spam-crm114-register-spam-routine)
13695         (spam-crm114-unregister-spam-routine)
13696         (spam-crm114-register-ham-routine)
13697         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13698         asjo@koldfront.dk (Adam Sjøgren).
13699
13700         * gnus.el: Add spam-use-crm114.
13701
13702         * spam.el (spam-list-of-processors, spam-registration-functions):
13703         Add spam-use-resend.
13704         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13705         (spam-report-articles-gmane): Add doc fix.
13706         (spam-report-articles-resend, spam-report-resend-register-routine):
13707         Add wrappers around spam-report-resend-to.
13708
13709         * spam-report.el (spam-report-resend-to, spam-report-resend):
13710         Add support for resending spam.
13711         (spam-report-gmane): Fix line length >80.
13712
13713         * gnus.el (spam-process): Add spam-use-resend.
13714
13715 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13716
13717         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13718         number of processed spam messages.
13719         (spam-ham-copy-or-move-routine): Return the number of processed
13720         ham messages.
13721         (spam-summary-prepare-exit): Use the above values to decide
13722         whether status messages shouled be displayed.
13723
13724 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13727         `rfc2047-encoding-function-alist' in order to avoid conflicting
13728         with the old version.
13729         (rfc2047-encode-region): Concatenate words containing non-ASCII
13730         characters in structured fields; don't encode space-delimited
13731         ASCII words even in unstructured fields; don't break words at
13732         char-category boundaries.
13733         (rfc2047-encode-1): New function.
13734         (rfc2047-encode): Use it; encode text so that it occupies the
13735         maximum width within 76-column; work correctly on Q encoding for
13736         iso-2022-* charsets.
13737         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13738         sure not to break a line just after the header name.
13739         (rfc2047-b-encode-region): Removed.
13740         (rfc2047-b-encode-string): New function.
13741         (rfc2047-q-encode-region): Removed.
13742         (rfc2047-q-encode-string): New function.
13743
13744         * mm-util.el (mm-replace-in-string): New function.
13745
13746 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13747
13748         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13749         get it right.
13750         (gnus-inews-make-draft): Really.
13751
13752 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13753
13754         * nnmh.el (nnmh-request-list-1): Don't check the link count
13755         before descending.  (small patch)
13756
13757 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13758
13759         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13760         stuff.
13761
13762         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13763         on real group name.
13764
13765         * gnus-art.el (gnus-signature-limit): Doc fix.
13766
13767         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13768
13769         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13770
13771 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13772
13773         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13774         isn't a string.
13775
13776 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13777
13778         * gnus-draft.el (gnus-draft-send): Bind
13779         rfc2047-encode-encoded-words.
13780
13781         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13782         (rfc2047-encodable-p): Say that =? needs encoding.
13783         (rfc2047-encode-encoded-words): New variable.
13784
13785         * gnus-group.el (gnus-group-select-group): Doc fix.
13786
13787         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13788
13789         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13790         to nil.
13791
13792         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13793
13794         * nnheader.el (nnheader-get-lines-and-char): New function.
13795
13796 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13797
13798         * gnus-msg.el (gnus-summary-followup-with-original): Document
13799         yanking of region when active.
13800
13801 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13804         groups if the group level is higher than the specified value.
13805
13806 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13809         (gnus-group-jump-to-group): Added prefix argument using
13810         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13811         non-active group.
13812
13813         * compface.el (uncompface): Be verbose when changing
13814         `uncompface-use-external'.
13815
13816         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13817         handle manual section.
13818
13819 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13820
13821         * gnus-art.el (gnus-button-alist): Revert previous change.
13822
13823 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13826
13827 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13828
13829         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13830         whether backend can accept message.
13831
13832         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13833
13834 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13835
13836         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13837         Avoid creating directory when nntp-marks-is-evil is true.
13838         Reported by Reiner Steib.
13839
13840 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13841
13842         * gnus-picon.el (gnus-picon-style): New variable.
13843         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13844         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13845         Jesper Harder <harder@ifa.au.dk>.
13846
13847 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13848
13849         * message.el (message-fill-field): Return point.
13850         (message-generate-headers): Go to end of field.
13851
13852         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13853         stuff for non-living groups.
13854
13855 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13856
13857         * gnus-art.el (gnus-article-followup-with-original)
13858         (gnus-article-reply-with-original): gnus-mark-active-p ->
13859         gnus-region-active-p.
13860
13861 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13862
13863         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13864         only when there is spam or ham to be processed.
13865
13866 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13867
13868         * mail-source.el (mail-source-delete-crash-box): Refactor.
13869         (mail-source-fetch): Use it.
13870         (mail-source-fetch-file): Ditto.
13871         (mail-source-fetch-directory): Run postscript in loop.
13872         (mail-source-fetch-pop): Delete.
13873         (mail-source-fetch-maildir): Ditto.
13874         (mail-source-fetch-imap): Ditto.
13875
13876         * imap.el (imap-authenticators): Comment out sasl.
13877
13878         * message.el (message-skip-to-next-address): New function.
13879         (message-fill-header-address): Refactor.
13880         (message-fill-address): Use it.
13881         (message-delete-address): Use it.
13882         (message-fill-header-general): Refactor.
13883         (message-fill-field-address): Rename.
13884         (message-narrow-to-field): Find the start of the header.
13885         (message-header-format-alist): Don't pre-fill.
13886         (message-fill-header): Removed.
13887         (message-insert-header): New function.
13888         (message-shorten-references): Use it.
13889
13890         * rfc2047.el (rfc2047-field-value): Strip props.
13891
13892         * mail-parse.el (mail-header-make-address): New alias.
13893
13894         * ietf-drums.el (ietf-drums-make-address): New function.
13895
13896         * imap.el: Add compiler directives.
13897
13898         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13899
13900         * gnus-art.el (article-decode-idna-rhs): Don't use
13901         message-idna-inside-rhs-p.
13902
13903 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13904
13905         * message.el (message-idna-inside-rhs-p): Removed.
13906         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13907
13908         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13909         false positives.
13910
13911 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13912
13913         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13914
13915 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13916
13917         * nneething.el (nneething-file-name): Don't create spurious
13918         files.
13919
13920         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13921         (gnus-inews-do-gcc): Remove sleep.
13922
13923         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13924         part under point.
13925
13926         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13927         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13928
13929 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13930
13931         * spam.el (spam-summary-prepare-exit): Fixed (length).
13932
13933 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13934
13935         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13936         as expired without moving it" message when there are spam
13937         messages left.
13938
13939 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13940
13941         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13942         header is not nil.
13943
13944 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13945
13946         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13947         nntp-possibly-create-directory, not nntp-possibly-change-group.
13948         (nntp-marks-changed-p): New arg SERVER.
13949         (nntp-request-update-info): Adjust caller.
13950
13951 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13952
13953         * nntp.el (nntp-save-marks): Pass missing arg.
13954
13955 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13956
13957         * nntp.el: Support marks.
13958         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13959         (nntp-marks-modtime, nntp-marks-directory): New variables.
13960         (nntp-request-set-mark, nntp-request-update-info)
13961         (nntp-possibly-create-directory, nntp-marks-changed-p)
13962         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13963         functions.
13964
13965 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13966
13967         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13968         (gnus-xmas-redefine): Rename.
13969
13970         * gnus-score.el (gnus-score-insert-help): Use
13971         gnus-select-lowest-window.
13972
13973         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13974         appt-select-lowest-window and rename to gnus-select-lowest-window.
13975
13976         * gnus.el: do.
13977
13978 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13979
13980         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13981         encodings of MIME-encoded words, in order to improve
13982         interoperability with several broken MUAs.
13983
13984 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13985
13986         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13987         tags, only when charsets are not specified in headers.
13988         (mm-inline-text-html-render-with-w3m): Ditto.
13989
13990         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13991         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13992
13993 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13994
13995         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13996         instead of MIME-decoded from fields when checking
13997         `gnus-article-address-banner-alist'.
13998
13999 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14000
14001         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14002         description rather than subject.
14003
14004 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14005
14006         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14007
14008 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14009
14010         * gnus.el (gnus-version-number): Bump.
14011
14012 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14013
14014         * gnus.el: No Gnus v0.2 is released.
14015
14016 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14017
14018         * gnus-agent.el (gnus-agent-read-agentview): Inline
14019         gnus-uncompress-range.
14020
14021 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14022
14023         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14024         `exec-installed-p'.
14025
14026 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14027
14028         * gnus.el (spam-process, spam-autodetect-methods): Add
14029         bsfilter and bsfilter-headers.
14030
14031         * spam.el (spam-bsfilter): New customize group.
14032         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14033         (spam-bsfilter-header, spam-bsfilter-probability-header)
14034         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14035         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14036         (spam-bsfilter-database-directory): New options.
14037         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14038         (spam-list-of-statistical-checks, spam-registration-functions):
14039         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14040         (spam-bsfilter-score): New command.
14041         (spam-check-bsfilter-headers, spam-check-bsfilter)
14042         (spam-bsfilter-register-with-bsfilter)
14043         (spam-bsfilter-register-spam-routine)
14044         (spam-bsfilter-unregister-spam-routine)
14045         (spam-bsfilter-register-ham-routine)
14046         (spam-bsfilter-unregister-ham-routine): New functions.
14047         (spam-generic-score): Support bsfilter; Accept an optional argument
14048         to recalcurate spam score even if scoring header has already been
14049         added.
14050         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14051         optional argument to recalcurate spam score even if scoring header
14052         has already been added.
14053
14054 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14055
14056         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14057         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14058         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14059         link is missing.
14060
14061 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14062
14063         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14064         (html2text-get-attr): Rewrite.
14065
14066         * message.el (message-setup-1): Remove redundant put-text-property
14067         on mail-header-separator.
14068
14069 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14070
14071         * gnus-registry.el (gnus-registry-cache-whitespace)
14072         (gnus-registry-action, gnus-registry-spool-action)
14073         (gnus-registry-split-fancy-with-parent): Change message levels
14074         from 5 to 3 or 7, as needed.
14075
14076         * spam.el (spam-summary-prepare-exit)
14077         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14078         (spam-split, spam-find-spam, spam-log-undo-registration)
14079         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14080         level from 5 to 6.
14081
14082 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14085         2004-03-04 change).
14086
14087 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14088
14089         * sieve-manage.el (sieve-manage-open):
14090         * nnweb.el (nnweb-insert-html):
14091         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14092         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14093         * nnspool.el (nnspool-request-group):
14094         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14095         * nnml.el (nnml-request-update-info):
14096         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14097         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14098         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14099         (nnimap-request-set-mark):
14100         * nnfolder.el (nnfolder-request-update-info):
14101         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14102         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14103         * gnus-uu.el (gnus-uu-find-articles-matching):
14104         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14105         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14106         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14107         * gnus-nocem.el (gnus-nocem-scan-groups):
14108         * gnus-int.el (gnus-start-news-server):
14109         * gnus-group.el (gnus-group-make-kiboze-group)
14110         (gnus-group-browse-foreign-server):
14111         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14112         Use mapc when appropriate.
14113
14114 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14115
14116         FIXME: Make separate entries for each person.
14117
14118         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14119         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14120         <shields@msrl.com>:
14121
14122         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14123         may need for spam sorting and scoring.
14124         (spam-user-format-function-S): Add user format function suitable for
14125         general use.
14126         (spam-article-sort-by-spam-status): Add sorting function for summary
14127         sorting.
14128         (spam-extra-header-to-number): Add function to get a score from a
14129         header.
14130         (spam-summary-score): Add function to get a numeric score from the
14131         headers.
14132         (spam-generic-score): Fix function doc, was in wrong place.
14133         (spam-initialize): Take symbols when it's run, and install the
14134         extra headers that spam-necessary-extra-headers thinks we need.
14135
14136 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14137
14138         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14139         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14140
14141 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14142
14143         * gnus-sum.el (gnus-set-global-variables)
14144         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14145         (gnus-article-get-xrefs, gnus-summary-best-group)
14146         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14147         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14148         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14149         Use with-current-buffer.
14150
14151 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14152
14153         * spam.el (spam-summary-prepare-exit): Simplify logic.
14154         (spam-fetch-article-header): Read the article header if it's not
14155         available.
14156         (spam-list-articles): Simplify logic.
14157         (spam-filelist-register-routine): Fix bug with unregister-list.
14158
14159         * gnus-registry.el: Fix comments at beginning.
14160
14161 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14162
14163         * message.el (message-cater-to-broken-inn): Remove.
14164         (message-shorten-references): Make sure the total folded length of
14165         References is shorter than 998 characters to cater to a bug in INN
14166         2.3.  Also, don't pretend that references aren't folded -- this
14167         hasn't worked for a while.
14168
14169 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14170
14171         * gnus-agent.el (gnus-agentize):
14172         gnus-agent-send-mail-real-function no longer set to current value
14173         of message-send-mail-function but rather a lambda that calls
14174         message-send-mail-function.  The change makes the agent real-time
14175         responsive to user changes to message-send-mail-function.
14176
14177 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14178
14179         * legacy-gnus-agent.el
14180         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14181         help from Florian Weimer <fw@deneb.enyo.de>
14182
14183 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * nnmail.el (nnmail-cache-insert): Revert last change.
14186
14187 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * nnmail.el (nnmail-cache-insert): Always check whether
14190         nnmail-cache-ignore-groups matches a group name.
14191
14192 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14193
14194         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14195         (spam-find-spam, spam-log-processing-to-registry)
14196         (spam-log-registered-p, spam-log-unregistration-needed-p)
14197         (spam-log-undo-registration): Use gnus-message instead of
14198         gnus-error, none of these errors are fatal.
14199
14200         * gnus-registry.el (gnus-registry-clean-empty-function)
14201         (gnus-registry-clean-empty): Remove only empty entries without
14202         extra data.
14203
14204 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14205
14206         * spam-stat.el (spam-stat-buffer-change-to-spam)
14207         (spam-stat-buffer-change-to-non-spam): Change (error) to
14208         (gnus-message 8) invocation.
14209
14210 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * nntp.el (nntp-via-netcat-command): New variable.
14213         (nntp-via-netcat-switches): New variable.
14214         (nntp-open-via-rlogin-and-netcat): New function.
14215         (nntp-open-connection-function): Doc fix.
14216         (nntp-telnet-command): Doc fix.
14217         (nntp-end-of-line): Doc fix.
14218         (nntp-via-rlogin-command): Doc fix.
14219         (nntp-via-user-name): Doc fix.
14220         (nntp-via-address): Doc fix.
14221
14222 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14225         error in Emacs 21.1.
14226
14227 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14228
14229         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14230
14231 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14232
14233         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14234         (gnus-agent-with-refreshed-group): New macro.
14235         (gnus-agent-rename-group): New function.
14236         (gnus-agent-delete-group): New function.
14237         (gnus-agent-save-group-info): Use gnus-command-method when
14238         `method' parameter is nil.  Don't write nil entries into the
14239         active file.
14240         (gnus-agent-get-group-info): New function.
14241         (gnus-agent-fetch-articles): Use
14242         gnus-agent-update-files-total-fetched-for to increment disk space
14243         used.
14244         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14245         gnus-agent-update-view-total-fetched-for to increment disk space
14246         used.
14247         (gnus-agent-get-local): Added optional parameters to avoid calling
14248         gnus-group-real-name and gnus-find-method-for-group.
14249         (gnus-agent-set-local): Delete stored entry if either min, or max,
14250         are nil.
14251         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14252         quit, use gnus-agent-regenerate-group to record existance of any
14253         articles fetched to disk before the quit occurred.
14254         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14255         gnus-agent-update-view-total-fetched-for, and
14256         gnus-agent-update-files-total-fetched-for to decrement disk space
14257         used.
14258         (gnus-agent-retrieve-headers): Use
14259         gnus-agent-update-view-total-fetched-for to increment disk space
14260         used.
14261         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14262         with gnus-agent-update-files-total-fetched-for to decrement disk
14263         space and fresh group buffer.
14264         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14265         (gnus-agent-need-update-total-fetched-for): New variable.
14266         (gnus-agent-update-files-total-fetched-for): New function.
14267         (gnus-agent-update-view-total-fetched-for): New function.
14268         (gnus-agent-total-fetched-for): New function.
14269
14270         * gnus-cache.el (gnus-cache-save-buffers): Use
14271         gnus-cache-update-overview-total-fetched-for to change disk space
14272         used by this group.
14273         (gnus-cache-possibly-enter-article): Use
14274         gnus-cache-update-file-total-fetched-for to increment disk space
14275         used by this group.
14276         (gnus-cache-possibly-remove-article): Use
14277         gnus-cache-update-file-total-fetched-for to decrement disk space
14278         used by this group.
14279         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14280         (gnus-cache-rename-group): New function.
14281         (gnus-cache-delete-group): New function.
14282         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14283         (gnus-cache-need-update-total-fetched-for): New variable.
14284         (gnus-cache-with-refreshed-group): New macro.
14285         (gnus-cache-update-file-total-fetched-for): New function.
14286         (gnus-cache-update-overview-total-fetched-for): New function.
14287         (gnus-cache-rename-group-total-fetched-for): New function.
14288         (gnus-cache-delete-group-total-fetched-for): New function.
14289         (gnus-cache-total-fetched-for): New function.
14290
14291         * gnus-group.el: Require gnus-sum and autoload functions to
14292         resolve warnings when gnus-group.el compiled alone.
14293         (gnus-group-line-format): Documented new %F.
14294         (size of Fetched data) group line format; identifies disk space
14295         used by agent and cache.
14296         (gnus-group-line-format-alist): Defined new F format.
14297         (gnus-total-fetched-for): New function.
14298         (gnus-group-delete-group): No longer update
14299         gnus-cache-active-altered as gnus-request-delete-group now keeps
14300         the cache in sync.
14301         (gnus-group-list-active): Let the agent store a server's active
14302         list if currently plugged.
14303
14304         * gnus-int.el (gnus-request-delete-group):
14305         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14306         local disk in sync with the server.
14307         (gnus-request-rename-group):
14308         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14309         local disk in sync with the server.
14310
14311         * gnus-start.el (gnus-get-unread-articles):
14312         Cosmetic simplification to logic.
14313
14314         * gnus-util.el (gnus-rename-file): New function.
14315
14316 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14317
14318         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14319
14320 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14321
14322         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14323         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14324
14325 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14326
14327         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14328         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14329
14330 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14331
14332         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14333
14334 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14335
14336         * spam.el (spam-set-difference): Add function to replace
14337         gnus-set-difference in spam.el.
14338         (spam-summary-prepare-exit): Use spam-set-difference.
14339
14340 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14341
14342         * gnus-registry.el (gnus-registry-cache-file): Update to use
14343         gnus-dribble-directory OR gnus-home-directory OR ~.
14344         (gnus-registry-split-fancy-with-parent): Fix doc.
14345
14346 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * message.el (message-exchange-point-and-mark): Use
14349         message-mark-active-p.  Suggested by Jesper Harder
14350         <harder@ifa.au.dk>.
14351
14352 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * message.el (message-exchange-point-and-mark): Don't activate
14355         region if it was inactive.  Suggested by Hiroshi Fujishima
14356         <pooh@nature.tsukuba.ac.jp>.
14357
14358 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * gnus-art.el (article-display-face): Display Faces in the same
14361         order as X-Faces.
14362
14363 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14366
14367 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14370         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14371         (gnus-article-mime-hierarchy): Remove.
14372         (gnus-article-mime-hierarchy-next): Remove.
14373         (gnus-article-mode): Revert 2004-03-19 change.
14374         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14375         (gnus-insert-mime-button): Revert 2004-03-19 change.
14376         (gnus-mime-accumulate-hierarchy): Remove.
14377         (gnus-mime-enter-multipart): Remove.
14378         (gnus-mime-leave-multipart): Remove.
14379         (gnus-mime-display-part): Revert 2004-03-19 change.
14380         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14381
14382         * mml.el (mml-preview): Revert 2004-03-19 change.
14383
14384 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14385
14386         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14387
14388 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14391         t while entering a file name using the mm-with-multibyte macro.
14392         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14393
14394         * mm-util.el (mm-with-multibyte): New macro.
14395
14396 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14399         user option.
14400         (gnus-mime-multipart-functions): Doc and customization fix.
14401         (gnus-article-mime-hierarchy): New variable.
14402         (gnus-article-mime-hierarchy-next): New variable.
14403         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14404         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14405         gnus-article-mime-hierarchy-next to nil.
14406         (gnus-insert-mime-button): Show hierarchy numbers.
14407         (gnus-mime-accumulate-hierarchy): New function.
14408         (gnus-mime-enter-multipart): New function.
14409         (gnus-mime-leave-multipart): New function.
14410         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14411         (gnus-mime-display-alternative): Show hierarchy numbers.
14412
14413         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14414         gnus-article-mime-hierarchy-next to nil.
14415
14416 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14417
14418         * dns.el: Don't require gnus-xmas.
14419
14420 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14421
14422         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14423         inline PGP.
14424         (mml-menu): Disable mml-quote-region if mark is inactive.
14425
14426 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14429         when the group's active is not available.
14430
14431 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14434         error.
14435
14436 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14437
14438         * imap.el (imap-store-password): New variable.
14439         (imap-interactive-login): Use it.
14440         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14441
14442 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14445         window-start and hscroll to summary window.
14446
14447 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14448
14449         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14450         conversion message to newsrc-dribble when an actual conversion is
14451         performed.
14452
14453 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14454
14455         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14456
14457 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * mm-decode.el (mm-complicated-handles): New function reviving
14460         former definition of mm-multiple-handles.
14461
14462         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14463         (gnus-mime-delete-part): Use it.
14464
14465 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14466
14467         * gnus-agent.el (gnus-agent-read-local): Bind
14468         nnheader-file-coding-system to gnus-agent-file-coding-system to
14469         avoid the implicit assumption that they will always be equal.
14470         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14471         coding-system-for-write, as the with-temp-file macro first prints
14472         to a buffer then saves the buffer.
14473
14474 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * gnus-art.el (gnus-article-edit-part): New function.
14477         (gnus-mime-save-part-and-strip): Use it; do query instead of
14478         signaling an error; don't use mm-multiple-handles.
14479         (gnus-mime-delete-part): Ditto.
14480
14481 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14482
14483         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14484         old file versions.
14485         (gnus-group-prepare-hook): Removed function that converted list
14486         form of gnus-agent-expire-days to group properties.
14487
14488         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14489         (gnus-request-accept-article): Re-indented.
14490
14491         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14492         converters to handle old agent file formats.  Added logic for a
14493         "backup before upgrading warning".
14494         (gnus-convert-mark-converter-prompt): Developers can mark
14495         functions as needing (default), or not needing,
14496         gnus-convert-old-newsrc's "backup before upgrading warning".
14497         (gnus-convert-converter-needs-prompt): Tests whether the user
14498         should be protected from potentially irreversable changes by the
14499         function.
14500
14501         * legacy-gnus-agent.el: New.  Provides converters that are only
14502         loaded when gnus-convert-old-newsrc needs to call them.
14503
14504 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * mail-source.el (mail-source-touch-pop): Doc fix.
14507
14508         * message.el (message-smtpmail-send-it): Doc fix.
14509
14510 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14511
14512         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14513
14514         * nnmail.el (nnmail-split-fancy): do.
14515
14516         * gnus-kill.el (gnus-kill, gnus-execute): do.
14517
14518 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14519
14520         * gnus-sum.el (gnus-widget-reversible-match)
14521         (gnus-widget-reversible-to-internal)
14522         (gnus-widget-reversible-to-external): New functions.
14523         (gnus-widget-reversible): New widget.
14524         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14525
14526 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14527
14528         * gnus-sum.el (gnus-thread-sort-functions)
14529         (gnus-article-sort-functions): Document `(not F)' items.
14530
14531 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14532
14533         * spam.el (spam-use-gmane-xref): Add new backend.
14534         (spam-gmane-xref-spam-group): Add variable to control the name of the
14535         Gmane spam group.
14536         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14537         (spam-regex-headers-spam, spam-regex-headers-ham)
14538         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14539         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14540         backends and checks.
14541         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14542
14543         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14544         an autodetect method.
14545
14546 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14547
14548         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14549         articles are being added to a group.
14550         (gnus-request-replace-article): Inform the agent that articles
14551         need to be uncached as the cached contents are no longer valid.
14552
14553 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * binhex.el: Don't autoload executable-find.
14556
14557         * canlock.el: Don't autoload mail-fetch-field.
14558
14559         * dgnushack.el: Autoload c-mode for XEmacs.
14560
14561         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14562
14563         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14564         rmail-dont-reply-to and rmail-output.
14565
14566         * gnus-score.el: Don't autoload ffap-string-at-point.
14567
14568         * gnus-setup.el: Don't autoload sc-cite-original.
14569
14570         * imap.el: Don't autoload base64-decode-string,
14571         base64-encode-string and md5.
14572
14573         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14574         and rmail-msg-restore-non-pruned-header.
14575
14576         * mm-decode.el: Don't autoload executable-find.
14577
14578         * mm-url.el: Don't autoload executable-find.
14579
14580         * mm-view.el: Don't autoload diff-mode.
14581
14582         * nndb.el: Don't autoload news-reply-mode, news-setup,
14583         cancel-timer and telnet.
14584
14585         * password.el: Don't autoload run-at-time for Emacs.
14586
14587         * sha1-el.el: Don't autoload executable-find.
14588
14589         * sieve-mode.el: Don't autoload c-mode.
14590
14591         * uudecode.el: Don't autoload executable-find.
14592
14593 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14594
14595         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14596         (gnus-agent-possibly-alter-active): Avoid null in numeric
14597         comparison.
14598         (gnus-agent-set-local): Refuse to save null in local object table.
14599         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14600         list of articles that will be marked as unread.
14601
14602 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14605
14606 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14607
14608         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14609         language tags.
14610
14611 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14612
14613         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14614         Don't bind "obarray".
14615
14616         * gnus-sum.el (gnus-thread-sort-functions): Added
14617         `gnus-thread-sort-by-most-recent-number' and
14618         `gnus-thread-sort-by-most-recent-date'.
14619         Reported by Kai Grossjohann <kai@emptydomain.de>.
14620
14621 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14624
14625 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14626
14627         * gnus-cus.el (gnus-agent-customize-category): Removed
14628         ignore-errors macro reference that required cl to be loaded at
14629         run-time.
14630
14631         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14632         single-interval range of the form (min . max).  Previously the
14633         range had to look like ((min . max)).  Likewise, return
14634         (min . max) rather than ((min . max)).
14635         (gnus-range-map): Use gnus-range-normalize to accept
14636         single-interval range.
14637
14638         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14639         the cache, but not the agent, now appear with their usual face.
14640
14641         * dgnushack.el (loaddir): New variable that is bound to the
14642         directory containing the dgnushack.el file. Use loaddir, rather
14643         than srcdir, to update load-path. Change lets dgnushack compile
14644         code in directories other than GNUS/lisp.
14645
14646 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * lpath.el: Don't bind w3m-safe-url-regexp.
14649
14650         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14651         w3m-safe-url-regexp variable buffer-local.
14652
14653         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14654
14655 2004-02-27  Simon Josefsson  <jas@extundo.com>
14656
14657         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14658         gnus-group-real-prefix.
14659         (gnus-summary-move-article): Use it, instead of
14660         gnus-group-real-prefix.
14661
14662 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * lpath.el: Bind w3m-safe-url-regexp.
14665
14666         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14667         w3m-safe-url-regexp variable buffer-local and set it as the value
14668         of mm-w3m-safe-url-regexp.
14669
14670         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14671
14672         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14673         parsing gnus-posting-styles when the message is not for replying.
14674
14675         * dgnushack.el: Autoload sgml-mode for XEmacs.
14676
14677         * nnrss.el (nnrss-opml-export): Use
14678         mm-set-buffer-file-coding-system instead of
14679         set-buffer-file-coding-system.
14680
14681 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14682
14683         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14684         of checkdoc.el).
14685         * nnrss.el: do.
14686         * gnus-mlspl.el: do.
14687         * gnus-ml.el: do.
14688         * gnus-srvr.el: do.
14689
14690         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14691
14692 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14693
14694         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14695         Corrections to custom-manual links.
14696
14697         * gnus-art.el (gnus-article): Ditto.
14698
14699         * mm-decode.el (mime-display, mime-security): Ditto.
14700
14701 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14702
14703         * flow-fill.el: Typo.
14704
14705 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14706
14707         * spam-wash.el: New file.
14708
14709 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14710
14711         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14712
14713 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14714
14715         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14716         to be run with new-articles as LIST1, not LIST2.
14717         (spam-registration-functions): Add spam-use-ham-copy as a nil
14718         registration backend.
14719
14720 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14721
14722         * spam-stat.el (spam-stat-washing-hook): New option.
14723         (spam-stat-buffer-words): Use it.
14724         (spam-stat-process-directory, spam-stat-test-directory): Use
14725         insert-file-contents-literally.
14726         (spam-stat-coding-system): New variable.
14727         (spam-stat-load, spam-stat-save): Use it.
14728
14729 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * spam-report.el (spam-report-plug-agent): Quote
14732         spam-report-url-to-file and spam-report-url-ping-plain.
14733
14734 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14735
14736         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14737         / in mailto URLs.
14738
14739 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14740
14741         * spam-report.el (spam-report-process-queue): Fix interactive use.
14742         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14743         (spam-report-unplug-agent): Doc fixes.
14744         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14745         (spam-report-agentize, spam-report-deagentize): Autoload.
14746
14747 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14750
14751         * message.el (message-setup-fill-variables): Add mml tags to
14752         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14753         <ajk@iu.edu>.
14754         (message-mode): Don't modify paragraph-separate there.
14755
14756 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * compface.el (uncompface-use-external): Default to undecided.
14759         (uncompface-use-external-threshold): New variable.
14760         (uncompface-float-time): New macro.
14761         (uncompface): Determine whether to use the external decoder if
14762         uncompface-use-external is undecided.
14763
14764 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14765
14766         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14767         after images.
14768
14769         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14770
14771 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14772
14773         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14774
14775         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14776
14777         * gnus-sum.el (gnus-summary-limit-to-age)
14778         (gnus-summary-limit-children): do.
14779
14780         * gnus-int.el (gnus-request-scan): do.
14781
14782         * gnus-group.el (gnus-group-suspend): do.
14783
14784         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14785
14786         * gnus-cite.el (gnus-cite-parse-attributions): do.
14787
14788         * gnus-agent.el (gnus-summary-set-agent-mark)
14789         (gnus-agent-regenerate-group): do.
14790
14791         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14792
14793         * binhex.el (binhex-decode-region-internal): do.
14794
14795 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * gnus-fun.el (gnus-face-properties-alist): New user option.
14798         (gnus-display-x-face-in-from): Use it.
14799
14800         * gnus-art.el (article-display-face): Ditto.
14801
14802         * compface.el (uncompface-use-external): Default to nil.
14803
14804 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14805
14806         * nntp.el (nntp-erase-buffer): New function.
14807         (nntp-retrieve-data, nntp-send-command)
14808         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14809         (nntp-possibly-change-group): Use it.
14810
14811         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14812         with-current-buffer.
14813
14814 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14815
14816         * compface.el: Merge the ELisp-based uncompface program.
14817         (compface): New customization group.
14818         (uncompface-use-external): New user option.
14819         (uncompface): Call uncompface-internal if uncompface-use-external
14820         is nil.
14821         (uncompface-internal): New function.  Note that there are also
14822         some other functions and variables added for this function.
14823
14824 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14825
14826         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14827         if necessary.
14828
14829 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14830
14831         * spam-report.el (spam-report-unplug-agent)
14832         (spam-report-plug-agent, spam-report-deagentize)
14833         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14834         Add support for the Agent in spam-report: when unplugged, report to a
14835         file; when plugged, submit all the requests.
14836
14837         * spam.el (spam-register-routine): Fix message about
14838         registration.
14839
14840 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14841
14842         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14843         dependencies.
14844         (rfc2047-encode): Use it.
14845
14846         * gnus-art.el (gnus-button-marker-list): Move before first
14847         reference.
14848
14849         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14850         (imap-parse-body): Fix format string mismatch.
14851
14852         * gnus-score.el (gnus-summary-increase-score): do.
14853
14854         * nnrss.el (nnrss-close): New function.
14855
14856 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14857
14858         * nnrss.el (nnrss-make-filename): New function.
14859         (nnrss-request-delete-group, nnrss-read-server-data)
14860         (nnrss-save-server-data, nnrss-read-group-data)
14861         (nnrss-save-group-data): Use it.
14862         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14863         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14864         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14865
14866 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14867
14868         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14869
14870 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14871
14872         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14873         files.
14874
14875         * message.el (message-generate-headers-first): Don't quote nil
14876         and t in docstrings.
14877
14878         * imap.el (imap-id): do.
14879
14880         * gnus-agent.el (gnus-agent-consider-all-articles)
14881         (gnus-agent-queue-mail): do.
14882
14883 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14884
14885         * spam-report.el (spam-report-process-queue): New function.
14886         Process requests from `spam-report-requests-file'.
14887         (spam-report-process-queue): Doc fix.
14888
14889 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14890
14891         * spam.el (spam-register-routine)
14892         (spam-log-processing-to-registry, spam-log-registered-p)
14893         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14894         Change "check" to "spam-check" for semi-clarity.
14895
14896 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14897
14898         * pop3.el: Require nnheader.
14899
14900         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14901
14902         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14903
14904         * gnus-picon.el: Require cl.
14905
14906         * gnus-fun.el: Require gnus-ems and gnus-util.
14907
14908         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14909
14910         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14911
14912         * gnus-art.el (gnus-article-edit-mode): Define before first
14913         reference.
14914
14915 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14916
14917         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14918         (gnus-uu-post-encoded): Use point-at-bol.
14919
14920         * gnus-topic.el (gnus-group-active-topic-p): do.
14921
14922         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14923
14924         * gnus-group.el (gnus-group-kill-region): do.
14925
14926         * gnus-art.el (article-date-ut): do.
14927
14928         * message.el (message-fetch-field): Remove redundant
14929         case-fold-search binding.
14930         (message-narrow-to-field): Simplify.
14931
14932 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14933
14934         * spam.el (spam-directory): Derive from `gnus-directory'.
14935
14936         * spam-report.el (spam-report-url-to-file)
14937         (spam-report-requests-file): New function and variable for offline
14938         reporting.
14939         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14940         and user defined function.
14941         (spam-report-url-ping-mm-url): Remove doubled slash.
14942
14943 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14944
14945         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14946
14947 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14948
14949         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14950         format string mismatch.
14951
14952         * sieve.el (sieve-deactivate-all): do.
14953
14954         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14955
14956         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14957
14958         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14959
14960         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14961
14962 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14963
14964         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14965         the list of checks.
14966
14967 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14968
14969         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14970         padding.
14971
14972 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14973
14974         * mm-view.el (mm-fill-flowed): New variable.
14975         (mm-inline-text): Use it.
14976
14977 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14978
14979         * spam.el (spam-spamassassin-register-ham-routine)
14980         (spam-spamassassin-register-spam-routine): Fix function names.
14981
14982 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * gnus.el (gnus-tmp-grouplens): Remove.
14985         (gnus-summary-line-format): Remove grouplens.
14986
14987         * gnus-group.el (gnus-group-line-format): Ditto.
14988
14989         * gnus-spec.el (gnus-format-specs): Ditto.
14990         (gnus-update-format-specifications): Flush the group format spec
14991         cache if there's the grouplens stuff.
14992         (gnus-parse-simple-format): Replace %l with the empty string.
14993
14994 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14995
14996         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14997         omission.
14998
14999 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15002         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15003
15004 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15005
15006         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15007         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15008         New macros and functions.
15009         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15010         Handle > NLINK_MAX messages.
15011         * nnmaildir.el (nnmaildir-request-set-mark): Use
15012         nnmaildir--emlink-p and nnmaildir--eexist-p.
15013
15014 2004-01-25  Alex Schroeder  <alex@gnu.org>
15015
15016         * spam-stat.el (spam-stat-process-directory-age): New option.
15017         (spam-stat-process-directory): Use it.
15018
15019 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15020
15021         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15022         (spam-stat-save): Accept prefix argument.
15023
15024 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15025
15026         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15027         links" error.
15028
15029 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15032         the rest of the and/or forms.
15033
15034 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15035
15036         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15037         compatibility with old .newsrc.eld files.
15038
15039         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15040
15041         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15042
15043         * gnus-start.el (gnus-1): do.
15044
15045         * gnus-group.el (gnus-group-line-format-alist): do.
15046
15047         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15048
15049         * gnus-gl.el: Remove.
15050
15051 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15052
15053         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15054         marks consisting of a single range {for example, (3 . 5)} rather
15055         than a list of a single range { ((3 . 5)) }.
15056
15057 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15058
15059         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15060         with-current-buffer.
15061         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15062         avoid consing a string.
15063
15064         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15065         Remove obsolete entries for big5 and gb2312.
15066
15067 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15068
15069         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15070         uncompressed list.
15071
15072 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15073
15074         * spam-stat.el (spam-stat-strip-xref): New function.
15075         (spam-stat-process-directory): Use it.
15076
15077         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15078         here -- it's done in message-fetch-field.
15079
15080 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15081
15082         * gnus-agent.el (gnus-agent-queue-mail)
15083         (gnus-agent-prompt-send-queue): New variables.
15084         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15085         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15086         "nndraft:queue" along to gnus-draft-send.  Use
15087         gnus-agent-prompt-send-queue.
15088         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15089         is "nndraft:queue".  Suggested by Gaute Strokkenes
15090         <gs234@srcf.ucam.org>
15091
15092         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15093         (agent-enable-undownloaded-faces): Added.
15094         (gnus-agent-cat-groups): Use eval-and-compile, not
15095         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15096         method of gnus-agent-cat-groups even when the buffer has been
15097         evaled.
15098         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15099         delete gnus-agent-save-active-1.
15100         (gnus-agent-save-groups): Deleted.  Identical to
15101         gnus-agent-save-active.
15102         (gnus-agent-write-active): No longer adjust agent's copy of active
15103         file as agent's adjustments are now stored in their own
15104         file.  Removed optional parameter.
15105         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15106         servers.  Add use of min/max range limits from server's local
15107         file.
15108         (gnus-agent-save-alist): Removed unused optional argument.
15109         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15110         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15111         (gnus-agent-set-local): A per-server file that keeps min/max range
15112         limits for articles known to the agent.  Provides a fast mechanism
15113         for altering many active ranges.
15114         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15115         active file (local makes it unnecessary).
15116         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15117
15118         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15119         (agent-enable-undownloaded-faces): Added.
15120
15121         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15122         disable it when sending to "nndraft:queue".
15123         (gnus-group-send-queue): Add safety check to avoid sending queue
15124         when unplugged.
15125
15126         * gnus-group.el (gnus-group-catchup): Use new
15127         gnus-sequence-of-unread-articles, not
15128         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15129         numbers of articles.  Use gnus-range-map to avoid having to
15130         uncompress the unread list.
15131         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15132         Fixed invalid ange-ftp reference.
15133
15134         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15135         (gnus-sorted-range-intersection): Intersection of two ranges
15136         without requiring that they first be uncompressed.
15137
15138         * gnus-start.el (gnus-activate-group): Unless blocked by the
15139         caller, possibly expand the active range to include both cached
15140         and agentized articles.
15141         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15142         multiple version-dependent converters.
15143         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15144         gnus-agent-save-active.
15145         (gnus-save-newsrc-file): Save dirty agent range limits.
15146
15147         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15148         gnus-agent-possibly-alter-active.
15149         (gnus-adjust-marked-articles): Faster handling of simple lists.
15150
15151 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15152
15153         * spam-stat.el (spam-stat-test-directory): New optional argument
15154         displays a list of files detected.  Suggested by Andrew Cohen
15155         <cohen@andy.bu.edu>.
15156         (spam-stat-buffer-words-with-scores): Don't narrow and change
15157         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15158
15159 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15160
15161         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15162         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15163         (spam-spamassassin-arguments)
15164         (spam-spamassassin-spam-flag-header)
15165         (spam-spamassassin-positive-spam-flag-header)
15166         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15167         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15168         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15169         (spam-list-of-processors, spam-list-of-checks)
15170         (spam-list-of-statistical-checks, spam-registration-functions)
15171         (spam-check-spamassassin-headers, spam-check-spamassassin)
15172         (spam-spamassassin-score)
15173         (spam-spamassassin-register-with-sa-learn)
15174         (spam-spamassassin-register-spam-routine)
15175         (spam-spamassassin-register-ham-routine)
15176         (spam-assassin-register-spam-routine)
15177         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15178         (spam-bogofilter-score): Fix to show article before scoring.
15179
15180 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15181
15182         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15183         default scoring function.
15184         (spam-generic-score): Call spam-spamassassin-score if
15185         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15186         spam-bogofilter-score otherwise.
15187
15188         * gnus.el (spam-process, spam-autodetect-methods): Add
15189         spamassassin and spamassassin-headers.
15190
15191 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15192
15193         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15194         Suppress unnecessary messages.
15195
15196 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15197
15198         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15199         make-hash-table.
15200
15201 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * canlock.el (base64-encode-string): Don't autoload it.
15204
15205 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * run-at-time.el: Remove useless (require 'itimer),
15208         eval-and-compile and (featurep 'xemacs).
15209
15210 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15211
15212         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15213         GROUP is a virtual group.
15214
15215 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15216
15217         * gnus.el: Autoload `message-y-or-n-p'.
15218
15219 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15220
15221         * pgg-parse.el: Remove unnecessary (require 'custom).
15222
15223         * pgg-def.el: do.
15224
15225         * nnmail.el: do.
15226
15227         * gnus-undo.el: do.
15228
15229         * gnus-picon.el: do.
15230
15231         * gnus-util.el: do.
15232
15233 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15234
15235         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15236
15237 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15240         handle, as well as a list.
15241
15242         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15243         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15244         (mm-w3m-cid-retrieve): Simplify.
15245
15246 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15247
15248         * message.el (message-kill-to-signature): Allow prefix arg to
15249         specify number of lines to keep before signature.
15250
15251 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15252
15253         * message.el (message-kill-to-signature): Change docstring.
15254
15255 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * canlock.el: Always require sha1-el.
15258         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15259
15260         * message.el: Autoload sha1 only when compiling.
15261
15262         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15263         eudc-expand-inline for XEmacs.
15264
15265 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * message.el (message-canlock-generate): Require sha1-el.
15268
15269 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15270
15271         * message.el (message-expand-name): Silence the byte compiler.
15272
15273         * lpath.el: Add detect-coding-system.
15274
15275         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15276         cus-edit.
15277
15278 2004-01-13  Simon Josefsson  <jas@extundo.com>
15279
15280         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15281         Invoke gnus-score-mode.  Reported by
15282         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15283
15284         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15285         Jim Blandy <jimb@redhat.com> (tiny change).
15286
15287 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15288
15289         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15290
15291 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15292
15293         * spam.el (spam-get-article-as-string): Update to use
15294         gnus-request-article-this-buffer, much simpler.
15295         (spam-get-article-as-buffer): Remove.
15296
15297 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15298
15299         * message.el (message-expand-name): Use EUDC if the user uses that.
15300
15301 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15302
15303         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15304         character for the encoding to avoid consing a string.
15305
15306         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15307         unnecessarily.
15308
15309         * mm-util.el (mm-replace-chars-in-string): Remove.
15310
15311         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15312         of mm-replace-chars-in-string.
15313
15314 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15315
15316         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15317
15318         * mm-util.el (mm-subst-char-in-string): Support inplace.
15319
15320         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15321         a new string in every iteration.  Use shy groups.
15322
15323 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15324
15325         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15326         * gnus-soup.el (gnus-soup-group-brew):
15327         * gnus-msg.el (gnus-put-message):
15328         * gnus-move.el (gnus-group-move-group-to-server):
15329         * gnus-kill.el (gnus-batch-score):
15330         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15331         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15332         (gnus-group-update-group, gnus-group-read-group)
15333         (gnus-group-make-group, gnus-group-make-help-group)
15334         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15335         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15336         (gnus-group-sort-by-unread, gnus-group-catchup)
15337         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15338         (gnus-group-yank-group, gnus-group-set-info)
15339         (gnus-group-list-groups):
15340         * gnus.el (gnus-generate-new-group-name):
15341         * gnus-delay.el (gnus-delay-send-queue):
15342         * nnvirtual.el (nnvirtual-catchup-group):
15343         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15344         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15345         (gnus-group-prepare-topics, gnus-topic-check-topology):
15346         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15347         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15348         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15349         (gnus-group-make-articles-read):
15350         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15351         (gnus-group-change-level, gnus-kill-newsgroup)
15352         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15353         (gnus-get-unread-articles, gnus-make-articles-unread)
15354         (gnus-make-ascending-articles-unread): Use accessor
15355         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15356         to get group information for improved readability.
15357
15358
15359 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15360
15361         * gnus-art.el (article-decode-mime-words, article-babel)
15362         (gnus-article-highlight-signature, gnus-article-add-buttons)
15363         (gnus-signature-toggle): Use gnus-with-article-buffer.
15364
15365         * gnus-art.el (gnus-article-highlight-headers)
15366         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15367
15368         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15369         (gnus-article-set-globals, gnus-request-article-this-buffer)
15370         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15371         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15372         (gnus-mime-display-alternative): Use with-current-buffer.
15373
15374 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15375
15376         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15377         also under 80 char limit, and call gnus-error if needed.
15378         (spam-fetch-article-header): Fix - it was a
15379         buffer-local variable (gnus-newsgroup-data).
15380         (spam-find-spam): Use spam-generate-fake-headers, forget about
15381         spam-insert-fake-headers.
15382         (spam-insert-fake-headers): Remove.
15383
15384 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15385
15386         * deuglify.el (gnus-article-outlook-unwrap-lines)
15387         (gnus-outlook-rearrange-article)
15388         (gnus-outlook-repair-attribution-outlook)
15389         (gnus-outlook-repair-attribution-block)
15390         (gnus-outlook-repair-attribution-other): Remove redundant
15391         save-excursion.
15392
15393 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15394
15395         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15396         (spam-fetch-field-subject-fast)
15397         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15398         (spam-fetch-article-header): Add functions to deal with Gnus
15399         internals for fast retrieval of article header data.
15400         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15401
15402 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15403
15404         * pop3.el (pop3-md5): Remove.
15405         (pop3-apop): Replace pop3-md5 with md5.
15406
15407         * mm-bodies.el: base64 is always built-in.
15408
15409         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15410         with-current-buffer.
15411
15412 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * canlock.el (canlock-insert-header): Remove excessive grouping in
15415         regexp.
15416
15417         * gnus-sum.el (gnus-summary-read-document): Ditto.
15418
15419         * gnus-uu.el (gnus-uu-part-number): Ditto.
15420
15421         * html2text.el (html2text-remove-tags): Ditto.
15422         (html2text-format-tags): Ditto.
15423         (html2text-format-single-elements): Ditto.
15424
15425         * mml.el (mml-parse-1): Ditto.
15426
15427 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15428
15429         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15430
15431         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15432
15433         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15434
15435         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15436
15437 2003-11-15  Simon Josefsson  <jas@extundo.com>
15438
15439         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15440         (pgg-gpg-lookup-key): Use regexp match instead of
15441         split-string (split-string is different between emacs 21.2 and
15442         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15443
15444 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15445
15446         * gnus-art.el (gnus-mime-view-all-parts)
15447         (gnus-article-part-wrapper, gnus-article-view-part): Use
15448         with-current-buffer.
15449
15450 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15451
15452         * spam.el (spam-disable-spam-split-during-ham-respool)
15453         (spam-spamoracle-database, spam-cache-lookups)
15454         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15455         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15456         (spam-group-ham-marks, spam-group-spam-marks)
15457         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15458         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15459         also add spam-use-blackholes to the statistical checks.
15460         (spam-fetch-field-fast): Add interface to fetching fields, may
15461         become a macro.
15462         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15463         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15464         (spam-insert-fake-headers): Fake an article when needed.
15465         (spam-find-spam): Fake article when possible.
15466         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15467         (spam-check-bogofilter-headers): Use message-fetch-field instead
15468         of nnmail-fetch-field.
15469
15470 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15471
15472         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15473
15474 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15475
15476         * spam.el (spam-split): Do not require spam-use-CHECK to be
15477         enabled if that check is passed to spam-split explicitly; also
15478         fix so 'spam doesn't get converted to spam-split-group when
15479         spam-split-symbolic-return is t.
15480         (spam-find-spam): Find registrations of the article and use those
15481         instead of re-running spam-split to find the spam/ham
15482         classification of the article.
15483         (spam-log-processing-to-registry, spam-log-registered-p)
15484         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15485         Use gnus-error instead of gnus-message.
15486         (spam-log-registration-type): Add function to determine the
15487         classification of a message based on registry entries; will
15488         return nil if both 'spam and 'ham are found.
15489         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15490         a reasonably fast local cache without the loading errors.
15491         (spam-cache-lookups): Set to t by default.
15492         (spam-find-spam): Don't try to guess spam-cache-lookups.
15493         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15494         spam-caches entry.
15495         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15496         caching of whitelist/blacklist entries.
15497         (spam-check-whitelist, spam-check-blacklist): Invoke
15498         spam-from-listed-p with a type, not a cache variable.
15499         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15500
15501 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15502
15503         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15504
15505         * nnmail.el (nnmail-split-fancy): do.
15506
15507         * mml.el (mml-parse): do.
15508
15509         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15510         (gnus-score-adaptive): do.
15511
15512 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15515         (gnus-mime-button-map): Don't set keymap parent.
15516         (gnus-button-ctan-directory-regexp): Use shy grouping.
15517         (gnus-prev-page-map): Don't set keymap parent.
15518         (gnus-prev-page-map): Remove duplicated one.
15519         (gnus-next-page-map): Don't set keymap parent.
15520         (gnus-mime-security-button-map): Ditto.
15521
15522         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15523         version number.
15524
15525         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15526
15527 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * canlock.el (canlock-sha1-function): Remove.
15530         (canlock-sha1-function-for-verify): Remove.
15531         (canlock-openssl-program): Remove.
15532         (canlock-openssl-args): Remove.
15533         (canlock-ignore-errors): Remove.
15534         (canlock-sha1-with-openssl): Remove.
15535         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15536         (canlock-verify): Don't use canlock-ignore-errors.
15537
15538         * sha1-el.el (sha1-string-external): Make it can return a string
15539         in binary form.
15540         (sha1-region-external): Ditto.
15541         (sha1-string-internal): Ditto.
15542         (sha1-region-internal): Ditto.
15543         (sha1-region): Ditto.
15544         (sha1-string): Ditto.
15545         (sha1): Ditto.
15546
15547 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15548
15549         * spam.el (spam-report-articles-gmane): New command.
15550
15551 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15554
15555         * run-at-time.el (run-at-time-saved): Remove.
15556         (run-at-time): Doc fix.
15557
15558 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15559
15560         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15561         (gnus-summary-limit-map): Add it.
15562         (gnus-summary-make-menu-bar): do.
15563
15564 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15565
15566         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15567         Make attempt at some caching support (done for BBDB only now).
15568         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15569         addresses to be checked.
15570         (spam-clear-cache-BBDB): Add function, to be invoked by
15571         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15572         (spam-check-BBDB): Check and use the caches, if
15573         spam-cache-lookups is on, remove superfluous (provide).
15574
15575 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15576
15577         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15578
15579 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15580
15581         * run-at-time.el (run-at-time-saved): Move to after the definition
15582         of `run-at-time'.
15583
15584         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15585
15586 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15589         mm-w3m-local-map-property.
15590
15591         * mm-view.el (mm-w3m-mode-map): Remove.
15592         (mm-w3m-local-map-property): Remove.
15593         (mm-inline-text-html-render-with-w3m): Don't use
15594         mm-w3m-local-map-property.
15595
15596 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15597
15598         * run-at-time.el: New file.
15599
15600         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15601         under Emacs.
15602
15603         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15604         of gnus-set-text-properties.
15605
15606         * gnus-uu.el (gnus-uu-save-article): Ditto.
15607
15608         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15609
15610         * gnus-cite.el (gnus-cite-parse): Ditto.
15611
15612         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15613         of gnus-.
15614
15615         * gnus-xmas.el (run-at-time): Require run-at-time.
15616
15617         * gnus.el: Changed calls to nnheader-run-at-time and
15618         password-run-at-time throughout to use run-at-time directly.
15619
15620         * password.el: Removed definition of run-at-time.
15621
15622         * nnheaderxm.el: Remove definition of run-at-time.
15623
15624 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15625
15626         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15627         in prompt.
15628
15629 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15630
15631         * messagexmas.el (message-xmas-redefine): Alias
15632         `message-make-caesar-translation-table' to
15633         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15634         version.
15635
15636         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15637         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15638         `gnus-xmas-set-text-properties'.
15639         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15640         `gnus-xmas-completing-read'.
15641         (gnus-xmas-completing-read): Removed.
15642         (gnus-xmas-open-network-stream): Removed.
15643
15644         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15645         XEmacs version.
15646
15647         * dns.el (dns-make-network-process): Use `open-network-stream'
15648         instead of `gnus-xmas-open-network-stream'.
15649
15650         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15651
15652         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15653
15654 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15655
15656         * gnus-art.el (gnus-mime-display-alternative)
15657         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15658         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15659         Don't use gnus-local-map-property.
15660
15661         * gnus-util.el (gnus-local-map-property): Remove.
15662
15663         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15664         gnus-completing-read-maybe-default with completing-read.
15665
15666         * gnus-util.el (gnus-completing-read): do.
15667         (gnus-completing-read-maybe-default): Remove.
15668
15669 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15670
15671         * password.el: Only autoload `run-at-time' if not XEmacs.
15672         Only autoload the itimer functions if XEmacs.
15673
15674 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15677         XEmacsen.
15678
15679         * dgnushack.el: Autoload executable-find for XEmacs.
15680
15681 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15682
15683         * gnus-art.el (gnus-read-string): Remove.
15684         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15685         read-string.
15686
15687 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15688
15689         * netrc.el: Autoload password-read.
15690         (netrc): Add configuration group.
15691         (netrc-encoding-method, netrc-openssl-path): Add
15692         variables for encoding and decoding of files with symmetric
15693         ciphers.
15694         (netrc-encode): Add assistant function to encode a file with
15695         netrc-encoding-method.
15696         (netrc-parse): Add interactive parameter, added optional
15697         decoding if netrc-encoding-method is non-nil but otherwise
15698         behavior is standard.
15699         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15700         Do s/encode/encrypt/ everywhere.
15701
15702         * spam.el: Remove executable-find autoload.
15703
15704 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15705
15706         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15707
15708         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15709
15710 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15711
15712         * gnus-art.el (gnus-treat-ansi-sequences)
15713         (article-treat-ansi-sequences): New variable and function.
15714         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15715
15716         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15717         Use it.
15718
15719 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15720
15721         * mm-util.el (mm-quote-arg): Remove.
15722
15723         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15724         shell-quote-argument.
15725
15726         * gnus-uu.el (gnus-uu-command): do.
15727
15728         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15729
15730         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15731         with make-char.
15732
15733         * mm-util.el (mm-make-char): Remove.
15734
15735         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15736         add-minor-mode.
15737
15738         * gnus-undo.el (gnus-undo-mode): do.
15739
15740         * gnus-topic.el (gnus-topic-mode): do.
15741
15742         * gnus-sum.el (gnus-dead-summary-mode): do.
15743
15744         * gnus-start.el (gnus-slave-mode): do.
15745
15746         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15747
15748         * gnus-ml.el (gnus-mailing-list-mode): do.
15749
15750         * gnus-gl.el (gnus-grouplens-mode): do.
15751
15752         * gnus-draft.el (gnus-draft-mode): do.
15753
15754         * gnus-dired.el (gnus-dired-mode): do.
15755
15756         * gnus-ems.el (gnus-add-minor-mode): Remove.
15757
15758         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15759         Replace gnus-char-width with char-width.
15760
15761         * gnus-ems.el (gnus-char-width): 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         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15769         definition.
15770         Remove Emacs 20 hash table compatibility code.
15771
15772         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15773         20 compatibility code.
15774
15775         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15776
15777         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15778
15779         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15780         with point-at-{eol,bol}.
15781
15782         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15783
15784         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15785
15786         * flow-fill.el (fill-flowed-point-at-bol)
15787         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15788
15789         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15790         Replace with point-at-{eol,bol} throughout all files.
15791
15792 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15793
15794         * ntlm.el (ntlm-string-as-unibyte): New macro.
15795         (ntlm-build-auth-response): Use it.
15796
15797         Remove Emacs 20 stuff:
15798         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15799         (butlast, mapc, remove): Remove the compiler macros.
15800         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15801         of delq and copy-sequence.
15802         * gnus-art.el (popup-menu): Remove the compiler macro.
15803         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15804         Emacs 20.
15805
15806 2004-01-05  Simon Josefsson  <jas@extundo.com>
15807
15808         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15809         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15810         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15811         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15812         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15813         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15814         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15815         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15816         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15817         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15818         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15819         string-xor into ntlm-string-xor.  Suggested by
15820         Jesper Harder <harder@myrealbox.com>.
15821
15822         * ntlm.el: Don't include poem.
15823
15824         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15825         Jesper Harder <harder@myrealbox.com>.
15826
15827         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15828
15829         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15830         probably breaks emacs with DL patch, but do we care? Is anyone
15831         still using the DL stuff?)
15832
15833         * sieve-manage.el: Use the password package.
15834         (sieve-manage-read-passwd): Remove.
15835         (sieve-manage-interactive-login): Use password.  Re-add
15836         condition-case around loop.
15837
15838         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15839         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15840         the password package.
15841
15842 2003-02-19  Simon Josefsson  <jas@extundo.com>
15843
15844         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15845         token.
15846
15847 2002-08-07  Simon Josefsson  <jas@extundo.com>
15848
15849         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15850         (sieve-manage-authenticators):
15851         (sieve-manage-authenticator-alist): Add some SASL mechs.
15852         (sieve-sasl-auth): New function.
15853         (sieve-manage-cram-md5-auth):
15854         (sieve-manage-plain-auth): Rewrite using SASL library.
15855         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15856         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15857         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15858         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15859
15860 2004-01-05  Simon Josefsson  <jas@extundo.com>
15861
15862         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15863         New files.
15864
15865 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15866
15867         * gnus-group.el (gnus-no-groups-message): Update.
15868
15869         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15870
15871 2003-11-09  Simon Josefsson  <jas@extundo.com>
15872
15873         * imap.el: Support for ID IMAP extension (RFC 2971).
15874         (imap-local-variables): Add imap-id.
15875         (imap-id): New variable.
15876         (imap-id): New function.
15877         (imap-parse-response): Parse untagged ID response.
15878         * nnimap.el (nnimap-id): New variable.
15879         (nnimap-open-connection): Use it.
15880
15881 2003-12-28  Simon Josefsson  <jas@extundo.com>
15882
15883         * gnus-score.el (gnus-score-edit-all-score): New.
15884         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15885
15886 2004-01-04  Simon Josefsson  <jas@extundo.com>
15887
15888         * password.el: Add.
15889
15890 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15891
15892         * dns.el (dns-query-types): Fix typo.
15893         (dns-query-types): New function.
15894         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15895         PTR and SOA replies, see RFC 1035.
15896
15897 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15898
15899         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15900
15901         * Moved to Changelog.2.
15902
15903 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15904
15905         * gnus.el (gnus-version-number): Bump version.
15906
15907 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15908
15909         * gnus.el: No Gnus v0.1 is released.
15910
15911 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15912
15913         * gnus.el: No Gnus v0.0 is released.
15914
15915 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15916
15917         * gnus.el (gnus-version-number): Bump.
15918         (gnus-version): No.
15919
15920 See ChangeLog.2 for earlier changes.
15921
15922     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15923       Free Software Foundation, Inc.
15924
15925   This file is part of GNU Emacs.
15926
15927   GNU Emacs is free software: you can redistribute it and/or modify
15928   it under the terms of the GNU General Public License as published by
15929   the Free Software Foundation, either version 3 of the License, or
15930   (at your option) any later version.
15931
15932   GNU Emacs is distributed in the hope that it will be useful,
15933   but WITHOUT ANY WARRANTY; without even the implied warranty of
15934   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15935   GNU General Public License for more details.
15936
15937   You should have received a copy of the GNU General Public License
15938   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15939
15940 ;; Local Variables:
15941 ;; coding: utf-8
15942 ;; fill-column: 79
15943 ;; add-log-time-zone-rule: t
15944 ;; End: