pop3-set-process-query-on-exit-flag: New function that's an alias to set-process...
[gnus] / lisp / ChangeLog
1 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4         alias to set-process-query-on-exit-flag or process-kill-without-query.
5         (pop3-open-server): Use it.
6
7 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8
9         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10         box to the Incoming file.  Fixes mistake in previous checkin.
11
12         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
13         request loop (for debugging purposes) removed.
14
15         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
16         culprit is more visible.
17         (nnml-save-incremental-nov, nnml-open-incremental-nov)
18         (nnml-add-incremental-nov): New functions to do "incremental" nov
19         updates, where we just append to the end of the existing nov files
20         without reading/writing them in full.
21
22         * mail-source.el (mail-source-delete-crash-box): Really only check the
23         incoming files once in a while.
24
25         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
26
27         * mail-source.el (mail-source-delete-crash-box): Only check the
28         incoming files for deletion once per day to save a lot of file
29         accesses.
30
31         * pop3.el (pop3-logon): Fix up unbound variable typo.
32
33         * mail-source.el (pop3-streaming-movemail): Autoload.
34
35         * pop3.el (pop3-streaming-movemail): Respect
36         pop3-leave-mail-on-server.
37
38         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
39         retrieval.
40
41         * pop3.el (pop3-process-filter): Removed unused function.
42         (pop3-streaming-movemail, pop3-send-streaming-command)
43         (pop3-wait-for-messages, pop3-write-to-file)
44         (pop3-number-of-responses): New functions for streaming pop3
45         retrieval.
46
47         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
48         come from no known methods.
49         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
50         list.
51
52         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
53         message sizes.
54         (pop3-movemail): Use erase-buffer instead of looping and deleting
55         regions, which seems rather odd.
56
57         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
58         file once per `g' run.
59
60         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
61         directories.  This makes the draft queue directory work.
62
63         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
64         data from the backends, so that we only request the list of groups from
65         each method once.  This should speed things up considerably.
66
67         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
68         detect that it's not implemented.
69
70         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
71         we actually do recurse down into the tree, but don't stat all leaf
72         nodes.
73
74         * gnus-html.el (gnus-html-show-images): If there are no images to show,
75         then say so instead of bugging out.
76
77         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
78         files exist before trying to read them.
79
80         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
81         around <pre_int>.
82
83         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
84
85         * nnmh.el (nnmh-request-list-1): Optimize for speed.
86
87 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
88
89         * mm-util.el (mm-image-load-path): Just return the image directories,
90         not all directories in the path in addition to the image directories.
91         (mm-image-load-path): Maintain a cache of the image directories so that
92         the `g' command in Gnus doesn't have to stat dozens of directories each
93         time.
94
95         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
96         (gnus-html-wash-tags): Add a new `i' command to insert images.
97         (gnus-html-insert-image): New command and keystroke.
98         (gnus-html-redisplay-with-images): New command and keystroke.
99         (gnus-html-show-images): Renamed command.
100         (gnus-html-wash-tags): Remove more white space before <pre_int> image
101         spacers.
102         (gnus-html-wash-tags): Decode entities at the end, so that entities
103         inside the tags don't mess up the rest of the "parsing".
104
105         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
106         so that nnimap methods aren't agentized by default.  There's apparently
107         many problems related to agent/imap behaviour.
108
109         * gnus-art.el (gnus-article-copy-string): New command and key binding.
110
111         * gnus-html.el: Doc fix.
112
113 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
116         specifier-spec-list for Emacs 21.
117
118         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
119         glyph-width and glyph-height instead of display-graphic-p and
120         image-size; make avoidance of displaying small images work for XEmacs.
121
122         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
123         for XEmacs.
124
125         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
126         of symbol that holds plist data.
127         (gnus-process-plist): Remove plist of process after getting it.
128
129 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * message.el (message-generate-hashcash): Change default to
132         'opportunistic if hashcash is installed.
133
134         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
135         (gnus-html-put-image): Only call image-size once, since it's somewhat
136         time-consuming on remote X servers.
137
138 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
141         type on data, not a file name.
142
143         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
144         window-pixel-edges for Emacs 21.
145
146         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
147         decoded contents.
148         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
149
150 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
151
152         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
153         group line format, since it isn't very interesting.
154
155         * gnus-agent.el (gnus-agent-short-article),
156         (gnus-agent-long-article): Increase values for these two variables,
157         since most people are likely to have more network connection and
158         storage than before.
159
160         * gnus.el (gnus-refer-article-method): Change default to 'current.
161         When referring an article, the common behaviour is to refer it from the
162         current select method, not the native select method.  The chances of
163         the native select method having the message in question is rather slim
164         these days.
165
166         * gnus-sum.el (gnus-auto-select-subject): Change default to
167         `unseen-or-unread'.  I think it's likely that most people want to
168         select an unseen article over a previously seen, but unread one.
169
170         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
171         means that in the article buffer none of the minor mode elements will
172         be shown, usually, and this is not desirable in most cases.
173
174         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
175         that commands like `d' (and the like) go to the next line in the
176         buffer, instead of the next unread article.  I think this is the
177         behaviour that is most natural for most users.
178         (gnus-single-article-buffer): Change default to nil, so that people can
179         have as many article buffers open as they have summary buffer.  I think
180         this is the most natural way for the groups to behave.
181
182         * message.el (message-generate-new-buffers): Change default to
183         `unsent', so that all new message buffers start their names with the
184         string "*unsent", and it's easier to find the buffers if you move from
185         them.
186
187 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
188
189         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
190         small. They're probably tracking images.
191         (gnus-html-wash-tags): Remove all <pre_int> place holders.
192         (gnus-html-rescale-image): Yet another try at getting the image sizing
193         right.
194
195         * nntp.el (nntp-request-set-mark): Refuse to do marks if
196         nntp-marks-file-name is nil.
197
198 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
199
200         * gnus-html.el (gnus-html-wash-tags)
201         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
202         Better logging.
203
204 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
207
208         * gnus-html.el (gnus-html-wash-tags): Check the value of
209         gnus-blocked-images in the summary buffer.
210
211 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
212
213         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
214
215 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
218         like "a", it seems like.
219         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
220         since it needs to be picked from the correct buffer.
221
222         * nnwfm.el: Removed.
223
224         * nnlistserv.el: Removed.
225
226 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
227
228         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
229         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
230
231 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * nnkiboze.el: Removed.
234
235         * nndb.el: Removed.
236
237         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
238         alt text.
239         (gnus-html-rescale-image): Try to get the rescaling logic right for
240         images that are just wide and not tall.
241
242         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
243         overshadow variable bindings.
244
245 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
246
247         * gnus-html.el (gnus-html-wash-tags)
248         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
249         extra logging.
250
251 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
254         (gnus-max-image-proportion): New variable.
255         (gnus-html-rescale-image): New function.
256         (gnus-html-put-image): Rescale images.
257
258 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
259
260         Fix up some byte-compiler warnings.
261         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
262         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
263         (gnus-article-fill-cited-article, gnus-article-hide-citation)
264         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
265         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
266         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
267         (gnus-group-update-group): Use save-excursion and with-current-buffer.
268
269 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * gnus-html.el (gnus-article-html): Decode contents by charset.
272
273 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
276         (gnus-html-frame-width, gnus-blocked-images)
277         * message.el (message-prune-recipient-rules): Add custom version.
278         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
279
280         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
281         functions.
282
283         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
284         gnus-process-get.
285
286 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
287
288         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
289         instead of lsub directly.
290
291 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * nnwarchive.el: Removed.
294
295         * gnus-soup.el: Removed.
296
297         * nnsoup.el: Removed.
298
299         * nnultimate.el: Removed.
300
301         * gnus-html.el (gnus-blocked-images): New variable.
302
303         * message.el (message-prune-recipients): New function.
304         (message-prune-recipient-rules): New variable.
305
306         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
307         guess whether a long line is natural text or not.
308
309         * gnus-html.el (gnus-html-schedule-image-fetching): Use
310         gnus-process-plist and friends for compatibility.
311
312 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
313
314         * gnus-html.el: Require packages that define macros used in this file.
315         (gnus-article-mouse-face): Declare to silence byte-compiler.
316         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
317         process-get.
318         (gnus-html-put-image): Use plist-get to avoid getf.
319         (gnus-html-prefetch-images): Use with-current-buffer.
320
321 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * gnus-ems.el: Provide compatibility functions for
324         gnus-set-process-plist.
325
326         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
327         header-line-format for XEmacs 21.4.
328
329         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
330         * gnus.el (gnus-valid-select-methods)
331         * message.el (message-send-mail-partially-limit)
332         * mm-decode.el (mm-text-html-renderer)
333         * mml.el (mml-insert-mime-headers-always)
334         * smiley.el (smiley-regexp-alist): Bump custom version.
335
336 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * gnus-html.el: require mm-url.
339         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
340         with the url to `url'.
341         (gnus-html-wash-tags): Support cid: URLs/images.
342
343 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
346         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
347         bindings, as they aren't useful at all. `w' is moved to `W w'.
348
349         * gnus-move.el: Removed file, since it doesn't really work.
350
351         * gnus-html.el (gnus-article-html): Tell w3m that the input is
352         UTF-8. This seems to fix problems with some German web feeds.
353
354         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
355         at the top so that the proper colours are applied.
356
357         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
358         don't have dots in their names.
359
360         * gnus-art.el (gnus-article-view-part): Doc fix.
361
362         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
363         XEmacs-compatible.
364         (gnus-html-put-image): Don't do images on non-graphic displays.
365
366         * nnslashdot.el: Removed this unused backend.
367
368         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
369         actions.
370         (gnus-undo-register-1): Revert last change.
371
372         * gnus-group.el (gnus-group-completing-read): Protect against not
373         having completion-styles bound.
374
375         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
376         make broken recipients happier.
377
378         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
379
380         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
381         point parameter.
382
383         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
384
385         * gnus-group.el (gnus-group-completing-read): Add 'substring to
386         completion-styles for group selection.
387
388 2009-02-04  Andreas Schwab  <schwab@suse.de>
389
390         * gnus-score.el (gnus-score-string): Fix regex for matching extra
391         headers and regexp-quote the match if necessary.
392
393 2009-03-24  Miles Bader  <miles@gnu.org>
394
395         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
396         the blinking smiley.
397
398 2009-03-24  Simon Josefsson  <simon@josefsson.org>
399
400         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
401         blink smiley.
402
403 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
406         where the dribbel file lives exists.
407
408         * message.el (message-send-mail-partially-limit): Change the default to
409         nil, since most people don't want this.
410
411         * mm-url.el (mm-url-decode-entities): Also decode entities like
412         &#x3212.
413
414 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
415
416         * gnus-sum.el (gnus-summary-idna-message):
417         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
418         Hyperlink urls in docstrings with URL `...'.
419
420 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
421
422         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
423         functions.
424
425 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
428         say what the mouseover text should be.
429
430         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
431         version of the mm-w3m-safe-url-regexp variable to only download images
432         in the groups where we want that to happen.
433
434         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
435
436         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
437         easier debugging.
438         (gnus-article-beginning-of-window): Add kludge to allow spacing past
439         big pictures in the article buffer.
440
441         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
442         gnus-article-html.
443         (mm-text-html-renderer): gnus-article-html needs curl in addition to
444         w3m.
445
446         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
447
448 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
451         which doesn't exist.
452
453         * message.el (message-inhibit-ecomplete): New variable to allow some
454         function to inhibit ecomplete address storage.
455         (message-resend): Disable ecomplete message storage when resending
456         messages.
457
458         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
459
460 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
463         Save excursion while copying, moving, and deleting articles in order to
464         prevent the cursor from jumping to unforeseen place.
465
466 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * lpath.el: No need to bind bookmark-current-buffer,
469         bookmark-yank-point and bookmark-make-record-function.
470
471 2010-08-17  Glenn Morris  <rgm@gnu.org>
472
473         * gnus-sync.el: Require gnus components whose functions are used.
474
475         * gnus-art.el (bookmark-make-record-function):
476         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
477         Declare for compiler.
478
479         * mm-url.el (mml-compute-boundary): Autoload.
480
481 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
484
485 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
486
487         Typo fix "hoo4a" -> "hook".
488
489         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
490
491 2010-08-14  Glenn Morris  <rgm@gnu.org>
492
493         * gnus-sync.el (gnus-sync): Fix defgroup version.
494
495 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
496
497         Doc fixes and keep unknown groups (ammended for nunion bug fix).
498
499         * gnus-sync.el: Fix docs.
500         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
501         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
502
503 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
504
505         Optimizations for gnus-sync.el.
506
507         * gnus-sync.el: Add docs about gnus-sync-backend
508         possibilities.
509         (gnus-sync-save): Remove unnecessary message.
510         (gnus-sync-read): Optimize and show what groups were skipped.
511
512 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
513
514         Minor bug fixes for gnus-sync.el.
515
516         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
517         read the sync on get-new-news.
518
519         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
520         quiet.
521
522         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
523
524 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
525
526         Make saving and restoring of hidden threads work with overlays.
527         Patch applied by Ted Zlatanov.
528
529         * gnus-sum.el (gnus-hidden-threads-configuration)
530         (gnus-restore-hidden-threads-configuration): Update to deal with text
531         properties, rather than searching for a magic character.
532
533 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
534
535         New gnus-sync.el library for synchronization of marks.
536
537         * gnus-sync.el: New library for synchronization of marks.
538
539         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
540         renamed from `gnus-registry-grep-in-list'.
541
542         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
543
544         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
545
546 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
549         determining charset of text fails.
550
551 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * nnmail.el (nnmail-get-new-mail-1): Revert.
554
555         * nnml.el (nnml-active-number): Make sure names of newly created groups
556         in nnml-group-alist are encoded.
557
558 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
561         containing non-ASCII characters in active file for nnml back end.
562
563 2010-07-24  David Engster  <dengste@eml.cc>
564
565         * mml-smime.el (mml-smime-epg-verify): Also accept the older
566         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
567
568 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
569
570         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
571         tag (Bug#6654).
572
573 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
576         the article buffer, not the summary buffer.
577
578 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
581         Emacs 23 as well.
582
583 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
586         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
587
588 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
589
590         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
591         Patch applied by Karl Fogel.
592
593         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
594         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
595
596 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
597
598         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
599         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
600         C-w still not working correctly from Article buffers; Thierry's
601         patch to fix that will be applied after this.
602
603         * gnus-art.el (bookmark-make-record-function): New local variable.
604
605         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
606         article buffer.
607         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
608
609 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
610
611         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
612         on changes in bookmark.el.
613
614 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
617         `no-log' instead of message not to log prompt string.
618
619 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
620
621         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
622         the *other* type of HTML form submission.
623
624 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
625
626         * auth-source.el (auth-source-pick): If choice does not contain a
627         questioned keyword, set the check to t.
628
629 2010-06-12  Romain Francoise  <romain@orebokech.com>
630
631         * gnus-util.el (gnus-date-get-time): Move up before first use.
632
633 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
636         (gnus-article-edit-part): Bind it to make last part that is substituted
637         or deleted visible.
638         (gnus-mime-display-single): Buttonize part of which id equals to
639         gnus-mime-buttonized-part-id.
640
641 2010-06-10  Dan Christensen  <jdc@uwo.ca>
642
643         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
644         (gnus-dd-mmm): Use gnus-date-get-time.
645         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
646         simplify logic.
647         (gnus-summary-limit-to-age): Use gnus-date-get-time.
648         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
649
650 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
651
652         * auth-source.el (top): Autoload `secrets-list-collections',
653         `secrets-create-item', `secrets-delete-item'.
654         (auth-sources): Fix tag string.
655         (auth-get-source, auth-source-retrieve, auth-source-create)
656         (auth-source-delete): New defuns.
657         (auth-source-pick): Rewrite in order to avoid 2 passes.
658         (auth-source-forget-user-or-password): New parameter USERNAME.
659         (auth-source-user-or-password): New parameters CREATE-MISSING and
660         DELETE-EXISTING.  Retrieve password interactively, if needed.
661
662 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
663
664         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
665         deleting unused directories when gnus-expert-user is t.
666
667 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
670         for each temp file when gnus-article-browse-delete-temp is ask.
671
672 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
673
674         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
675         Lisp calls to delete-backward-char by calls to delete-char.
676
677 2010-05-20  Kevin Ryde  <user42@zip.com.au>
678
679         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
680
681 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
682
683         * password-cache.el (password-cache-remove): Fix docstring.
684
685 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
688         article unless decoding article to be saved.
689
690 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
693         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
694         generated within the mm-with-unibyte-current-buffer macro.
695
696 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
699         to nil when we're in a mml-preview buffer and no group is selected.
700
701 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
702
703         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
704         when catching the `C-g'.  Reported by "Leo".
705
706 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * message.el (message-forward-make-body-plain)
709         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
710         multibyte-string-p.
711
712         * lpath.el: Revert.
713
714 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * message.el (message-forward-make-body-mml): Assume original message
717         is multibyte string; error on unibyte.
718         (message-forward-make-body-plain): Ditto; don't add excessive newline
719         in body end.
720
721         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
722
723 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
724
725         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
726         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
727
728 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * mm-extern.el (mm-extern-url): Don't use
731         mm-with-unibyte-current-buffer.
732         (mm-extern-cache-contents): Use with-current-buffer instead of
733         save-excursion + set-buffer.
734
735 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * mm-util.el (mm-emacs-mule): Remove.
738
739 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
740
741         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
742         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
743         change.
744
745 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
748         bind the default value of enable-multibyte-characters to nil.
749
750 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
751
752         * message.el (message-forward-make-body-plain)
753         (message-forward-make-body-mml):
754         Don't use mm-with-unibyte-current-buffer.
755
756 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
757
758         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
759
760 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
761
762         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
763         (Bug#5592).
764
765 2010-05-07  Julien Danjou  <julien@danjou.info>
766
767         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
768         it to mm-pipe-part.
769
770         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
771         it is given.
772
773 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
774
775         * binhex.el (binhex-decode-region-internal)
776         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
777         (dns-query)
778         * nnweb.el (nnweb-gmane-search)
779         * pgg-parse.el (pgg-parse-armor)
780         * pgg.el (pgg-verify-region)
781         * sha1.el (sha1-string-external)
782         * uudecode.el (uudecode-decode-region-internal)
783         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
784         XEmacs.
785
786         * gnus-art.el (gnus-article-browse-html-parts)
787         * gnus-group.el (gnus-read-ephemeral-gmane-group)
788         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
789         make-temp-file.
790
791         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
792         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
793         compiling.
794
795         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
796         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
797         XEmacs when compiling.
798
799         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
800         gnus-pick-mode-off-hook for XEmacs when compiling.
801         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
802         gnus-binary-mode-off-hook for XEmacs when compiling.
803
804         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
805         nil if char-charset is not available.
806
807         * imap.el (imap-disable-multibyte)
808         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
809         macros.
810
811         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
812         instead of encode-coding-string.
813
814         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
815         'xemacs) instead of mm-emacs-mule to switch function definitions.
816         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
817
818         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
819         bind temporary-file-directory for XEmacs;
820         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
821         timer-set-function for XEmacs 21.4 and SXEmacs;
822         bind timer-list for XEmacs 21.4 and SXEmacs;
823         fbind char-charset and find-charset-region for non-Mule XEmacs;
824         fbind decode-coding-region, decode-coding-string, detect-coding-region,
825         encode-coding-region and encode-coding-string for XEmacs having no
826         file-coding feature.
827
828 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
829
830         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
831
832 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
835         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
836
837 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
838
839         * mm-util.el (mm-decompress-buffer): Use `delete-file';
840         alias `jka-compr-delete-temp-file' no longer exists.
841
842 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
843
844         Use define-minor-mode in Gnus where applicable.
845         * mml.el (mml-mode): Use define-minor-mode.
846         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
847         (gnus-undo-mode): Use define-minor-mode.
848         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
849         (gnus-dead-summary-mode): Use define-minor-mode.
850         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
851         Initialize in declaration.
852         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
853         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
854         (gnus-mailing-list-mode): Use define-minor-mode.
855         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
856         (gnus-draft-mode): Use define-minor-mode.
857         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
858         (gnus-dired-mode): Use define-minor-mode.
859
860 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
861
862         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
863         handles on recursive mml-to-mime translation and check them for
864         boundary delimiter collisions.  Reported by Greg Troxel.
865
866 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
867
868         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
869
870 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
871
872         * mm-util.el (mm-find-buffer-file-coding-system):
873         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
874
875 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
876
877         * message.el (message-generate-headers): Record insertion of optional
878         headers as well.  Otherwise the check to prevent repeated insertion of
879         optional headers is a no-op.
880
881 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
882
883         * smime.el: Don't mention CVS.
884
885         * nnrss.el (nnrss-fetch): Don't mention CVS.
886
887         * nnir.el: Don't mention CVS.
888
889 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
890
891         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
892
893 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * lpath.el: Fbind bookmark-default-handler,
896         bookmark-get-bookmark-record, bookmark-make-record-default,
897         bookmark-prop-get for Emacs <23 and XEmacs.
898
899 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
900
901         * gnus-sum.el: Add bookmark declarations to silence the compiler.
902         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
903         Use with-current-buffer to silence the byte-compiler.
904         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
905         bother to require `gnus'.
906         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
907
908 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
909
910         * gnus-sum.el (gnus-summary-bookmark-make-record)
911         (gnus-summary-bookmark-jump): New functions.
912         (gnus-summary-mode): Setup bookmark support.
913
914 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
915
916         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
917         if set.
918
919 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
922         gnus-article-browse-html-save-cid-image; make it work recursively for
923         forwarded messages as well.
924         (gnus-article-browse-html-parts): Work when prefix arg is given.
925         (gnus-article-browse-html-article): Doc fix.
926
927 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
928
929         * message.el (message-default-mail-headers):
930         (message-default-headers): Carry the value mail-default-headers over
931         into message-default-mail-headers, rather than message-default-headers.
932
933 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
934
935         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
936         charset.
937
938         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
939         charset into the <meta> tag when the article is encoded to utf-8.
940
941 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
944         directories as well.
945         (gnus-article-browse-html-parts): Work for images that do not specify
946         file names; delete temp directory when quitting; insert header at the
947         right place; use file: scheme for image files.
948
949 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
950
951         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
952         (gnus-article-browse-html-parts): Use it to make temporary cid image
953         files in addition to html file so that browser may display them.
954
955 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
958
959 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
960
961         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
962
963 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
964
965         * auth-source.el (auth-sources): Change default to be simpler.  Explain
966         about Secret Service API sources.  Improve Customize options.
967         (auth-source-pick): Change to accept any number of search parameters.
968         Implement fallbacks iteratively, not recursively.  Add scoring on the
969         second pass and sort by score.  Call Secret Service API when needed.
970         (auth-source-user-or-password): Use it.  Call Secret Service API
971         directly when needed to get the user name and the password.
972
973 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
974
975         * message.el (message-interactive): Doc fix.
976         (message-qmail-inject-args): Reflow.
977         (message-kill-to-signature): Fix typo in docstring.
978
979         * smiley.el (smiley-buffer): Fix typo in docstring.
980
981 2010-03-24  Glenn Morris  <rgm@gnu.org>
982
983         * mail-source.el (gnus-message): Declare.
984         (mail-source-delete-old-incoming): Require gnus-util.
985
986 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
989
990         * message.el (ecomplete-setup): Autoload it for Emacs <23.
991
992         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
993         password-cache's default if it is not bound.
994         (mml-secure-passphrase-cache-expiry): Default to 16 that is
995         password-cache-expiry's default if it is not bound.
996
997         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
998         available in Emacs 21.
999
1000         * lpath.el: Suppress compiler warnings for:
1001         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1002         XEmacs;
1003         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1004         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1005         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1006
1007 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1008
1009         * auth-source.el (auth-sources): Fix up definition so extra parameters
1010         are always inline.
1011
1012 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1013
1014         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1015         wasn't updated after mismatch.  Clear cached mailbox info correctly
1016         when uidvalidity changes.
1017         (nnimap-group-prefixed-name): New function to avoid some code
1018         duplication.
1019         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1020         (nnimap-request-group): Use it.
1021         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1022         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1023         with many imap folders.  This is done by caching the group status from
1024         the imap server persistently in a group parameter `imap-status'.  (This
1025         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1026         but not persistently, so every Gnus startup was still very slow.)
1027
1028 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1029
1030         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1031         delete the extra newline.  Otherwise editing of :string and :number
1032         types don't work.
1033
1034 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1035
1036         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1037         secrets.el dependency.
1038         (auth-sources): Add optional user name.  Add secrets.el configuration
1039         choice (unused right now).
1040
1041 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1042
1043         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1044         `gnus-registry-install-shortcuts' fill in the functions.
1045
1046         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1047         warnings.
1048         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1049         (gnus-registry-install-shortcuts): Populate and use it in a
1050         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1051
1052 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1053
1054         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1055         In-place substitutions for the group name encoding/decoding.
1056         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1057         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1058         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1059         (nnimap-update-unseen, nnimap-request-list)
1060         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1061         (nnimap-request-set-mark, nnimap-split-to-groups)
1062         (nnimap-split-articles, nnimap-request-newgroups)
1063         (nnimap-request-create-group, nnimap-request-accept-article)
1064         (nnimap-request-delete-group, nnimap-request-rename-group)
1065         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1066         `encoded-mbx' for consistency.
1067         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1068         variable `imap-current-mailbox'.
1069
1070         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1071         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1072
1073 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1074
1075         * pop3.el (pop3-display-message-size-flag): Display message size byte
1076         counts during POP3 download.
1077         (pop3-movemail): Use it.
1078         (pop3-list): Implement listing of available messages.
1079
1080 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1081
1082         * nnir.el (nnir-get-article-nov-override-function): New function to
1083         override the normal NOV retrieval.
1084         (nnir-retrieve-headers): Use it.
1085
1086 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1087
1088         * auth-source.el (netrc-machine-user-or-password): Autoload.
1089
1090 2010-03-19  Glenn Morris  <rgm@gnu.org>
1091
1092         Stop message.el from loading about 40 libraries it doesn't always need.
1093         The general approach is to autoload rather than require, and to
1094         require in the specific functions rather than the file.  (Bug#5642)
1095
1096         * gmm-utils.el: Don't require wid-edit.
1097         (widget-create-child-value, widget-convert, widget-default-get):
1098         Autoload.
1099
1100         * gnus-util.el: Don't require time-date, netrc.
1101         (message-fetch-field, gnus-group-name-decode): Declare rather than
1102         autoloading.
1103         (gnus-fetch-field): Require message.
1104         (gnus-decode-newsgroups): Require gnus-group.
1105
1106         * ietf-drums.el: Don't require time-date.
1107
1108         * message.el: Don't require hashcash, canlock, ecomplete.
1109         Do require mail-utils.  Require nnheader only when compiling.
1110         (smtpmail-default-smtp-server): Remove declaration.
1111         (message-send-mail-function): Check smtpmail-default-smtp-server
1112         is bound rather than requiring smtpmail.
1113         (message-auto-save-directory, message-insert-signature): Use
1114         expand-file-name rather than nnheader-concat.
1115         (nnheader-insert-file-contents): Autoload.
1116         (hashcash-wait-async): Declare.
1117         (message-send-mail): Only call gnus-setup-posting-charset if
1118         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1119         (message-send-mail-with-sendmail): Require sendmail.
1120         (canlock-password, canlock-password-for-verify): Declare.
1121         (message-canlock-password): Require canlock.
1122         (nnheader-get-report): Autoload.
1123         (gnus-setup-posting-charset): Declare.
1124         (message-send-news): Require gnus-msg.
1125         (message-make-references, message-make-in-reply-to): Use mail-header-id
1126         rather than the alias mail-header-message-id.
1127         (ecomplete-add-item, ecomplete-save): Declare.
1128         (message-put-addresses-in-ecomplete): Require ecomplete.
1129         (ecomplete-display-matches): Autoload.
1130
1131         * mm-decode.el: Don't require mailcap, gnus-util.
1132         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1133         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1134         Autoload.
1135         (mailcap-mime-extensions): Declare.
1136
1137         * mm-encode.el: Don't require mailcap.
1138         (mailcap-extension-to-mime): Autoload.
1139
1140         * mml-sec.el: Don't require password-cache.
1141
1142         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1143         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1144         (mml-minibuffer-read-type): Require mailcap.
1145         (mml-preview): Require gnus-msg.
1146
1147         * mml1991.el: Require password-cache.
1148         (password-cache-expiry): Remove declaration.
1149
1150         * mml2015.el: Require password-cache.
1151         (password-cache-expiry): Remove declaration.
1152
1153         * nneething.el (mailcap): Require mailcap.
1154
1155         * nnheader.el (declare-function): Add compatibility stub.
1156         (message-remove-header): Declare rather than autoload.
1157         (nnheader-replace-header): Require message.
1158
1159         * nnimap.el (declare-function): Add compatibility stub.
1160         (netrc-parse, netrc-machine-user-or-password): Declare.
1161         (nnimap-open-connection): Require netrc.
1162
1163         * nntp.el (declare-function): Add compatibility stub.
1164         (netrc-parse, netrc-machine, netrc-get): Declare.
1165         (nntp-send-authinfo): Require netrc.
1166
1167         * rfc2047.el: Don't require qp.
1168         (quoted-printable-encode-region, quoted-printable-decode-string):
1169         Autoload.
1170
1171         * sieve-mode.el: Don't require easymenu.
1172         (easy-menu-add-item): Autoload it.
1173
1174         * spam-stat.el (time-to-number-of-days): Autoload it.
1175
1176 2010-03-19  Glenn Morris  <rgm@gnu.org>
1177
1178         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1179
1180 2010-03-18  Glenn Morris  <rgm@gnu.org>
1181
1182         * hashcash.el (declare-function): Remove duplicate definition.
1183
1184 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1185
1186         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1187         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1188         value if any backslash escapes).
1189
1190 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1193         if it is available.  (bug#5647)
1194
1195         * lpath.el: Suppress compiler warning for coding-system-from-name for
1196         Emacs 21 and XEmacs.
1197
1198 2010-03-14  Juri Linkov  <juri@jurta.org>
1199
1200         * hmac-def.el:
1201         * hmac-md5.el:
1202         * netrc.el: Fix keywords.
1203
1204 2010-02-26  Glenn Morris  <rgm@gnu.org>
1205
1206         * message.el (message-send-mail-function): Change the default, so that
1207         it inherits from a customized send-mail-function.  (Bug#5643)
1208
1209 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1210
1211         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1212         shell-command-to-string signals an error (bug#5299).
1213
1214 2010-02-24  Glenn Morris  <rgm@gnu.org>
1215
1216         * message.el (message-smtpmail-send-it)
1217         (message-send-mail-with-mailclient): Doc fixes.
1218
1219 2010-02-16  Glenn Morris  <rgm@gnu.org>
1220
1221         * message.el (message-default-mail-headers): Change the default value
1222         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1223
1224 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1227         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1228
1229 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1230
1231         * time-date.el (date-to-time): Doc fix (Bug#5408).
1232
1233 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1234
1235         * message.el (message-mail): Just pass yank-action on to message-setup.
1236         (message-setup): Handle (FUN . ARGS) form of yank-action.
1237         (message-with-reply-buffer, message-widen-reply)
1238         (message-yank-original): Handle non-buffer values of
1239         message-reply-buffer (Bug#4080).
1240         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1241
1242 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1243
1244         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1245         Fix typo in docstring.
1246
1247 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1248
1249         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1250         response.
1251
1252 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1255
1256         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1257
1258         * message.el (message-check-news-header-syntax): Protect against a
1259         string that `rfc822-addresses' returns when parsing fails.
1260
1261 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1264         (gnus-previous-char-property-change): New functions.
1265
1266         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1267
1268 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1269
1270         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1271         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1272
1273 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1274
1275         * message.el (message-exchange-point-and-mark): Rework last change to
1276         avoid using optional arg of exchange-point-and-mark, for backward
1277         compatibility.
1278
1279 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1280
1281         * message.el (message-exchange-point-and-mark): Call
1282         exchange-point-and-mark with an argument rather than setting
1283         mark-active by hand (Bug#5175).
1284
1285 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * nntp.el (nntp-service-to-port): Work for service expressed with
1288         numeric string; replace [:digit:] with [0-9] for XEmacs.
1289
1290 2009-12-17  Glenn Morris  <rgm@gnu.org>
1291
1292         * gnus-group.el (gnus-bug-group-download-format-alist):
1293         Change emacs entry to debbugs.gnu.org.  Bump :version.
1294
1295 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1296
1297         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1298
1299 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1300
1301         * message.el (message-info): Explain why we use `Info-goto-node'.
1302
1303 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1306
1307 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1308
1309         * message.el (message-completion-in-region): New compatibility function.
1310         (message-expand-group): Use it.
1311
1312 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1315         with no unread article should be listed if the 2nd arg `predicate' is
1316         given.
1317
1318 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1321
1322 2009-11-29  Juri Linkov  <juri@jurta.org>
1323
1324         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1325         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1326         on `gnus-recenter'. (Bug#4698, Bug#4981)
1327
1328 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1329
1330         * sha1.el (sha1-string-external): default-directory "/" in case
1331         otherwise non-existent.  process-connection-type pipe for touch of
1332         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1333
1334 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1335
1336         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1337         it's comms related and sgml-mode.el has "comm" on that basis too.
1338
1339 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1342         containing tspecial characters if they have been already quoted.
1343
1344 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1345
1346         * dns-mode.el (auto-mode-alist): Purecopy string.
1347
1348 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1349
1350         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1351
1352 2009-10-24  Glenn Morris  <rgm@gnu.org>
1353
1354         * gnus-art.el (help-xref-stack-item): Define for compiler.
1355
1356 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1357
1358         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1359
1360 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1361
1362         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1363
1364 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1367         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1368
1369 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1372         (gnus-overlays-in): New alias to overlays-in.
1373
1374         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1375         gnus-overlay-get, and gnus-delete-overlay.
1376         (gnus-summary-show-thread): Make it work as well for systems in which
1377         next-single-char-property-change is not available.
1378         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1379
1380         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1381         (gnus-overlay-get): New alias to extent-property.
1382         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1383
1384         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1385         SXEmacs.
1386
1387         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1388         SXEmacs.
1389
1390 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1391
1392         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1393
1394 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1395
1396         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1397         and XEmacs that don't have `remove-overlays'.
1398
1399 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1400
1401         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1402         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1403         selective display.  Use overlays instead.
1404
1405 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1406
1407         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1408
1409 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1410
1411         * spam-stat.el (spam-stat-load): Fix typo in message.
1412
1413 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1414
1415         * dig.el (dig-invoke): Fix typo in docstring.
1416         (query-dig): Reflow docstring.
1417
1418 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1419
1420         * gnus-art.el (gnus-article-encrypt-body):
1421         * message.el (message-check-recipients):
1422         * mm-util.el (mm-codepage-setup):
1423         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1424         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1425
1426 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1427
1428         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1429         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1430         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1431         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1432         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1433
1434 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1435
1436         * dig.el: Add "Keywords: comm", as per net-utils.el.
1437
1438 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1439
1440         * dig.el (dig-mode): Use define-derived-mode.
1441
1442 2009-09-19  Glenn Morris  <rgm@gnu.org>
1443
1444         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1445
1446 2009-09-18  Glenn Morris  <rgm@gnu.org>
1447
1448         * gnus-diary.el (gnus-diary-check-message):
1449         * message.el (message-insert-formatted-citation-line):
1450         * nnbabyl.el (top-level):
1451         * nndiary.el (nndiary-schedule):
1452         Fix typos in condition-case handlers.
1453
1454 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1457         configuration that provides the sole article window in a frame;
1458         position point correctly after deleting a part.
1459
1460 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1461
1462         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1463         (spam-resolve-registrations-routine): Use it to unregister articles
1464         that change status.
1465
1466 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1469         with XEmacs.
1470         (parse-time-string-chars): Use it.
1471
1472 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1473
1474         * imap.el (imap-interactive-login): Better messages.
1475         (imap-open): Fix bug with renamed buffer on reconnect.
1476         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1477         for easier debugging and cleaner code.  On successful (guessed based on
1478         server capabilities) secondary authentication, set imap-state
1479         correctly.
1480         (imap-last-authenticator): Define imap-last-authenticator as a variable
1481         to avoid warnings.
1482
1483 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * nnrss.el (nnrss-request-article): Remove binding of
1486         default-enable-multibyte-characters that has gotten needless by
1487         the 2007-07-13 change in rfc2047-encode-message-header.
1488
1489         * mml.el (mml-insert-multipart): Error on the message header.
1490         (mml-insert-part): Error on the message header; position point at
1491         the end of a MIME tag.
1492
1493 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1494
1495         * time-date.el (autoload): Expand define-obsolete-function-alias into
1496         defalias and make-obsolete for old Emacsen that Gnus supports.
1497         (with-no-warnings): Define it for old Emacsen.
1498         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1499         is available.
1500         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1501         float-time is available; suppress compile warning for time-to-seconds.
1502
1503         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1504         (gnus-float-time): Alias to float-time if it exists.
1505
1506         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1507         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1508         float-time is available; suppress compile warning for time-to-seconds.
1509
1510         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1511         XEmacs.
1512
1513 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1514
1515         * imap.el (imap-message-map): Docstring fix.
1516
1517 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1520         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1521         Add the optional argument `encoding' that overrides the default.
1522
1523         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1524         mm-encode-buffer.
1525
1526 2009-09-04  Glenn Morris  <rgm@gnu.org>
1527
1528         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1529         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1530         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1531         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1532         * mm-util.el (mm-with-unibyte-current-buffer)
1533         (mm-find-buffer-file-coding-system):
1534         * yenc.el (yenc-decode-region): Use default-value rather than
1535         default-enable-multibyte-characters.
1536
1537 2009-09-03  Glenn Morris  <rgm@gnu.org>
1538
1539         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1540         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1541         than default-enable-multibyte-characters.
1542
1543 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1544
1545         * gnus-art.el (gnus-article-read-summary-keys):
1546         Fix gnus-buffer-configuration's value temporarily used.
1547
1548 2009-09-02  Glenn Morris  <rgm@gnu.org>
1549
1550         * gnus-util.el (gnus-float-time): New function.
1551         * gnus-delay.el (gnus-delay-article):
1552         * gnus-sum.el (gnus-thread-latest-date):
1553         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1554         * nnspool.el (nnspool-request-newgroups):
1555         Use gnus-float-time rather than time-to-seconds.
1556         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1557
1558         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1559         (gnus-header-subject-face, gnus-header-newsgroups-face)
1560         (gnus-header-name-face, gnus-header-content-face):
1561         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1562         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1563         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1564         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1565         (gnus-cite-face-11):
1566         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1567         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1568         (gnus-server-closed-face, gnus-server-denied-face)
1569         (gnus-server-offline-face):
1570         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1571         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1572         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1573         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1574         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1575         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1576         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1577         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1578         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1579         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1580         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1581         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1582         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1583         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1584         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1585         (gnus-summary-high-undownloaded-face)
1586         (gnus-summary-low-undownloaded-face)
1587         (gnus-summary-normal-undownloaded-face)
1588         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1589         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1590         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1591         (gnus-splash-face):
1592         * message.el (message-header-to-face, message-header-cc-face)
1593         (message-header-subject-face, message-header-newsgroups-face)
1594         (message-header-other-face, message-header-name-face)
1595         (message-header-xheader-face, message-separator-face)
1596         (message-cited-text-face, message-mml-face):
1597         * sieve-mode.el (sieve-control-commands-face)
1598         (sieve-action-commands-face, sieve-test-commands-face)
1599         (sieve-tagged-arguments-face):
1600         * spam.el (spam-face):
1601         Mark face aliases with "-face" in the name as obsolete.
1602
1603 2009-09-01  Glenn Morris  <rgm@gnu.org>
1604
1605         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1606         than goto-line.
1607
1608 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1611         Don't move point if the command is invoked inside the message header.
1612
1613 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1614
1615         * imap.el (imap-send-command): Simplify.
1616         (imap-wait-for-tag): point-max -> buffer-size.
1617
1618 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1619
1620         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1621         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1622         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1623         * nnir.el (nnir-swish-e-index-file):
1624         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1625         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1626         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1627         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1628         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1629         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1630
1631 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1634         Don't save excursion.
1635
1636 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1637
1638         * nnheader.el (nnheader-find-file-noselect):
1639         * mm-util.el (mm-insert-file-contents):
1640         Use (default-value 'major-mode) instead of default-major-mode.
1641
1642 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1643
1644         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1645
1646 2009-08-26  Glenn Morris  <rgm@gnu.org>
1647
1648         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1649         than placing in files.el.
1650
1651 2009-08-25  Glenn Morris  <rgm@gnu.org>
1652
1653         * nnir.el (top-level): Don't require cl at run-time.
1654         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1655         Replace cl-function substitute with gnus-replace-in-string.
1656         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1657         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1658         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1659         simplified expansions.
1660
1661 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1662
1663         * dig.el (dig): Add autoload cookie.
1664
1665 2009-08-22  Glenn Morris  <rgm@gnu.org>
1666
1667         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1668         goto-line.
1669
1670 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1671
1672         * parse-time.el (parse-time-string-chars): Save match data.
1673
1674 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1675
1676         * parse-time.el (parse-time-string-chars): Compute using character
1677         classes, to handle non-ascii characters (Bug#3190).
1678
1679 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1680
1681         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1682
1683         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1684         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1685         (gnus-mm-display-part, gnus-mime-display-single)
1686         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1687         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1688
1689         * gnus-sum.el
1690         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1691         (gnus-summary-move-article): Add expirable mark to articles copied or
1692         moved to group that has auto-expire turned on if the option is non-nil.
1693
1694 2009-07-24  Glenn Morris  <rgm@gnu.org>
1695
1696         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1697         Fix typo.  (Bug#3903)
1698
1699 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1702         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1703         that should not be used for draft articles.
1704         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1705         that has no concern in minor mode keys.
1706         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1707         Abolish.
1708
1709 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1710
1711         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1712         article without making inquiry to a user for unknown encoding.
1713
1714         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1715         (nnmaildir--scan): Assume i-node and device number that file-attributes
1716         returns might be cons-cell.
1717
1718         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1719
1720         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1721
1722 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1723
1724         * auth-source.el: Remove docs now in auth.texi.  Don't use
1725         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1726         `auth-source-hide-passwords' and use them.
1727
1728 2009-07-15  Glenn Morris  <rgm@gnu.org>
1729
1730         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1731
1732 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1735         excessive whitespace from the default values of title and description.
1736
1737 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1740         mail-fetch-field to fetch Content-Description header in order to
1741         exclude newlines.
1742
1743 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1744
1745         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1746         format used by GnuPG 2.0.11.
1747
1748 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1749
1750         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1751         to deleted part.
1752
1753 2009-05-30  David Engster  <dengste@eml.cc>
1754
1755         * nnmairix.el: Remove old documentation in the commentary block.
1756         (nnmairix-request-group): Do not update active file for nnml back ends.
1757         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1758         end so that overview files are ignored.
1759         (nnmairix-update-groups): Make updating the groups more robust by using
1760         marks.
1761         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1762         with dollar characters in message-id.
1763
1764 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1765
1766         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1767         2008-12-25 in dns.el.
1768
1769 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1770
1771         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1772         could happen if the text is only composed of spaces and/or tabs.
1773
1774 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1775
1776         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1777         when sending a queued message to avoid extra mml tags.
1778
1779 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1782
1783 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1786         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1787         rmail-toggle-header for XEmacs;
1788         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1789
1790 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * gnus-dired.el: Remove autoload for gnus-setup-message.
1793         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1794         displaying Gnus logo; always use compose-mail.
1795
1796 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1799
1800 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1803         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1804         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1805         available.
1806         (gnus-nocem-epg-verify): New function.
1807
1808 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1809
1810         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1811
1812 2009-02-15  Glenn Morris  <rgm@gnu.org>
1813
1814         * gnus-util.el (rmail-insert-rmail-file-header)
1815         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1816         autoloads.
1817         (rmail-default-rmail-file): Remove unnecessary declaration.
1818         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1819
1820 2009-02-14  Glenn Morris  <rgm@gnu.org>
1821
1822         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1823         variable (only used in gnus-util, which declares it anyway).
1824         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1825         which was only needed by gnus-art (changed to not use it any more).
1826         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1827         only used in gnus-util, which autoloads it itself.
1828         (rmail-update-summary): Fix autoload.
1829
1830         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1831         rather than rmail-output-to-rmail-file.
1832
1833 2009-02-07  Glenn Morris  <rgm@gnu.org>
1834
1835         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1836         autoload of function that no longer exists.
1837         (rmail-toggle-header): Declare.
1838         (message-forward-rmail-make-body): Handle mbox Rmail.
1839
1840 2009-01-31  Glenn Morris  <rgm@gnu.org>
1841
1842         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1843         2009-01-09 change.
1844
1845 2009-01-31  Dave Love  <fx@gnu.org>
1846
1847         * imap.el (imap-fetch-safe): Bind debug-on-error.
1848         (imap-debug): Add imap-fetch-safe.
1849
1850 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1851
1852         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1853         (auth-source-forget-all-cached): New convenience function.
1854         (auth-source-user-or-password): Accept list of modes or a single mode.
1855
1856         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1857         auth-source modes.
1858
1859         * netrc.el (netrc-machine-user-or-password): Use list of
1860         auth-source modes.
1861
1862         * nnimap.el (nnimap-open-connection): Use list of
1863         auth-source modes.
1864
1865         * nntp.el (nntp-send-authinfo): Use list of
1866         auth-source modes.
1867
1868 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1869
1870         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1871         now.
1872
1873 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1876         coding system in XEmacs; add a workaround for XEmacs.
1877
1878         * lpath.el: Fbind coding-system-aliasee.
1879
1880 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1883         of current-language-environment.
1884
1885 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1886
1887         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1888         available at runtime.
1889
1890 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1893
1894 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1895
1896         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1897         the greatest positive fixnum value doesn't work under an XEmacs with
1898         bignum support; use the most-positive-fixnum constant instead,
1899         available since Emacs 21.1 with cl and XEmacs 21.1.
1900
1901 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1904         XEmacs gets not to work.
1905
1906 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1907
1908         * mm-util.el (mm-coding-system-priorities): Allow the value like
1909         "Japanese (UTF-8)" of current-language-environment.
1910
1911 2009-01-09  Glenn Morris  <rgm@gnu.org>
1912
1913         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1914         with last-command-event.
1915
1916 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1917
1918         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1919         in the doc string.
1920
1921         * message.el (message-fix-before-sending): Amend comment.
1922
1923 2009-01-08  Dave Love  <fx@gnu.org>
1924
1925         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1926
1927 2009-01-07  David Engster  <dengste@eml.cc>
1928
1929         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1930         simplified server definitions by converting it via
1931         gnus-server-to-method.
1932
1933 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1936         parameter's operands.
1937
1938 2009-01-06  David Engster  <dengste@eml.cc>
1939
1940         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1941         primary select method (for gnus-group-mark-article-as-read).
1942
1943 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1944
1945         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1946         `(gnus)Face', not `(gnus)X-Face'.
1947
1948 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * mm-util.el (mm-ucs-to-char): New function.
1951
1952         * mm-url.el (mm-url-decode-entities): Use it.
1953
1954         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1955         unicode-to-char.
1956
1957 2009-01-05  Dave Love  <fx@gnu.org>
1958
1959         * time-date.el: Require cl for `declare'.
1960
1961 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1962
1963         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1964         Dave Love.
1965
1966 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1967
1968         * message.el (message-fix-before-sending): Add `eight-bit' to
1969         illegible-text check.
1970
1971 2009-01-03  Michael Olson  <mwolson@gnu.org>
1972
1973         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1974         `headers' is nil.  This can occur if the IMAP server does not have
1975         permissions to read messages from a folder, but can write new messages
1976         to the folder.
1977         (nnimap-request-article-part): Do not insert `data' if it is nil.
1978
1979         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1980         characters which will confuse `read', so skip past them.
1981
1982 2009-01-01  Dave Love  <fx@gnu.org>
1983
1984         * imap.el (imap-string-to-integer): Fix typo.
1985         (imap-fetch-safe): New function.
1986         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1987
1988         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1989
1990         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1991         (imap-parse-greeting): Fix doc strings.
1992         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1993         (imap-parse-flag-list): Make messages unique.
1994         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1995
1996         * nnimap.el: Fix author email.
1997         (nnimap-split-rule): Add FIXME comment.
1998         (nnimap-debug): Fix doc string.
1999
2000 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2001
2002         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2003
2004 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2005
2006         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2007         nslookup if resolv.conf isn't available.
2008         (dns-query): Rename from query-dns.
2009         (dns-query-cached): Rename from query-dns-cached.
2010
2011 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2014         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2015         to check if those variables exist (first appeared in Emacs 18.50).
2016
2017 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * mm-util.el (mm-line-number-at-pos): New function.
2020
2021         * spam-report.el (spam-report-process-queue): Use it.
2022
2023 2008-12-24  David Engster  <dengste@eml.cc>
2024
2025         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2026         parameters that haven't existed as variables as buffer-local variables.
2027
2028 2008-12-23  Dave Love  <fx@gnu.org>
2029
2030         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2031         cadar.
2032
2033         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2034         imap-starttls-p.
2035         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2036
2037 2008-12-22  Dave Love  <fx@gnu.org>
2038
2039         * imap.el: Fix author email.  Doc fixes.
2040         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2041         reply.
2042
2043 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2044
2045         * spam-report.el (spam-report-gmane-max-requests): New constant.
2046         (spam-report-gmane-wait): New variable.
2047         (spam-report-gmane-ham, spam-report-gmane-spam)
2048         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2049         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2050         the server.
2051
2052         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2053         Add explanations.
2054
2055         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2056         nnheader-accept-process-output and nnheader-read-timeout if available.
2057         (pop3-movemail): Use it.
2058
2059         * message.el (message-check-news-body-syntax): Fix signature check if
2060         there's an attachment.
2061
2062 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * mm-util.el: Add comments to the mm- emulating functions.
2065
2066 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2067
2068         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2069         by Stephen Berman <stephen.berman@gmx.net>.
2070
2071 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2072
2073         * mm-util.el (mm-substring-no-properties): New function.
2074         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2075         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2076         (mm-string-to-multibyte): Doc fix.
2077
2078         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2079
2080 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2081
2082         * mml.el (mml-attach-file): Strip text properties from file name.
2083         (Bug#1574)
2084
2085 2008-12-16  Glenn Morris  <rgm@gnu.org>
2086
2087         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2088
2089 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2092         knows since the charset specified might be a bogus alias that
2093         mm-charset-synonym-alist provides.
2094
2095 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2096
2097         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2098         "ISO_8859-1".
2099
2100         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2101
2102 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2103
2104         * mm-util.el (mm-charset-eval-alist):
2105         Define it before mm-charset-to-coding-system.
2106         (mm-charset-to-coding-system): Add optional argument `silent';
2107         define it before mm-charset-override-alist.
2108         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2109         default value if it can be used in Emacs currently running;
2110         silence mm-charset-to-coding-system.
2111
2112 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2115         `allow-override' which says whether to use `mm-charset-override-alist'.
2116         (rfc2047-decode-encoded-words): Use it.
2117
2118         * mm-util.el (mm-charset-override-alist): Fix custom type;
2119         add `(gb2312 . gbk)' to choices.
2120
2121 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2124         fast.
2125
2126         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2127
2128         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2129
2130 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2131
2132         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2133         on links.
2134
2135         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2136
2137 2008-12-03  Lute Kamstra  <lute@gnu.org>
2138
2139         * sha1.el: Remove leading * from docstrings of defcustoms,
2140         deffaces, defconsts and defuns.
2141
2142 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2143
2144         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2145         users' addresses that don't have domain parts.
2146         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2147         rather than message-narrow-to-head since there will be the message
2148         header separator.
2149
2150 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2151
2152         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2153         since the result is inserted in a unibyte buffer anyway.
2154         (nnimap-demule-use-string-to-multibyte): Remove.
2155         (nnimap-demule): Alias it to mm-string-to-multibyte.
2156
2157 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2158
2159         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2160         variable for debugging bug#464 and bug#1174.
2161         (nnimap-demule): Use it.
2162
2163 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2164
2165         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2166         score calculation correctly.
2167
2168 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2169
2170         * message.el (message-send-mail): Just set the buffer to unibyte
2171         rather than use mm-with-unibyte-current-buffer which does a lot more.
2172         (message-send-mail-partially): Don't bother with
2173         mm-with-unibyte-current-buffer since it's already been made unibyte by
2174         message-send-mail.
2175
2176 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2177
2178         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2179
2180 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2181
2182         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2183
2184 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2187         require itself and to remove `with-no-warnings'.
2188
2189 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2190
2191         * starttls.el (starttls-any-program-available): Get the name of the
2192         available TLS layer program.
2193         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2194         well as the host name in the "opening" message.
2195
2196         * auth-source.el (auth-source-cache, auth-source-do-cache)
2197         (auth-source-user-or-password): Cache passwords and logins by default,
2198         allow override with `auth-source-do-cache'.
2199         (auth-source-forget-user-or-password): Allow users to remove cache
2200         entries if needed.
2201
2202 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2203
2204         * md4.el (md4-buffer): Fix typo in docstring.
2205         (md4, md4-64): Doc fixes.
2206         (md4-pack-int32): Reflow docstring.
2207
2208 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2209
2210         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2211         condition-case to only the forward-sexp call.
2212
2213 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2214
2215         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2216         quotes contained.  Make it more robust regardless by an extra
2217         condition-case wrapper.
2218
2219 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2222
2223 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * nnml.el (nnml-request-expire-articles): Check if the function set to
2226         `nnmail-expiry-target' returns the symbol `delete'.
2227
2228         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2229
2230         * nnmail.el (nnmail-expiry-target): Fix custom type.
2231
2232 2008-10-02  Glenn Morris  <rgm@gnu.org>
2233
2234         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2235         Silence compiler warning.
2236
2237 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2238
2239         * tls.el (open-tls-stream): Show the actual command being
2240         executed, instead of the format string.
2241
2242 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * lpath.el: Fbind codepage-setup for Emacs 23.
2245
2246 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2247
2248         * mml.el (mml-menu): Don't assume mml2015 is bound.
2249
2250 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2253         exists.
2254
2255 2008-09-27  Glenn Morris  <rgm@gnu.org>
2256
2257         * gnus-util.el (mail-header-remove-comments): Autoload it.
2258
2259 2008-09-27  Andreas Schwab  <schwab@suse.de>
2260
2261         * gnus-util.el (gnus-split-references): Strip comments.
2262         (gnus-parent-id): Likewise.
2263
2264 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2265
2266         * message.el (message-confirm-send): Fix version.
2267
2268 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * message.el (message-idna-to-ascii-rhs-1): Use
2271         mail-extract-address-components rather than mail-header-parse-addresses
2272         that is an alias by default to ietf-drums-parse-addresses that does not
2273         support non-ASCII names in headers' contents.
2274
2275 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2276
2277         * message.el (message-confirm-send): Fixed variable documentation to
2278         avoid the "y/n" wording.
2279
2280 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2281
2282         * message.el (message-set-auto-save-file-name): Save to a different
2283         filename so multiple messages (especially drafts) can be recovered.
2284
2285 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2286
2287         * message.el (message-confirm-send): Add appropriate version.
2288
2289 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2290
2291         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2292         defvar.
2293
2294 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2295
2296         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2297         (mm-pkcs7-enveloped-magic): Ditto.
2298
2299 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2300
2301         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2302         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2303
2304 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2305
2306         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2307         default, it's better.
2308
2309 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2310
2311         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2312         summary line gnus-number property and ignore them (with a warning
2313         message).
2314
2315 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2318         macro caddr in the interactive form since it won't be expanded.
2319
2320 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2323         `charset'; fix name of function called recursively.
2324         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2325
2326 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2329         (gnus-mime-set-charset-parameters): New function.
2330         (gnus-mime-view-part-as-charset): Use it to correctly display part
2331         specifying wrong charset.
2332
2333 2008-09-08  David Engster  <dengste@eml.cc>
2334
2335         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2336         in completing-read for back end server.
2337
2338 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2339
2340         * message.el (message-confirm-send): New variable to confirm sending a
2341         message.
2342         (message-send): Use it.
2343
2344 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2345
2346         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2347
2348 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2349
2350         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2351
2352 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2353
2354         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2355         prevent tracking too many groups.
2356         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2357         Use it.
2358
2359 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2360
2361         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2362         moving point to the bottom of the window in order to avoid recentering.
2363
2364 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2367
2368         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2369         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2370         (gnus-article-beginning-of-window): Fix calculation.
2371
2372 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus-msg.el (gnus-summary-supersede-article)
2375         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2376         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2377         message header.
2378
2379 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2380
2381         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2382         pending output coming after the status change.
2383
2384 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2385
2386         * message.el:
2387         * gnus-start.el:
2388         * gnus-registry.el: Remove VMS support.
2389
2390 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2393         macro.
2394         (rfc2104-hash): Use it.
2395
2396 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2397
2398         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2399         (gnus-summary-sort-by-most-recent-date): New commands.
2400         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2401         and menu entries.
2402
2403 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2406         don't redisplay article for raw contents; remove plural articles stuff.
2407
2408         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2409         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2410         on gnus-summary-save-article; display results properly.
2411
2412 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * lpath.el: No need to fbind ns-focus-frame.
2415
2416 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2419
2420 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2423         gnus-save-all-headers.
2424
2425 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2426
2427         * gnus-util.el (ns-focus-frame): Remove declaration.
2428         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2429         like x.
2430
2431 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2432
2433         * rfc2104.el (rfc2104-zero): Delete defconst.
2434         (rfc2104-hex-alist): Likewise.
2435         (rfc2104-hex-to-int): Delete func.
2436         (rfc2104-hexstring-to-bitstring): Likewise.
2437         (rfc2104-nybbles): New defconst.
2438         (rfc2104-hash): Rewrite for speed.
2439
2440 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * tls.el (open-tls-stream): Make it work with the 2nd argument
2443         BUFFER that is a string but does not exist as a buffer object, as
2444         mentioned in the doc-string.
2445
2446 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2449         SXEmacs.
2450
2451 2008-07-16  Glenn Morris  <rgm@gnu.org>
2452
2453         * gnus-util.el (ns-focus-frame): Declare for compiler.
2454
2455 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2458         set as a group parameter.
2459         (gnus-summary-save-in-pipe): Work when it is called independently.
2460         (gnus-summary-pipe-to-muttprint): Don't modify
2461         gnus-summary-pipe-output-default-command.
2462
2463 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2464
2465         * message.el (message-send-mail-with-sendmail):
2466         Display the error message.
2467
2468 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * gnus-art.el (gnus-default-article-saver):
2471         Add gnus-summary-save-in-pipe to choices.
2472         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2473         gnus-summary-pipe-output-default-command as the default command.
2474         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2475         instead of gnus-last-shell-command.
2476
2477         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2478         New user option.
2479         (gnus-summary-muttprint-program): Mention the value will be changed.
2480         (gnus-summary-save-article): Force showing of all headers.
2481         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2482
2483 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2484
2485         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2486
2487 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2488
2489         * nnimap.el (nnimap-id):
2490         * sieve-manage.el (sieve-manage-open): Doc fixes.
2491
2492 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2493
2494         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2495         if available.
2496
2497 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2498
2499         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2500
2501         * nnkiboze.el (nnkiboze-generate-group):
2502         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2503
2504         * nnmairix.el: Require CL.
2505
2506 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * dgnushack.el: Autoload get-display-table and put-display-table for
2509         XEmacs 21.5.
2510
2511         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2512         21.4 and SXEmacs.
2513
2514 2008-06-15  David Engster  <dengste@eml.cc>
2515
2516         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2517
2518 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2519
2520         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2521         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2522         runtime choice under XEmacs.
2523
2524         * gnus-sum.el (gnus-summary-set-display-table):
2525         Use `gnus-put-display-table', `gnus-get-display-table',
2526         `gnus-set-display-table' for the display table, instead of `aset'.
2527
2528         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2529         Use `gnus-put-display-table', `gnus-get-display-table',
2530         `gnus-set-display-table' for the display table.
2531
2532 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2533
2534         * nnmairix.el: Add autoloads.
2535
2536 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2537
2538         * nnmairix.el (nnmairix-delete-recreate-group)
2539         (nnmairix-update-and-clear-marks): Fix error messages.
2540
2541 2008-06-14  David Engster  <dengste@eml.cc>
2542
2543         * nnmairix.el: Upgrade to version 0.6.
2544         (nnmairix-group-toggle-propmarks-this-group)
2545         (nnmairix-group-toggle-readmarks-this-group)
2546         (nnmairix-group-delete-recreate-this-group)
2547         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2548         (nnmairix-remove-tick-mark-original-article): New commands.
2549         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2550         (nnmairix-propagate-marks-to-nnmairix-groups)
2551         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2552         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2553         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2554         functions needed for marks propagation and manipulation of read marks.
2555         (nnmairix-update-groups): New function.
2556         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2557         (nnmairix-determine-original-group-from-registry)
2558         (nnmairix-determine-original-group-from-path)
2559         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2560         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2561         New helper functions.
2562         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2563         keystrokes for new commands.
2564         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2565         (nnmairix-request-group): Check allow-fast group parameter.
2566         (nnmairix-request-create-group): Set allow-fast group parameter if
2567         nnmairix-allowfast-default is set.
2568         (nnmairix-close-group): Propagate marks upon closing if needed.
2569         (nnmairix-group-toggle-threads-this-group): Use new.
2570         nnmairix-group-toggle-parameter helper function.
2571         (nnmairix-search): Better check for empty search result.
2572         (nnmairix-goto-original-article): Use new helper functions for
2573         determining original article.
2574         (nnmairix-show-original-article): Make sure message-id is in brackets.
2575         (nnmairix-call-mairix-binary): Change variable name.
2576         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2577         helper function.
2578         (nnmairix-widget-toggle-activate): Fix doc string.
2579
2580 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * nnir.el: Require edmacro when compiling with XEmacs.
2583         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2584         available in Emacs 21.
2585
2586 2008-06-11  Glenn Morris  <rgm@gnu.org>
2587
2588         * gnus-util.el (x-focus-frame):
2589         * gnus.el (image-size):
2590         * mm-decode.el (image-size): Declare.
2591
2592         * gnus-picon.el (declare-function): Add compat definition.
2593         (image-size): Declare.
2594
2595         * gnus-group.el (tool-bar-map):
2596         * gnus-sum.el (tool-bar-map): Define for compiler.
2597
2598         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2599
2600         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2601
2602         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2603         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2604         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2605         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2606         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2607         * sieve-manage.el, spam-report.el, spam.el:
2608         Remove unnecessary eval-and-compile of autoloads.
2609
2610 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2611
2612         * auth-source.el: Precise Tramp doc.
2613
2614 2008-06-07  Glenn Morris  <rgm@gnu.org>
2615
2616         * nnmairix.el: Remove unnecessary eval-when-compile.
2617
2618 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * lpath.el: Fbind propertize for XEmacs 21.4.
2621
2622 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2623
2624         * nnir.el: Move here from ../contrib.
2625
2626 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2627
2628         * gnus-util.el (gnus-read-shell-command): New function.
2629         * mm-decode.el (mm-pipe-part):
2630         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2631
2632 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2635
2636 2008-06-03  Glenn Morris  <rgm@gnu.org>
2637
2638         * pop3.el (nnheader-accept-process-output): Autoload it.
2639
2640 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2643         are not 2-digit hexadecimal characters that follow `%'s.
2644
2645 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2646
2647         * message.el (message-bogus-recipient-p): Fix type in doc string.
2648         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2649         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2650         Improve custom options.
2651         (message-bogus-recipient-p): Adjust accordingly.
2652
2653 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2654
2655         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2656         long-form month and day names.
2657
2658 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * dgnushack.el: Autoload debug, eudc-expand-inline and
2661         pgg-snarf-keys-region for XEmacs.
2662
2663         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2664
2665         * nnmairix.el: Require edmacro when compiling with XEmacs.
2666
2667 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2668
2669         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2670         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2671
2672 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2673
2674         * auth-source.el: Add more docs.
2675
2676         * netrc.el (netrc-machine): Always match if the port is not given.
2677
2678 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2681         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2682         retrieval faster in some cases, but might make CPU usage larger.  If
2683         this has any bad side effects, we might revert this change.
2684
2685         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2686         seems to make mail retrieval much, much faster.
2687         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2688         unconditionally.
2689
2690         * gnus-draft.el (gnus-group-send-queue): Bind
2691         message-send-mail-partially-limit to nil to avoid being prompted.
2692
2693 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2694
2695         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2696
2697         * message.el (message-bogus-address-regexp): Fix and improve custom
2698         type.
2699         (message-setup-hook): Add message-check-recipients as custom option.
2700
2701 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2702
2703         * message.el (message-cite-function): Remove bogus autoload which crept
2704         in during merge from v5-10.
2705
2706 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2707
2708         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2709
2710         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2711
2712         * auth-source.el: Preliminary Tramp docs.
2713         (auth-sources): Change the default auth-sources to use
2714         EPA .gpg files.
2715
2716 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2717
2718         * nntp.el: Autoload `auth-source-user-or-password'.
2719         (nntp-send-authinfo): Use it.
2720
2721         * nnimap.el: Autoload `auth-source-user-or-password'.
2722         (nnimap-open-connection): Use it.
2723
2724         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2725         for the gnus-message function.
2726         (auth-source-user-or-password): Use it.
2727
2728 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2729
2730         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2731         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2732         (rfc2104-hash): Use it.
2733
2734 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2735
2736         * gnus-art.el (gnus-article-toggle-truncate-lines):
2737         Don't use `iff' in docstring.
2738
2739 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2740
2741         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2742
2743         * gnus-util.el (gnus-extract-address-component-name)
2744         (gnus-extract-address-component-email): Convenience functions around
2745         `gnus-extract-address-components'.
2746
2747         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2748         Use `gnus-extract-address-component-email' to fix bug of comparing full
2749         sender name to `user-mail-address'.
2750
2751 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2752
2753         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2754         catch/throw to optimize.
2755         (gnus-registry-find-keywords): Just use member to find a keyword.
2756
2757 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2758
2759         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2760         is current before calling gnus-server-prepare.
2761         (gnus-server-setup-buffer, gnus-server-update-server)
2762         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2763
2764 2008-05-04  Juri Linkov  <juri@jurta.org>
2765
2766         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2767         (mailcap-file-default-commands): Use mailcap-replace-in-string
2768         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2769         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2770
2771 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2772
2773         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2774
2775 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2776
2777         * gnus.el: Bump version to 0.11.
2778
2779 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2780
2781         * gnus.el: No Gnus v0.10 is released.
2782
2783 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2786         hooks.
2787         (gnus-update-read-articles): Speed up non-marks-using users.
2788         (gnus-use-marks): Define gnus-use-marks.
2789         (gnus-propagate-marks): Rename variable to something more sensible.
2790
2791 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2792
2793         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2794         (gmm-image-load-path-for-library): Fix typos in docstrings.
2795         (gmm-message): Reflow docstring.
2796
2797 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2798
2799         * mail-source.el (mail-source-set-1, mail-source-bind):
2800         Move auth-source code out of the macro to clean it up and fix bugs.
2801
2802 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2803
2804         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2805         by sender if it's equal to user-mail-address, it's likely to be
2806         useless.
2807
2808         * mail-source.el (mail-source-bind): Don't use user or password if they
2809         are not bound.  Unintern them if they are nil.  Don't use server unless
2810         it's bound, and default it to empty string otherwise.
2811
2812 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2813
2814         * mail-source.el: Load auth-source.el.
2815         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2816         get user name or password, if auth-sources is set up.
2817
2818         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2819         strategy of splitting with parent.
2820         (gnus-registry-split-fancy-with-parent)
2821         (gnus-registry-post-process-groups): Use it and fix prior
2822         bug (returning a list as the split result).
2823
2824         * auth-source.el (auth-sources): Remove server parameter.
2825         (auth-source-pick, auth-source-user-or-password)
2826         (auth-source-user-or-password-imap)
2827         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2828         (auth-source-user-or-password-sftp)
2829         (auth-source-user-or-password-smtp): Remove server parameter.
2830
2831 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2832
2833         * smime.el (smime-sign-region, smime-encrypt-region)
2834         (smime-decrypt-region):
2835         Remove redundant calls to `generate-new-buffer-name'.
2836
2837 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2838
2839         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2840         Don't use QP for message/rfc822.
2841         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2842
2843 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2844
2845         * sieve-manage.el (sieve-string-bytes): Remove.
2846         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2847         correct byte-length only if the process's coding-system is the same as
2848         the one used internally by Emacs to represent strings.
2849
2850 2008-04-22  Juri Linkov  <juri@jurta.org>
2851
2852         * mailcap.el (mailcap-file-default-commands): New function.
2853
2854 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2855
2856         * message.el (message-signature-separator, message-cite-function):
2857         Change custom version.
2858
2859 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2860
2861         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2862         commands.
2863         (tls-checktrust): Ditto.
2864
2865 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2866
2867         * mm-decode.el (mm-display-external): Make temp file read-only.
2868
2869 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2870
2871         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2872         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2873         `C-c C-f d'.
2874
2875 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2876
2877         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2878
2879 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2880
2881         * gnus.el: Bump version to 0.9.
2882
2883 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2884
2885         * gnus.el: No Gnus v0.8 is released.
2886
2887 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2888
2889         * mail-source.el (mail-source-value):
2890         Prefer fboundp to functionp so it works with macros as well.
2891
2892 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2893
2894         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2895         Fix last change in case the element is not even a symbol.
2896
2897 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2898
2899         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2900         Prefer fboundp to functionp so it works with macros as well.
2901
2902 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2903
2904         * auth-source.el: Added docs.
2905         (auth-sources): Modify format to support server.
2906         (auth-source-pick, auth-source-user-or-password)
2907         (auth-source-user-or-password-imap)
2908         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2909         (auth-source-user-or-password-sftp)
2910         (auth-source-user-or-password-smtp): Add server parameter.
2911
2912 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2913
2914         * gnus-registry.el: Initialize the registry when gnus-registry-install
2915         is t.
2916
2917 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * compface.el (uncompface): Make buffer unibyte.
2920
2921 2008-04-05  Glenn Morris  <rgm@gnu.org>
2922
2923         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2924
2925 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2926
2927         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2928         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2929
2930         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2931         multibyteness after rather than before erasing it.
2932
2933         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2934         mm-with-multibyte.
2935         (gnus-request-article-this-buffer): Make sure the proper decoding is
2936         used if gnus-original-article-buffer happens to be unibyte.
2937
2938         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2939         default-enable-multibyte-characters.
2940
2941         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2942         default-enable-multibyte-characters.
2943
2944         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2945
2946         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2947
2948 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2949
2950         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2951         (imap-message-copyuid-1): Use it.
2952         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2953         J. Williams in
2954         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2955
2956         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2957         imap-enable-exchange-bug-workaround.
2958         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2959
2960 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2961
2962         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2963         a 100 byte status-checks into a 2-3MB transfer for each group.
2964         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2965         to enable bug workaround or not.
2966         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2967
2968 2008-03-31  Glenn Morris  <rgm@gnu.org>
2969
2970         * message.el (mml2015-use): Declare for compiler.
2971         (message-info): Require mml2015 when appropriate.
2972
2973 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2976         whitespace.
2977
2978 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2979
2980         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2981         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2982         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2983         (nntp-service-to-port): New function.
2984         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2985         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2986         (nntp-open-netcat-stream): New function.
2987         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2988
2989 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2990
2991         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2992
2993 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2994
2995         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2996
2997 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2998
2999         * dns.el (dns-write): Use set-buffer-multibyte.
3000
3001 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3002
3003         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3004
3005 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3006
3007         * message.el (message-signature-separator): Change default.
3008         Improve custom type.
3009         (message-cite-function): Change default to
3010         message-cite-original-without-signature.
3011
3012         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3013         toggle.
3014
3015         * message.el (message-check-news-body-syntax): Fix signature check.
3016         (message-setup-1): Mark buffer as unmodified _after_ running
3017         message-setup-hook and handling message-alternative-emails.
3018         (message-shorten-references): Be more strict when building list of
3019         valid references to comply with GNKSA.
3020
3021         * gnus-group.el (gnus-read-ephemeral-bug-group)
3022         (gnus-read-ephemeral-debian-bug-group)
3023         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3024
3025         * message.el (message-info): Don't use booleanp which isn't supported
3026         in Emacs 21 and XEmacs.
3027
3028 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3029
3030         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3031         gnus-group-gmane-group-download-format.
3032         (gnus-group-read-ephemeral-gmane-group): Rename from
3033         gnus-group-read-ephemeral-gmane-group.
3034         (gnus-read-ephemeral-gmane-group-url): Rename from
3035         gnus-group-read-ephemeral-gmane-group-url.
3036         (gnus-bug-group-download-format-alist): New variable.
3037         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3038         (gnus-read-ephemeral-emacs-bug-group): New commands.
3039
3040 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3041
3042         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3043         (gnus-visible-headers): Improve custom type.
3044
3045 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3046
3047         * mml.el (mml-menu): Add workarounds for XEmacs.
3048
3049         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3050         X-Boundary header.
3051
3052         * message.el (message-simplify-recipients): Fix previous commit.
3053
3054 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3055
3056         * mm-util.el (mm-set-buffer-multibyte): New function.
3057         * mm-decode.el (mm-copy-to-buffer): Use it.
3058
3059 2008-03-19  Glenn Morris  <rgm@gnu.org>
3060
3061         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3062         Accidentally removed in the sync process with Emacs.
3063
3064 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3065
3066         * message.el (message-alter-recipients-discard-bogus-full-name):
3067         New function.
3068         (message-alter-recipients-function): New variable.
3069         (message-get-reply-headers): Use it.
3070         (message-replace-header): New helper function.
3071         (message-recipients-without-full-name): New variable.
3072         (message-simplify-recipients): New command.
3073
3074         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3075
3076         * message.el (message-info): Handle EasyPG manual.
3077
3078         * mml.el (mml-menu): Add entry for EasyPG.
3079
3080 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3081
3082         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3083         parameter.
3084
3085         * message.el (message-disassociate-draft): Specify drafts group name
3086         fully.
3087
3088 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3089
3090         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3091         unnecessary duplicates from the match list.
3092
3093 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3096
3097         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3098
3099         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3100         args of `how-many' of which the XEmacs version doesn't take; declare
3101         Info-index-next as function.
3102
3103 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3104
3105         * gnus-score.el (gnus-score-headers): Fix handling of
3106         gnus-inhibit-slow-scoring.
3107
3108         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3109         string.
3110         (gnus-button-url-regexp): Improve handling of parenthesis.
3111         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3112         (gnus-button-handle-info-keystrokes): Handle index entries.
3113
3114 2008-03-15  Glenn Morris  <rgm@gnu.org>
3115
3116         * parse-time.el (parse-time-string): Simplify.
3117
3118 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3121         Incoming* files.
3122
3123 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3124
3125         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3126         (auth-source-pick): Use it.
3127
3128 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3129
3130         * binhex.el (binhex-decode-region-internal):
3131         * uudecode.el (uudecode-decode-region-internal):
3132         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3133         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3134         setting default-enable-multibyte-characters.
3135
3136 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3137
3138         * auth-source.el (auth-source-protocols)
3139         (auth-source-protocols-customize, auth-source-choices): Added and
3140         modified variable customizations and defaults.
3141         (auth-source-pick, auth-source-user-or-password)
3142         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3143         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3144         (auth-source-user-or-password-sftp)
3145         (auth-source-user-or-password-smtp): Use new variables and provide an
3146         interface to netrc.el.
3147
3148 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3149
3150         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3151         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3152         Make sure the nntp port to specify is a string.
3153
3154 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3155
3156         * nntp.el: Use with-current-buffer.
3157         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3158         dubious mm-with-unibyte-current-buffer.
3159         (nntp-with-open-group-function): New function extracted from
3160         nntp-with-open-group macro.
3161         (nntp-with-open-group): Use the function, so it's easier to debug.
3162         Add indentation and debugging info.
3163         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3164         the use of the netcat alternatives.
3165
3166         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3167         Avoid mm-string-as-multibyte as well.
3168
3169         * nnweb.el (nnweb-insert-html):
3170         Remove use of nnheader-string-as-multibyte.
3171
3172         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3173         (nnheader-string-as-multibyte): Remove.
3174
3175         * mm-view.el: Use inhibit-read-only.
3176         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3177         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3178         or unibyte-string.
3179
3180         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3181         (mm-uu-yenc-extract): Use with-current-buffer.
3182
3183         * gnus-soup.el (gnus-soup-send-packet): Don't use
3184         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3185
3186         * nnmh.el: Use with-current-buffer.
3187         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3188         mm-string-as-multibyte on the output of mm-encode-coding-string.
3189
3190         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3191         (nnimap-request-move-article): Use with-current-buffer.
3192
3193         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3194         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3195         conversion uses string-make-unibyte rather than string-as-unibyte.
3196
3197         * gnus-msg.el: Use with-current-buffer.
3198
3199         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3200
3201 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3202
3203         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3204         string for caching if it is 'PIN.
3205
3206 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * lpath.el: Consider the case without Emacs/W3.
3209
3210 2008-03-08  Glenn Morris  <rgm@gnu.org>
3211
3212         * time-date.el (date-to-time, time-subtract, time-add)
3213         (safe-date-to-time): Doc fixes.
3214
3215 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3216
3217         * mail-source.el (mail-source-delete-old-incoming-confirm):
3218         Change default to nil.
3219         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3220
3221 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * lpath.el: Rearrange.
3224
3225         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3226         (gnus-article-goto-prev-page): Work for articles having ^L's.
3227
3228         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3229
3230         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3231
3232 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3233
3234         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3235         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3236         (gnus-bookmark-jump): Adjust some variable names.
3237
3238 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3239
3240         * auth-source.el: New package.
3241         (auth-source-choices): Add customization entry point variable.
3242
3243         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3244         bug.
3245
3246 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3247
3248         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3249         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3250         (gnus-registry-install-shortcuts): Rename from
3251         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3252         the `gnus-registry-mark-map' keymap dynamically from
3253         `gnus-registry-marks'.  The generated functions update the summary line
3254         when a registry mark is added or deleted, and will call
3255         `gnus-registry-install-p' (see the comments in the code).
3256         (gnus-registry-user-format-function-M): Use concat intelligently.
3257
3258         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3259         the registry mark functions.
3260
3261 2008-03-05  Glenn Morris  <rgm@gnu.org>
3262
3263         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3264         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3265         gnus-art.
3266         (top-level): No need to load own source when compiling.
3267
3268 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3269
3270         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3271         Suggested by <chris.anderton@zetnet.co.uk>.
3272
3273 2008-03-04  Glenn Morris  <rgm@gnu.org>
3274
3275         * gnus-sum.el (top-level): No need to require gnus when compiling,
3276         since unconditionally required near start of file.
3277         (gnus-summary-display-while-building): Move definition before use.
3278
3279 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3280
3281         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3282         formatting function.
3283
3284 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3285
3286         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3287         with plists.
3288         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3289         Use new format.
3290
3291 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3294         `where-is-internal' that returns a range of key sequences.
3295
3296 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3297
3298         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3299
3300         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3301         (gnus-summary-jump-to-group): Consider windows on other displayed
3302         frames as well.  Similar changes might be needed elsewhere, but that's
3303         the one I've bumped into during my use.
3304
3305         * nndoc.el (nndoc-oe-dbx-type-p):
3306         * gnus-msg.el (gnus-debug):
3307         * gnus-group.el (gnus-update-group-mark-positions):
3308         Use mm-string-to-multibyte.
3309
3310 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3311
3312         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3313         doesn't handle NotDashEscaped.
3314
3315         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3316         (mml-dnd-attach-options): Fix typo in custom choice.
3317
3318         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3319         nndoc-article-type to mbox.
3320         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3321
3322         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3323         to nil, instead of html2text.
3324
3325         * imap.el (imap-debug): Add `imap-ping-server'.
3326
3327         * gnus-bookmark.el: Add FIXMEs.
3328
3329         * message.el (message-form-letter-separator)
3330         (message-send-form-letter-delay): New variables.
3331         (message-send-form-letter): Use them.  New command to send form
3332         letters.  Requested by Uwe Siart.
3333         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3334
3335 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3336
3337         * Update copyright years.
3338
3339 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3340
3341         Sync from EMACS_22_BASE.
3342
3343         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3344
3345 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3346
3347         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3348         empty author.
3349
3350 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3351
3352         * gnus-registry.el (gnus-registry-marks): Add variable for
3353         customization of marks and their appearance.
3354         (gnus-registry-read-mark): Use it.
3355         (gnus-registry-do-marks): Add utility function to loop through
3356         `gnus-registry-marks'.
3357         (gnus-registry-install-shortcuts-and-menus): Add function to install
3358         shortcuts and menus.
3359         (gnus-registry-initialize): Use it.
3360         (gnus-registry-default-mark): Clarify documentation.
3361
3362 2008-02-29  Glenn Morris  <rgm@gnu.org>
3363
3364         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3365         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3366         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3367         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3368         Change defcustom :version from 23.0 to 23.1.
3369
3370 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3371
3372         * gnus-registry.el (gnus-registry-follow-group-p)
3373         (gnus-registry-post-process-groups): Add functions to aid registry
3374         splitting and improve logging.  Clarify behavior in function
3375         documentation.
3376         (gnus-registry-split-fancy-with-parent): Use them.
3377
3378 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3379
3380         * gnus-art.el: Use with-current-buffer.
3381
3382 2008-02-27  David Engster  <dengste@eml.cc>
3383
3384         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3385         Express real group name in the response.
3386
3387 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3390         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3391         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3392         autoload gnus-registry-fetch-group when compiling.
3393         (nnmairix-request-group-with-article-number-correction): Remove
3394         unreferenced argument passed to nnmairix-call-backend.
3395
3396 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3397
3398         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3399         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3400         Wilde.
3401
3402 2008-02-27  Glenn Morris  <rgm@gnu.org>
3403
3404         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3405         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3406         variables to defconsts.  Convert comments to doc-strings.
3407         (nnmairix-last-server, nnmairix-current-server): Convert from free
3408         variables to defvars.  Convert comments to doc-strings.
3409         (gnus-registry-fetch-group): Autoload.
3410         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3411         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3412         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3413         caddr.
3414         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3415         nnmairix-request-group-with-article-number-correction call.
3416         (nnmairix-fast, nnmairix-group): New, less general names, for free
3417         variables passed from nnmairix-request-group to
3418         nnmairix-request-group-with-article-number-correction.  Declare.
3419         (nnmairix-request-group-with-article-number-correction):
3420         Use nnmairix-fast, nnmairix-group rather than fast, group.
3421
3422 2008-02-26  David Engster  <dengste@eml.cc>
3423
3424         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3425         version 0.5.
3426
3427 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3428
3429         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3430         instead of making an extra function call.  Don't add the current group
3431         to articles only when they have the group.  Use
3432         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3433         Reported by David <de_bb@arcor.de>.
3434
3435 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3438         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3439
3440 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3441
3442         * mail-source.el (mail-source-delete-incoming): Change default.
3443         Supplement doc string.
3444
3445         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3446
3447 2008-02-14  Glenn Morris  <rgm@gnu.org>
3448
3449         * time-date.el (format-seconds): New function.
3450
3451 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3452
3453         * nnmail.el (nnmail-message-id-cache-file): Derive from
3454         `gnus-home-directory'.
3455
3456 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3457
3458         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3459         Document negative prefix.
3460
3461         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3462
3463 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * message.el (message-unsent-separator): Add the Exim bounce
3466         separator.
3467
3468 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3469
3470         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3471         list.
3472         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3473         recipient/signer list.
3474
3475 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * Makefile.in (datarootdir): Define.
3478         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3479         name that might contain whitespace.
3480
3481 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3482
3483         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3484         fbound (Emacs 23 unicode), signal an error.
3485
3486 2008-02-08  Glenn Morris  <rgm@gnu.org>
3487
3488         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3489
3490 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3491
3492         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3493         ports to the calls to `netrc-machine-user-or-password' in addition to
3494         "imap" and "imaps".
3495
3496 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3497
3498         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3499
3500         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3501
3502 2008-02-01  Kenichi Handa  <handa@m17n.org>
3503
3504         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3505         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3506         (rfc2104-hash): Convert the result of concat to unibyte string.
3507
3508 2008-02-01  Dave Love  <fx@gnu.org>
3509
3510         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3511         coding-system-for-read.
3512         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3513
3514 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3515
3516         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3517         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3518         <hanche@math.ntnu.no>.
3519
3520 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3523
3524         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3525
3526 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3527
3528         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3529         * message.el (message-beginning-of-line): Use featurep instead of bound
3530         tests in order to resolve conditionals at compile time.
3531
3532 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3533
3534         * mail-source.el (mail-sources): Add `group' choice.
3535
3536         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3537         parameter `in-group' to control into which group the articles go.
3538         Add treatment of `group' mail-source.
3539
3540 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3543
3544         * mm-decode.el (mm-dissect-buffer): Decode description.
3545
3546         * mml.el (mml-to-mime): Encode message header first.
3547
3548 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3551         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3552
3553         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3554         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3555
3556 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3557
3558         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3559
3560 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3563         prefix keys.
3564         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3565         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3566         gnus-xmas.el.
3567
3568         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3569         (gnus-xmas-article-describe-bindings): New function.
3570         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3571         gnus-xmas-article-describe-bindings.
3572
3573         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3574
3575 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3576
3577         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3578         Add new variables for article mark management.
3579         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3580         list of extra data entries which, when present, will indicate that the
3581         article ID should not be trimmed from the registry.
3582         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3583         functions.
3584         (gnus-registry-read-mark): New function to read a mark name from the
3585         user.
3586         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3587         (gnus-registry-set-article-mark-internal): New functions to add and
3588         remove marks.
3589         (gnus-registry-get-article-marks): New function to show the marks for
3590         an article, or retrieve them for further use.
3591
3592 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3595         keys when no argument is given.
3596
3597 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3598
3599         * imap.el (imap-ping-server): New variable.
3600         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3601         (imap-ping-server): Minor doc string fixes.
3602
3603 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3604
3605         * imap.el (imap-ping-server): New function.
3606         (imap-opened): Call imap-ping-server.
3607
3608 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3609
3610         * gnus-sum.el (gnus-article-sort-by-random)
3611         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3612         jidanni@jidanni.org.
3613
3614 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * gnus-art.el (gnus-article-describe-bindings): New function.
3617         (gnus-article-read-summary-keys): Use it.
3618         (gnus-article-mode-map): Bind `C-h b' to it.
3619
3620 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3623         XEmacs.
3624         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3625         against non-character events.
3626
3627         * lpath.el: Fbind map-keymap for Emacs 21.
3628
3629 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3630
3631         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3632         command.
3633         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3634         instead of END.  Change name of the temp file.
3635         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3636         customizable.
3637
3638 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3641         bind `S W' to gnus-article-wide-reply-with-original; set default
3642         binding to gnus-article-read-summary-send-keys.
3643         (gnus-article-read-summary-keys): Fix the order of keys; display
3644         continuation keys correctly in the echo area; describe bindings
3645         correctly when keys end with `C-h'.
3646         (gnus-article-read-summary-send-keys): New function.
3647         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3648         for gnus-article-read-summary-send-keys; display continuation keys
3649         correctly in the echo area.
3650         (gnus-article-reply-with-original): Ignore prefix argument.
3651         (gnus-article-wide-reply-with-original): New function.
3652
3653         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3654         Emacs 21.
3655
3656 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3659         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3660
3661 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3662
3663         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3664         (gnus-group-read-ephemeral-gmane-group): New command.
3665
3666 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3667
3668         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3669
3670 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3671
3672         * message.el (message-send-mail-function): Increase custom version.
3673
3674         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3675         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3676
3677 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3678
3679         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3680         for the cases where imap-authenticate is called with a nil buffer
3681         parameter.
3682
3683 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3686         html parts correctly; support forwarded messages.
3687         (gnus-article-browse-html-article): Remove work buffers.
3688
3689         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3690         compiling.
3691         (netrc-bound-and-true-p): New macro.
3692         (netrc-parse): Use it instead of bound-and-true-p that is not available
3693         in XEmacs 21.4.
3694
3695 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3696
3697         * gnus-registry.el (gnus-registry-mark-article)
3698         (gnus-registry-article-marks): Add functionality to mark articles
3699         through the Gnus registry.
3700
3701         * encrypt.el: Clarify documentation for the new pgg method.
3702         (encrypt-file-alist): Add PGG option.
3703         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3704         functionality.  Abstract password key and messaging to external
3705         functions.
3706         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3707         (encrypt-message-method-and-cipher): Add new convenience external
3708         functions.
3709         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3710         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3711
3712         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3713         (netrc-parse): Use encrypt-file-alist to determine if
3714         encrypt-find-model or encrypt-insert-file-contents should be used.
3715
3716         * encrypt.el: Clarify documentation.  Load password-cache or
3717         password, whichever one is found first, instead of autoloading.
3718
3719 2007-12-19  Glenn Morris  <rgm@gnu.org>
3720
3721         * mml.el (message-options-set, message-narrow-to-head)
3722         (message-in-body-p, message-mail-p, message-encode-message-body):
3723         Autoload.
3724         (message-remove-header, message-narrow-to-headers-or-head)
3725         (message-subscribed-p, message-make-mail-followup-to)
3726         (message-position-on-field, message-news-p)
3727         (message-options-set-recipient, message-generate-headers)
3728         (message-sort-headers): Declare as functions.
3729
3730 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3731
3732         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3733         convention in doc string.
3734
3735 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3738         title to html parts.
3739         (gnus-article-browse-html-article): Pass message header to it.
3740
3741         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3742
3743 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3744
3745         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3746         or password compatible with XEmacs.
3747
3748 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3749
3750         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3751         format document.
3752         (gnus-mime-delete-part): Don't write description line if empty.
3753         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3754
3755 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3756
3757         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3758         (gnus-summary-mark-read-and-unread-as-read)
3759         (gnus-summary-mark-current-read-and-unread-as-read)
3760         (gnus-summary-mark-unread-as-ticked): Doc fix.
3761         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3762
3763 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3764
3765         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3766         Christoph Conrad <christoph.conrad@gmx.de>.
3767
3768 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3769
3770         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3771         yes-or-no-p.
3772
3773 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * mm-decode.el (mm-add-meta-html-tag): New function.
3776         (mm-save-part-to-file, mm-pipe-part): Use it.
3777
3778         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3779         gnus-y-or-n-p instead of y-or-n-p.
3780         (gnus-article-browse-html-parts): Work with message/external-body; use
3781         mm-add-meta-html-tag.
3782
3783 2007-12-11  Glenn Morris  <rgm@gnu.org>
3784
3785         * gnus-cache.el: Require gnus-sum not just when compiling.
3786
3787         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3788
3789         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3790         definitions before use.
3791
3792         * mm-decode.el: Require gnus-util.
3793         (mm-remove-part): Only call delete-annotation on XEmacs.
3794
3795         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3796
3797         * nnmail.el: Require gnus-int.
3798
3799         * spam.el: Move `require's before `eval-when-compile's.
3800
3801         * gnus-ems.el (gnus-alive-p):
3802         * gnus-fun.el (message-goto-eoh):
3803         * gnus-util.el (gnus-group-name-decode):
3804         * mail-source.el (gnus-compress-sequence):
3805         * message.el (Info-goto-node, format-spec):
3806         * mm-bodies.el (message-options-get):
3807         * mm-decode.el (mm-view-pkcs7):
3808         * mm-util.el (gmm-write-region):
3809         * mml-smime.el (mml-compute-boundary)
3810         (gnus-completing-read-with-default):
3811         * mml.el (widget-button-press, gnus-make-hashtable):
3812         * mml1991.el (mm-decode-content-transfer-encoding)
3813         (mm-encode-content-transfer-encoding)
3814         (message-options-get, message-options-set):
3815         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3816         * nnfolder.el (gnus-request-group):
3817         * nnheader.el (ietf-drums-unfold-fws):
3818         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3819         * smime.el (gnus-run-mode-hooks):
3820         * spam-stat.el (gnus-message): Autoload.
3821
3822         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3823         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3824         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3825         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3826         Add declare-function compatibility definition.
3827
3828         * gnus-cache.el (nnvirtual-find-group-art):
3829         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3830         (gnus-add-image, gnus-add-wash-type):
3831         * gnus-group.el (nnkiboze-score-file):
3832         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3833         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3834         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3835         (message-tokenize-header, gnus-get-buffer-create)
3836         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3837         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3838         * gnus.el (gnus-group-decoded-name):
3839         * mail-source.el (imap-capability):
3840         * mm-bodies.el (message-options-set):
3841         * mm-decode.el (gnus-configure-windows):
3842         * mm-extern.el (message-goto-body):
3843         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3844         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3845         (epg-sub-key-validity, message-options-set):
3846         * mml.el (widget-event-point, gnus-configure-windows):
3847         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3848         * mml2015.el (epg-check-configuration, epg-configuration)
3849         (message-options-set):
3850         * nndb.el (nndb-request-article):
3851         * nnfolder.el (gnus-request-create-group):
3852         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3853         * nnmaildir.el (gnus-group-mark-article-read):
3854         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3855         * rfc1843.el (message-fetch-field):
3856         * spam.el (gnus-extract-address-components):
3857         Declare as functions.
3858
3859 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3862
3863         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3864
3865         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3866         bind show-trailing-whitespace for XEmacs.
3867
3868 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3869
3870         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3871         new no-op macro for backward compatibility.
3872
3873         * imap.el (imap-string-to-integer): New function.
3874
3875 2007-12-09  Glenn Morris  <rgm@gnu.org>
3876
3877         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3878
3879         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3880         * message.el, mm-view.el, sieve-manage.el, smime.el:
3881         Add declare-function compatibility definition.
3882
3883         * gnus-art.el (w3-region, w3m-region, Info-menu):
3884         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3885         * gnus-sum.el (gnus-get-predicate):
3886         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3887         * message.el (mail-abbrev-in-expansion-header-p):
3888         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3889         (w3m-detect-meta-charset, w3m-region):
3890         * sieve-manage.el (password-read, password-cache-add)
3891         (password-cache-remove):
3892         * smime.el (password-read-and-add): Declare as functions.
3893
3894 2007-12-08  David Kastrup  <dak@gnu.org>
3895
3896         * gnus-sum.el (gnus-summary-simplify-subject-query):
3897         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3898         `message'.
3899
3900 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3903         it to bind idna-program, installation-directory, defined-colors, and
3904         face-attribute for XEmacs of the version that compiles defcustom forms.
3905
3906 2007-12-07  Glenn Morris  <rgm@gnu.org>
3907
3908         * gnus-art.el (article-make-date-line): Revert previous change.
3909
3910 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3911
3912         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3913
3914 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3915
3916         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3917         Call gnus-add-to-range ranges only once with a prepared article-list.
3918
3919 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3920
3921         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3922         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3923         group names with backslashes.  Reported by Tassilo Horn
3924         <tassilo@member.fsf.org>.
3925
3926 2007-12-06  Deepak Goel  <deego3@gmail.com>
3927
3928         * gnus-art.el (article-make-date-line):
3929         * gnus-start.el (gnus-load):
3930         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3931
3932 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * gnus-art.el (gnus-use-idna)
3935         * gnus-start.el (gnus-site-init-file)
3936         * message.el (message-use-idna)
3937         * mm-uu.el (mm-uu-hide-markers)
3938         * smiley.el (smiley-style): Revert changes that suppress warnings.
3939
3940 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3943         specify charset to html source.  Reported by Christoph Conrad
3944         <christoph.conrad@gmx.de>.
3945
3946 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3949         idna-program in order to suppress byte compile warning issued by XEmacs
3950         that came to byte compile the default value section of defcustom forms
3951         recently.
3952
3953         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3954         value of installation-directory.
3955
3956         * message.el (message-use-idna): Don't directly refer to the value of
3957         idna-program.
3958
3959         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3960
3961         * smiley.el (smiley-style): Don't directly call face-attribute.
3962
3963 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3964
3965         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3966
3967         * gnus-dired.el: Reduce Gnus dependencies.
3968         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3969         require.  Use autoloads instead.
3970         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3971         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3972         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3973         (gnus-dired-mode): Adjust doc string.
3974         (gnus-dired-mail-mode): New variable.
3975         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3976         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3977         (gnus-dired-mail-buffers): New function.  Return mail or message
3978         composition buffers.
3979         (gnus-dired-attach): Use it.
3980         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3981         NO-DECODE.
3982         (gnus-dired-print): Use `gnus-print-buffer' depending on
3983         `gnus-dired-mail-mode'.
3984
3985 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * rfc2047.el (rfc2047-encoded-word-regexp)
3988         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3989         explaining what regexp patterns are for.
3990
3991 2007-12-04  Glenn Morris  <rgm@gnu.org>
3992
3993         * password.el: Move to password-cache.el.
3994
3995         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3996         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3997         * mml-smime.el (password-read, password-cache-add)
3998         (password-cache-remove):
3999         No need to autoload, since mml-sec requires password.
4000
4001         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4002         * message.el (gnus-extract-address-components):
4003         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4004
4005         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4006         password.
4007
4008 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4009
4010         * mailcap.el: Reduce dependencies.
4011         (mail-header-parse-content-type): Autoload.
4012         (mailcap-delete-duplicates): New alias.
4013         (mailcap-mime-info): Add optional argument NO-DECODE.
4014         (mailcap-mime-types): Use mailcap-delete-duplicates.
4015
4016         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4017
4018 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4019
4020         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4021         (imap-parse-status): Upcase status-att for servers that sends them
4022         lower-case (e.g., MS Exchange 2007).
4023
4024 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4027         function.
4028
4029         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4030         (gnus-uu-yenc-article): New function.
4031
4032         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4033
4034         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4035         buffer.
4036
4037 2007-12-02  Glenn Morris  <rgm@gnu.org>
4038
4039         * binhex.el (binhex): New custom group.
4040         (binhex-decoder-program, binhex-decoder-switches)
4041         (binhex-use-external): Move to the binhex custom group.
4042
4043         * uudecode.el (uudecode): New custom group.
4044         (uudecode-decoder-program, uudecode-decoder-switches)
4045         (uudecode-use-external): Move to the uudecode custom group.
4046
4047         * netrc.el (top-level): Don't load `encrypt' features.
4048         (netrc-parse): Don't use encrypt.
4049         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4050
4051         * encrypt.el: Remove file.
4052
4053 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4054
4055         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4056         matches on patches.
4057
4058         * gnus-art.el (gnus-article-browse-html-article): Mention
4059         `mm-text-html-renderer' in the doc string.
4060
4061         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4062         string.  Add comments.
4063
4064         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4065         if rhs is ASCII.
4066
4067 2007-12-01  Glenn Morris  <rgm@gnu.org>
4068
4069         * mail-source.el (top-level): Require format-spec before
4070         eval-when-compile.
4071
4072 2007-11-30  Glenn Morris  <rgm@gnu.org>
4073
4074         * encrypt.el: Require password, rather than autoloading password-read.
4075
4076 2007-11-29  Glenn Morris  <rgm@gnu.org>
4077
4078         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4079         (sasl-make-client, sasl-next-step, sasl-step-data)
4080         (sasl-step-set-data): Declare as functions.
4081
4082 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4083
4084         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4085
4086 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4087
4088         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4089         certs should be verified and what is to be done in the event of a
4090         verification failure.
4091
4092         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4093         caller can indicate whether the cache should be disregarded for this
4094         call.  This way the result of the call is reproducible at all times and
4095         can be considered a canonical server name for the supplied method.
4096         (gnus-agent-method-p): Canonicalize server names by pushing their
4097         method through `gnus-method-to-server' using the no-cache argument.
4098
4099         * gnus-srvr.el (gnus-server-insert-server-line): Call
4100         `gnus-method-to-server' with `no-cache' argument.
4101
4102         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4103         gnus-agent-possibly-synchronize-flags as this should be called when the
4104         server is actually being opened.
4105         (gnus-agent-possibly-synchronize-flags)
4106         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4107         flags file of an agentized server to the latter function.
4108
4109         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4110         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4111         after a connection has been established successfully.
4112
4113 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * gnus-art.el (article-display-face): Force to display face if called
4116         interactively; check if gnus-article-x-face-too-ugly matches author.
4117         (article-display-x-face): Display face even if From header is missing
4118         as article-display-face does.
4119
4120 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4121
4122         * hashcash.el (message-narrow-to-headers-or-head)
4123         (message-fetch-field, message-goto-eoh)
4124         (message-narrow-to-headers): Declare as functions.
4125
4126 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4127
4128         * mail-source.el (mail-sources): Default to fetch from file for
4129         compatibility with default of nnmail-spool-file.
4130
4131 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4134         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4135         to look for encoded word that should be encoded again.
4136         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4137         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4138         encoding pattern.
4139         (rfc2047-decode-region): Switch strict regexp and loose one according
4140         to rfc2047-allow-irregular-q-encoded-words.
4141
4142 2007-11-25  Romain Francoise  <romain@orebokech.com>
4143
4144         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4145
4146 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4147
4148         * tls.el (tls-program): Provide more custom choices from
4149         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4150         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4151
4152 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4153
4154         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4155         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4156
4157         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4158         `nnmail-spool-file'.
4159
4160         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4161         `nnmail-spool-file'.
4162
4163         * gnus-move.el (gnus-change-server): Ditto.
4164
4165         * gnus-kill.el (gnus-batch-score): Ditto.
4166
4167         * gnus-cache.el (gnus-jog-cache): Ditto.
4168
4169         * gnus-msg.el (gnus-summary-reply):
4170         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4171
4172 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4173
4174         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4175         version.  Minor improvement to doc strings.
4176         (tls-program): Add comment.
4177
4178 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4179
4180         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4181         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4182         mismatch between the hostname provided in the certificate and the name
4183         of the host connnecting to.
4184         (open-tls-stream): Use them.  Check certificates against trusted root
4185         certificates.
4186
4187 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4188
4189         * gnus-cache.el (gnus-cache-generate-nov-databases):
4190         Use nnml-generate-nov-databases-directory instead of
4191         nnml-generate-nov-databases-1.
4192
4193 2007-11-24  Glenn Morris  <rgm@gnu.org>
4194
4195         * message.el (message-tool-bar-retro): Update for rename
4196         mail_send.xpm->mail-send.xpm.
4197
4198 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4199
4200         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4201         `smime-ldap-search' for Emacs 22 and up.
4202
4203 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4204
4205         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4206
4207         * message.el (message-send-mail-function): Fix error convention.
4208         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4209         (message-widen-reply, message-send-mail, message-talkative-question)
4210         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4211         (message-clone-locals, message-send-news): Use with-current-buffer.
4212         (message-insert-or-toggle-importance): Remove unused var `valid'.
4213         (message-make-references): Remove unused var `new-references'.
4214         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4215
4216 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4217
4218         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4219         (spam-split-symbolic-return-positive): Reflow docstring.
4220         (spam-backends, spam-summary-exit-behavior)
4221         (spam-mark-ham-unread-before-move-from-spam-group)
4222         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4223         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4224         (spam-clear-cache, spam-backend-check, spam-install-backend)
4225         (spam-install-statistical-backend, spam-list-of-processors)
4226         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4227         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4228         (spam-check-crm114, spam-initialize, spam-unload-hook):
4229         Fix typos in docstrings.
4230
4231 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4234         been checked if they have never been read and those group levels are
4235         higher than the one that a user specified.
4236
4237 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4238
4239         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4240         foreign groups unless a group level is specified by a user.
4241         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4242
4243 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4244
4245         * message.el (message-send-mail-function): Require sendmail.
4246
4247 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4248
4249         * message.el (message-send-mail-function): Check for smtpmail too.
4250
4251         * utf7.el (utf7-encode, utf7-decode): Use coding system
4252         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4253
4254         * message.el (message-send-mail-function): New function.
4255         (message-send-mail-function): Set default using
4256         message-send-mail-function.  Adjust doc string.
4257         (message-send-mail-with-mailclient): New function.
4258
4259 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4260
4261         * smime.el (from):
4262         * rfc2047.el (message-posting-charset):
4263         * qp.el (mm-use-ultra-safe-encoding):
4264         * pop3.el (parse-time-months):
4265         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4266         * nnml.el (files):
4267         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4268         (jka-compr-compression-info-list, ange-ftp-path-format)
4269         (efs-path-regexp):
4270         * nndiary.el (files):
4271         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4272         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4273         (epg-digest-algorithm-alist, inhibit-redisplay)
4274         (password-cache-expiry):
4275         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4276         (pgg-output-buffer, password-cache-expiry):
4277         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4278         (efs-path-regexp):
4279         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4280         (inhibit-redisplay):
4281         * mm-uu.el (file-name, start-point, end-point, entry)
4282         (gnus-newsgroup-name, gnus-newsgroup-charset):
4283         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4284         (latin-unity-ucs-list):
4285         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4286         (mm-uu-binhex-decode-function):
4287         * message.el (gnus-message-group-art, gnus-list-identifiers)
4288         (rmail-enable-mime-composing, gnus-local-organization)
4289         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4290         (gnus-read-active-file, facemenu-add-face-function)
4291         (facemenu-remove-face-function, gnus-article-decoded-p)
4292         (tool-bar-mode):
4293         * mail-source.el (display-time-mail-function):
4294         * gnus-util.el (nnmail-pathname-coding-system)
4295         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4296         (gnus-original-article-buffer, gnus-user-agent)
4297         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4298         (xemacs-codename, sxemacs-codename, emacs-program-version):
4299         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4300         * gnus-start.el (gnus-agent-covered-methods)
4301         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4302         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4303         (gnus-newsgroup-headers, gnus-group-list-mode)
4304         (gnus-group-mark-positions, gnus-newsgroup-data)
4305         (gnus-newsgroup-unreads, nnoo-state-alist)
4306         (gnus-current-select-method, mail-sources)
4307         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4308         (nnmail-spool-file, gnus-cache-active-hashtb):
4309         * gnus-mh.el (mh-lib-progs):
4310         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4311         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4312         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4313         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4314         (gnus-group-buffer):
4315         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4316         (font-lock-set-defaults):
4317         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4318         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4319         (gnus-summary-post-menu, total-parts, type, condition, length):
4320         * gnus-agent.el (gnus-agent-read-agentview):
4321         * flow-fill.el (show-trailing-whitespace):
4322         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4323         eval-and-compile wrappers for byte compiler pacifiers.
4324
4325         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4326         (mm-display-inline-fontify): Check for featurep 'xemacs not
4327         extent-list.
4328
4329         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4330         itimer-list.
4331         (mm-create-image-xemacs): Only do something for XEmacs.
4332         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4333
4334         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4335
4336         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4337         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4338
4339 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4340
4341         * nnimap.el (nnimap-split-download-body):
4342         * gnus-demon.el (gnus-demon):
4343         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4344
4345 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4348         macros.
4349         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4350         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4351         copy data from unibyte buffer to multibyte current buffer.
4352         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4353         to copy data from unibyte current buffer to multibyte buffer.
4354         (nntp-make-process-buffer): Make process buffer unibyte.
4355
4356         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4357
4358 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4359
4360         * pop3.el (pop3-open-server): Accept and process data more robustly at
4361         connexion start to avoid spurious "POP SSL connexion failed" errors.
4362
4363 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4366         read group names.
4367
4368 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4369
4370         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4371
4372 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4375         (nnmail-save-active): Use a unibyte buffer when saving active file,
4376         which may contain non-ASCII group names.
4377
4378         * nnml.el (nnml-request-group): Decode group names in messages.
4379
4380 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4381
4382         * message.el (message-citation-line-function)
4383         (message-insert-formatted-citation-line): Fix spelling of
4384         `message-insert-formated-citation-line'.
4385
4386 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4387
4388         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4389
4390 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4393         nnmail-pathname-coding-system.
4394
4395         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4396         that a user enters; decode group names in messages.
4397
4398         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4399
4400 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4401
4402         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4403
4404         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4405
4406         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4407         risky local variable.
4408
4409         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4410
4411 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4412
4413         * encrypt.el: Improve documentation to fix function name typo.
4414         Reported by Daiki Ueno <ueno@unixuser.org>.
4415
4416 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4419         even if the point is not in the last page of an article.
4420         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4421         back to the previous page.
4422
4423 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4424
4425         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4426
4427 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4430
4431 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4432
4433         * message.el (message-check-news-body-syntax): Avoid
4434         mm-string-as-multibyte.
4435         (message-hide-headers): Don't assume (point-min)==1.
4436
4437 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4438
4439         * message.el (message-remove-blank-cited-lines): Fix if remove is
4440         given.
4441         (message-bogus-address-regexp): New variable.
4442         (message-bogus-recipient-p): New function.
4443         (message-check-recipients): New command.
4444         (message-syntax-checks): Add `bogus-recipient'.
4445         (message-fix-before-sending): Add `bogus-recipient'.
4446
4447         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4448         (gnus-treat-body-boundary): Don't test window-system.
4449
4450 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4451
4452         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4453
4454 2007-10-28  Miles Bader  <miles@gnu.org>
4455
4456         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4457         at compile-time too.
4458
4459 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4460
4461         * gnus-msg.el (gnus-message-setup-hook): Add
4462         `message-remove-blank-cited-lines' to options.
4463
4464 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4465
4466         * message.el (message-remove-blank-cited-lines): New function.
4467         Suggested by Karl Plästerer.
4468
4469 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4472         mapc.
4473
4474         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4475         (top-level): Use mapc to set functions to be traced for debugging.
4476
4477         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4478         called for effect with while loop.
4479
4480         * message.el (message-talkative-question): Replace mapcar called for
4481         effect with mapc.
4482
4483         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4484         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4485         called for effect with dolist.
4486
4487         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4488
4489         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4490         gnus-extra-headers and nnmail-extra-headers.
4491
4492         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4493         called for effect with dolist.
4494         (top-level): Use mapc to set functions to be traced for debugging.
4495
4496         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4497         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4498         dolist.
4499
4500         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4501         Replace mapcar called for effect with mapc.
4502         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4503         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4504         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4505         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4506
4507         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4508         remove-if that's a cl function.
4509
4510         * webmail.el (webmail-debug): Replace mapcar called for effect with
4511         dolist.
4512
4513         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4514         with mapc.
4515
4516 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4519         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4520         with while loop.
4521
4522         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4523         functions from article-* functions.
4524         (gnus-multi-decode-header): Replace mapcar called for effect with
4525         dolist.
4526
4527         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4528         (gnus-bookmark-show-details): Replace mapcar called for effect with
4529         while loop.
4530
4531         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4532         called for effect with while loop.
4533
4534         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4535         with dolist.
4536
4537         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4538         mapcar called for effect with dolist.
4539
4540         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4541
4542         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4543         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4544         Replace mapcar called for effect with dolist.
4545         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4546         mapc.
4547
4548         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4549         Replace mapcar called for effect with dolist.
4550         (gnus-topic-list): Replace mapcar called for effect with mapc.
4551
4552         * gnus.el: Use mapc instead of mapcar to add autoloads.
4553
4554 2007-10-23  Richard Stallman  <rms@gnu.org>
4555
4556         * gnus-group.el (gnus-group-highlight): Mark as risky.
4557
4558 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * gnus.el (gnus-server-to-method): Return method found first in
4561         gnus-newsrc-alist.
4562
4563         * gnus-art.el (gnus-article-highlight-signature)
4564         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4565         button overlay without the front stickiness.
4566
4567 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4568
4569         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4570         overview buffer needed a catch to receive its throw.
4571         (gnus-agent-flush-cache): Declared as interactive to make this function
4572         easier to use.
4573
4574 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4575
4576         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4577         `next-line'.
4578
4579 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4582         exclude address matching message-dont-reply-to-names.
4583
4584 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * gnus-util.el (gnus-string<): New function.
4587
4588         * gnus-sum.el (gnus-article-sort-by-author)
4589         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4590
4591 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4594         the frame-focus tag is set in gnus-buffer-configuration.
4595
4596 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4599         the front stickiness.
4600
4601 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4604         url pattern; remove duplicate one.
4605         (gnus-article-extend-url-button): New function.
4606         (gnus-article-add-buttons): Use it.
4607         (gnus-button-push): Use concatenated url that it makes.
4608
4609 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4610
4611         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4612
4613 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4614
4615         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4616         Don't hardcode point-min==1.
4617
4618 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4619
4620         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4621         Fix comment about "iso8859-1".
4622
4623 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4624
4625         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4626         ones returned from the verify-function.
4627
4628         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4629         mml2015-extract-cleartext-signature if extraction failed.
4630
4631 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4632
4633         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4634         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4635         failed.
4636
4637 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4638
4639         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4640
4641 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4642
4643         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4644         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4645         recommends to use EasyPG instead of PGG.
4646
4647         * pgg.el: Revert to revision 6.23.2.16.
4648
4649         * pgg-def.el: Revert to revision 6.6.2.14.
4650
4651         * pgg-gpg.el: Revert to revision 6.23.2.34.
4652
4653 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4654
4655         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4656         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4657         thread for both the null and zero (kill/expire thread) universal prefix
4658         cases.
4659         (gnus-summary-expire-thread): Add new function to expire a thread,
4660         using gnus-summary-kill-thread.
4661         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4662         shortcuts for gnus-summary-expire-thread.
4663         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4664         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4665
4666 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4667
4668         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4669         extras value, so an extras entry can be deleted.
4670         (gnus-registry-delete-extra-entry): Use it.
4671         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4672         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4673         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4674         storage through the gnus-registry, and provide an appropriate API for
4675         it.
4676
4677 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4680         Suggested by Leo <sdl.web@gmail.com>.
4681
4682         * gnus.el: Do.
4683
4684 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4687         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4688
4689         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4690
4691         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4692         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4693
4694 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4697         newline.
4698         (nnmbox-request-accept-article): Don't change article in source buffer;
4699         narrow to header to use message-fetch-field rather than
4700         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4701         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4702         as delimiters; make sure article ends with newline.
4703         (nnmbox-delete-mail): Correct last position of article to be deleted;
4704         ignore X-Gnus-Newsgroup header in article body.
4705         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4706         positions; make sure article ends with newline.
4707
4708         * message.el (message-display-abbrev): Don't infloop when a user
4709         inserts SPC in the beginning of header.
4710
4711         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4712         coding-system-for-read and coding-system-for-write for XEmacs having no
4713         file-coding feature.
4714
4715         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4716
4717 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4718
4719         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4720         list of groups not followed by default.  Fix type to be regexp.
4721         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4722
4723 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4724
4725         * hmac-def.el (define-hmac-function): Switch from old-style to
4726         new-style backquotes.
4727
4728         * md4.el (md4-make-step): Likewise.
4729
4730 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4733         raw-text coding system when saving .newsrc file, which may contain
4734         non-ASCII group names.
4735
4736 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * gnus-cus.el (gnus-score-extra): New widget.
4739         (gnus-score-extra-convert): New function.
4740         (gnus-score-customize): Use it for Extra.
4741
4742 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4743
4744         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4745         (mml2015-mailcrypt-clear-verify): Use it.
4746         (mml2015-gpg-clear-verify): Use it.
4747         (mml2015-pgg-clear-verify): Use it.
4748         (mml2015-epg-clear-verify): Replace the current part with the output
4749         from GnuPG; don't extract the plaintext by itself.
4750
4751         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4752         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4753         mml2015-clear-verify-function; don't touch the armor headers or
4754         dash-escaped text here.
4755
4756 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4759         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4760         parts, or application/octet-stream as a last resort.
4761         (gnus-mime-view-part-as-type): Don't toggle display.
4762         (gnus-mime-view-part-as-charset): Don't turn off display before
4763         querying charset.
4764
4765         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4766         stuff to undisplayer function in Emacs.
4767         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4768
4769         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4770         text/calendar parts.
4771
4772 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4775         decoding text/calendar parts.
4776
4777         * message.el (message-forward-make-body-mime): Always mark body as
4778         having no illegible text; remove signed-or-encrypted argument.
4779         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4780
4781         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4782         (mml-generate-mime-1): Don't encode body if it is specified to be in
4783         raw form; don't make buffer be unibyte when inserting multibyte string.
4784
4785 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4786
4787         * sha1.el: Fix up comment style.
4788         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4789         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4790
4791         * hex-util.el: Fix up comment style.
4792         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4793
4794         * gnus-salt.el: Use with-current-buffer.
4795         (gnus-pick-setup-message): Fix long-standing typo.
4796
4797 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * imap.el (imap-logout-timeout): New variable.
4800         (imap-logout, imap-logout-wait): New functions.
4801         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4802
4803         * nnimap.el (nnimap-logout-timeout): New server variable.
4804         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4805         nnimap-logout-timeout.
4806
4807         * gnus-art.el (gnus-article-summary-command-nosave)
4808         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4809
4810 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * gnus.el (gnus-maximum-newsgroup): New variable.
4813
4814         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4815         according to gnus-maximum-newsgroup.
4816
4817         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4818         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4819         Limit the range of articles according to gnus-maximum-newsgroup.
4820
4821 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4822
4823         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4824         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4825         Don't perform gnus-configure-windows here; reuse existing sticky
4826         article buffer.
4827
4828         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4829         it doesn't exist in gnus-article-mode.
4830
4831 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4834         (gnus-agent-decoded-group-name): New function.
4835         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4836         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4837
4838 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4839
4840         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4841         Add binding for gnus-sticky-article.
4842         (gnus-summary-exit): Don't kill sticky article buffers.
4843
4844         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4845         article buffer.
4846         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4847         (gnus-kill-sticky-article-buffers): New commands.
4848
4849 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * nntp.el (nntp-xref-number-is-evil): New server variable.
4852         (nntp-find-group-and-number): If it is non-nil, don't trust article
4853         numbers in the Xref header.
4854
4855 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * gnus-agent.el (gnus-agent-read-group): New function.
4858         (gnus-agent-flush-group, gnus-agent-expire-group)
4859         (gnus-agent-regenerate-group): Use it.
4860         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4861         nnmail-pathname-coding-system.
4862
4863 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4866
4867         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4868         that are unread as unread, and also as selected so that information of
4869         marks having been changed by a user may be updated when exiting group.
4870
4871 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4874         calculated ignoring signature parts to gnus-treat-article.
4875
4876 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4879         a point here in order to keep the window start.
4880         (gnus-insert-mime-security-button): Make a button overlay without the
4881         front stickiness.
4882         (gnus-mime-display-security): Goto the end of a button.
4883
4884         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4885
4886 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4889         group-name-at-point.
4890         (gnus-group-completing-read): New function that offers decoded
4891         non-ASCII group names for completion.
4892         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4893         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4894         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4895         (gnus-group-fetch-control): Use it.
4896         (gnus-fetch-group): Use group-name-at-point for the initial value
4897         rather than the default value; use gnus-alive-p.
4898
4899         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4900         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4901         (gnus-summary-post-news): Use gnus-group-completing-read.
4902
4903         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4904         (gnus-read-move-group-name): Decode group name for completion.
4905
4906 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4907
4908         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4909         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4910         Yamaoka slightly modified the code).
4911
4912 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4915         (nnmail-split-incoming): Bind it.
4916
4917         * nnml.el (nnml-group-name-charset): New function.
4918         (nnml-decoded-group-name): Use it; don't decode group name if
4919         nnmail-group-names-not-encoded-p is non-nil.
4920         (nnml-encoded-group-name): New function.
4921         (nnml-group-pathname): Inline nnml-decoded-group-name.
4922         (nnml-request-expire-articles): Decode group name in message.
4923         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4924         nnmail-pathname-coding-system.
4925         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4926         not decoded ones according to nnmail-group-names-not-encoded-p.
4927         (nnml-generate-active-info): Use nnml-encoded-group-name.
4928
4929 2007-08-08  Glenn Morris  <rgm@gnu.org>
4930
4931         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4932         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4933         doc-strings and comments.
4934
4935 2007-07-25  Glenn Morris  <rgm@gnu.org>
4936
4937         * Relicense all FSF files to GPLv3 or later.
4938
4939 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * gnus-sum.el (gnus-summary-move-article): Make
4942         gnus-summary-respool-article work.
4943
4944 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4945
4946         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4947         string.
4948
4949 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4950
4951         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4952         that should be ignored when comparing distant RSS articles with local
4953         ones.
4954         (nnrss-make-hash-index): New function.  Create a hash index according
4955         to the ignored fields.
4956         (nnrss-check-group): Use it.
4957
4958 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4961
4962         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4963
4964         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4965         the new optional argument ENCODED is non-nil.
4966         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4967         coding system for encoding group name.
4968         (gnus-group-make-rss-group): Pass un-encoded group name to
4969         gnus-group-make-group.
4970         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4971         encoded.
4972
4973         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4974         Encode group name to which articles are moved or copied.
4975         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4976         coding system for encoding Newsgroup, Followup-To and Xref headers.
4977
4978         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4979         marks; use nnheader-file-coding-system to write a file.
4980         (nnagent-retrieve-headers): Bind file-name-coding-system to
4981         nnmail-pathname-coding-system.
4982
4983         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4984
4985         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4986         (nnml-request-article, nnml-request-create-group)
4987         (nnml-request-rename-group, nnml-find-id)
4988         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4989         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4990         (nnml-save-marks): Use nnml-group-pathname instead of
4991         nnmail-group-pathname.
4992
4993         (nnml-request-create-group, nnml-request-expire-articles)
4994         (nnml-request-move-article, nnml-request-delete-group)
4995         (nnml-deletable-article-p, nnml-possibly-create-directory)
4996         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4997         (nnml-open-marks): Bind file-name-coding-system to
4998         nnmail-pathname-coding-system.
4999
5000         (nnml-request-article): Pass server argument to nnml-find-group-number.
5001         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5002         server argument to nnml-possibly-create-directory.
5003         (nnml-request-accept-article): Pass server argument to
5004         nnml-active-number and nnml-save-mail.
5005         (nnml-find-group-number): Pass server argument to nnml-find-id.
5006         (nnml-request-update-info): Pass server argument to
5007         nnml-marks-changed-p.
5008
5009         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5010         (nnml-save-mail, nnml-active-number): Add server argument.
5011
5012         (nnml-request-delete-group): Warn if group is missing.
5013         (nnml-get-nov-buffer): Decode group name.
5014         (nnml-generate-active-info): Encode group name.
5015         (nnml-open-marks): Decode group name in messages.
5016
5017 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5020         if it is not specified.
5021         (gnus-article-pipe-part, gnus-article-save-part)
5022         (gnus-article-interactively-view-part, gnus-article-copy-part)
5023         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5024         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5025         (gnus-article-replace-part, gnus-article-delete-part)
5026         (gnus-article-view-part-as-type): Pass raw prefix argument to
5027         gnus-article-part-wrapper.
5028
5029 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus-agent.el (gnus-agent-save-active): Bind
5032         nnheader-file-coding-system to gnus-agent-file-coding-system.
5033
5034         * gnus-cache.el (gnus-cache-save-buffers)
5035         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5036         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5037         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5038         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5039         (gnus-cache-generate-active, gnus-cache-rename-group)
5040         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5041         (gnus-cache-update-overview-total-fetched-for): Bind
5042         file-name-coding-system to nnmail-pathname-coding-system.
5043         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5044         variables.
5045         (gnus-cache-decoded-group-name): New function.
5046         (gnus-cache-file-name): Use it.
5047         (gnus-cache-generate-active): Use non-decoded group name for active.
5048
5049         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5050         right place.
5051         (gnus-write-active-file): Don't break non-ASCII group names.
5052
5053         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5054         nnmail-pathname-coding-system.
5055
5056         * lpath.el: Bind default-file-name-coding-system,
5057         file-name-coding-system and language-info-alist for XEmacs.
5058
5059         * gnus-uu.el (gnus-uu-decode-save): Typo.
5060
5061 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5064
5065 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5068         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5069         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5070         (gnus-agent-flush-group, gnus-agent-flush-cache)
5071         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5072         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5073         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5074         (gnus-agent-regenerate-group)
5075         (gnus-agent-update-files-total-fetched-for)
5076         (gnus-agent-update-view-total-fetched-for): Bind
5077         file-name-coding-system to nnmail-pathname-coding-system.
5078         (gnus-agent-group-pathname): Don't encode file names by
5079         nnmail-pathname-coding-system.
5080         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5081         coding-system-for-write instead of buffer-file-coding-system to
5082         gnus-agent-file-coding-system.
5083
5084         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5085         Decode group name.
5086
5087         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5088
5089         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5090         (gnus-read-newsrc-el-file): Make group names unibyte.
5091
5092         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5093         nnmail-pathname-coding-system.
5094
5095         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5096         (nnrss-request-delete-group): Bind file-name-coding-system to
5097         nnmail-pathname-coding-system.
5098         (nnrss-read-server-data, nnrss-read-group-data): Bind
5099         file-name-coding-system correctly.
5100         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5101
5102         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5103         (nntp-server-to-method-cache): New variable.
5104         (nntp-group-pathname): New function that decodes non-ASCII group names.
5105         (nntp-possibly-create-directory, nntp-marks-changed-p)
5106         (nntp-save-marks, nntp-open-marks): Use it.
5107         (nntp-possibly-create-directory, nntp-open-marks):
5108         Bind file-name-coding-system to nnmail-pathname-coding-system.
5109         (nntp-open-marks): Decode group names when bootstrapping marks.
5110
5111         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5112         Newsgroups and Folowup-To headers.
5113
5114 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5117         (gnus-server-closed-face, gnus-server-denied-face)
5118         (gnus-server-offline-face): Remove variable.
5119         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5120
5121         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5122         of modifying message-stack directly for XEmacs.
5123
5124         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5125         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5126         if the coding-system argument is nil for XEmacs.
5127
5128         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5129         mm-charset-override-alist.
5130
5131         * rfc2047.el: Don't require base64; require rfc2045 for the function
5132         rfc2045-encode-string.
5133         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5134         to quote the parameter value.
5135
5136 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5139         form in gnus-group-name-charset-method-alist.
5140
5141         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5142         overrides the default layout edit-form.
5143
5144         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5145
5146         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5147
5148 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5151         as unfetched articles.
5152
5153 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5154
5155         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5156
5157 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5160         original back end that keeps marks in the local system.
5161
5162 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5165         arg of pop-to-buffer for XEmacs.
5166         (gnus-article-read-summary-keys): Ditto; don't restore window
5167         configuration if summary command ends up with neither article buffer
5168         nor summary buffer; describe bindings if summary keys end with C-h.
5169
5170 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * message.el (message-fix-before-sending): Skip raw message part to be
5173         forwarded while checking illegible text.
5174         (message-forward-make-body-mime, message-forward-make-body): Mark
5175         signed or encrypted raw message as having no illegible text.
5176
5177 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5180         (gnus-message-with-timestamp-1): New macro.
5181         (gnus-message-with-timestamp): New function.
5182         (gnus-message): Use them.
5183
5184         * nnheader.el (nnheader-message): Use them.
5185
5186 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5187
5188         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5189         .newsrc.eld file.
5190
5191 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * gnus-agent.el (gnus-agent-fetch-headers)
5194         (gnus-agent-retrieve-headers): Bind
5195         gnus-decode-encoded-address-function to identity.
5196
5197         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5198         available also when the server returns simply a dot.
5199
5200         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5201
5202 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5205
5206 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-ems.el (gnus-x-splash): Make it work.
5209
5210         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5211         from being used.
5212
5213         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5214
5215 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5218         4th and the 5th arguments.
5219
5220         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5221         the front stickiness.
5222         (gnus-article-summary-command-nosave): Correct the order of the
5223         arguments passed to pop-to-buffer.
5224         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5225         summary command ends up with the article buffer.
5226
5227         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5228         the same faces.
5229
5230 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5231
5232         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5233
5234 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5235
5236         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5237         * gnus-sum.el (gnus-summary-highlight):
5238         * pgg.el (pgg-sign-region, pgg-sign):
5239         * mail-source.el (mail-source-delete-old-incoming-confirm):
5240         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5241
5242 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * gnus-art.el (gnus-mime-view-part-externally)
5245         (gnus-mime-view-part-internally): Fix predicate function passed to
5246         completing-read.
5247
5248         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5249
5250         * gnus.el (gnus-update-message-archive-method): Add :version.
5251
5252 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus.el (gnus-update-message-archive-method): New variable.
5255
5256         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5257         according to gnus-message-archive-method if
5258         gnus-update-message-archive-method is non-nil.
5259
5260 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5263         by Loic Dachary <loic@dachary.org>.
5264         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5265
5266 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * message.el (message-pop-to-buffer): Add switch-function argument.
5269         (message-mail): Pass switch-function argument to it.
5270
5271 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5272
5273         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5274         Improve doc string.
5275
5276 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5279         (gnus-header-content)
5280         * gnus-cite.el (gnus-cite-10)
5281         * gnus-srvr.el (gnus-server-closed)
5282         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5283         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5284         (gnus-group-mail-3-empty, gnus-group-mail-low)
5285         (gnus-group-mail-low-empty, gnus-splash)
5286         * message.el (message-header-to, message-header-cc)
5287         (message-header-subject, message-header-other, message-header-name)
5288         (message-header-xheader, message-separator, message-cited-text)
5289         (message-mml): Lighten colors of faces used for dark background.
5290
5291 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5292
5293         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5294         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5295
5296 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * message.el (message-narrow-to-headers-or-head):
5299         Ignore mail-header-separator in the body.
5300
5301 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5304         same as window size.
5305
5306 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5307
5308         * message.el (message-font-lock-keywords): Use message-header-xheader
5309         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5310         ahead of the anything pattern, to get it recognised.
5311
5312 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5315         spam.el loads uses it in the compiled defadvice form.
5316
5317 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5318
5319         * gnus-sum.el (gnus-articles-to-read)
5320         (gnus-summary-insert-old-articles): Don't truncate group name for
5321         `read-string'.
5322
5323         * gnus-util.el (gnus-limit-string): Delete this function.
5324
5325         * gnus-sum.el (gnus-simplify-subject-fully): Use
5326         `truncate-string-to-width' instead.
5327
5328 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5329
5330         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5331         if, on summary exit, the next group has to be selected.
5332         (gnus-summary-exit): Use it.
5333
5334 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5335
5336         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5337         non-break space.
5338
5339 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5342         Check if group is not a directory.
5343         (nnfolder-request-expire-articles): Don't delete articles if the target
5344         group is not available.
5345
5346         * nnml.el (nnml-request-create-group): Properly check if group is not a
5347         file.
5348         (nnml-request-expire-articles): Don't delete articles if the target
5349         group is not available.
5350
5351         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5352         Don't quote characters that are within parentheses.
5353
5354 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5357         (gnus-handle-ephemeral-exit): Select article according to it.
5358
5359 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5360
5361         * message.el (message-insert-formated-citation-line): Remove newline.
5362         (message-citation-line-format): Add final \n here so that the user can
5363         avoid a blank line.
5364
5365 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5366
5367         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5368         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5369         Update lanl/arXiv support.
5370
5371 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5372
5373         * gnus.el: Bump version number.
5374
5375 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5376
5377         * gnus.el (gnus-version-number): Bump version.
5378
5379 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5380
5381         * gnus.el: No Gnus v0.6 is released.
5382
5383 2007-04-27  Didier Verna  <didier@xemacs.org>
5384
5385         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5386         * gmm-utils.el (gmm-regexp-concat): here.
5387         * message.el: Don't require 'gnus-util.
5388         (message-dont-reply-to-names): Handle name change above.
5389         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5390
5391 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5394         since the initial value varies according to the system.
5395
5396 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5399
5400 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5401
5402         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5403
5404 2007-04-24  Didier Verna  <didier@xemacs.org>
5405
5406         Improve the type of gnus-ignored-from-addresses.
5407         * gnus-util.el (gnus-orify-regexp): New function.
5408         * message.el (gnus-util): Require it.
5409         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5410         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5411         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5412
5413 2007-04-24  Didier Verna  <didier@xemacs.org>
5414
5415         * gnus-sum.el:
5416         * gnus-utils.el: Fix some trailing whitespaces.
5417
5418 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5421         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5422         article's Message-ID; refer parent article in summary buffer.
5423
5424         * message.el (message-bounce): Call mime-to-mml.
5425
5426         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5427         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5428         optimize and/or forms properly.
5429
5430 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5431
5432         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5433         URL.
5434
5435 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5438
5439 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5442         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5443         displayed of multipart/alternative part if it is invoked from summary
5444         buffer.
5445
5446         * mm-view.el (mm-inline-text-html-render-with-w3m)
5447         (mm-inline-text-html-render-with-w3m-standalone)
5448         (mm-inline-render-with-function): Use mail-parse-charset by default.
5449
5450 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5451
5452         * parse-time.el (parse-time-string-chars): Check if CHAR
5453         is less than the length of parse-time-syntax.
5454
5455 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5458         from gnus-newsgroup-processable.
5459
5460 2007-04-16  Didier Verna  <didier@xemacs.org>
5461
5462         * gnus-msg.el (gnus-configure-posting-styles): Handle
5463         message-signature-directory properly with :file syntax.  Reported by
5464         "Leo".
5465
5466 2007-04-11  Didier Verna  <didier@xemacs.org>
5467
5468         New user option: message-signature-directory.
5469         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5470         * message.el (message-insert-signature): Ditto.
5471         * message.el (message-signature-file): Doc update.
5472         * message.el (message-signature-directory): New.
5473
5474 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5475
5476         * gnus-msg.el (gnus-inews-yank-articles): Use
5477         message-exchange-point-and-mark instead of exchange-point-and-mark.
5478
5479 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * message.el (message-yank-original): Make sure cited text ends with
5482         newline; don't exchange point and mark.
5483
5484 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5485
5486         * tls.el (open-tls-stream): Properly handle case where there
5487         is no associated buffer.
5488
5489 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5490
5491         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5492         message-yank-original, make sure (< mark TEXT point).
5493
5494 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5495
5496         * message.el (message-fill-column): New variable.
5497         (message-mode): Use it.  Add comment on a possible new hook.
5498
5499         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5500         (nnmail-get-new-mail): Reformat.
5501
5502         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5503
5504         * gmm-utils.el: Fix Commentary.
5505         (gmm-tool-bar-from-list): Fix typo in doc string.
5506
5507 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5508
5509         * message.el (message-yank-original): Don't switch point and mark
5510         unnecessarily to put point and mark as documented.
5511
5512 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5515         from the message heads.
5516
5517 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5518
5519         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5520         article buffer does not have a window.  This may not be the best
5521         solution but is certainly better than setting the start of the null,
5522         that is the current, window.
5523
5524 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5525
5526         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5527         (gnus-draft-setup): Run it.
5528
5529         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5530         gnus-score-fast-scoring.  Allow regexp.
5531         (gnus-score-headers): Use it.
5532
5533         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5534         XEmacs.
5535
5536         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5537         string.
5538         (gnus-button-alist): Also catch `<f1> k ...'.
5539         (gnus-treat-display-x-face): Fix doc string.
5540
5541 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5542
5543         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5544         evaluation of gnus-extended-version to ensure correct generation of the
5545         User-Agent header when message-generate-headers-first is used.
5546
5547 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5548
5549         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5550         hashcash-path is nil.  Don't call callback with incorrect number of
5551         parameters if val is 0.
5552
5553 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5554
5555         * message.el (message-required-news-headers):
5556         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5557
5558 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5559
5560         * tls.el (open-tls-stream): In handshake-waiting loop,
5561         don't wait more if there is output available to process.
5562
5563 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5564
5565         * tls.el (tls-program): Doc fix.
5566
5567 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * message.el (message-generate-new-buffers): Change the meaning of the
5570         nil value; add `standard' to the choices; treat t as `unique'; improve
5571         doc string.
5572         (gnus-select-frame-set-input-focus): Autoload.
5573         (message-buffer-name): Search for the existing message buffer if
5574         message-generate-new-buffers is nil or `standard'; treat the value t of
5575         message-generate-new-buffers as `unique'.
5576         (message-pop-to-buffer): Raise the frame already displaying the message
5577         buffer; clear the echo area after querying.
5578         (message-setup): Pass the `continue' argument to compose-mail.
5579         (message-mail): Prefer `switch-function' if it is given; search for the
5580         existing message buffer if the `continue' argument is non-nil; pass
5581         continue and switch-function arguments to compose-mail by way of
5582         message-setup.
5583         (message-mail-other-window): Adjust argument of message-setup.
5584         (message-mail-other-frame): Ditto.
5585
5586 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5589         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5590         to turn font-lock on when turning gnus-message-citation-mode on.
5591
5592 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5593
5594         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5595         (mml-smime-function-alist): New variable; add epg as the backend.
5596         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5597         mml-smime- functions instead.
5598         * mm-view.el: Require smime.
5599
5600 2007-03-05  Didier Verna  <didier@xemacs.org>
5601
5602         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5603         instead of just inheritance for posting styles.
5604         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5605
5606 2007-02-24  Chris Moore  <dooglus@gmail.com>
5607
5608         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5609         * pgg-pgp.el (pgg-pgp-encrypt-region):
5610         * pgg-gpg.el (pgg-gpg-encrypt-region):
5611         Check pgg-encrypt-for-me if no other recipients.
5612
5613 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5614
5615         * tls.el (tls-certtool-program): Fix custom type.
5616
5617 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5620         and point-at-eol instead of line-(beginning|end)-position.
5621
5622         * assistant.el (assistant-parse-buffer): Ditto.
5623
5624         * netrc.el (netrc-parse-services): Ditto.
5625
5626 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5627
5628         * mml2015.el (mml2015-epg-find-usable-key): New function.
5629         (mml2015-epg-sign): Use it.
5630         (mml2015-epg-encrypt): Use it.
5631
5632 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * message.el (message-make-in-reply-to): Quote name containing
5635         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5636         if there are special characters.  Reported by NAKAJI Hiroyuki
5637         <nakaji@jp.freebsd.org>.
5638
5639 2007-02-27  Didier Verna  <didier@xemacs.org>
5640
5641         Include the group parameters as well as the topic ones in the
5642         inheritance filter process.
5643         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5644         argument GROUP-PARAMS-LIST.
5645         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5646
5647 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * nntp.el (nntp-never-echoes-commands)
5650         (nntp-open-connection-functions-never-echo-commands): New variables.
5651         (nntp-send-command): Use them.
5652
5653 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5654
5655         * mml2015.el (mml2015-epg-verify): Simplified.
5656
5657 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * mml.el (mml-content-disposition-alist): New user option.
5660         (mml-content-disposition): New function.
5661         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5662         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5663
5664 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5665
5666         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5667         verification.
5668
5669 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5670
5671         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5672         articles posted in the last 24 hours.
5673
5674 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5675
5676         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5677
5678 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5679
5680         * nntp.el (nntp-send-command): Don't wait for echoes when
5681         nntp-open-ssl-stream is used.
5682
5683 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5686         (gnus-message-add-citation-keywords)
5687         (gnus-message-remove-citation-keywords): Remove.
5688         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5689         directly, make the variables in font-lock-defaults buffer-local, add
5690         gnus-message-citation-keywords to them and then update the value of
5691         font-lock-keywords.
5692
5693 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * message.el (message-cite-original-1): Don't call
5696         gnus-article-highlight-citation.
5697
5698         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5699         citations; fix line count.
5700
5701 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5704         (gnus-message-add-citation-keywords)
5705         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5706         versions of font-lock-add-keywords and font-lock-remove-keywords to
5707         work with XEmacs correctly.
5708
5709 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * gnus-cite.el (gnus-cite-face-list): Set the values of
5712         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5713         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5714         (gnus-message-cite-prefix-regexp): New variable.
5715         (gnus-message-search-citation-line): Use it; protect against long
5716         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5717         the 0th match data for Emacs.
5718         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5719         (gnus-message-add-citation-keywords): Append keywords rather than
5720         prepending; emulate font-lock-add-keywords if it is not available.
5721         (gnus-message-remove-citation-keywords): Emulate
5722         font-lock-remove-keywords if it is not available.
5723
5724         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5725
5726         * message.el (message-cite-prefix-regexp): Set the value of
5727         gnus-message-cite-prefix-regexp.
5728
5729 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5730
5731         * nnweb.el (nnweb-google-parse-1): Update parser.
5732
5733 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5734
5735         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5736
5737 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5738
5739         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5740         regexp.
5741
5742 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5745         string-to-multibyte.
5746         (uudecode-decode-region-internal): Use it.
5747
5748         * lpath.el: Fbind string-as-multibyte for XEmacs.
5749
5750 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5753         custom choice.
5754
5755         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5756
5757 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5758
5759         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5760
5761         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5762         `write-region' to respect `mm-inhibit-file-name-handlers'.
5763
5764 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5765
5766         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5767         Use gnus-home-directory instead of "~/" or "$HOME".
5768
5769 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5770
5771         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5772         to mention filename.
5773         Add comments at beginning regarding usage.
5774         (encrypt-write-file-contents): Change interactive so a string is
5775         acceptable.  If the file has no associated model, show an error instead
5776         of a nonsense prompt.
5777
5778 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5779
5780         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5781         Thanks to Yoshihiko Yamada for kind notification of this typo.
5782
5783 2007-01-12  Kenichi Handa  <handa@m17n.org>
5784
5785         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5786         multibyte buffer.
5787
5788 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5789
5790         * gnus-score.el (gnus-score-fast-scoring): New variable.
5791         (gnus-score-headers): Use it.
5792
5793         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5794
5795         * message.el (message-cite-original-1): Call
5796         gnus-article-highlight-citation if requested.
5797         (message-make-from): Allow name and address as optional arguments.
5798
5799         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5800
5801         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5802         bugs to doc string.
5803         (gnus-button-alist): Add mid\\|message-id.
5804         (gnus-button-fetch-group): Extend for use in
5805         `browse-url-browser-function'.
5806         (gnus-button-url-regexp): Try to catch paired parentheses like in
5807         Wikipedia URLs.
5808
5809         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5810         Suggested by Simon Krahnke <overlord@gmx.li>.
5811
5812 2007-01-13  Romain Francoise  <romain@orebokech.com>
5813
5814         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5815         Update copyright.
5816
5817 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5818
5819         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5820
5821 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5822
5823         * gnus-registry.el (gnus-registry-unfollowed-groups)
5824         (gnus-registry-split-fancy-with-parent): Fix documentation.
5825
5826 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5827
5828         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5829         from nnweb groups.
5830
5831 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5832
5833         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5834         Xref urls.  Erase buffer before requesting head.
5835
5836 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5837
5838         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5839         customizable.
5840
5841 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5842
5843         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5844         no signing key is found.
5845         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5846         no encrypting and/or signing key is found.
5847
5848 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5849
5850         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5851
5852 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5853
5854         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5855         headers read from disk with the ones newly found in the current search.
5856         This should no longer cause problems, because the article numbers in
5857         Gmane's `nov.php' output are ignored since the previous change.
5858
5859 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5860
5861         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5862
5863 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5866         replace-regexp-in-string; bind url-version; fbind display-images-p and
5867         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5868         find-face and set-itimer-function for Emacs; bind itimer-list for
5869         Emacs.
5870
5871         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5872
5873 2007-01-01  Romain Francoise  <romain@orebokech.com>
5874
5875         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5876
5877 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5878
5879         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5880         `define-minor-mode' macro definition expanded properly.
5881         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5882         exclude it there.
5883
5884         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5885         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5886         `fboundp' test.
5887         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5888         This is OK to autoload in (S)XEmacs now.
5889
5890 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5891
5892         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5893         keystroke.
5894         (gnus-summary-limit-to-singletons): Fix typo.
5895
5896         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5897         else fails.
5898
5899 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5900
5901         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5902         docstring.
5903
5904         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5905         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5906         (gnus-summary-insert-dormant-articles): Fix typo in message.
5907
5908 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5909
5910         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5911         nil for XEmacs.
5912         (gnus-message-citation-mode): Don't autoload in XEmacs.
5913
5914         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5915
5916 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5917
5918         * nnimap.el (nnimap-expunge-search-string): Mention
5919         nnimap-search-uids-not-since-is-evil in docstring.
5920
5921 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5922
5923         * spam.el: Revert to make-obsolete-variable because
5924         define-obsolete-variable-alias is not supported in Emacs 21.
5925
5926         * spam.el (spam-ifile-path, spam-ifile-database-path)
5927         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5928         make-obsolete-variable.
5929         (spam-bsfilter-path, spam-bsfilter-program)
5930         (spam-spamassassin-path, spam-spamassassin-program)
5931         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5932         use "path" inappropriately.
5933         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5934         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5935         variable names.
5936
5937 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5938
5939         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5940         summary buffer.
5941
5942         * password.el (password-cache-remove): Use clear-string to burn
5943         password, if available.
5944
5945 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5948
5949         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5950
5951         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5952         (gnus-message-highlight-citation): Move defcustom here from
5953         gnus-cite.el.
5954         (gnus-message-citation-mode): Autoload.
5955
5956         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5957         checks to make it compile with XEmacs.
5958         (gnus-message-citation-mode): New minor mode.
5959         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5960         (gnus-message-highlight-citation): New variables.
5961         (gnus-message-search-citation-line)
5962         (gnus-message-add-citation-keywords)
5963         (gnus-message-remove-citation-keywords)
5964         (turn-on-gnus-message-citation-mode)
5965         (turn-off-gnus-message-citation-mode): New functions.
5966
5967 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5968
5969         * gnus-cite.el: Enable highlighting of different citation levels in
5970         message-mode.
5971
5972 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5973
5974         * message.el (message-make-fqdn): Fix comment.
5975         (message-bogus-system-names): Add ".local".
5976
5977         * spam.el (spam-ifile-path, spam-ifile-program)
5978         (spam-ifile-database-path, spam-ifile-database)
5979         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5980         Don't use "path" inappropriately.
5981         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5982         strings.
5983         (spam-check-ifile, spam-ifile-register-with-ifile)
5984         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5985         new variable names.
5986
5987         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5988         (gnus-treat-display-smileys): Simplify using
5989         gnus-image-type-available-p.
5990
5991         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5992         available.
5993
5994         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5995         `display-images-p' if available.
5996
5997 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6000         one after turning on the buffer's multibyteness instead of decoding
6001         them directly in the unibyte buffer that causes unexpected conversion
6002         in Emacs 23 (unicode).
6003
6004 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6005
6006         * message.el (message-generate-hashcash): Fix custom type.
6007
6008 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6009
6010         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6011
6012 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6015         disconnect icons.  Add help text.
6016
6017 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6018
6019         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6020         negated to be consistent with the others we handle.
6021
6022 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6023
6024         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6025         version of gnus-summary-buffer to something, so that we can use two
6026         article buffers at the same time.
6027
6028 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6031         trigger all the extra headers.
6032         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6033         sorting.
6034
6035 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6036
6037         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6038         solid groups.
6039
6040 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6041
6042         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6043
6044 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6045
6046         * legacy-gnus-agent.el: Add Copyright notice.
6047
6048 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6049
6050         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6051
6052 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6055
6056         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6057         to make it work reliably in CVS Emacs.
6058         (gnus-summary-limit-strange-charsets-predicate)
6059         (gnus-summary-limit-to-predicate): New functions.
6060
6061 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6062
6063         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6064         specifying array size.
6065         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6066         array if it is too small.
6067         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6068         (gnus-sort-threads-loop): New function.
6069
6070 2006-12-06  Chris Moore  <dooglus@gmail.com>
6071
6072         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6073         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6074
6075 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6076
6077         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6078         options.
6079
6080 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6081
6082         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6083         DOS-ing the recipient.
6084
6085         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6086         the headers when creating the mapping to avoid mismappings.
6087         (nnweb-gmane-create-mapping): Always nix out old mapping.
6088
6089 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6092         and mm-verify-option to never.
6093
6094 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * message.el (message-signed-or-encrypted-p): New function.
6097         (message-forward-make-body): Use it.
6098
6099         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6100         Replace encode-coding-string with mm-encode-coding-string.
6101
6102 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * nneething.el (nneething-decode-file-name): Replace
6105         decode-coding-string with mm-decode-coding-string.
6106
6107         * gnus-int.el (gnus-open-server): Say failed server's name.
6108
6109 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6110
6111         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6112         strings to a single string.  Quote `errors-file-name'.
6113         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6114         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6115         Adjust calls.  Use `shell-quote-argument'.
6116
6117 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6118
6119         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6120         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6121
6122         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6123         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6124         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6125         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6126         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6127         (gnus-subscribe-newsgroup, gnus-1):
6128         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6129         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6130         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6131         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6132
6133 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6134
6135         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6136         keystroke.
6137         (gnus-summary-limit-to-bodies): Implement headersp.
6138
6139 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6140
6141         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6142
6143 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6146
6147 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148
6149         * message.el (message-generate-hashcash): Expand range of values to
6150         include `opportunistic'.
6151         (message-send-mail): Use it.
6152
6153 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6154
6155         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6156         and comment it.
6157
6158         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6159
6160 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6161
6162         * gnus-util.el (gnus-extract-address-components): Improve comment.
6163
6164 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * gnus-util.el (gnus-extract-address-components): Work with address in
6167         which the name portion contains @.
6168
6169         * lpath.el: Fbind custom-autoload.
6170
6171 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * gnus.el (gnus-start): Move custom group up.
6174         (gnus-select-method): Don't autoload, but make it available for
6175         `customize-variable'.
6176         (gnus-getenv-nntpserver): Don't autoload.
6177
6178 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6179
6180         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6181
6182 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6183
6184         * message.el (message-sendmail-extra-arguments): New variable.
6185         (message-send-mail-with-sendmail): Use it.
6186
6187 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6190         mm-with-unibyte-current-buffer to make string unibyte.
6191
6192         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6193         mm-string-as-multibyte.
6194
6195 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6196
6197         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6198         Reported by Werner Koch <wk@gnupg.org>.
6199
6200 2006-11-14  Daiki Ueno  <ueno@p360>
6201
6202         * mml2015.el: Autoload epa-select-keys when compiling.
6203
6204 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6205
6206         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6207         message-options.
6208         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6209
6210 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6211
6212         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6213         EasyPG (< 0.0.6).
6214         (mml2015-always-trust): New user option.
6215         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6216         prompt.
6217
6218 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * nntp.el (nntp-authinfo-force): New variable.
6221         (nntp-send-authinfo): Use it.
6222
6223 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6226         decode encoded words.  Improve prompt.  Add comment about forwarding.
6227         (message-replacement-char): Move up.
6228
6229 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6230
6231         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6232         instead of gnus-intersection because arguments of gnus-sorted-nunion
6233         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6234
6235 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6236
6237         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6238         (message-simplify-subject-functions): Enable
6239         message-strip-subject-encoded-words by default.
6240
6241 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6242
6243         * message.el (message-strip-subject-encoded-words): New function.
6244         (message-simplify-subject-functions): New variable.
6245         (message-simplify-subject): Use it.  Fix typo in doc string.
6246         Support message-strip-subject-encoded-words.
6247
6248 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6249
6250         * gnus-diary.el (gnus-diary-delay-format-function):
6251         * nndiary.el (nndiary-reminders):
6252         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6253
6254 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6255
6256         * gnus-art.el (article-hide-boring-headers): Fetch date from
6257         gnus-original-article-buffer to avoid problems with localized date
6258         strings.
6259
6260 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6263
6264 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6265
6266         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6267         New variables.
6268         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6269         (mm-charset-synonym-alist): Move some entries to
6270         mm-codepage-iso-8859-list.
6271         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6272         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6273
6274 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6277
6278 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6281         with Emacs 21 and XEmacs.
6282
6283 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6284
6285         * spam.el (spam-parse-address): New function for better parsing,
6286         catching errors, etc.
6287         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6288
6289 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * mm-view.el: Add interactive arg to html2text autoload.
6292
6293 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6296
6297 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6298
6299         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6300         variables.
6301         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6302         (mm-charset-synonym-alist): Move some entries to
6303         mm-codepage-iso-8859-list.
6304
6305         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6306
6307 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6308
6309         * message.el (message-citation-line-format)
6310         (message-insert-formated-citation-line): Fix implementation of %E, %N
6311         and %n according to the doc string.
6312
6313 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6314
6315         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6316         car-safe to avoid bad parses.
6317
6318 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6321         names.
6322
6323         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6324
6325 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6328         header.
6329
6330         * message.el (message-draft-headers): Add Date.
6331         (message-headers-to-generate): Fix typo in docstring.
6332
6333         * nndraft.el (nndraft-required-headers): New variable.
6334         (nndraft-generate-headers): Use it.
6335
6336         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6337
6338 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6339
6340         * gnus-registry.el (gnus-registry-wash-for-keywords)
6341         (gnus-registry-find-keywords): New functions to allow easy searching of
6342         articles that are in the registry.
6343
6344 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6345
6346         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6347         ietf-drums-parse-address instead of gnus-extract-address-components.
6348         Reported by Damien Elmes <damien@repose.cx>.
6349
6350 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * gnus.el (gnus-mime): Remove unused custom group.
6353
6354 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6355
6356         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6357         "blank line" when searching for end of armor headers.
6358
6359 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * gmm-utils.el (gmm-write-region): Fix variable name.
6362
6363 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6364
6365         * gmm-utils.el (gmm-write-region): New function based on compatibility
6366         code from `mm-make-temp-file'.
6367
6368         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6369
6370         * nnmaildir.el (nnmaildir--update-nov)
6371         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6372         Use `gmm-write-region'.
6373
6374 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6375
6376         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6377         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6378
6379         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6380
6381         * message.el (message-replacement-char): New variable.
6382         (message-fix-before-sending): Use it.
6383         (message-simplify-subject): New function to remove duplicate code.
6384         (message-reply, message-followup): Use it.
6385
6386         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6387         gnus-summary-limit-to-articles.
6388
6389 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * gnus-util.el (gnus-with-local-quit): New macro.
6392
6393         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6394
6395 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6396
6397         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6398         ignore non-string data.
6399
6400 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6401
6402         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6403         non-string data (needs to be done in the registry too).
6404
6405 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6406
6407         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6408         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6409         (gnus-registry-split-fancy-with-parent)
6410         (gnus-registry-fetch-simplified-message-subject-fast)
6411         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6412         Remove text properties on ingress into the registry and when it's saved.
6413         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6414         registry from entries with no groups.
6415
6416 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6417
6418         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6419         function to remove string properties.
6420
6421 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6422
6423         * gmm-utils.el (gmm): Adjust custom version.
6424
6425         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6426         custom version.
6427
6428         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6429
6430 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * gnus-art.el (gnus-insert-prev-page-button)
6433         (gnus-insert-next-page-button): Simplify.  Reformat.
6434
6435 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6436
6437         * gnus-art.el (gnus-insert-prev-page-button)
6438         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6439
6440 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6441
6442         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6443
6444 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6445
6446         * gnus-art.el (gnus-insert-mime-button)
6447         (gnus-insert-mime-security-button):
6448         Apply gnus-article-button-face to MIME and security buttons.
6449
6450 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6451
6452         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6453         readable.
6454
6455 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6458
6459 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6460
6461         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6462         `browse-url-of-file' instead of `browse-url'.
6463
6464 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6465
6466         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6467         regexp.  Articles containing quotation were cut prematurely.
6468
6469 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * message.el (message-cite-original-1): Use nobody by default for the
6472         value of From header.
6473         (message-reply): Ditto.
6474
6475 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6476
6477         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6478         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6479         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6480
6481 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6482
6483         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6484         mails in the doc string.  Add some URLs in comment.
6485         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6486
6487 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6490         backslashes handling and the way to find boundaries of quoted strings.
6491
6492 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6493
6494         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6495         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6496         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6497         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6498
6499 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6500
6501         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6502         doc string.
6503         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6504
6505 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * lpath.el: Fbind epg-check-configuration.
6508
6509 2006-09-06  Simon Josefsson  <jas@extundo.com>
6510
6511         * mml2015.el (mml2015-use): Doc fix, mention epg.
6512
6513 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6514
6515         * mml2015.el (mml2015-use): Default to epg, if available.
6516
6517 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6518
6519         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6520         message-sender.
6521         (mml1991-epg-encrypt): Ditto.
6522         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6523         message-sender.
6524         (mml2015-epg-encrypt): Ditto.
6525
6526 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6527
6528         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6529         several common directories.
6530
6531 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6532
6533         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6534         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6535
6536 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * gnus-art.el (article-decode-encoded-words): Make it fast.
6539
6540 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6543
6544         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6545         in quoted string into `\'.
6546
6547 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6550         Use standard-syntax-table.
6551
6552 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * gnus-art.el (gnus-decode-address-function): New variable.
6555         (article-decode-encoded-words): Use it to decode headers which are
6556         assumed to contain addresses.
6557         (gnus-mime-delete-part): Remove useless `or'.
6558
6559         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6560         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6561         (gnus-nov-parse-line): Use it to decode From header.
6562         (gnus-get-newsgroup-headers): Ditto.
6563         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6564
6565         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6566         (mail-decode-encoded-address-string): New alias.
6567
6568         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6569         New function.
6570         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6571         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6572         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6573         (rfc2047-decode-string): Ditto.
6574         (rfc2047-decode-address-region): New function.
6575         (rfc2047-decode-address-string): New function.
6576
6577 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6578
6579         * message.el (message-caesar-buffer-body): Allow rotating headers.
6580
6581         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6582
6583         * message.el (message-insert-formated-citation-line): Fix %f.
6584         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6585
6586 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6589         (gnus-bookmark-mouse-available-p): New macro.
6590         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6591         (gnus-bookmark-bmenu-show-infos): Use it.
6592         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6593         (gnus-bookmark-bmenu-hide-infos): Ditto.
6594         (gnus-bookmark-remove-properties): New function.
6595         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6596         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6597         (gnus-bookmark-write-file): Bind coding-system-for-write.
6598         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6599         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6600         group before selecting it.
6601         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6602         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6603         quit-window if it is not available; use gnus-mouse-2 and bind it to
6604         gnus-bookmark-bmenu-select-by-mouse.
6605         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6606         (gnus-bookmark-bmenu-select-by-mouse): New function.
6607
6608 2006-08-13  Romain Francoise  <romain@orebokech.com>
6609
6610         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6611         space.
6612
6613 2006-08-10  Romain Francoise  <romain@orebokech.com>
6614
6615         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6616         (dns-mode-soa-auto-increment-serial): New user option.
6617         (dns-mode-soa-maybe-increment-serial): New function.
6618         (dns-mode): Add the latter to `write-contents-functions'.
6619
6620 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * compface.el (uncompface): Use binary rather than raw-text-unix.
6623
6624 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * compface.el (uncompface): Make sure the eol conversion doesn't take
6627         place when communicating with the external programs.  Reported by
6628         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6629
6630 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6633
6634 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6635
6636         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6637         Make it more robust by parsing author and date independently.
6638
6639 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6642
6643 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6644
6645         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6646         first matching secret key.
6647         (mml2015-epg-encrypt): Ditto.
6648
6649         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6650         first matching secret key.
6651         (mml1991-epg-encrypt): Ditto.
6652
6653         * mml2015.el (mml2015-encrypt-to-self): New user option.
6654         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6655         mml2015-epg-encrypt-to-self is set.
6656
6657         * mml1991.el (mml1991-encrypt-to-self): New variable.
6658         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6659         mml1991-epg-encrypt-to-self is set.
6660
6661         * mml2015.el (mml2015-signers): New user option.
6662         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6663         (mml2015-epg-encrypt): Allow to select signing keys.
6664
6665         * mml1991.el (mml1991-signers): New variable.
6666         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6667         (mml1991-epg-encrypt): Allow to select signing keys.
6668
6669 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * nnheader.el (nnheader-insert-head): Make it work even if the file
6672         uses CRLF for the line-break code.
6673
6674 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6675
6676         * mml2015.el: Require mml-sec instead of password.
6677         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6678         (mml2015-cache-passphrase): Inherit the default value from
6679         mml-secure-cache-passphrase.
6680         (mml2015-passphrase-cache-expiry): Inherit the default value from
6681         mml-secure-passphrase-cache-expiry.
6682
6683         * mml1991.el: Require mml-sec instead of password.
6684         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6685         (mml1991-cache-passphrase): Inherit the default value from
6686         mml-secure-cache-passphrase.
6687         (mml1991-passphrase-cache-expiry): Inherit the default value from
6688         mml-secure-passphrase-cache-expiry.
6689
6690         * mml-sec.el: Require password.
6691         (mml-secure-verbose): New user option.
6692         (mml-secure-cache-passphrase): New user option.
6693         (mml-secure-passphrase-cache-expiry): New user option.
6694
6695 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6696
6697         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6698         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6699         andreas@altroot.de (Andreas Vögele).
6700
6701         FIXME: Use `tiny change'?
6702
6703 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6704
6705         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6706         workaround for the url package included with Emacs.
6707
6708         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6709
6710 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6713         correctly.  This fixes a bug caused by the 2006-05-12 change.
6714
6715 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6716
6717         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6718         some information about the error when saying that the `bogus' mail
6719         group will be used.
6720
6721 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6722
6723         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6724         string.
6725
6726 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6727
6728         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6729
6730 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6731
6732         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6733
6734 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6735
6736         * mml1991.el (mml1991-function-alist): Add epg.
6737         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6738         (mml1991-epg-encrypt): New functions.
6739
6740 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6741
6742         * mml2015.el (mml2015-verbose): New variable.
6743         (mml2015-cache-passphrase): Ditto.
6744         (mml2015-passphrase-cache-expiry): Ditto.
6745         (mml2015-function-alist): Add epg.
6746         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6747         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6748         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6749         functions.
6750
6751 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6752
6753         * message.el (message-cite-original-1): Preserve region when removing
6754         quoted text due to X-No-Archive in order to avoid bogus attribution
6755         when citing multiple messages.
6756
6757 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6758
6759         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6760         Kenneth Jacker <khj@be.cs.appstate.edu>.
6761
6762 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6763
6764         * gnus-diary.el (gnus-user-format-function-d)
6765         (gnus-user-format-function-D): Autoload.
6766
6767         * imap.el (Commentary): Fix typo.
6768
6769         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6770         2006-04-22 contribution.
6771
6772 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6773
6774         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6775         It didn't really fix the bogosity I'm seeing with solid web groups.
6776
6777 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6778
6779         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6780         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6781         created using server names.  If we use the feature without declaring
6782         it, Gnus does not properly manage server and group state.
6783
6784         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6785         bound.
6786
6787 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6788
6789         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6790         looking up the method using GROUP's prefix before inventing a new one.
6791         It is used on killed/unknown groups in various places where returning
6792         an all-new method isn't expected by the caller.
6793
6794         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6795         and match semantics of gnus-group-real-prefix.
6796
6797 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6798
6799         * nnmail.el (nnmail-broken-references-mailers): New variable.
6800         (nnmail-ignore-broken-references): New function generalizing
6801         nnmail-fix-eudora-headers.
6802         (nnmail-fix-eudora-headers): Now obsolete.
6803
6804         * gnus-art.el (gnus-button-handle-custom): Support
6805         `customize-apropos*'.
6806
6807 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6810
6811         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6812         articles.
6813
6814 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * message.el (message-cite-reply-above): New variable.
6817         (message-yank-original): Use it.
6818
6819 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6822
6823 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6826         as read.
6827
6828         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6829
6830 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6833         (gnus-bookmark-default-file): Use gnus-directory.
6834         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6835         Remove "*" in doc string.
6836         (gnus-bookmark-write-file): Simplify.
6837         (gnus-bookmark-maybe-sort-alist): Use `when'.
6838         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6839         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6840         FIXME about Emacs 21 and XEmacs compatibility.
6841         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6842         compatibility.
6843         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6844         compatibility.
6845         (gnus-bookmark-menu-heading): Fix version.
6846
6847 2006-06-19  Bastien Guerry  <bzg@altern.org>
6848
6849         * gnus-bookmark.el: New file.
6850
6851 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * message.el (message-syntax-checks): Doc fix.
6854
6855 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6856
6857         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6858         unsubscribed groups as if they were killed ones.  It causes duplicate
6859         entries in gnus-newsrc-alist.
6860
6861 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * message.el (message-syntax-checks): Doc fix.
6864         (message-send-mail): Add check for continuation headers.
6865         (message-check-news-header-syntax): Fix regexp used to check for
6866         continuation headers.
6867
6868 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6871
6872 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6875
6876 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6879         default-truncate-lines.
6880
6881 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6884         to fill the utf-8 entry.
6885
6886         * lpath.el: Fbind unicode-precedence-list.
6887
6888 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6889
6890         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6891
6892 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6893
6894         * gnus-agent.el (directory-files-and-attributes): Move all the way
6895         forward (the third and final move).
6896         (gnus-agent-read-agentview): Trap reconstruction errors due to
6897         nonexistant directory.  Handle by returning nil.
6898
6899 2006-05-30  Didier Verna  <didier@xemacs.org>
6900
6901         * message.el (message-dont-reply-to-names): Update the custom type.
6902         * message.el (message-dont-reply-to-names): New defsubst: potentially
6903         convert a list of regexps into a single one.
6904         * message.el (message-get-reply-headers): Use it.
6905         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6906
6907 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * gnus-agent.el (directory-files-and-attributes): Move forward.
6910
6911 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * gnus-ml.el (gnus-mailing-list-subscribe)
6914         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6915         (gnus-mailing-list-message): Fix doc strings.
6916
6917 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6918
6919         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6920         of doing it manually.
6921
6922 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6925         comment.
6926
6927 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6928
6929         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6930         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6931         (gnus-agent-read-local): All symbols allocated in my-obarray.
6932         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6933         (gnus-agent-regenerate-group): Check numeric names to see if they are
6934         messages or groups.
6935         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6936         better way of do this...)
6937
6938         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6939         'dummy.group' (there should be a better way of do this...)
6940
6941 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6944         (gnus-saved-headers): Ditto.
6945         (gnus-default-article-saver): Mention functions may have properties.
6946         (gnus-article-save): Override gnus-save-all-headers and
6947         gnus-saved-headers by :headers property which saver function may have.
6948         (gnus-summary-save-in-file): Add :headers property.
6949         (gnus-summary-write-to-file): Ditto.
6950
6951         * gnus-sum.el (gnus-summary-save-article): Bind
6952         gnus-prompt-before-saving to t when saving many articles in a file;
6953         always show all headers.
6954
6955         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6956
6957 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6960         marks.
6961
6962         * message.el (message-indent-citation): Add optional arguments to allow
6963         using it outside of message buffers.
6964
6965         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6966         (gnus-article-treat-unfold-headers): Use it.
6967         (gnus-article-truncate-lines): New variable.
6968         (gnus-article-mode): Use it.
6969         (gnus-article-toggle-truncate-lines): New function.
6970
6971         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6972         gnus-article-toggle-truncate-lines.
6973
6974         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6975         coding system in XEmacs, use binary.
6976
6977 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6980         after-load-alist.
6981
6982         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6983         this function should save decoded articles.
6984         (gnus-summary-write-to-file): Use property to specify this function
6985         should save decoded articles and specify gnus-summary-save-in-file
6986         should be used to save articles other than the first one when saving
6987         many articles.
6988         (gnus-summary-save-body-in-file): Use property to specify this
6989         function should save decoded articles.
6990         (gnus-summary-write-body-to-file): Use property to specify this
6991         function should save decoded articles and specify
6992         gnus-summary-save-body-in-file should be used to save articles other
6993         than the first one when saving many articles.
6994
6995         * gnus-sum.el (gnus-summary-save-article): Simplify.
6996
6997 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-art.el (gnus-default-article-saver): Add
7000         gnus-summary-write-body-to-file.
7001         (gnus-article-save-coding-system): Don't use coding system object
7002         in XEmacs.
7003         (gnus-read-save-file-name): Add optional `dir-var' argument which
7004         specifies directory in which files are saved; work even if optional
7005         `variable' argument is not specified.
7006         (gnus-summary-write-to-file): Read file name.
7007         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7008         (gnus-summary-write-body-to-file): New function.
7009
7010         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7011         (gnus-summary-local-variables): Add it.
7012         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7013         (gnus-summary-save-article): Remove optional `decode' argument;
7014         determine whether to decode articles by the value of
7015         gnus-default-article-saver; when saving many files using
7016         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7017         it first and use gnus-summary-save-in-file or
7018         gnus-summary-save-body-in-file thereafter unless
7019         gnus-prompt-before-saving is always; move point to article which
7020         will be saved.
7021         (gnus-summary-save-article-file): Revert.
7022         (gnus-summary-write-article-file): Revert.
7023         (gnus-summary-save-article-body-file): Revert.
7024         (gnus-summary-write-article-body-file): New function.
7025
7026 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus-art.el (gnus-default-article-saver): Doc fix.
7029         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7030         from gnus-summary-save-article-coding-system, and default to a
7031         certain coding system.
7032         (gnus-output-to-file): Add coding cookie and encode text according
7033         to gnus-article-save-coding-system; don't use mm-append-to-file.
7034
7035         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7036         gnus-art.el and rename to gnus-article-save-coding-system.
7037         (gnus-summary-save-article): Require gnus-art; don't show all
7038         headers if it decodes articles; don't add coding cookie here;
7039         don't bind mm-text-coding-system-for-write.
7040         (gnus-summary-save-article-file): Save decoded articles.
7041         (gnus-summary-write-article-file): When saving many files, use
7042         gnus-summary-write-to-file first and gnus-summary-save-in-file
7043         thereafter unless gnus-prompt-before-saving is always.
7044         (gnus-summary-save-article-body-file): Save decoded articles.
7045
7046         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7047
7048 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7049
7050         * nnrss.el (nnrss-check-group): Bind hash-index.
7051
7052 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7053
7054         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7055         its hash index.  Store this hash in `nnrss-group-data'.
7056         (nnrss-read-group-data): Update accordingly.
7057
7058 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7059
7060         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7061         entry.
7062
7063         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7064         gnus-article-browse-html-article.
7065
7066 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7067
7068         * gnus-sum.el (gnus-summary-mime-map): Add
7069         gnus-article-browse-html-article.
7070
7071         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7072
7073 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7074
7075         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7076         suitable coding systems in customize.
7077
7078 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * mail-source.el (mail-sources): Fix custom type.
7081
7082 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7083
7084         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7085         (gnus-summary-expire-articles-now): Shorten prompt.
7086
7087         * gmm-utils.el (wid-edit): Require.
7088         (defun-gmm): Renamed from `gmm-defun-compat'.
7089         (gmm-image-search-load-path): Use it.
7090         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7091
7092 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7095         variable.
7096         (gnus-summary-save-article): Add optional `decode' argument.  If
7097         it is set and gnus-summary-save-article-coding-system is non-nil,
7098         save decoded article.
7099         (gnus-summary-write-article-file): Save decoded article if
7100         gnus-summary-save-article-coding-system is non-nil.
7101
7102         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7103         type.
7104
7105 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7108
7109 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7112         first to test gnus-single-article-buffer which may be buffer-local.
7113
7114         * gnus-sum.el (gnus-summary-setup-buffer): Make
7115         gnus-single-article-buffer buffer-local and nil in ephemeral
7116         group; make gnus-article-buffer, gnus-article-current, and
7117         gnus-original-article-buffer always buffer-local.
7118         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7119         group.
7120         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7121
7122 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * nnml.el (nnml-request-compact-group): Compressed files might not
7125         have .gz extension.
7126
7127 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7128
7129         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7130         (mm-copy-to-buffer): Use with-current-buffer.
7131         (mm-display-part): Simplify.
7132         (mm-inlinable-p): Add optional arg `type'.
7133
7134 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7135
7136         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7137         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7138         Try harder to show the attachment internally or externally using
7139         gnus-mime-view-part-as-type.
7140
7141 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7142
7143         * message.el (message-from-style, message-signature-separator)
7144         (message-user-organization-file, message-send-mail-function)
7145         (message-citation-line-function, message-yank-prefix)
7146         (message-indent-citation-function, message-signature)
7147         (message-signature-file, message-signature-insert-empty-line):
7148         Remove autoloads.
7149
7150         * gnus-art.el (gnus-buttonized-mime-types): Remove
7151         "multipart/signed".  Revert 2006-04-26 change.
7152
7153 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7154
7155         * gnus.el (gnus-version-number): Bump version.
7156
7157 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7158
7159         * gnus.el: No Gnus v0.5 is released.
7160
7161 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7162
7163         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7164         fetching articles by message-id.
7165
7166 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7167
7168         * message.el (hashcash): Require hashcash as normal.
7169
7170         * ecomplete.el (ecomplete-highlight-match-line): Use
7171         point-at-eol.
7172         (ecomplete-highlight-match-line): Use `highlight', because that
7173         face exists in both Emacs and XEmacs.
7174
7175         * message.el (message-display-abbrev): Use point-at-bol.
7176
7177         * mail-source.el: Don't require timer/timer-funcs.
7178
7179         * gnus-async.el: Ditto.
7180
7181         * password.el: Ditto.
7182
7183         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7184
7185         * mm-url.el: Ditto.
7186
7187         * gnus-xmas.el: Don't require timer-funcs.
7188
7189         * mm-util.el: Require timer/timer-funcs.
7190
7191 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7192
7193         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7194         Close.
7195
7196 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7199         unibyte after clear-decrypt function runs.
7200
7201         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7202         returns as a unibyte string.
7203
7204 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * lpath.el: Revert.
7207
7208         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7209         (pgg-gpg-process-sentinel): Revert.
7210
7211         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7212         (pgg-pgp-lookup-key): Revert.
7213
7214         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7215         (pgg-pgp5-lookup-key): Revert.
7216
7217         * pgg.el (pgg-fetch-key): Revert.
7218
7219 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * lpath.el: Fbind string-as-multibyte for XEmacs.
7222
7223         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7224         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7225         (mml1991-pgg-encrypt): Ditto.
7226
7227         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7228         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7229         a multibyte buffer.
7230
7231         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7232         (pgg-pgp-lookup-key): Ditto.
7233
7234         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7235         (pgg-pgp5-lookup-key): Ditto.
7236
7237         * pgg.el (pgg-fetch-key): Ditto.
7238
7239 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * message.el (message-user-organization-file): Check several
7242         locations of the organization file.
7243
7244         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7245         Add gnus-article-view-part-as-type.
7246
7247         * gnus-art.el (gnus-article-view-part-as-type): New function.
7248
7249         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7250         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7251
7252         * mml.el: Simplify autoload.
7253         (mml-mode): defvar dnd-protocol-alist instead of using
7254         symbol-value.
7255         (mml-default-directory): New variable.
7256         (mml-minibuffer-read-file): Use it.
7257         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7258
7259         * message.el (message-citation-line-format): New variable.
7260         (message-insert-formated-citation-line): New function.
7261         (message-citation-line-function): Add
7262         `message-insert-formated-citation-line' to custom type.
7263
7264         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7265         to doc string.
7266
7267         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7268         depending on mm-verify-option.
7269
7270 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7273         binding pgg-* variables; reimplement the section which prevents
7274         MIME header from being signed.
7275         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7276         pgg-text-mode; remove a blank line at the top of body.
7277
7278         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7279         lines at the top of body; use gnus-newsgroup-charset if there's no
7280         Charset header.
7281
7282 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * message.el (message-self-insert-commands): Doc fix.
7285
7286         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7287         (mm-uu-pgp-encrypted-test): Ditto.
7288         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7289         between header and body; return application/pgp-encrypted handle
7290         if decryption failed; decode decrypted body by charset.
7291
7292         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7293         element match to application/pgp-*.
7294
7295 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7296
7297         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7298         HTML.
7299
7300 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * mail-source.el (mail-source-call-script): Message the error
7303         string.
7304
7305 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7306
7307         * gnus-util.el (gnus-byte-compile): Use it.
7308
7309 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7310
7311         * gnus-util.el (kill-empty-logs): New function.
7312
7313 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7314
7315         * message.el (message-mail-alias-type): Doc fix.
7316         (message-mail-alias-type-p): New function.
7317         (message-send): Use it.
7318         (message-mode): Ditto.
7319         (message-strip-forbidden-properties): Ditto.
7320
7321         * ecomplete.el (ecomplete-database-file-coding-system): New
7322         variable.
7323         (ecomplete-save): Use it.
7324         (ecomplete-setup): Use it.
7325
7326 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * message.el (message-self-insert-commands): New variable.
7329         (message-strip-forbidden-properties): Use it.
7330
7331 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7334         that doesn't make XEmacs choke.
7335
7336 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7337
7338         * gnus-util.el (gnus-replace-in-string):
7339         Prefer replace-regexp-in-string over of replace-in-string.
7340
7341 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * gnus-util.el (gnus-select-frame-set-input-focus):
7344         Use select-frame-set-input-focus if it is available in XEmacs; use
7345         definition defined in Emacs 22 for old Emacsen.
7346
7347         * dgnushack.el: Autoload unmorse-region for XEmacs.
7348
7349         * lpath.el: Bind cursor-in-non-selected-windows and
7350         select-frame-set-input-focus for XEmacs.
7351
7352 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7355
7356 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7357
7358         * gnus-registry.el (gnus-registry-cache-save): Remove text
7359         properties when saving via the temp buffer.
7360
7361 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7362
7363         * message.el (message-generate-hashcash): Honor custom type.
7364
7365 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7366
7367         * message.el (message-generate-hashcash): Default to non-nil when
7368         hashcash is found.
7369
7370         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7371         (gnus-refer-thread-limit): Increase default to 500.
7372
7373         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7374
7375         * flow-fill.el (fill-flowed): Allow delete-space.
7376
7377 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7378
7379         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7380         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7381         Remove autoloads.
7382
7383 2006-04-18  Simon Josefsson  <jas@extundo.com>
7384
7385         * message.el (message-generate-hashcash): Default to.
7386
7387 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7390         concatenating segments rather than before concatenating them.
7391
7392 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7393
7394         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7395
7396 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7397
7398         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7399
7400         * message.el (message-forward-make-body-plain): Allow
7401         message-forward-ignored-headers to be a list.
7402         (message-remove-ignored-headers): Factor out into function.
7403         (message-forward-make-body-mml): Use it.
7404
7405         * imap.el (imap-quote-specials): New function.
7406         (imap-login-auth): Quote specials.
7407
7408         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7409         (rfc2231-parse-string): Allow concatanation of parameters that
7410         aren't contiguous.  The test case is
7411           (mail-header-parse-content-type "message/external-body;
7412             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7413             access-type=LOCAL-FILE;
7414             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7415
7416 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7417
7418         * nntp.el (nntp-accept-process-output): Return the value of
7419         `nnheader-accept-process-output'.
7420
7421 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422
7423         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7424         (gnus-button-alist): Recognize more diff formats.
7425         (gnus-button-patch): Strip directory.
7426
7427 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7428
7429         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7430         Emacs 22 when setting focus.
7431
7432 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7433
7434         * gnus-art.el (gnus-article-treat-types): Do treatment of
7435         text/x-verbatim parts.
7436         (gnus-button-patch): New command.
7437
7438         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7439         addresses that contain invalid characters.
7440
7441 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7442
7443         * message.el (message-put-addresses-in-ecomplete): Use
7444         gnus-replace-in-string.
7445         (message-is-yours-p): Use the more correct
7446         mail-header-parse-address instead of
7447         mail-extract-address-components.
7448         (message-put-addresses-in-ecomplete): Fix typo.
7449
7450         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7451         keystroke.
7452
7453         * gnus-art.el (gnus-treatment-function-alist): Change order of
7454         newsgroups/generic header folding to avoid double-folding.
7455
7456         * message.el (message-hidden-headers): Add X-Draft-From.
7457
7458         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7459         command.
7460         (gnus-summary-repeat-search-article-backward): New command.
7461
7462         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7463         groups in the parent topic.
7464
7465 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7466
7467         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7468         (spam-extra-header-to-number): Return the CRM114 number as a
7469         number instead of a string.
7470
7471 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * gnus-art.el (gnus-face-properties-alist): Moved here from
7474         gnus-fun.
7475
7476         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7477
7478 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7479
7480         * message.el (message-strip-forbidden-properties): Only display on
7481         self-insert-command.
7482
7483         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7484         reindent.
7485         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7486
7487 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7488
7489         * smiley.el (smiley-style): Fix typo.
7490
7491 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7492
7493         * hashcash.el (hashcash-insert-payment-async-2): Use
7494         message-goto-eoh instead of doing it manually.
7495         (mail-add-payment): Use message-narrow-to-header instead of trying
7496         to do the same itself.
7497
7498         * message.el (message-hidden-headers): Add Face.
7499
7500         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7501         reparenting code.
7502         (gnus-summary-reparent-children): Refactored out code.
7503         (gnus-summary-thread-map): New keystroke.
7504         (gnus-summary-reparent-children): Make into command.
7505
7506         * smiley.el (smiley-style): Default to `medium' if using a large
7507         font.
7508
7509         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7510         does it itself.
7511
7512         * message.el (message-point-in-header-p): Simplify definition.
7513
7514 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * nnagent.el (nnagent-request-set-mark): Silence log file
7517         writing.
7518         (nnagent-request-set-mark): Use write-region instead of
7519         append-to-file.
7520
7521         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7522         strange select method.
7523
7524         * ecomplete.el (ecomplete-display-matches): Get highlightling
7525         right.
7526         (ecomplete-display-matches): Use literals.
7527         (ecomplete-display-matches): Disable message logging.
7528
7529         * message.el (message-display-abbrev): Small optimization.
7530
7531         * ecomplete.el (ecomplete-display-matches): Allow automatic
7532         display.
7533
7534         * message.el (message-strip-forbidden-properties): Display
7535         abbrevs.
7536         (message-display-abbrev): Get automatic display right.
7537
7538         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7539         keystrokes.
7540
7541 2006-04-13  Romain Francoise  <romain@orebokech.com>
7542
7543         TODO: Backport to v5-10!
7544
7545         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7546         Moved here (and renamed) from gnus-registry.el.
7547
7548         * gnus-registry.el: Require gnus-util.
7549         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7550
7551 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7552
7553         * gnus-group.el (gnus-group-catchup-current): Change
7554         if-then-else-if-then-else into cond.
7555         (gnus-group-catchup): Indent.
7556         (group-name-at-point): New function.
7557         (gnus-fetch-group): Provide default from thing at point.
7558
7559 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7560
7561         * message.el (message-display-abbrev): Fix regexp.
7562
7563         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7564         choosing.
7565         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7566         dead variables.
7567
7568         * message.el (message-newline-and-indent): Remove debugging.
7569         (message-display-abbrev): Use new implementation.
7570
7571 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7572
7573         * gnus-art.el (gnus-article-mode): Set
7574         cursor-in-non-selected-windows to nil.
7575
7576         * smiley.el: Revert previous change.
7577         (smiley-data-directory): defvar it before using it in the
7578         defcustom of `smiley-style'.
7579
7580 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7581
7582         * message.el (message-newline-and-indent): New function.
7583
7584         * ecomplete.el: Implement more bits.
7585
7586         * message.el (message-put-addresses-in-ecomplete): Clean up the
7587         string.
7588
7589         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7590
7591         * gnus-sum.el (gnus-summary-save-parts): Bind
7592         gnus-summary-save-parts-counter and use it to make unique file
7593         names.
7594
7595         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7596
7597         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7598         parameter to say whether to actually parse the individual
7599         addresses.
7600
7601         * message.el (message-put-addresses-in-ecomplete): New function.
7602         (ecomplete): Require.
7603         (message-mail-alias-type): Add ecomplete as an option.
7604
7605 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7606
7607         * flow-fill.el (fill-flowed): Remove trailing space from blank
7608         quoted lines.
7609
7610 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7611
7612         * smiley.el (smiley-style): Move definition later to avoid a
7613         compilation warning.
7614
7615 2006-04-12  Kenichi Handa  <handa@m17n.org>
7616
7617         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7618         buffer and then decode the buffer text if necessary.
7619         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7620         first, and after mm-encode-body, change the buffer to unibyte.
7621         Use mm-disable-multibyte instead of set-buffer-multibyte.
7622
7623 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7626         Content-Type header instead of Content-Disposition header.
7627         (gnus-mime-inline-part): Ditto.
7628         (gnus-mime-view-part-as-charset): Ignore charset that the part
7629         specifies.
7630
7631         * mm-decode.el (mm-display-part): Work with external parts and
7632         usual parts similarly.
7633
7634         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7635         instead of gnus-display-mime.
7636
7637         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7638         instead of with-temp-buffer.
7639
7640         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7641         tag to summarized topics part in order to encode non-ASCII text.
7642
7643 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7644
7645         * smiley.el (smiley-style): New variable.
7646         (smiley-directory): New function.
7647         (smiley-data-directory): Derive from `smiley-style' using
7648         `smiley-directory'.
7649         (smiley-regexp-alist): Add new entries.
7650
7651         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7652         (gnus-article-browse-delete-temp): Add :version.
7653
7654 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7655
7656         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7657         the sieve region.
7658
7659 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7660
7661         * gnus.el (gnus-version-number): Bump version.
7662
7663 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7664
7665         * gnus.el: No Gnus v0.4 is released.
7666
7667 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7668
7669         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7670         layout.
7671
7672         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7673         unknown charset.
7674
7675         * message.el (message-header-synonyms): Add Original-To to the
7676         default.
7677
7678         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7679         optional parameter.
7680
7681 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7682
7683         * gnus-fun.el (gnus): Require it for gnus-directory.
7684
7685 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7688
7689 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7690
7691         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7692
7693 2006-04-05  Simon Josefsson  <jas@extundo.com>
7694
7695         * password.el (password-reset): New function.
7696
7697 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7698
7699         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7700         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7701
7702 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7703
7704         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7705         Some whitespace was matched into the url, which broke browsing hits
7706         > 100 when mm-url-use-external was nil.
7707
7708 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7711         gnus-extra-headers for 'Newsgroups.
7712
7713         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7714         bound.
7715
7716 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7717
7718         * pgg-gpg.el: Clean up process buffers every time gpg processes
7719         complete.
7720
7721 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7722
7723         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7724         doc string.
7725
7726 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7727
7728         * pgg-gpg.el (pgg-gpg-process-filter)
7729         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7730
7731         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7732         lines, temporary fix.
7733
7734 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7735
7736         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7737
7738 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7739
7740         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7741         default-enable-multibyte-characters.  This reverts the change from
7742         revision 6.17 which is no longer necessary because the passphrase
7743         is sent separately now.  GnuPG messages are unreadable under
7744         multibyte locales with default-enable-multibyte-characters set to
7745         nil.
7746
7747 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7748
7749         * message.el (message-tool-bar-gnome): Move "spell".
7750
7751 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7754         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7755         instead.
7756
7757 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7758
7759         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7760         newsgroups handling for NNTP overviews which don't include
7761         Newsgroups.
7762
7763 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7764
7765         * message.el (message-resend): Bind message-generate-hashcash to nil.
7766
7767 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7768
7769         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7770         when searching for already-paid recipients.
7771
7772 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7773
7774         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7775         passphrases when it is not needed.
7776         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7777         passphrase stuff from gpg, should only be necessary when you use
7778         gpg with a smartcard.
7779
7780 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * mml.el (mml-insert-mime): Ignore cached contents of
7783         message/external-body part.
7784
7785         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7786         (mm-insert-part): Ditto.
7787
7788 2006-03-23  Simon Josefsson  <jas@extundo.com>
7789
7790         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7791         Reiner.
7792         (pgg-gpg-use-agent-p): Use it again.
7793
7794 2006-03-23  Simon Josefsson  <jas@extundo.com>
7795
7796         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7797         older emacsen.
7798         (pgg-gpg-use-agent-p): Don't use it.
7799
7800 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7803         if we can.
7804
7805 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7806
7807         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7808         (pgg-gpg-update-agent): New function.
7809         (pgg-gpg-use-agent-p): New function.
7810         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7811         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7812         (pgg-gpg-sign-region): Use it.
7813
7814 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7817         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7818
7819 2006-03-21  Simon Josefsson  <jas@extundo.com>
7820
7821         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7822         <wilde@sha-bang.de>.
7823         (pgg-gpg-use-agent): New variable.
7824         (pgg-gpg-process-region): Use it.
7825         (pgg-gpg-encrypt-region): Likewise.
7826         (pgg-gpg-encrypt-symmetric-region): Likewise.
7827         (pgg-gpg-decrypt-region): Likewise.
7828         (pgg-gpg-sign-region): Likewise.
7829         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7830
7831 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7832
7833         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7834
7835         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7836         Add comment on version.
7837
7838 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * smiley.el: Add missing test smiley.
7841
7842 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * mm-decode.el (mm-with-part): New macro.
7845         (mm-get-part): Use it; work with message/external-body as well.
7846         (mm-save-part): Treat name and filename equally.
7847
7848         * mm-extern.el (mm-extern-cache-contents): New function.
7849         (mm-inline-external-body): Use it; force the part to be displayed;
7850         move undisplayer added to the cached handle to the parent.
7851
7852         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7853         (gnus-mime-view-part-as-type): Work with message/external-body.
7854
7855         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7856
7857 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7858
7859         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7860         images in image-load-path.  [Sync with image.el, revision 1.60, in
7861         Emacs.]
7862
7863 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7866         path rather than symbol.  Always return list of directories.
7867         Guarantee that image directory comes first.  [Sync with image.el,
7868         revision 1.59, in Emacs.]
7869
7870         * message.el (message-make-tool-bar): Adjust to new API of
7871         `gmm-image-load-path-for-library'.
7872
7873         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7874
7875         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7876
7877 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7878
7879         * gnus-art.el (gnus-article-only-boring-p):
7880         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7881         intangible text.
7882         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7883
7884 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7887         `defun' instead of `gmm-defun-compat'.
7888
7889 2006-03-14  Simon Josefsson  <jas@extundo.com>
7890
7891         * message.el (message-unique-id): Don't use message-number-base36
7892         if (user-uid) is a float.
7893         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7894
7895 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7898
7899         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7900         empty line between a part and a message part.
7901
7902 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * smiley.el: Add more test smileys.
7905         (smiley-data-directory, smiley-regexp-alist)
7906         (gnus-smiley-file-types): Fix doc strings.
7907         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7908         adding new elements.
7909         (smiley-mouse-map): Unused code.  Make it a comment.
7910
7911 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7914         scan latest NoCeM messages instead of old ones.
7915         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7916         delimiters that are recently used.
7917         (gnus-nocem-load-cache): Add autoload cookie.
7918
7919         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7920
7921         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7922         level which is larger than gnus-use-nocem is specified.
7923
7924         * gnus-group.el (gnus-group-get-new-news): Ditto.
7925
7926 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * gnus-util.el (gnus-tool-bar-update): New function.
7929
7930         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7931         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7932
7933         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7934
7935         * gnus-group.el (gnus-group-redraw-when-idle)
7936         (gnus-group-redraw-check): Remove.
7937         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7938
7939 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7942         if optional last element is specified in splits (FIELD VALUE...).
7943
7944 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7945
7946         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7947         to gmm-image-load-path-for-library.  Call with no-error argument.
7948         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7949
7950         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7951
7952         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7953
7954         * gmm-utils.el (gmm-image-load-path): Remove alias.
7955
7956 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * gmm-utils.el (gmm-image-load-path): Add alias.
7959
7960         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7961         nnml-generate-nov-databases-1.
7962         (nnml-generate-nov-databases): Use it.
7963         (nnml-generate-nov-databases-directory): Document no-active
7964         argument.
7965
7966         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7967         directory if path is t.  Add no-error.
7968
7969         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7970         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7971
7972         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7973         resetting gnus-article-browse-html-temp-list.
7974
7975         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7976         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7977         Add example to docstring.  Rename local variables.  Move error
7978         checks to default case in cond and simplify.
7979
7980 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7983         handle is multipart when calling it recursively.
7984         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7985
7986 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7987
7988         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7989         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7990
7991 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7994         is loaded.
7995
7996         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7997         loaded.
7998
7999 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8000
8001         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8002         to "Emacs 23 (unicode)" in doc string.
8003
8004         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8005         "Emacs 23 (unicode)" in comment.
8006
8007 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8010
8011         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8012         characters 160 through 255 in Emacs 23.
8013
8014 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8017         gnus-article-browse-html-temp.
8018         (gnus-article-browse-delete-temp): Make it customizable.  Add
8019         `file'.  Adjust doc string.
8020         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8021         query for each file.  Adjust doc string.
8022         (gnus-article-browse-html-parts): Add
8023         `gnus-article-browse-delete-temp-files' to
8024         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8025
8026 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8027
8028         * gnus-art.el (gnus-article-browse-html-temp)
8029         (gnus-article-browse-delete-temp): New variables.
8030         (gnus-article-browse-delete-temp-files): New function.
8031         (gnus-article-browse-html-parts): Use it.
8032
8033 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8036
8037         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8038         string.
8039
8040         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8041         gnus-summary-insert-new-articles when unplugged.  Remove
8042         gnus-summary-search-article-forward.
8043
8044         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8045         display-visual-class instead of display-color-cells.
8046
8047 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * dgnushack.el: Autoload customize-group for XEmacs.
8050
8051         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8052         message/* containing non-ASCII text properly.
8053
8054 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8055
8056         * message.el: Require gmm-utils, remove autoloads.
8057         (message-tool-bar): Set default based on
8058         gmm-tool-bar-style.
8059         (message-tool-bar-gnome): Add gmm-customize-mode.
8060
8061         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8062         gmm-tool-bar-style.
8063         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8064
8065         * gnus-group.el (gnus-group-tool-bar): Set default based on
8066         gmm-tool-bar-style.
8067         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8068
8069         * gmm-utils.el (gmm-image-directory): Rename variable from
8070         gmm-image-load-path.
8071         (gmm-image-load-path): Use gmm-image-directory.
8072         (gmm-customize-mode): New function.
8073         (gmm-tool-bar-style): New variable.
8074
8075         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8076         gnus-group-redraw-line-number.
8077         (gnus-group-redraw-check): Simplify.
8078         (gnus-group-tool-bar-update): Remove redraw check.
8079         (gnus-group-make-tool-bar): Add redraw check.
8080
8081 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8082
8083         * gnus-art.el (gnus-button): Add missing parentheses.
8084
8085 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * lpath.el: Fbind line-number-at-pos.
8088
8089 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8092
8093 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8094
8095         * gnus-art.el (gnus-button): New face.
8096         (gnus-article-button-face): Use it.
8097
8098         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8099         gnus-summary-next-page.  Re-order.
8100
8101         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8102         next-node are now included.
8103         (gnus-group-redraw-line-number): New internal variable.
8104         (gnus-group-redraw-check): Helper function for updating the tool
8105         bar.
8106         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8107
8108         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8109
8110         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8111         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8112         Use it to match format of Spamassassin 3.0 and later.  Reported by
8113         IRIE Tetsuya <irie@t.email.ne.jp>.
8114         (spam-check-bogofilter)
8115         (spam-bogofilter-register-with-bogofilter): Fix args of
8116         `gnus-error' calls.
8117
8118 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8119
8120         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8121         unnecessary interaction when sending queued mails.  Reported by
8122         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8123
8124 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8125
8126         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8127         first or last are nil.
8128
8129 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8130
8131         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8132
8133 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8136
8137 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8138
8139         * dns.el (query-dns): Protect more against buggy tcp output.
8140
8141 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8144         nov.php.
8145
8146 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8147
8148         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8149         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8150         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8151         output on the server side.
8152         (nnweb-google-create-mapping): Update regexps and add some
8153         progress indication.
8154
8155 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8156
8157         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8158         gnus-agent-toggle-plugged.  Re-order icons.
8159         (gnus-group-tool-bar-gnome): Add
8160         gnus-group-{prev,next}-unread-group.
8161         (gnus-group-tool-bar-gnome): Re-order icons.
8162
8163         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8164         gnus-summary-insert-new-articles.
8165
8166         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8167         comments.
8168
8169         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8170         also available in Emacs 21.3.
8171
8172         * message.el (message-fix-before-sending): Change "Emacs 22" to
8173         "Emacs 23 (unicode)" in comment.
8174
8175         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8176         "Emacs 23 (unicode)" in comment.
8177
8178         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8179         comment.
8180         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8181
8182         * mm-view.el (mm-fill-flowed): Add :version.
8183
8184 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8187         and load-path.
8188
8189 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8190
8191         * message.el: Autoload gmm-image-load-path.
8192         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8193         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8194         consitency.
8195
8196         * gmm-utils.el (gmm-image-load-path): Also search in
8197         "../etc/images".  Don't set gmm-image-load-path if we don't find
8198         the image.
8199
8200 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * gmm-utils.el (gmm-image-load-path): Don't make
8203         `gmm-image-load-path' include subdirectories which the second arg
8204         `image' might specify.
8205
8206         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8207         subdirectory to icon file names.
8208
8209         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8210
8211 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8214         gmm-image-load-path calls.
8215
8216         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8217
8218         * message.el (message-make-tool-bar): Ditto.
8219
8220         * mml.el (mml-preview): Added comment concerning tool bar icons.
8221
8222         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8223         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8224
8225         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8226         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8227
8228         * message.el (message-tool-bar-gnome): Use new icon names.
8229         (message-make-tool-bar): Use `gmm-image-load-path'.
8230
8231         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8232         functions from MH-E.
8233         (gmm-image-load-path): New variable from MH-E.
8234         (gmm-image-load-path): New function from MH-E.  Added arguments
8235         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8236         *-image-load-path-called-flag.
8237
8238 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8239
8240         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8241
8242 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8243
8244         * nnimap.el (nnimap-request-move-article): Change folder back to
8245         source group before deleting.
8246
8247 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8250
8251         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8252         mm-url.
8253
8254         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8255
8256 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8259         coding system which mm-charset-to-coding-system returns for a
8260         given charset is valid.
8261
8262 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8263
8264         * html2text.el (html2text-remove-tag-list):
8265         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8266
8267 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8268
8269         * gnus-cus.el: Revert 2005-10-17 change.
8270
8271 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * gnus-art.el (article-strip-banner): Call
8274         article-really-strip-banner only when the regexp match is made.
8275
8276 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * gnus-art.el (article-strip-banner): Use
8279         gnus-extract-address-components instead of
8280         mail-header-parse-addresses to make it work with non-ASCII text;
8281         remove mail-encode-encoded-word-string.
8282
8283         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8284         values which are surrounded with \"...\"; make it never cause a
8285         Lisp error; give up parsing of parameters if it failed in
8286         extracting type.
8287
8288 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8289
8290         * smime.el (smime-cert-by-ldap-1): Fix bug where
8291         `smime-ldap-search' returns results without userCertificates.
8292
8293 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8296
8297 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * spam.el (spam-check-spamassassin-headers): Adapt format for
8300         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8301         <ari@mbf.ocn.ne.jp>.
8302         (spam-list-of-processors): Add spam-use-gmane.
8303
8304 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8307         make-temp-file; make it work with XEmacs as well.
8308
8309         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8310         mm-make-temp-file.
8311
8312         * mm-decode.el (mm-display-external): Use the 3rd arg of
8313         mm-make-temp-file.
8314         (mm-create-image-xemacs): Ditto.
8315
8316 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8319         with message-narrow-to-headers.
8320         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8321         (gnus-draft-check-draft-articles): New function.
8322         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8323
8324 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * gnus-art.el (gnus-article-browse-html-parts):
8327         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8328         Don't use suffix argument for mm-make-temp-file for Emacs 21
8329         compatibility.  Remove useless `format'.
8330
8331 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8332
8333         * nnweb.el (nnweb-google-wash-article): Update regexps.
8334         (nnweb-group-alist): Use defvoo instead of defvar.
8335
8336 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8339         re-loading nn* modules.
8340
8341 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8344         for `tool-bar-mode' and don't check it's default-value.
8345
8346         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8347
8348         * message.el (message-make-tool-bar): Ditto.
8349
8350         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8351         `substring'.  Shorten tmp-file name.
8352
8353         * gnus.el: Remove bogus comment.
8354
8355 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8356
8357         * gnus-art.el (gnus-article-browse-html-parts): New function.
8358         (gnus-article-browse-html-article): New function for viewing html
8359         articles with a browser.
8360
8361 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8362
8363         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8364         in elisp.
8365         (pgg-gpg-encrypt-symmetric-region): Ditto.
8366         (pgg-gpg-sign-region): Ditto.
8367
8368         * pgg-def.el (pgg-text-mode): New variable.
8369
8370         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8371         (mml2015-pgg-encrypt): Ditto.
8372
8373         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8374         (mml1991-pgg-encrypt): Ditto.
8375
8376 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8379         message-make-date instead of current-time-string.
8380
8381         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8382         to gnus-decoded which mm-uu might set.
8383
8384 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8387         don't decode quoted parameters; remove misimported Emacs code.
8388         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8389         (rfc2231-decode-encoded-string): Don't use split-string which
8390         behaves differently according to Emacs version; use
8391         mm-decode-coding-region to convert charset to coding-system.
8392         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8393         (rfc2231-encode-string): Remove misimported Emacs code.
8394
8395 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8398         when calling mail-header-parse-content-type.
8399         (article-de-quoted-unreadable): Ditto.
8400         (article-de-base64-unreadable): Ditto.
8401         (article-wash-html): Ditto.
8402
8403         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8404         calling mail-header-parse-content-type and
8405         mail-header-parse-content-disposition.
8406         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8407         mail-header-parse-content-type.
8408
8409         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8410         insert charset and format parameters; encode description after
8411         inserting it to buffer.
8412         (mml-insert-parameter): Fold lines properly even if a parameter is
8413         segmented into two or more lines; change the max column to 76.
8414
8415         * rfc1843.el (rfc1843-decode-article-body): Don't use
8416         ignore-errors when calling mail-header-parse-content-type.
8417
8418         * rfc2231.el (rfc2231-parse-string): Return at least type if
8419         possible; don't cause an error even if it fails in parsing of
8420         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8421         (rfc2231-encode-string): Don't break lines at the beginning, leave
8422         it to mml-insert-parameter.
8423
8424         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8425         calling mail-header-parse-content-type.
8426
8427 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * spam-report.el (spam-report-gmane-use-article-number):
8430         Improve doc string.
8431         (spam-report-gmane-internal): Check if a suitable header was found
8432         in the article.
8433
8434 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8437         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8438
8439 2006-02-05  Romain Francoise  <romain@orebokech.com>
8440
8441         Update copyright notices of all files in the gnus directory.
8442
8443 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8444
8445         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8446
8447 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8450         segmented lines of parameter value to cope with Thunderbird 1.5
8451         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8452         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8453         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8454
8455 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8456
8457         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8458         parts.
8459
8460 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8461
8462         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8463         there's only one active file for all servers.
8464         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8465         solid groups.  Gnus might have used a FAST request to select the group.
8466         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8467         and nnweb-search redundantly in the active file.
8468         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8469         (nnweb-request-create-group): Don't use ARGS.
8470         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8471         initialisations.  Let nnoo do the work.
8472
8473 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8476         Say the part has been decoded.
8477
8478         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8479
8480 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8481
8482         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8483         mailcap-viewer-test-cache when there's no 'test clause, since that
8484         will invert the meaning of a "nil" test previously determined by
8485         mailcap-mailcap-entry-passes-test.
8486
8487 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8490         compiling.
8491
8492         * gnus-sum.el: Ditto.
8493
8494         * message.el: Don't bind tool-bar-map when compiling.
8495
8496 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8499
8500 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8501
8502         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8503         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8504         current Google Groups.
8505
8506 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8507
8508         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8509         and tool-bar-mode.
8510
8511         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8512         and tool-bar-mode.
8513
8514         * message.el (message-tool-bar-update): Simplify.
8515         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8516
8517         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8518         gnus-summary-buffer.
8519         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8520         gnus-summary-reply.
8521
8522         * gmm-utils.el (gmm): Add :version.
8523
8524 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * Makefile.in (clean): New rule.
8527         (distclean): Use it.
8528
8529 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8530
8531         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8532         autoload.
8533
8534 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gmm-utils.el (gmm-verbose): Add :group.
8537
8538 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8539
8540         * message.el: Change some comments WRT tool-bars.
8541
8542         * gnus-sum.el (gnus-summary-tool-bar)
8543         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8544         (gnus-summary-tool-bar-zap-list): New variables.
8545         (gnus-summary-make-tool-bar): Complete rewrite using
8546         `gmm-tool-bar-from-list'.
8547
8548         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8549         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8550         variables.
8551         (gnus-group-make-tool-bar): Complete rewrite using
8552         `gmm-tool-bar-from-list'.
8553         (gnus-group-tool-bar-update): New function.
8554
8555         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8556
8557 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8560         is dissected into a single part of which the type is the same as
8561         the given one; decode charset.
8562
8563 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8564
8565         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8566         into alists as symbol not string, since that's what
8567         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8568         look for.
8569
8570 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8571
8572         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8573         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8574
8575         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8576
8577 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8580         (gnus-xmas-mime-security-button-menu): New function.
8581
8582         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8583         (gnus-mime-security-button-menu): New definition.
8584         (gnus-mime-security-button-map): Use them.
8585         (gnus-mime-security-button-menu): New function.
8586         (gnus-insert-mime-security-button): Addition to help echo.
8587         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8588         (gnus-mime-security-pipe-part): New functions.
8589
8590         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8591         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8592
8593         * mm-decode.el (mm-handle-set-disposition): Remove.
8594         (mm-handle-set-description): Remove.
8595
8596 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8599         (mm-w3m-standalone-supports-m17n-p): New function.
8600         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8601         w3m usage.
8602
8603         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8604         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8605
8606 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * message.el (message-tool-bar-zap-list): Use
8609         gmm-tool-bar-zap-list as custom type.
8610         (message-tool-bar-update): New function.
8611         (message-tool-bar, message-tool-bar-gnome)
8612         (message-tool-bar-retro): Add message-tool-bar-update.
8613         (message-tool-bar-gnome): Add flyspell-buffer.
8614
8615         * gnus-util.el (gnus-error): Describe `args'.
8616
8617         * gmm-utils.el (gmm-error): Describe `args'.
8618         (gmm-tool-bar-zap-list): New widget.
8619         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8620
8621 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8624         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8625         the number of recursive calls.
8626
8627         * mm-decode.el (mm-handle-set-disposition): New macro.
8628         (mm-handle-set-description): New macro.
8629
8630 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8633         encoding.
8634
8635 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * message.el (message-tool-bar-zap-list, message-tool-bar)
8638         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8639         (message-tool-bar-local-item-from-menu): Remove.
8640         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8641         (message-make-tool-bar): New function.
8642         (message-mode): Use `message-make-tool-bar'.
8643
8644         * gmm-utils.el: New file.
8645         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8646         (gmm-lazy): New widget copied from `nnmail.el'.
8647         (gmm-tool-bar-from-list): New function for creating customizable
8648         tool bars.
8649         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8650         output.
8651         (gmm): Add :prefix to defgroup.
8652
8653 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8654
8655         * gmm-utils.el (gmm-widget-p): New function.
8656
8657 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * mml.el (mml-attach-file): Describe `description' in doc string.
8660         (mml-menu): Add Emacs MIME manual and PGG manual.
8661
8662 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8663
8664         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8665
8666 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8667
8668         * nntp.el (nntp-end-of-line): Doc fix.
8669
8670 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8671
8672         * imap.el (imap-open): Handle case where buffer is a buffer
8673         object.
8674
8675 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8676
8677         * gnus-delay.el (gnus-delay): Don't autoload.
8678         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8679         to be re-loaded when customizing the `gnus-delay' group.
8680
8681 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8682
8683         * message.el (message-insert-citation-line): Use newlines.
8684
8685 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8686
8687         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8688         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8689         these routines, so the passphrase can be managed externally and
8690         passed in to the system.
8691         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8692         pgg-add-passphrase-to-cache function.
8693
8694         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8695         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8696         these routines, so the passphrase can be managed externally and
8697         passed in to the system.
8698         (pgg-pgp5-sign-region): Use new name of
8699         pgg-add-passphrase-to-cache function.
8700
8701 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8702
8703         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8704         part of the decoded armor to find the key-identifier.
8705         (pgg-gpg-lookup-key-owner): New function to return the
8706         human-readable identifier of a key owner.
8707         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8708         itself.
8709         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8710         the key value) if we have a key and can match it against a secret
8711         key.  Also, added a note pointing out fact that the prompt only
8712         indicates the first matching key.
8713
8714         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8715         pgg-decrypt-region.
8716         (pgg-add-passphrase-to-cache): Rename from
8717         `pgg-add-passphrase-cache' to reduce confusion (all callers
8718         changed).
8719         (pgg-remove-passphrase-from-cache): Rename from
8720         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8721         changed).
8722         (pgg-read-passphrase, pgg-add-passphrase-cache)
8723         (pgg-remove-passphrase-cache): Add informative docstrings.
8724         (pgg-decrypt): Convey provided passphrase in subordinate call to
8725         pgg-decrypt-region.
8726
8727 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8728
8729         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8730         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8731         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8732         'passphrase' argument, so the passphrase can be managed externally
8733         and then passed in to the system.
8734
8735         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8736         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8737         so the passphrase cache can be used reliably with identifiers
8738         besides a pgp packet's key id.
8739
8740         * pgg-gpg.el (pgg-gpg-encrypt-region)
8741         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8742         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8743         these routines, so the passphrase can be managed externally and
8744         passed in to the system.
8745
8746         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8747         'notruncate' argument, so the passphrase cache can be used
8748         reliably with identifiers besides a pgp packet's key id.
8749
8750 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8751
8752         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8753         symmetric encryption.
8754         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8755         encrypted session key.
8756         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8757         message ask for the passphrase in a proper way.
8758
8759         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8760         New user commands for symmetric encryption.
8761
8762 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8765
8766         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8767
8768 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8769
8770         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8771
8772 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * mm-decode.el (mm-inlined-types): Add application/pgp.
8775         (mm-automatic-display): Ditto.
8776
8777         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8778         part as text.
8779
8780 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * nnrss.el: Update copyright.
8783         (nnrss-opml-import): Query whether to subscribe to each entry.
8784
8785         * gnus-art.el:
8786         * gnus-sum.el:
8787         * gnus-xmas.el:
8788         * messagexmas.el:
8789         * mm-uu.el:
8790         * mm-view.el: Update copyright.
8791
8792 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * message.el (message-info): New function.
8795         (message-mode-menu): Add it.
8796         Update copyright.
8797
8798         * ChangeLog: Fix and update copyright.
8799
8800 2006-01-13  Romain Francoise  <romain@orebokech.com>
8801
8802         * message.el (message-forward-subject-name-subject): Prefer the
8803         address to 'nowhere' if the sender has no name.
8804         Fix typo.  Update copyright year.
8805
8806 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * gnus-art.el (article-wash-html): Use
8809         gnus-summary-show-article-charset-alist if a numeric arg is given.
8810         (gnus-article-wash-html-with-w3m-standalone): New function.
8811
8812         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8813         mm-inline-text-html-render-with-w3m-standalone.
8814         (mm-text-html-washer-alist): Map w3m-standalone to
8815         gnus-article-wash-html-with-w3m-standalone.
8816         (mm-inline-text-html-render-with-w3m-standalone): New function.
8817
8818 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8819
8820         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8821         Improve LaTeX.
8822
8823 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8826         (nnrss-request-article): Render text/plain parts as HTML.
8827
8828         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8829         the buffer.
8830
8831 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8832
8833         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8834         custom definition of `gnus-posting-styles'.
8835
8836         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8837         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8838
8839 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8842         Use nntp for bug archive.
8843
8844 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8847         parts.
8848         (nnrss-normalize-date): New function converts ISO 8601 date into
8849         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8850         (nnrss-check-group): Use it.
8851
8852 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8855
8856         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8857         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8858         (nnrss-insert-w3): Ditto.
8859
8860 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8863         the articles to be forwarded including the case where neither a
8864         number of articles nor a region is specified.
8865
8866 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * nnrss.el (nnrss-request-article): Fix last change; fill
8869         text/plain parts.
8870
8871 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8874         in text/plain part.
8875         (nnrss-check-group): Don't add excessive newline to dc:subject.
8876
8877 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8878
8879         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8880         article.
8881
8882 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8885         (nnml-use-compressed-files, nnml-save-mail): Support other
8886         comression programs such as bzip2.
8887
8888 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8889
8890         * dns.el (query-dns): Make sure we check the buffer size before
8891         removing tcp headers.
8892
8893 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8896         remove MIME buttons associated with multipart/alternative parts.
8897         (gnus-mime-display-alternative): Tag buttons using `article-type'
8898         text property.
8899
8900         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8901         associated with multipart/alternative parts.
8902
8903         * gnus-art.el (gnus-signature-separator): Fix custom type.
8904
8905         * mm-decode.el (mm-inlined-types): Fix custom type.
8906         (mm-keep-viewer-alive-types): Ditto.
8907         (mm-automatic-display): Ditto.
8908         (mm-attachment-override-types): Ditto.
8909         (mm-inline-override-types): Ditto.
8910         (mm-automatic-external-display): Ditto.
8911
8912 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * spam-report.el (spam-report-user-mail-address)
8915         (spam-report-user-agent): New variables.
8916         (spam-report-url-ping-plain): Use spam-report-user-agent.
8917
8918 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8919
8920         * gnus-art.el (gnus-button-handle-custom): Do not just use
8921         `customize-apropos' for any "M-x customize-*" button but the
8922         function called for.  Accept both the function name and its
8923         argument in order to achieve this.
8924         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8925         function name to `gnus-button-handle-custom' in case of "M-x
8926         customize-*" buttons.
8927
8928 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8931         multipart/alternative and add xref to mm-discouraged-alternatives
8932         in doc string.
8933
8934         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8935         gnus-buttonized-mime-types in doc string.
8936
8937 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8938
8939         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8940         Suggest image/.* in the doc string.
8941
8942 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8943
8944         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8945         message-marks (Debian bug #342521).
8946
8947 2005-12-12  Simon Josefsson  <jas@extundo.com>
8948
8949         * password.el (password-read-from-cache): Add.
8950         (password-read): Use it.
8951
8952 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8955         us-ascii as a MIME charset.
8956
8957         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8958         against the case where the 2nd arg TYPE is nil.
8959
8960 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8961
8962         * pop3.el (pop3-stream-type): Fix custom version.
8963
8964         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8965
8966 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8967
8968         * mm-decode.el (mm-display-external): Add missing cdr.
8969
8970 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8973         RFC1524) if it is in mailcap or add a suffix according to
8974         mailcap-mime-extensions when generating a temp filename; postpone
8975         deleting a temp file for 2 seconds for some wrappers, shell
8976         scripts, and so on, which might exit right after having started a
8977         viewer command as a background job.
8978
8979 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * nntp.el (nntp-marks-directory): Fix custom group.
8982
8983         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8984         steps when < 10.
8985
8986         * gnus-start.el (gnus-no-server-1): Mention
8987         `gnus-level-default-subscribed' in doc string.
8988
8989 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8990
8991         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8992         parens.
8993
8994 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * gnus-xmas.el (gnus-use-toolbar): Revert.
8997         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8998         gnus-use-toolbar is default.
8999
9000         * messagexmas.el (message-use-toolbar): Revert.
9001         (message-setup-toolbar): Use global default-toolbar if
9002         message-use-toolbar is default.
9003
9004 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9007         according to default-toolbar-visible-p.
9008
9009         * messagexmas.el (message-use-toolbar): Ditto.
9010
9011 2005-11-26  Dave Love  <fx@gnu.org>
9012
9013         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9014         (tls-program, tls-success): Provide openssl alternative.
9015
9016         * starttls.el: Doc fixes.
9017         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9018         SERVICE to PORT.
9019
9020         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9021         port null or service name.
9022         (starttls-negotiate): Autoload.
9023
9024 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * message.el (message-kill-to-signature): Fix interactive spec.
9027
9028 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * pop3.el (pop3-open-server): Recognize a string as a service name.
9031
9032 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9033
9034         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9035
9036 2005-11-23  Dave Love  <fx@gnu.org>
9037
9038         Add pop3s, pop3/starttls.
9039
9040         * pop3.el (pop3-authentication-scheme): Clarify doc.
9041         (open-tls-stream, starttls-open-stream): Autoload.
9042         (pop3-stream-type): New.
9043         (pop3-open-server): Use it.
9044
9045         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9046         for POP.
9047         (mail-source-keyword-map): Add :stream for POP.
9048         (mail-source-fetch-pop): Use pop3-stream-type.
9049
9050 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9053         of current-time-string.
9054
9055 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9056
9057         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9058         date header.
9059
9060 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9061
9062         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9063         it can seriously impact performance as it bypasses the agent's
9064         local caches.
9065
9066 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9067
9068         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9069         must be explicitly online rather than "not explicitly offline" for
9070         its flags to be synchronized.
9071
9072         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9073         that gnus-uu-unmark-thread will function correctly.
9074
9075         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9076         1024K is instead displayed as 1M.
9077
9078 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9079
9080         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9081
9082 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9083
9084         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9085
9086 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9087
9088         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9089         error message to display actual error condition.
9090         (gnus-agent-save-local): Avoid saving symbols that are bound to
9091         nil as they simply result in a warning message in
9092         gnus-agent-read-local.
9093
9094 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9097         rather than make-variable-buffer-local for file-precious-flag.
9098
9099 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9100
9101         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9102         for duplicates which are removed.  The invalid sort check then
9103         triggers a rescan after the sort as sorting may have moved
9104         duplicate entries such that they can be cheaply detected.
9105
9106 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9109
9110 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9111
9112         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9113         internal variable to a custom variable.  Changed default value
9114         from compressed(2) to uncompressed(1).
9115         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9116         support for uncompressed agentview files.  Taken together, reading
9117         the agentview file should now be 6-7 times faster.
9118
9119 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9120
9121         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9122         as a buffer-local variable.  This avoids creating truncated
9123         dribble files as a result of a hang up, eg.
9124
9125 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9126
9127         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9128         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9129         XEmacs.
9130
9131 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * gnus-start.el (gnus-start-draft-setup): Enforce
9134         `gnus-draft-mode' for nndraft:drafts at startup.
9135
9136         * gnus.el (gnus-splash): Change custom group.
9137         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9138         allow-list argument.
9139
9140         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9141         string.
9142
9143 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9144
9145         * gnus-art.el (gnus-default-article-saver): Add user-defined
9146         `function' to custom type.
9147
9148 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9149
9150         * imap.el (imap-open): Handle case where buffer is a buffer
9151         object.
9152
9153 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9154
9155         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9156         long lines.
9157         (gnus-cache-delete-group): Wrap doc strings.
9158
9159         * gnus-agent.el (gnus-agent-rename-group)
9160         (gnus-agent-delete-group): Wrap doc strings.
9161
9162 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * messagexmas.el (message-use-toolbar): Change the valid values
9165         into default, top, bottom, left, and right.
9166         (message-toolbar-thickness): New variable.
9167         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9168         well.
9169         (message-setup-toolbar): Make it work.
9170
9171         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9172         (gnus-use-toolbar): Change the valid values into default, top,
9173         bottom, left, and right.
9174         (gnus-toolbar-thickness): New variable.
9175         (gnus-xmas-setup-toolbar): New function.
9176         (gnus-xmas-setup-group-toolbar): Use it.
9177         (gnus-xmas-setup-summary-toolbar): Use it.
9178
9179 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9180
9181         * gnus-start.el (gnus-1): Add "native" to
9182         gnus-predefined-server-alist.
9183
9184         * gnus.el (gnus-method-to-server): Don't add "native" to the
9185         lists here, because that leads to problems when
9186         gnus-select-method is bound.
9187
9188 2005-11-09  Simon Josefsson  <jas@extundo.com>
9189
9190         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9191         use (not sort-by-date) instead.
9192
9193 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9194
9195         * gnus-delay.el (gnus-delay-group): Don't autoload.
9196         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9197         to be re-loaded when customizing the `gnus-delay' group.
9198
9199 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9200
9201         * message.el: Revert last changes.
9202         (message-insert-citation-line): Use newlines.
9203
9204 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9205
9206         * message.el (message-courtesy-message)
9207         (message-mark-insert-begin, message-mark-insert-end)
9208         (message-elide-ellipsis, message-cancel-message)
9209         (message-add-header, message-change-subject)
9210         (message-cross-post-followup-to-header)
9211         (message-cross-post-insert-note, message-reduce-to-to-cc)
9212         (message-widen-reply, message-delete-not-region)
9213         (message-kill-to-signature, message-insert-signature)
9214         (message-insert-importance-high, message-insert-importance-low)
9215         (message-insert-or-toggle-importance)
9216         (message-insert-disposition-notification-to)
9217         (message-indent-citation, message-yank-original)
9218         (message-cite-original-without-signature, message-cite-original)
9219         (message-insert-citation-line, message-position-on-field)
9220         (message-fix-before-sending, message-send-mail-partially)
9221         (message-send-mail, message-send-mail-with-sendmail)
9222         (message-send-mail-with-qmail, message-send-news)
9223         (message-check-news-header-syntax, message-generate-headers)
9224         (message-insert-courtesy-copy, message-fill-address)
9225         (message-fill-header, message-shorten-references)
9226         (message-setup-1, message-cancel-news)
9227         (message-forward-make-body-plain, message-forward-make-body-mime)
9228         (message-forward-make-body-mml, message-encode-message-body)
9229         (message-forward-make-body-digest-plain)
9230         (message-forward-make-body-digest-mime)
9231         (message-use-alternative-email-as-from): Insert `hard-newline'
9232         instead of ordinary newlines.
9233
9234 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * message.el (message-generate-headers): Downcase the argument
9237         given to message-check-element.
9238
9239 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9240
9241         * nntp.el (nntp-authinfo-rejected): New error condition.
9242         (nntp-wait-for): Use new error condition to signal authentication
9243         error.
9244         (nntp-retrieve-data): Rethrow new error condition to break out of
9245         recursive call to nntp-send-authinfo.
9246
9247 2005-11-08  Romain Francoise  <romain@orebokech.com>
9248
9249         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9250         (gnus-summary-exit-map): Bind to `Z p'.
9251         (gnus-summary-make-menu-bar): Add menu item.
9252
9253 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9254
9255         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9256         (gnus-treat-*): Add `first' in all doc strings.
9257
9258         * gnus-group.el (gnus-group-compact-group): Fix typo.
9259
9260 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus.el (gnus-parameters-case-fold-search): New variable.
9263         (gnus-parameters-get-parameter): Use it.
9264
9265         * gnus-score.el (gnus-home-score-file): Doc fix.
9266
9267 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9268
9269         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9270
9271 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * mm-util.el (mm-special-display-p): New function.
9274
9275         * mml.el (mml-preview): Use it; doc fix.
9276
9277 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9278
9279         * imap.el (imap-open): Handle case where buffer is a buffer object.
9280
9281 2005-10-29  Romain Francoise  <romain@orebokech.com>
9282
9283         * message.el (message-fix-before-sending): Fix comment.
9284
9285 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9286
9287         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9288
9289 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9290
9291         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9292         Used in gnus-score.el.
9293
9294 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9295
9296         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9297
9298 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9299
9300         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9301         whitespace removed in revision 7.8.  Use concatenated string to
9302         protect trailing whitespace.
9303
9304 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9305
9306         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9307         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9308         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9309         Courier IMAP ("some version from 2004").  Mostly based on similar
9310         code in the same function.
9311
9312 2005-10-26  Didier Verna  <didier@xemacs.org>
9313
9314         * gnus-group.el (gnus-group-compact-group): Invalidate original
9315         article buffer.
9316         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9317         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9318         NOV database and in article itself.
9319         Invalidate article backlog.
9320
9321 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9324
9325 2005-10-26  Simon Josefsson  <jas@extundo.com>
9326
9327         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9328         part of 2004-07-25 change.
9329
9330 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * message.el (message-display-completion-list): New function.
9333         (message-expand-group): Use it; make sure the Completions buffer
9334         is modifiable.
9335 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9336
9337         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9338         user-mail-name is an empty string.
9339
9340 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9343         depending on gnus-score-decay-constant.
9344
9345         * encrypt.el (encrypt-insert-file-contents)
9346         (encrypt-write-file-contents): Don't use `gnus-message'.
9347
9348         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9349         arguments.
9350         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9351         arguments to mm-uu-verbatim-marks-extract.
9352         (mm-uu-hide-markers): New variable.
9353         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9354
9355         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9356         (gnus-convert-image-to-face-command): Use "convert" by default to
9357         allow other input image formats.
9358         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9359         accordingly.
9360
9361 2005-10-23  Simon Josefsson  <jas@extundo.com>
9362
9363         * imap.el (imap-gssapi-program): Align command line parameters
9364         with latest GNU SASL.
9365         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9366
9367 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9370         HTML.
9371         (nnslashdot-request-article): Ditto.
9372
9373         * lpath.el (featurep): Add nobreak-char-display.
9374
9375 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9376
9377         * mail-source.el (mail-source-fetch-pop): Require pop3.
9378         (mail-source-check-pop): Ditto.
9379
9380 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9383         errors.
9384
9385 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9386
9387         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9388         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9389
9390         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9391
9392         * mm-bodies.el (mm-decode-string): Call
9393         `mm-charset-to-coding-system' with allow-override argument.
9394
9395 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9398         (rfc2047-charset-to-coding-system): New function.
9399         (rfc2047-decode-encoded-words): New function.
9400         (rfc2047-decode-region): Use them.
9401         (rfc2047-decode-cte): Remove.
9402         (rfc2047-parse-and-decode): Remove.
9403         (rfc2047-decode): Remove.
9404
9405 2005-10-15  Kenichi Handa  <handa@m17n.org>
9406
9407         * rfc2047.el (rfc2047-decode-cte): New function.
9408         (rfc2047-decode-region): Change the way to decode successive
9409         encoded-words: decode B- or Q-encoding in each encoded-word,
9410         concatenate them, and decode it as charset.
9411
9412 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * lpath.el: Fbind codepage-setup for XEmacs.
9415
9416 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9417
9418         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9419         widget-move-and-invoke.
9420         (gnus-custom-mode): Use gnus-custom-map.
9421
9422 2005-10-15  Bill Wohler  <wohler@newt.com>
9423
9424         * message.el (message-tool-bar-map): Renamed image file from
9425         mail_send to mail/send.
9426
9427 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9428
9429         * message.el (message-expand-group): Pass the common
9430         prefix substring of completion to `display-completion-list'.
9431
9432 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * mml-sec.el (mml-secure-method): New internal variable.
9435         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9436         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9437         functions using mml-secure-method.
9438
9439         * mml.el (mml-mode-map): Add key bindings for those functions.
9440         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9441         Harder <harder@myrealbox.com>.
9442         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9443         end of message if point is the headers of the message.
9444
9445         * message.el (message-in-body-p): New function.
9446
9447         * assistant.el: Autoload gnus-util and netrc.
9448
9449         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9450         Use `mm-charset-override-alist' only when decoding.
9451
9452         * mm-bodies.el (mm-decode-body): Call
9453         `mm-charset-to-coding-system' with allow-override argument.
9454
9455         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9456         `filename' from Content-Disposition if Content-Type doesn't
9457         provide `name'.
9458         (gnus-mime-view-part-as-type): Set default instead of
9459         initial-input.
9460
9461 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9462
9463         * format-spec.el (format-spec): Propagate text properties of % spec.
9464
9465 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * gnus-art.el (gnus-treat-predicate): Add `first'.
9468
9469 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9470
9471         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9472         (mm-charset-override-alist): New variable.
9473         (mm-charset-to-coding-system): Use it.
9474         (mm-codepage-setup): New helper function.
9475         (mm-charset-eval-alist): New variable.
9476         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9477         about unknown charsets.
9478
9479         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9480
9481 2005-10-04  David Hansen  <david.hansen@gmx.net>
9482
9483         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9484         (nnrss-check-group): Ditto.
9485
9486 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9489         Rename x-gnus-verbatim to x-verbatim.
9490         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9491
9492         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9493         x-verbatim.
9494
9495         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9496
9497         * gnus-util.el (gnus-remove-duplicates): Remove.
9498
9499         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9500         instead of gnus-remove-duplicates.
9501
9502         * message.el (message-remove-duplicates): Remove.
9503         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9504         message-remove-duplicates.
9505
9506         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9507         available, else use implementation from `delete-dups'.
9508
9509         * message.el (message-insert-expires): New function.
9510         (message-mode-map): Add key binding.
9511         (message-mode-field-menu): Add menu entry.
9512         (message-mode): Document it.
9513         (message-make-expires-date): Use `message-make-date'.
9514
9515 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9516
9517         * message.el (message-make-expires-date): New function.
9518
9519 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * Makefile.in (list-installed-shadows): New entry.
9522         (install): Use it.
9523         (remove-installed-shadows): New entry.
9524
9525         * dgnushack.el (dgnushack-default-load-path): New variable.
9526         (dgnushack-find-lisp-shadows): New function.
9527         (dgnushack-remove-lisp-shadows): New function.
9528
9529 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * Makefile.in (install-el-elc): New entry.
9532         (install): Use it so that .el files are necessarily installed.
9533
9534 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9537
9538 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9539
9540         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9541         function rather than the diff-mode.el package.
9542         (mm-display-external): Use with-current-buffer.
9543         (mm-viewer-completion-map, mm-viewer-completion-map):
9544         Move initialization inside declaration.
9545
9546 2005-09-29  Simon Josefsson  <jas@extundo.com>
9547
9548         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9549         autoload mail-check-payment.
9550         (spam-check-hashcash): Define unconditionally, since hashcash.el
9551         is part of Gnus now.  Ignore errors from payment checking.
9552
9553 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * message.el (message-bold-region, message-unbold-region): Rename
9556         from `bold-region' and `unbold-region'.
9557
9558         * message.el: Remove useless autoloads.
9559
9560 2005-09-28  Simon Josefsson  <jas@extundo.com>
9561
9562         * message.el (message-use-idna): Default to t.
9563         (message-use-idna): Test whether encoding works too.  Doc fix.
9564
9565 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * nntp.el (nntp-warn-about-losing-connection): Remove.
9568
9569 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9572         customizable.  Change default value.
9573         (mm-uu-diff-groups-regexp): Change default value.
9574         (mm-uu-type-alist): Add doc string.
9575         (mm-uu-configure): Add doc string.  Make it interactive.
9576         (mm-uu-tex-groups-regexp): New variable.
9577         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9578         (mm-uu-type-alist): Add LaTeX documents.
9579         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9580         of "text/verbatim".
9581         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9582
9583         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9584         instead of "text/verbatim".
9585
9586         * message.el (message-mark-inserted-region)
9587         (message-mark-insert-file): Use slrn style marks when called with
9588         prefix argument.
9589
9590 2005-09-27  Simon Josefsson  <jas@extundo.com>
9591
9592         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9593
9594 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9595
9596         * message.el (message-remove-duplicates): New function.
9597         Implementation borrowed from `gnus-remove-duplicates'.
9598         (message-idna-to-ascii-rhs): Also encode idna addresses in
9599         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9600         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9601         only ask about the same idna domain once per header and also tell
9602         in what header to replace the idna domain.
9603
9604         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9605         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9606         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9607         a header is decoded and not just the last one.
9608
9609 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9612         has been decoded.
9613
9614         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9615         (mm-insert-part): Don't modify text if it has been decoded.
9616
9617         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9618         decoded.
9619
9620         * mm-view.el (mm-inline-text): Don't strip text props unless
9621         decoding enriched or richtext parts.
9622
9623 2005-09-25  Romain Francoise  <romain@orebokech.com>
9624
9625         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9626         * gnus-start.el (gnus-subscribe-interactively):
9627         * gnus-uu.el (gnus-uu-grab-articles):
9628         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9629         space.
9630
9631 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9632
9633         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9634         * mm-view.el (mm-view-pkcs7-decrypt):
9635         * gnus-sum.el (gnus-summary-limit-to-extra)
9636         (gnus-summary-respool-article, gnus-read-move-group-name):
9637         * gnus-score.el (gnus-summary-increase-score):
9638         * gnus-util.el (gnus-completing-read-with-default):
9639         * gnus-art.el (gnus-read-save-file-name)
9640         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9641         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9642         * message.el (message-check-news-header-syntax):
9643         Follow convention for reading with the minibuffer.
9644
9645 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * spam-report.el (spam-report-url-ping-plain):
9648         Use gnus-extended-version as User-Agent.
9649
9650         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9651         default value is nil.
9652
9653         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9654         (mm-uu-verbatim-marks-extract): New function.
9655         (mm-uu-extract): New face.
9656         (mm-uu-copy-to-buffer): Use it.
9657
9658         * spam-report.el (spam-report-gmane-ham): Renamed from
9659         `spam-report-gmane-unspam'.
9660         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9661         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9662
9663         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9664         Autoload.
9665         (spam-report-gmane-unregister-routine): Renamed
9666         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9667
9668 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9669
9670         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9671         (spam-report-gmane-unregister-routine): Add support for gmane
9672         unregistration.
9673
9674         * spam-report.el (spam-report-gmane-unspam)
9675         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9676         (spam-report-gmane): Change to take a single article and do unspam
9677         registration.
9678
9679 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * mm-url.el (mm-url-decode-entities): Fix regexp.
9682
9683 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9686         default to nil, to be able to use Gnus at all.  If the default
9687         switches to something else, then the function should be fixed not
9688         be exceedingly slow.
9689
9690 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9691
9692         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9693         fail hard.
9694
9695         * spam-report.el: Add better Keywords line.
9696
9697         * spam.el: Add Maintainer and better Keywords line.
9698
9699 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9700
9701         * gnus-art.el (gnus-article-replace-part)
9702         (gnus-mime-replace-part): New functions.
9703         (gnus-mime-action-alist, gnus-mime-button-commands)
9704         (gnus-mime-save-part-and-strip): Added file argument.
9705         (gnus-article-part-wrapper): Added interactive argument.
9706
9707         * gnus-sum.el (gnus-summary-mime-map): Add
9708         `gnus-article-replace-part'.
9709
9710 2005-09-19  Didier Verna  <didier@xemacs.org>
9711
9712         The nnml compaction feature:
9713         * nnml.el (nnml-request-compact-group): New function.
9714         * nnml.el (nnml-request-compact): New function.
9715         * gnus-int.el (gnus-request-compact-group): New function.
9716         * gnus-int.el (gnus-request-compact): New function.
9717         * gnus-group.el (gnus-group-compact-group): New function.
9718         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9719         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9720         * gnus-srvr.el (gnus-server-compact-server): New function.
9721         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9722         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9723
9724 2005-09-18  Deepak Goel  <deego@gnufans.org>
9725
9726         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9727         format spec.
9728
9729 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9732
9733 2005-09-15  Romain Francoise  <romain@orebokech.com>
9734
9735         * message.el (message-fill-paragraph): Clarify docstring.
9736
9737 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-art.el (gnus-mime-display-part): Protect against broken
9740         MIME messages.
9741
9742 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9745         before parsing header.
9746
9747 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9748
9749         * html2text.el (html2text-replace-list): Add new entities.
9750
9751 2005-09-11  Romain Francoise  <romain@orebokech.com>
9752
9753         * message.el (message-alternative-emails): Improve docstring.
9754         (message-setup-1): Call `message-use-alternative-email-as-from'
9755         after `message-setup-hook' to give it precedence over posting
9756         styles, etc.
9757         (message-use-alternative-email-as-from): Add docstring.  Remove
9758         the original From header if present.
9759
9760         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9761         (nnml-save-mail): Use it.
9762
9763         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9764         articles.  Add new argument `silent'.
9765         (gnus-uu-mark-all): Report the total number of marked articles.
9766
9767 2005-09-10  Romain Francoise  <romain@orebokech.com>
9768
9769         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9770         (gnus-uu-mark-series): Likewise.
9771
9772 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9773
9774         * spam-report.el (spam-report-gmane): Fix generation of spam
9775         report URL.
9776
9777 2005-09-10  Simon Josefsson  <jas@extundo.com>
9778
9779         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9780         t, based on discussion on the ding list with Robert Epprecht
9781         <epprecht@solnet.ch>.
9782
9783 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9784
9785         * spam-report.el (spam-report-gmane): Make it work without
9786         X-Report-Spam header.  Gmane now only provides Archived-At.
9787         This is only used if `spam-report-gmane-use-article-number' is nil.
9788         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9789
9790         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9791         make `gnus-summary-sort-by-recipient' work with threading.
9792
9793         * nnweb.el (nnweb-google-wash-article): Print a message if article
9794         is not available.
9795
9796 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9797
9798         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9799         change.  Decode text/* parts content before displaying.
9800
9801 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9802
9803         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9804
9805 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9808
9809         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9810         url-package-name, url-package-version,
9811         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9812         w3m-display-inline-images, and w3m-minor-mode-map.
9813
9814 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * message.el (message-tab-body-function): Fix mismatched custom type.
9817
9818         * gnus.el (gnus-group-change-level-function): Ditto.
9819
9820         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9821
9822         * gnus-art.el (gnus-signature-limit)
9823         (gnus-article-mime-part-function): Ditto.
9824
9825 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * mml.el (mml-mode): Silence the byte compiler.
9828
9829         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9830         using `(sit-for 0)' before moving the point to the specified part;
9831         skip unbuttonized parts.
9832         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9833         return to the summary window if gnus-auto-select-part is non-nil.
9834
9835 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9838         variables.
9839         (mml-dnd-attach-file, mml-mode): Use them.
9840
9841         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9842         Make fetching article by MID work again for Google Groups.  Added
9843         FIXME concerning gnus-group-make-web-group.
9844
9845         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9846         Don't depend on Gnus by using mail-extract-address-components if
9847         gnus-extract-address-components is not bound.
9848
9849 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9850
9851         * gnus-art.el (gnus-mime-display-security): Don't display the
9852         signature, but only the signed part.
9853
9854 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9857
9858         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9859         list, not listp.
9860
9861 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9862
9863         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9864         when encoding.
9865
9866         * mm-bodies.el (mm-decode-content-transfer-encoding):
9867         De-canonicalize CRLF for all text content types, not just
9868         text/plain.
9869
9870 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9873         valid article; point arrow and cursor at the MIME button.
9874
9875 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9878         Suggested by Dan Christensen <jdc@uwo.ca>.
9879
9880         * mm-decode.el (mm-save-part): Enable change of prompt.
9881
9882 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9883
9884         * gnus-msg.el (gnus-inews-add-send-actions): Made
9885         `message-post-method' lambda parameter ARG `&optional'.
9886
9887 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * gnus-sum.el (gnus-summary-mime-map): Added
9890         gnus-article-save-part-and-strip, gnus-article-delete-part and
9891         gnus-article-jump-to-part.
9892
9893         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9894         (gnus-article-edit-part): Use it.
9895         (gnus-article-part-wrapper): Added no-handle argument.
9896         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9897         functions.
9898
9899 2005-08-29  Romain Francoise  <romain@orebokech.com>
9900
9901         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9902         docstring.
9903         (gnus-face-from-file): Likewise.
9904
9905 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9906
9907         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9908         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9909         non-nil.
9910         (gnus-auto-select-part): New variable.
9911         (gnus-article-jump-to-part): New function.
9912         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9913         (gnus-mime-delete-part): Allow selecting specified part after
9914         deleting or stripping parts.
9915         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9916         part if argument is bogus.
9917
9918 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9919
9920         * gnus-art.el (w3m-minor-mode-map):
9921         * gnus-spec.el (gnus-newsrc-file-version):
9922         * gnus-util.el (nnmail-active-file-coding-system)
9923         (gnus-original-article-buffer, gnus-user-agent):
9924         * gnus.el (gnus-ham-process-destinations)
9925         (gnus-parameter-ham-marks-alist)
9926         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9927         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9928         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9929         * mm-decode.el (gnus-current-window-configuration):
9930         * mm-extern.el (gnus-article-mime-handles):
9931         * mm-url.el (url-current-object, url-package-name)
9932         (url-package-version):
9933         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9934         (smime-keys, w3m-cid-retrieve-function-alist)
9935         (w3m-current-buffer, w3m-display-inline-images)
9936         (w3m-minor-mode-map):
9937         * mml-smime.el (gnus-extract-address-components):
9938         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9939         (gnus-newsrc-hashtb, message-default-charset)
9940         (message-deletable-headers, message-options)
9941         (message-posting-charset, message-required-mail-headers)
9942         (message-required-news-headers):
9943         * mml1991.el (mc-pgp-always-sign):
9944         * mml2015.el (mc-pgp-always-sign):
9945         * nnheader.el (nnmail-extra-headers):
9946         * rfc1843.el (gnus-decode-encoded-word-function)
9947         (gnus-decode-header-function, gnus-newsgroup-name):
9948         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9949
9950 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9951
9952         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9953         the end of the date treatments.
9954
9955 2005-08-15  Simon Josefsson  <jas@extundo.com>
9956
9957         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9958         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9959         Capello and Romain Francoise.
9960         (pgg-fetch-key-function): Removed, not used?
9961         (pgg-insert-url-with-w3): Require url, to get
9962         url-insert-file-contents regardless of where it is defined.
9963
9964 2005-08-13  Romain Francoise  <romain@orebokech.com>
9965
9966         * message.el (message-cite-original-1): New function.
9967         (message-cite-original): Use it.
9968         (message-cite-original-without-signature): Ditto.
9969
9970 2005-08-08  Romain Francoise  <romain@orebokech.com>
9971
9972         * message.el (message-yank-empty-prefix): New variable.
9973         (message-indent-citation): Use it.
9974         (message-cite-original-without-signature): Respect X-No-Archive.
9975
9976 2005-08-08  Simon Josefsson  <jas@extundo.com>
9977
9978         * pgg.el: Autoload url-insert-file-contents instead of loading
9979         w3/url.
9980         (pgg-insert-url-with-w3): Don't load url here.
9981
9982 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9983
9984         * message.el (message-kill-to-signature): Don't insert newline at
9985         bol.
9986         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9987
9988 2005-08-06  Romain Francoise  <romain@orebokech.com>
9989
9990         * message.el (message-user-fqdn): Fix typo in docstring.
9991
9992 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9993
9994         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9995
9996         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9997
9998 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * mm-bodies.el (mm-encode-body): Use coding system rather than
10001         charset to encode text.
10002
10003         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10004         number of charsets if utf-8 is available (XEmacs).
10005
10006 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10009         taken from `gnus-button-mid-or-mail-regexp'.
10010         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10011         (gnus-button-alist): Improve regexp for domain part of the MIDs
10012         for news:localpart@domain buttons.
10013         (gnus-button-ctan-directory-regexp): Update.
10014
10015 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * sieve-manage.el (sieve-manage-interactive-login): Use
10018         make-local-variable rather than make-variable-buffer-local.
10019         (sieve-manage-open): Ditto.
10020         (sieve-manage-authenticate): Ditto.
10021
10022         * mml.el (mml-generate-mime-1): Make the content type default to
10023         text/plain if the filename is not specified.
10024
10025 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10028         instead of insert-buffer.
10029
10030         * message.el (message-yank-original): Ditto; set the mark at the
10031         end of the yanked message.
10032
10033 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10036         lines to scroll rather than to stop it.
10037
10038         * mml.el (mml-generate-default-type): Add doc string.
10039         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10040         default to application/octet-stream when determining the content
10041         type if it is not specified for the part or the mml contents; add
10042         a comment about mml-generate-default-type.
10043
10044 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10045
10046         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10047         make it default to application/octet-stream when determining the
10048         content type if it is not specified for the external contents.
10049
10050 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10053         segmented parameter but also other parameters might be there.
10054
10055 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * mm-decode.el (mm-display-external): Delete temp file, directory
10058         and buffer immediately if the external process is exited.
10059
10060 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10063         fewer lines than that of scroll-margin.
10064         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10065
10066 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * gnus-art.el (gnus-article-next-page): Revert.
10069         (gnus-article-beginning-of-window): New macro.
10070         (gnus-article-next-page-1): Use it.
10071         (gnus-article-prev-page): Ditto.
10072         (gnus-article-edit-part): Use insert-buffer-substring instead of
10073         insert-buffer.
10074         (gnus-article-edit-exit): Ditto.
10075
10076         * gnus-util.el (gnus-beginning-of-window): Remove.
10077         (gnus-end-of-window): Remove.
10078
10079         * lpath.el: Don't bind header-line-format and scroll-margin.
10080
10081 2005-07-25  Simon Josefsson  <jas@extundo.com>
10082
10083         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10084         to have the url package without w3.  Reported by Daiki Ueno
10085         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10086
10087 2005-07-20  Didier Verna  <didier@xemacs.org>
10088
10089         * gnus-diary.el: Remove the description comment (nndiary is now
10090         properly documented in the Gnus manual).
10091         Fix the spelling of "Back End".
10092         * nndiary.el: Ditto.
10093         Fix the copyright notice.
10094
10095 2005-07-18  Romain Francoise  <romain@orebokech.com>
10096
10097         * gnus-sum.el (gnus-summary-to-prefix)
10098         (gnus-summary-newsgroup-prefix): New variables.
10099         (gnus-summary-from-or-to-or-newsgroups): Use them.
10100
10101 2005-07-17  Romain Francoise  <romain@orebokech.com>
10102
10103         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10104         space as it's generally not especially interesting to the user.
10105
10106 2005-07-16  Romain Francoise  <romain@orebokech.com>
10107
10108         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10109         nil to avoid prompting and file modification if one of the
10110         messages at the top of the nnfolder file contains a copyright
10111         notice.
10112         Update copyright notice.
10113
10114         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10115         instead of `current-time-string' as the latter creates a time
10116         string that is not RFC 2822 compliant (it lacks the zone).
10117         Update copyright notice.
10118
10119 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10120
10121         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10122         for text/rtf.  Display default in prompt.  Pass default for M-n.
10123
10124         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10125
10126 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10127
10128         * gnus-msg.el (gnus-button-mailto): Remove
10129         save-selected-window-window hackery because it relies on
10130         save-selected-window internals.
10131
10132 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10135         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10136         (gnus-article-prev-page): Ditto.
10137
10138         * gnus-util.el (gnus-beginning-of-window): New function.
10139         (gnus-end-of-window): New function.
10140
10141         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10142
10143 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10144
10145         * gnus-score.el (gnus-score-edit-all-score): Set
10146         gnus-score-edit-exit-function to gnus-score-edit-done and call
10147         gnus-message.
10148
10149 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10150
10151         * gnus-msg.el (gnus-button-mailto): Remove
10152         save-selected-window-window hackery because it relies on
10153         save-selected-window internals.
10154
10155 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10158         add-minor-mode.
10159         (gnus-binary-mode): Ditto.
10160
10161         * gnus-topic.el (gnus-topic-mode): Ditto.
10162
10163 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10164
10165         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10166         (gnus-article-prev-page): Take scroll-margin into consideration.
10167
10168 2005-07-04  Lute Kamstra  <lute@gnu.org>
10169
10170         Update FSF's address in GPL notices.
10171
10172 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10173
10174         * gnus.el (gnus-exit):
10175         * gnus-group.el (gnus-group-icons):
10176         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10177
10178         * gnus-nocem.el (gnus-nocem):
10179         * message.el (message-various, message-buffers, message-sending)
10180         (message-interface, message-forwarding, message-insertion)
10181         (message-headers, message-news, message-mail):
10182         * pgg-gpg.el (pgg-gpg):
10183         * pgg-parse.el (pgg-parse):
10184         * pgg-pgp.el (pgg-pgp):
10185         * pgg-pgp5.el (pgg-pgp5):
10186         * pop3.el (pop3): Finish `defgroup' description with period.
10187
10188 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * gnus-art.el (article-display-face): Improve the efficiency.
10191         (article-display-x-face): Ditto; remove grey x-face stuff.
10192
10193 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * gnus-art.el (article-display-face): Correct the position in
10196         which Faces are inserted.
10197
10198 2005-06-29  Didier Verna  <didier@xemacs.org>
10199
10200         * gnus-art.el (article-display-face): Display faces in correct
10201         order.
10202
10203 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10206         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10207         (gnus-nocem-check-article): Fetch the Type header.
10208         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10209         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10210         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10211         make sure gnus-nocem-hashtb is initialized.
10212         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10213         (gnus-nocem-unwanted-article-p): Ditto.
10214
10215         * pgg.el (pgg-verify): Return the verification result.
10216
10217 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10218
10219         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10220         is ascii.
10221
10222 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10223
10224         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10225         `show-nonbreak-escape'.
10226
10227 2005-06-23  Lute Kamstra  <lute@gnu.org>
10228
10229         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10230
10231         * dig.el (dig-mode):
10232         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10233
10234 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10235
10236         * nnimap.el (nnimap-split-download-body): Fix spellings.
10237
10238 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10239
10240         * gnus-art.el (gnus-article-encrypt-body):
10241         * gnus-cus.el (gnus-score-customize):
10242         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10243         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10244
10245 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10246
10247         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10248         header by looking for magic "MII" at the beginnig.
10249
10250 2005-06-16  Miles Bader  <miles@gnu.org>
10251
10252         * gnus-xmas.el (gnus-xmas-group-startup-message):
10253         Use renamed gnus-splash face.
10254
10255         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10256         (assistant-field-face): New backward-compatibility alias for renamed
10257         face.
10258         (assistant-render-text): Use renamed assistant-field face.
10259
10260         * spam.el (spam): Remove "-face" suffix from face name.
10261         (spam-face): New backward-compatibility alias for renamed face.
10262         (spam-face, spam-initialize): Use renamed spam face.
10263
10264         * message.el (message-header-to, message-header-cc)
10265         (message-header-subject, message-header-newsgroups)
10266         (message-header-other, message-header-name)
10267         (message-header-xheader, message-separator, message-cited-text)
10268         (message-mml): Remove "-face" suffix from face names.
10269         (message-header-to-face, message-header-cc-face)
10270         (message-header-subject-face, message-header-newsgroups-face)
10271         (message-header-other-face, message-header-name-face)
10272         (message-header-xheader-face, message-separator-face)
10273         (message-cited-text-face, message-mml-face):
10274         New backward-compatibility aliases for renamed faces.
10275         (message-font-lock-keywords): Use renamed message faces.
10276
10277         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10278         (sieve-test-commands, sieve-tagged-arguments):
10279         Remove "-face" suffix from face names.
10280         (sieve-control-commands-face, sieve-action-commands-face)
10281         (sieve-test-commands-face, sieve-tagged-arguments-face):
10282         New backward-compatibility aliases for renamed faces.
10283         (sieve-control-commands-face, sieve-action-commands-face)
10284         (sieve-test-commands-face, sieve-tagged-arguments-face):
10285         Use renamed sieve faces.
10286
10287         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10288         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10289         (gnus-group-news-3-empty, gnus-group-news-4)
10290         (gnus-group-news-4-empty, gnus-group-news-5)
10291         (gnus-group-news-5-empty, gnus-group-news-6)
10292         (gnus-group-news-6-empty, gnus-group-news-low)
10293         (gnus-group-news-low-empty, gnus-group-mail-1)
10294         (gnus-group-mail-1-empty, gnus-group-mail-2)
10295         (gnus-group-mail-2-empty, gnus-group-mail-3)
10296         (gnus-group-mail-3-empty, gnus-group-mail-low)
10297         (gnus-group-mail-low-empty, gnus-summary-selected)
10298         (gnus-summary-cancelled, gnus-summary-high-ticked)
10299         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10300         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10301         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10302         (gnus-summary-low-undownloaded)
10303         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10304         (gnus-summary-low-unread, gnus-summary-normal-unread)
10305         (gnus-summary-high-read, gnus-summary-low-read)
10306         (gnus-summary-normal-read, gnus-splash):
10307         Remove "-face" suffix from face names.
10308         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10309         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10310         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10311         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10312         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10313         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10314         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10315         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10316         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10317         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10318         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10319         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10320         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10321         (gnus-summary-normal-ticked-face)
10322         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10323         (gnus-summary-normal-ancient-face)
10324         (gnus-summary-high-undownloaded-face)
10325         (gnus-summary-low-undownloaded-face)
10326         (gnus-summary-normal-undownloaded-face)
10327         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10328         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10329         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10330         (gnus-splash-face):
10331         New backward-compatibility aliases for renamed faces.
10332         (gnus-group-startup-message): Use renamed gnus faces.
10333
10334         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10335         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10336         (gnus-server-agent): Remove "-face" suffix from face names.
10337         (gnus-server-agent-face, gnus-server-opened-face)
10338         (gnus-server-closed-face, gnus-server-denied-face)
10339         (gnus-server-offline-face):
10340         New backward-compatibility aliases for renamed faces.
10341         (gnus-server-agent-face, gnus-server-opened-face)
10342         (gnus-server-closed-face, gnus-server-denied-face)
10343         (gnus-server-offline-face): Use renamed gnus faces.
10344
10345         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10346         Remove "-face" suffix from face names.
10347         (gnus-picon-xbm-face, gnus-picon-face):
10348         New backward-compatibility aliases for renamed faces.
10349
10350         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10351         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10352         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10353         (gnus-cite-11): Remove "-face" suffix from face names.
10354         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10355         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10356         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10357         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10358         New backward-compatibility aliases for renamed faces.
10359         (gnus-cite-attribution-face, gnus-cite-face-list)
10360         (gnus-article-boring-faces): Use renamed gnus faces.
10361
10362         * gnus-art.el (gnus-signature, gnus-header-from)
10363         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10364         (gnus-header-content): Remove "-face" suffix from face names.
10365         (gnus-signature-face, gnus-header-from-face)
10366         (gnus-header-subject-face, gnus-header-newsgroups-face)
10367         (gnus-header-name-face, gnus-header-content-face):
10368         New backward-compatibility aliases for renamed faces.
10369         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10370
10371         * gnus-sum.el (gnus-summary-selected-face)
10372         (gnus-summary-highlight): Use renamed gnus faces.
10373         * gnus-group.el (gnus-group-highlight): Likewise.
10374
10375 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10376
10377         * gnus-sieve.el (gnus-sieve-article-add-rule):
10378         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10379         * spam-stat.el (spam-stat-buffer-change-to-spam)
10380         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10381
10382         * message.el (message-is-yours-p):
10383         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10384
10385 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * mm-view.el (mm-inline-text): Withdraw the last change.
10388
10389 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10390
10391         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10392         executing enriched-decode.
10393
10394 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10397         charset of tar files.
10398
10399 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10400
10401         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10402
10403 2005-06-04  Lute Kamstra  <lute@gnu.org>
10404
10405         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10406         information is never recorded.
10407
10408 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10409
10410         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10411
10412 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * pop3.el (pop3-apop): Run md5 in the binary mode.
10415
10416         * starttls.el (starttls-set-process-query-on-exit-flag):
10417         Use eval-and-compile.
10418
10419 2005-05-31  Simon Josefsson  <jas@extundo.com>
10420
10421         * smime.el (smime-replace-in-string): Define.
10422         (smime-cert-by-ldap-1): Use it.
10423
10424 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * gnus-art.el (article-display-x-face): Replace
10427         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10428
10429         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10430         set-process-query-on-exit-flag or process-kill-without-query.
10431
10432         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10433         loop instead of replace-regexp.
10434
10435         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10436         instead of process-kill-without-query if it is available.
10437
10438         * lpath.el: Fbind ldap-search-entries.
10439
10440         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10441         instead of find-file-hooks if it is available.
10442
10443         * mml1991.el: Bind pgg-default-user-id when compiling.
10444
10445         * mml2015.el: Bind pgg-default-user-id when compiling.
10446
10447         * nndraft.el (nndraft-request-associate-buffer):
10448         Use write-contents-functions instead of write-contents-hooks if it is
10449         available.
10450
10451         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10452         instead of find-file-hooks if it is available.
10453
10454         * nntp.el (nntp-open-connection): Replace
10455         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10456         (nntp-open-ssl-stream): Ditto.
10457         (nntp-open-tls-stream): Ditto.
10458
10459         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10460         set-process-query-on-exit-flag or process-kill-without-query.
10461         (starttls-open-stream-gnutls): Use it instead of
10462         process-kill-without-query.
10463         (starttls-open-stream): Ditto.
10464
10465 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10466
10467         * smime.el (smime-cert-by-ldap-1): Don't use
10468         replace-regexp-in-string.
10469
10470 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10471
10472         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10473
10474         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10475         in PEM format.  Adjust to the XEmacs compability.
10476
10477 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10480         by `string-to-number'.
10481         * gnus-agent.el (gnus-agent-regenerate-group)
10482         (gnus-agent-fetch-articles): Ditto.
10483         * gnus-art.el (gnus-button-fetch-group): Ditto.
10484         * gnus-cache.el (gnus-cache-generate-active)
10485         (gnus-cache-articles-in-group): Ditto.
10486         * gnus-group.el (gnus-group-set-current-level)
10487         (gnus-group-insert-group-line): Ditto.
10488         * gnus-score.el (gnus-score-set-expunge-below)
10489         (gnus-score-set-mark-below, gnus-summary-score-effect)
10490         (gnus-summary-score-entry): Ditto.
10491         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10492         (gnus-soup-pack): Ditto.
10493         * gnus-spec.el (gnus-xmas-format): Ditto.
10494         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10495         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10496         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10497         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10498         * nndb.el (nndb-get-remote-expire-response): Ditto.
10499         * nndiary.el (nndiary-parse-schedule-value)
10500         (nndiary-string-to-number, nndiary-request-replace-article)
10501         (nndiary-request-article): Ditto.
10502         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10503         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10504         * nneething.el (nneething-make-head): Ditto.
10505         * nnfolder.el (nnfolder-request-article)
10506         (nnfolder-retrieve-headers): Ditto.
10507         * nnheader.el (nnheader-file-to-number): Ditto.
10508         * nnkiboze.el (nnkiboze-request-article): Ditto.
10509         * nnmail.el (nnmail-process-unix-mail-format)
10510         (nnmail-process-babyl-mail-format): Ditto.
10511         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10512         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10513         (nnmh-request-create-group, nnmh-request-list-1)
10514         (nnmh-request-group, nnmh-request-article): Ditto.
10515         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10516         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10517         * nnsoup.el (nnsoup-make-active): Ditto.
10518         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10519         * nntp.el (nntp-find-group-and-number)
10520         (nntp-retrieve-headers-with-xover): Ditto.
10521         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10522         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10523         (pgg-format-key-identifier): Ditto.
10524         * pop3.el (pop3-last, pop3-stat): Ditto.
10525         * qp.el (quoted-printable-decode-region): Ditto.
10526
10527         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10528         of concat.
10529
10530 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10533
10534         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10535
10536         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10537
10538         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10539
10540         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10541
10542         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10543
10544         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10545         (gnus-carpal-mode): Ditto.
10546
10547         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10548         (gnus-browse-mode): Ditto.
10549
10550         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10551
10552         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10553
10554 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10555
10556         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10557
10558 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-util.el (gnus-run-mode-hooks): New function.
10561
10562         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10563
10564         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10565         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10566
10567 2005-05-27  Lute Kamstra  <lute@gnu.org>
10568
10569         * dns-mode.el (dns-mode): Specify customization group.
10570
10571 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10572
10573         * gnus-agent.el (gnus-agent-make-mode-line-string):
10574         Use mode-line-highlight as mouse-face.
10575
10576 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * canlock.el (canlock): Change the parent group to news.
10579
10580         * deuglify.el (gnus-outlook-deuglify): Add :group.
10581
10582         * dig.el (dig): Add :group.
10583
10584         * dns-mode.el (dns-mode): Add :group.
10585
10586         * encrypt.el (encrypt): Add :group.
10587
10588         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10589         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10590         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10591         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10592         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10593
10594         * gnus-diary.el (gnus-diary): Add :group.
10595
10596         * gnus.el (gnus-group-news-1-face): Add :group.
10597         (gnus-group-news-1-empty-face): Ditto.
10598         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10599         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10600         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10601         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10602         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10603         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10604         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10605         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10606         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10607         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10608         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10609         (gnus-summary-high-ticked-face): Ditto.
10610         (gnus-summary-low-ticked-face): Ditto.
10611         (gnus-summary-normal-ticked-face): Ditto.
10612         (gnus-summary-high-ancient-face): Ditto.
10613         (gnus-summary-low-ancient-face): Ditto.
10614         (gnus-summary-normal-ancient-face): Ditto.
10615         (gnus-summary-high-undownloaded-face): Ditto.
10616         (gnus-summary-low-undownloaded-face): Ditto.
10617         (gnus-summary-normal-undownloaded-face): Ditto.
10618         (gnus-summary-high-unread-face): Ditto.
10619         (gnus-summary-low-unread-face): Ditto.
10620         (gnus-summary-normal-unread-face): Ditto.
10621         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10622         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10623
10624         * hashcash.el (hashcash): New custom group.
10625         (hashcash-default-payment): Add :group.
10626         (hashcash-payment-alist): Ditto.
10627         (hashcash-default-accept-payment): Ditto.
10628         (hashcash-accept-resources): Ditto.
10629         (hashcash-path): Ditto.
10630         (hashcash-extra-generate-parameters): Ditto.
10631         (hashcash-double-spend-database): Ditto.
10632         (hashcash-in-news): Ditto.
10633
10634         * message.el (message-minibuffer-local-map): Add :group.
10635
10636         * netrc.el (netrc): Add :group.
10637
10638         * sieve-manage.el (sieve-manage-log): Add :group.
10639         (sieve-manage-default-user): Diito.
10640         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10641         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10642         (sieve-manage-authenticators): Ditto.
10643         (sieve-manage-authenticator-alist): Ditto.
10644         (sieve-manage-default-port): Ditto.
10645
10646         * sieve-mode.el (sieve-control-commands-face): Add :group.
10647         (sieve-action-commands-face): Ditto.
10648         (sieve-test-commands-face): Ditto.
10649         (sieve-tagged-arguments-face): Ditto.
10650
10651         * smime.el (smime): Add :group.
10652
10653         * spam-report.el (spam-report): Add :group.
10654
10655         * spam.el (spam, spam-face): Add :group.
10656
10657 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10658
10659         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10660         return \n.\n.\n at the end of articles.  Protect against that.
10661         (nntp-with-open-group): Allow debugging.
10662
10663         * nnheader.el (mail-header-set-extra): Make into a function
10664         because I just could't understand how to quote the list properly.
10665
10666         * dns.el (query-dns-cached): New function.
10667
10668 2005-05-26  Lute Kamstra  <lute@gnu.org>
10669
10670         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10671
10672 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10675
10676         * gnus-art.el: Don't autoload mail-extract-address-components.
10677
10678         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10679         eval-and-compile to evaluate it.
10680
10681         * hashcash.el: Don't autoload executable-find.
10682
10683         * nndb.el: Don't declare the nndb back end two or more times; don't
10684         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10685
10686         * nntp.el: Autoload format-spec instead of format; use
10687         eval-and-compile to evaluate autoload forms.
10688
10689 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10690
10691         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10692
10693 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10694
10695         * gnus.el (gnus-version-number): Bump version.
10696
10697 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10698
10699         * gnus.el: No Gnus v0.3 is released.
10700
10701 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10702
10703         * lpath.el (featurep): Bind show-nonbreak-escape.
10704
10705 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * gnus-art.el (gnus-article-edit-part): Disable undo.
10708
10709 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10712         gnus-article-date-lapsed-new-header is t if date timer is active;
10713         skip headers in which the original date value is empty.
10714         (gnus-article-save-original-date): Redefine it as a macro.
10715         (gnus-display-mime): Use it.
10716
10717 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * gnus-art.el (article-date-ut): Support converting date in
10720         forwarded parts as well.
10721         (gnus-article-save-original-date): New function.
10722         (gnus-display-mime): Use it.
10723
10724 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10725
10726         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10727         enclosure element of <item>.
10728
10729 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10730
10731         * message.el (message-kill-buffer-query): Renamed from
10732         `message-kill-buffer-query-if-modified'.  Added :version.
10733
10734 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10737         window layout.
10738
10739 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * mml.el: Autoload dnd when compiling.
10742
10743 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10746         x-dnd-*.
10747
10748 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * qp.el (quoted-printable-encode-region): Save excursion.
10751
10752 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10753
10754         * message.el (message-kill-buffer-query-if-modified): Add new variable
10755         so the user can kill a modified message buffer quickly.
10756         (message-kill-buffer): Use it.
10757
10758 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * lpath.el: Fbind display-time-event-handler; don't fbind
10761         string-to-multibyte.
10762
10763         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10764
10765 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10768         contained in text because xml.el decodes entities) with LFs.
10769
10770 2005-04-11  Lute Kamstra  <lute@gnu.org>
10771
10772         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10773         differently.
10774
10775 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10776
10777         * mm-util.el (mm-detect-coding-region): Typo.
10778
10779 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10782
10783 2005-04-06  Deepak Goel  <deego@gnufans.org>
10784
10785         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10786         user-function allow user modifications of the scores.
10787         (spam-stat-score-buffer-user): New function, to allow
10788         user-computed modifications to the score.
10789         (spam-stat-score-buffer-user-functions): List of additional
10790         scoring functions.
10791         (spam-stat-error-holder): Global temporary error holder.
10792         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10793         variable.
10794
10795 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10796
10797         * gnus-registry.el (gnus-registry-clean-empty-function)
10798         (gnus-registry-trim, gnus-registry-fetch-groups)
10799         (gnus-registry-delete-group): Groups that match
10800         `gnus-registry-ignored-groups' are removed from the registry
10801         entries, not just ignored for splitting.  This helps clean up the
10802         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10803         to get all the groups a message ID is in.
10804
10805         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10806         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10807         (spam-stat-score-buffer-user-functions): Add :number custom type.
10808
10809 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10812         argument in XEmacs.
10813
10814         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10815         (nnrss-request-group): Decode group name first.
10816         (nnrss-request-article): Make a text/plain article if mml-to-mime
10817         failed.
10818         (nnrss-get-encoding): Return a compatible encoding according to
10819         nnrss-compatible-encoding-alist.
10820         (nnrss-find-el): Use consp instead of listp.
10821         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10822
10823 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10826         which Emacs 20 doesn't support.
10827         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10828
10829 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10830
10831         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10832         silence the byte compiler inside the defun.
10833
10834         * gnus-demon.el (parse-time-string): Add autoload.
10835
10836         * gnus-delay.el (parse-time-string): Add autoload.
10837
10838         * gnus-art.el (parse-time-string): Add autoload.
10839
10840         * nnultimate.el (parse-time): Require for `parse-time-string'.
10841
10842 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10843
10844         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10845
10846         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10847
10848         * smime.el (smime-ldap-host-list): Add :version.
10849
10850 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10853         pass it to `gnus-browse-read-group'.
10854         (gnus-browse-read-group): Add NUMBER argument and pass it to
10855         `gnus-group-read-ephemeral-group'.
10856
10857         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10858         argument and pass it to `gnus-group-read-group'.
10859
10860 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10861
10862         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10863         mm-xemacs-find-mime-charset-1 if we have the mule feature
10864         available at runtime.
10865
10866 2005-03-25  Werner Lemberg  <wl@gnu.org>
10867
10868         * nnmaildir.el: Replace `illegal' with `invalid'.
10869
10870 2005-03-23  Lute Kamstra  <lute@gnu.org>
10871
10872         * time-date.el: Add comment on time value formats.
10873         Don't require parse-time.
10874         (with-decoded-time-value): New macro.
10875         (encode-time-value): New function.
10876         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10877         (days-to-time): Return a valid time value when arg is huge.
10878         (time-since): Use time-subtract.
10879         (time-to-number-of-days): Use time-to-seconds.
10880
10881 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10882
10883         * gnus-start.el (gnus-display-time-event-handler):
10884         Check display-time-timer at runtime rather than only at load time
10885         in case display-time-mode is turned off in the mean time.
10886
10887 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10890         used.
10891
10892         * nneething.el (nneething-map-file-directory): Derive from
10893         `gnus-directory'.
10894
10895         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10896         the To/Cc button.
10897
10898 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10899
10900         * nnmaildir.el (nnmaildir-request-accept-article):
10901         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10902
10903 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10904
10905         * gnus-async.el: Require timer-funcs at compile time when in
10906         XEmacs for `run-with-idle-timer'.
10907
10908 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10909
10910         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10911         autoloaded function.
10912
10913 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10914
10915         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10916
10917 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10918
10919         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10920
10921 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10922
10923         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10924         gnus-expert-user to default.
10925
10926 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10927
10928         * nnimap.el (nnimap-open-server): Ditto.
10929
10930         * imap.el (imap-authenticate): Fix typo.
10931
10932 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10933
10934         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10935         buffer (since IMAP server might return FETCH response out of
10936         order, and the nntp buffer must be sorted).
10937
10938 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10939
10940         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10941         comparison on string.
10942
10943         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10944         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10945         (gnus-agent-summary-fetch-series): Modified to protect against
10946         gnus-agent-summary-fetch-group clearing processable flags.
10947         (gnus-agent-synchronize-group-flags): Update live group buffer as
10948         synchronization may occur due to the user toggle the plugged
10949         status.
10950         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10951         successfully downloaded.
10952         (gnus-agent-expire-group-1): Avoid using markers when the overview
10953         is in ascending order; greatly improves performance.
10954         (gnus-agent-regenerate-group): Use
10955         gnus-agent-synchronize-group-flags to reset read status in both
10956         gnus and server.
10957         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10958
10959 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * message.el: Don't autoload former message-utils variables.
10962         (message-strip-subject-trailing-was): Change doc string.
10963
10964         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10965         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10966         (nnweb-google-search): Add "hl=en" here.
10967         (nnweb-google-parse-1, nnweb-google-create-mapping):
10968         Don't hardcode URL.
10969
10970 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10971
10972         * message.el (message-get-reply-headers, message-followup):
10973         Mention related variables `message-use-followup-to' and
10974         `message-use-mail-followup-to', in the information buffer.
10975
10976         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10977         of broken groups(-beta).google.com.
10978
10979 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10980
10981         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10982         parameter to invoked gnus-request-move-article; remove the
10983         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10984         all at once instead of once per article.
10985         (gnus-summary-remove-process-mark): Accept a list of articles as
10986         well as a single article for processing.
10987
10988         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10989         parameter.
10990
10991         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10992
10993         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10994
10995         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10996         parameter.
10997
10998         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10999         parameter.
11000
11001         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11002         parameter and remove the gnus-sum-hint-move-is-internal variable.
11003
11004         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11005         parameter.
11006
11007         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11008         parameter.
11009
11010         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11011         parameter.
11012
11013         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11014
11015         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11016         parameter.
11017
11018         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11019         parameter.
11020
11021 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11022
11023         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11024         a more conservative way.
11025
11026 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11027
11028         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11029         buffer, so it moves the window's cursor.
11030
11031 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11032
11033         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11034         `mm-dissect-multipart' and receive the from field as an (optional)
11035         argument from `mm-dissect-multipart'.
11036         (mm-dissect-multipart): Receive the from field as an argument and
11037         pass it on when we call `mm-dissect-buffer' on MIME parts.
11038         Fixes verification/decryption of signed/encrypted MIME parts.
11039
11040 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11041
11042         * gnus-sum.el (gnus-summary-move-article): Set
11043         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11044         whatever it calls (right now, only nnimap-request-move article
11045         respects it).
11046
11047         * nnimap.el (nnimap-request-move-article): When
11048         gnus-sum-hint-move-is-internal is set, don't do the extra
11049         nnimap-request-article.
11050
11051 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11054
11055         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11056         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11057
11058         * gnus-sum.el (gnus-summary-caesar-message):
11059         Apply `gnus-treat-article' after rotation.
11060
11061         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11062         doc string.
11063
11064 2005-02-22  Simon Josefsson  <jas@extundo.com>
11065
11066         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11067         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11068         <arne@arnested.dk>.
11069         (encrypt): Add password-cache and password-cache-expiry as group
11070         members.
11071
11072 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11073
11074         * smime.el (smime-ldap-host-list): Doc fix.
11075         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11076         cache) password.
11077         (smime-sign-region): Use it.
11078         (smime-decrypt-region): Use it.
11079         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11080         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11081         fails.
11082         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11083         certificate from DER to PEM format rather than calling openssl.
11084
11085         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11086
11087         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11088         for signing/encryption.
11089
11090         * mml.el (mml-parse-1): Use them.
11091
11092 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11093
11094         * nnrss.el (nnrss-verbose): Removed.
11095         (nnrss-request-group): Use `nnheader-message' instead.
11096
11097 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11098
11099         * nnrss.el (nnrss-verbose): New variable.
11100         (nnrss-request-group): Make it say nnrss is requesting a group.
11101
11102 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11105         Handle news URL with given port correctly.
11106
11107 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11110         containing special characters.
11111
11112         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11113
11114         * mml.el (mime-to-mml): Ditto.
11115
11116         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11117         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11118         (rfc2047-decode-region): Quote decoded words containing special
11119         characters when rfc2047-quote-decoded-words-containing-tspecials
11120         is non-nil.
11121
11122 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11123
11124         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11125
11126         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11127
11128 2005-02-15  Simon Josefsson  <jas@extundo.com>
11129
11130         * nnimap.el (nnimap-debug): Doc fix.
11131
11132         * imap.el (imap-debug): Doc fix.
11133
11134 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11137
11138 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11139
11140         * gnus.el (spam-contents): Improve docs for spam-contents
11141         parameter in its variable incarnation.
11142
11143 2005-02-14  Simon Josefsson  <jas@extundo.com>
11144
11145         * smime-ldap.el: Use require instead of load-library for ldap.
11146         (smime-ldap-search): Indent.
11147         (smime-ldap-search-internal): Shorten line.
11148
11149         * smime.el (smime-cert-by-dns): Add doc-string.
11150         (smime-cert-by-ldap-1): Indent.
11151
11152         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11153         mml-smime-get-dns-ldap.
11154         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11155
11156 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11157
11158         * smime.el: Require smime-ldap.
11159         (smime-ldap-host-list): New variable.
11160         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11161
11162         * mml-smime.el (mml-smime-encrypt-query): New function.
11163         (mml-smime-encrypt-query): Use it.
11164
11165         * smime-ldap.el: New file.
11166
11167 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11170
11171 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11172
11173         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11174         argument in doc string.  Make query for type more clear.
11175
11176 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11177
11178         * gnus.el (gnus-group-startup-message): Search for gnus images in
11179         etc/images/gnus.
11180         * mm-util.el (mm-image-load-path): Likewise.
11181         * smiley.el (smiley-data-directory): Search for smilies in
11182         etc/images/smilies.
11183
11184 2005-02-09  Kim F. Storm  <storm@cua.dk>
11185
11186         Change Emacs release version from 21.4 to 22.1 throughout.
11187         Change Emacs development version from 21.3.50 to 22.0.50.
11188
11189 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11192
11193         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11194         non-Mule XEmacs as well.
11195         (mm-decompress-buffer): Signal an error intentionally if it does
11196         not decompress compressed data because auto-compression-mode is
11197         disabled.
11198
11199 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11200
11201         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11202         an ID in the registry even if it has no groups.
11203
11204 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11207         merge it into mm-decompress-buffer.
11208         (gnus-mime-copy-part): Use the MIME part charset, the value which
11209         a user specified or gnus-newsgroup-charset for decoding, like
11210         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11211         save-buffer what was used.  Suggested by Kevin Ryde
11212         <user42@zip.com.au>.
11213         (gnus-mime-inline-part): Allow the name parameter as well as the
11214         filename parameter; force decompressing of compressed data; always
11215         display contents being not decoded as unibyte.
11216
11217         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11218         as well as the filename parameter.
11219
11220         * mm-util.el (mm-decompress-buffer): Merge
11221         gnus-mime-jka-compr-maybe-uncompress.
11222         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11223         of compressed data.
11224
11225 2005-02-08  Simon Josefsson  <jas@extundo.com>
11226
11227         * imap.el (imap-log): Doc fix.
11228
11229 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11232         the coding cookies; decompress compressed parts.
11233
11234         * mml.el (mml-generate-mime-1): Add the charset parameter according
11235         to the value which a user specified manually or the coding cookie.
11236
11237         * mm-util.el (mm-string-to-multibyte): New function.
11238         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11239         (mm-coding-system-to-mime-charset): New function.
11240         (mm-decompress-buffer): New function.
11241         (mm-find-buffer-file-coding-system): New function.
11242
11243         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11244         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11245         parts.
11246
11247 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11248
11249         * mm-view.el (mm-display-inline-fontify): Decode a part according
11250         to the charset parameter.
11251
11252 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11255         prefix arg is neither nil nor a number, as info specifies.
11256
11257 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11258
11259         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11260         timestamps.
11261
11262 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11263
11264         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11265         groups error checking and notify user.
11266
11267 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11268
11269         * message.el (message-send-mail-function): Check existence of
11270         sendmail-program first before using default value
11271         `message-send-mail-with-sendmail'.  Otherwise use more generic
11272         `smtpmail-send-it'.
11273
11274 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * nntp.el (nntp-request-update-info): Always return nil.
11277
11278 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11279
11280         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11281
11282 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11283
11284         * message.el (message-beginning-of-line): Change the behavior when
11285         invoked between BOL and : so that it first moves backward.
11286
11287 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11290         article buffer when editing of the article is discarded.
11291         (gnus-article-prepare): Revert.
11292
11293 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * gnus-art.el (gnus-article-prepare):
11296         Remove message-strip-forbidden-properties from the local hook.
11297
11298 2005-01-27  Simon Josefsson  <jas@extundo.com>
11299
11300         * password.el (password-cache-add): Only start one timer per key.
11301         Reported by Derek Atkins <warlord@MIT.EDU>.
11302
11303 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11304
11305         * run-at-time.el: Removed.  It is no longer needed as
11306         timer-funcs.el in the xemacs-base package has a working version of
11307         `run-at-time'.
11308
11309         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11310
11311         * password.el: Require timer-funcs instead of run-at-time in
11312         XEmacs.
11313         Remove `password-run-at-time' macro.
11314         (password-cache-add): Use `run-at-time' instead of
11315         `password-run-at-time'.
11316
11317         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11318         Remove `nnheader-cancel-function-timers' alias,
11319         `cancel-function-timers' exists in XEmacs in timer-funcs.
11320
11321         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11322         for `run-with-idle-timer'.
11323
11324         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11325         for `run-at-time'.
11326
11327         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11328         for `with-timeout'.
11329
11330         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11331         the same as for XEmacs 21.4.
11332         No need to ignore `run-with-idle-timer', this function exists in
11333         XEmacs now in timer-funcs.el in the xemacs-base package.
11334         (dgnushack-compile): No need to delete
11335         run-at-time.el from the list of files to compile because it
11336         doesn't exist anymore.
11337
11338 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11341         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11342
11343 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11344
11345         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11346         sensitively.
11347
11348 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11349
11350         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11351
11352 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11355         which will be inserted according to the multibyteness of a buffer
11356         rather than the type of contents.  Suggested by ARISAWA Akihiro
11357         <ari@mbf.ocn.ne.jp>.
11358
11359         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11360         of string which old xml.el may return rather than a string.
11361
11362 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11365
11366 2005-01-16  Simon Josefsson  <jas@extundo.com>
11367
11368         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11369         idn/idna.el isn't available.
11370         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11371         <michael@waxrat.com>.
11372
11373         * hashcash.el: Remove non-FSF copyright header.
11374
11375         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11376         (hashcash-generate-payment): Use it.
11377         (hashcash-generate-payment-async): Use it.
11378
11379 2005-01-15  Simon Josefsson  <jas@extundo.com>
11380
11381         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11382         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11383
11384         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11385         gnus-summary-idna-message.
11386         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11387         (gnus-summary-idna-message): New function.
11388
11389 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11390
11391         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11392         gnus-novice-user.
11393
11394 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * nnrss.el (nnrss-request-delete-group): Delete entries in
11397         nnrss-group-alist as well.
11398         (nnrss-save-server-data): Insert newline.
11399
11400 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * gnus.el (gnus-user-agent): Use list of symbols instead of
11403         symbols.  Display full version number for (S)XEmacs.  Optionally
11404         display (S)XEmacs codename.
11405
11406         * gnus-util.el (gnus-emacs-version): Update for new
11407         `gnus-user-agent'.
11408
11409         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11410         Gnus version.
11411
11412 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11413
11414         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11415         which is unreadable in some setups.
11416
11417 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * gnus-spec.el (gnus-update-format-specifications): Flush the
11420         group format spec cache if it doesn't support decoded group names.
11421
11422 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11425         Allow to apply decay on score files matching a regexp.
11426
11427 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11430         compatibility in %g and %c.
11431
11432 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11435         name for only %g and %c.
11436         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11437         of gnus-tmp-group to decoded group name.
11438         (gnus-group-make-rss-group): Exclude `/'s from group names.
11439
11440 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * nnrss.el (nnrss-get-encoding): Fix regexp.
11443
11444 2004-12-27  Simon Josefsson  <jas@extundo.com>
11445
11446         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11447         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11448         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11449
11450 2004-12-17  Kim F. Storm  <storm@cua.dk>
11451
11452         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11453
11454         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11455
11456 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11457
11458         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11459
11460 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * nnrss.el: Require rfc2047 and mml.
11463         (nnrss-file-coding-system): New variable.
11464         (nnrss-format-string): Redefine it as an inline function.
11465         (nnrss-decode-group-name): New function.
11466         (nnrss-string-as-multibyte): Remove.
11467         (nnrss-retrieve-headers): Decode group name; don't use
11468         nnrss-format-string.
11469         (nnrss-request-group): Decode group name.
11470         (nnrss-request-article): Decode group name; allow a Message-ID as
11471         well as an article number; don't use nnrss-format-string; encode a
11472         Message-ID string which may contain non-ASCII characters; use
11473         mml-to-mime to compose a MIME article.
11474         (nnrss-request-expire-articles): Decode group name.
11475         (nnrss-request-delete-group): Decode group name.
11476         (nnrss-fetch): Clarify error message.
11477         (nnrss-read-server-data): Use insert-file-contents instead of load;
11478         bind file-name-coding-system; use multibyte buffer.
11479         (nnrss-save-server-data): Bind coding-system-for-write to the
11480         value of nnrss-file-coding-system; bind file-name-coding-system;
11481         add coding cookie.
11482         (nnrss-read-group-data): Use insert-file-contents instead of load;
11483         bind file-name-coding-system; use multibyte buffer.
11484         (nnrss-save-group-data): Bind coding-system-for-write to the
11485         value of nnrss-file-coding-system; bind file-name-coding-system.
11486         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11487         make it work with non-ASCII text.
11488         (nnrss-find-el): Make it work with old xml.el as well.
11489
11490 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11491
11492         * nnrss.el (nnrss-get-encoding): New function.
11493         (nnrss-fetch): Use unibyte buffer initially; bind
11494         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11495         decode contents according to the encoding attribute.
11496         (nnrss-save-group-data): Add coding cookie.
11497         (nnrss-mime-encode-string): New function.
11498         (nnrss-check-group): Use it to encode subject and author.
11499
11500 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11501
11502         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11503         imaginary variable.
11504
11505 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11508         correctly even if there are wide characters.
11509
11510 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11511
11512         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11513         downcased symbol names; make a new cache instead of reusing
11514         bbdb-hashtable.
11515
11516 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11519         concatenating segments rather than before concatenating them.
11520         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11521
11522         * message.el (message-get-reply-headers): Bind `extra'.
11523
11524 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11525
11526         * message.el (message-extra-wide-headers): New variable.
11527         (message-get-reply-headers): Use it.
11528
11529 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11532         (gnus-agent-group-pathname): Ditto.
11533
11534         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11535
11536         * gnus-group.el (gnus-group-make-group): Decode group name.
11537         (gnus-group-make-rss-group): Register the group data after opening
11538         the nnrss group.
11539
11540 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11541
11542         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11543         by expiry now get marked as read.
11544
11545 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11548
11549 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11550
11551         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11552         unify Latin characters in XEmacs.
11553         (mm-find-mime-charset-region): Use it.
11554
11555 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * gnus-util.el (gnus-delete-directory): New function.
11558
11559         * gnus-agent.el (gnus-agent-delete-group): Use it.
11560
11561         * gnus-cache.el (gnus-cache-delete-group): Use it.
11562
11563 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11566         names.
11567
11568 2004-12-16  Simon Josefsson  <jas@extundo.com>
11569
11570         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11571
11572 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11575
11576         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11577         (gnus-group-set-current-level): Decode group name.
11578
11579 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11580
11581         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11582         failed.
11583
11584 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * gnus-group.el (gnus-group-delete-group): Decode group name.
11587         (gnus-group-make-rss-group): Encode group name.
11588         (gnus-group-catchup-current): Decode group name.
11589         (gnus-group-kill-group): Decode group name.
11590
11591 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11592
11593         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11594
11595 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * gnus-group.el (gnus-group-make-rss-group):
11598         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11599
11600         * gnus-start.el (gnus-setup-news): Honor user's setting to
11601         gnus-message-archive-method.  Suggested by Lute Kamstra
11602         <lute@gnu.org>.
11603
11604 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11605
11606         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11607         global counterparts of the buffer-local variables.
11608
11609 2004-11-16  Romain Francoise  <romain@orebokech.com>
11610
11611         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11612         counterparts of the buffer-local variables.
11613
11614 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * message.el (message-forbidden-properties): Fixed typo in doc
11617         string.
11618
11619 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11620
11621         * gnus-util.el (gnus-replace-in-string): Added doc string.
11622
11623         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11624         to avoid problems when splitting mails with many recipients.
11625
11626 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11627
11628         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11629         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11630
11631 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11632
11633         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11634         if there is no hashtable in memory or file modification time is
11635         newer than cached timestamp.
11636
11637 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11640         not-matching option.
11641
11642 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11643
11644         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11645         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11646         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11647         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11648         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11649         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11650
11651 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * message.el (message-forward-make-body-mml): Remove headers
11654         according to message-forward-ignored-headers if a message is decoded.
11655
11656 2004-12-02  Romain Francoise  <romain@orebokech.com>
11657
11658         * message.el (message-forward-make-body-plain): Always remove
11659         headers according to message-forward-ignored-headers.
11660
11661 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11662
11663         * spam.el (spam-summary-prepare-exit): Remove the
11664         gnus-summary-limit pop for now, it has problems with ham marks for
11665         me.
11666
11667 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11668
11669         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11670         correctly.
11671
11672 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11673
11674         * format-spec.el (format-spec): Message the char.
11675
11676 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11677
11678         * gnus-art.el (gnus-split-methods): Reformat comments.
11679
11680         * spam.el (spam-summary-prepare-exit): Remove article limits
11681         before exiting the summary buffer.
11682
11683 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11686         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11687
11688         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11689         order to silence the byte compiler.
11690
11691         * spam.el: Fix the way to silence the byte compiler, which
11692         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11693         bbdb-search-simple, spam-BBDB-register-routine,
11694         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11695         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11696         spam-stat-buffer-is-spam, spam-stat-load,
11697         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11698         spam-stat-save and spam-stat-split-fancy.
11699
11700 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11703         which may confuse users.
11704         (canlock-password-for-verify): Ditto.
11705
11706         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11707
11708         * gnus-art.el (gnus-emphasis-alist): Ditto.
11709
11710         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11711
11712         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11713
11714         * gnus-start.el (gnus-save-killed-list): Ditto.
11715
11716         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11717         (gnus-sum-thread-tree-root): Ditto.
11718         (gnus-sum-thread-tree-false-root): Ditto.
11719         (gnus-sum-thread-tree-single-indent): Ditto.
11720
11721         * message.el (message-courtesy-message): Ditto.
11722         (message-archive-note): Ditto.
11723         (message-subscribed-address-file): Ditto.
11724         (message-user-fqdn): Ditto.
11725
11726         * spam-report.el (spam-report-gmane-regex): Ditto.
11727
11728         * spam.el (spam-blackhole-good-server-regex): Ditto.
11729
11730 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * mml.el (mml-preview): Widen the message buffer before copying
11733         the contents to the preview buffer; sort headers before previewing.
11734
11735         * message.el (message-hidden-headers): Fix the way to avoid a bug
11736         in the `repeat' widget in Emacs 21.3 or earlier.
11737
11738 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * message.el (message-hidden-headers): Default to "^References:".
11741         Improve customization type.  Suggested by Reiner Steib
11742         <Reiner.Steib@gmx.de>.
11743
11744 2004-11-25  Romain Francoise  <romain@orebokech.com>
11745
11746         * message.el (message-strip-forbidden-properties): Remove check for
11747         obsolete `message-hidden' text property, hidden headers are not
11748         accessible in the buffer anymore.
11749
11750 2004-11-22  Romain Francoise  <romain@orebokech.com>
11751
11752         * message.el (message-header-format-alist): Add `From' in list
11753         so that it can be sorted.
11754         (message-fix-before-sending): Widen and sort headers before
11755         sending.
11756         (message-hide-headers): Use narrowing to hide headers by moving
11757         them to the top of the buffer and narrowing to the region
11758         underneath.
11759
11760 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11761
11762         * message.el (message-strip-forbidden-properties): Bind
11763         buffer-read-only (etc) to nil.
11764
11765 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11768         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11769
11770 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11771
11772         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11773
11774 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11775
11776         * dns.el (query-dns): Use sit-for to time instead of
11777         accept-process-output, since that doesn't seem to work on udp
11778         sockets.
11779
11780 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11783
11784 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11785
11786         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11787         doc string.  Improve doc string.
11788
11789 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * nntp.el (nntp-request-update-info): Return nil if
11792         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11793         may not call gnus-activate-group which uselessly issues the GROUP
11794         commands for all nntp groups and wastes time.  Reported by Romain
11795         Francoise <romain@orebokech.com>.
11796
11797         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11798
11799 2004-11-15  Simon Josefsson  <jas@extundo.com>
11800
11801         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11802         headers separately.
11803         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11804         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11805
11806 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11807
11808         * gnus-start.el (gnus-convert-old-newsrc):
11809         Assign legacy-gnus-agent to 5.10.7.
11810
11811 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11812
11813         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11814         start of the lines.
11815
11816 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11817
11818         * hashcash.el (hashcash-default-payment): Change default to 20.
11819         (hashcash-default-accept-payment): Change default to 20.
11820         (hashcash-process-alist): New variable.
11821         (hashcash-generate-payment-async): Add.
11822         (hashcash-already-paid-p): Add.
11823         (hashcash-insert-payment): Don't generate payments twice.
11824         (hashcash-insert-payment-async): Add.
11825         (hashcash-insert-payment-async-2): Add.
11826         (hashcash-cancel-async): Add.
11827         (hashcash-wait-async): Add.
11828         (hashcash-processes-running-p): Add.
11829         (hashcash-wait-or-cancel): Add.
11830         (mail-add-payment): New optional argument.  Conditionally start
11831         asynchronous calculation.
11832         (mail-add-payment-async): Add.
11833
11834         * message.el (message-send-mail): Wait for asynchronous hashcash
11835         results.  Don't clobber existing X-Hashcash headers.
11836         (message-setup-1): Call mail-add-payment-async when
11837         message-generate-hashcash is non-nil.
11838
11839 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11840
11841         * message.el (message-use-alternative-email-as-from): Examine the
11842         From header as well; use message-make-from in order to include a
11843         user's full name.
11844
11845 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11848         default; improve customization type.
11849         (gnus-emphasis-custom-with-format): New macro.
11850         (gnus-emphasis-custom-value-to-external): New function.
11851         (gnus-emphasis-custom-value-to-internal): New function.
11852
11853 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11854
11855         * dns.el (query-dns): Resolve reverse addresses.
11856
11857 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11858
11859         * gnus-group.el (gnus-group-get-new-news): Use it.
11860
11861         * gnus-start.el (gnus-check-reasonable-setup): New function.
11862
11863 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11866         "Args out of range" error.  Reported by Arnaud Giersch
11867         <arnaud.giersch@free.fr>.
11868
11869 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11870
11871         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11872
11873 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11874
11875         * spam.el (spam group): Add :version.
11876
11877         * pgg-def.el (pgg group): Add :version.
11878
11879 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * gnus-art.el (gnus-article-edit-article): Don't associate the
11882         article buffer with a draft file.  This is a temporary measure
11883         against the 2004-08-22 change to gnus-article-edit-mode.
11884
11885 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11888         (html2text-format-tags): Remove unused variable `attr'.
11889
11890 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11891
11892         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11893
11894         * tls.el (tls-process-connection-type, tls-success)
11895         (tls-certtool-program): Add :version.
11896
11897         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11898         (starttls-extra-arguments, starttls-process-connection-type)
11899         (starttls-connect, starttls-failure, starttls-success): Add :version.
11900
11901         * spam-stat.el (spam-stat): Add :version.
11902
11903         * sieve.el (sieve): Add :version.
11904
11905         * sha1.el (sha1): Add :version.
11906         (sha1-use-external): Remove redundant version.
11907
11908         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11909         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11910         (nnmail-split-fancy-match-partial-words)
11911         (nnmail-split-lowercase-expanded): Add :version.
11912
11913         * nndiary.el (nndiary): Add :version.
11914
11915         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11916
11917         * mml-sec.el (mml-default-sign-method)
11918         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11919         Add :version.
11920
11921         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11922
11923         * mm-url.el (mm-url-use-external, mm-url-program)
11924         (mm-url-arguments): Add :version.
11925
11926         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11927         (mm-attachment-file-modes, mm-decrypt-option)
11928         (mm-w3m-safe-url-regexp): Add :version.
11929
11930         * message.el (message-cite-prefix-regexp)
11931         (message-sendmail-envelope-from, message-minibuffer-local-map)
11932         (message-user-fqdn, message-completion-alist): Add :version.
11933
11934         * gnus-win.el (gnus-configure-windows-hook)
11935         (gnus-use-frames-on-any-display): Add :version.
11936
11937         * gnus-art.el (gnus-article-address-banner-alist)
11938         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11939         (gnus-treat-from-picon, gnus-treat-mail-picon)
11940         (gnus-treat-x-pgp-sig): Add :version.
11941
11942         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11943         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11944         (gnus-summary-article-delete-hook)
11945         (gnus-summary-display-while-building): Add :version.
11946
11947         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11948         (gnus-get-top-new-news-hook): Add :version.
11949
11950         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11951         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11952
11953         * gnus-registry.el (gnus-registry): Add :version.
11954
11955         * gnus-spec.el (gnus-use-correct-string-widths)
11956         (gnus-make-format-preserve-properties): Add :version.
11957
11958         * gnus.el (gnus-group-charter-alist)
11959         (gnus-group-fetch-control-use-browse-url)
11960         (gnus-install-group-spam-parameters): Add :version.
11961
11962         * gnus-diary.el (gnus-diary): Add :version.
11963
11964         * gnus-delay.el (gnus-delay): Add :version.
11965
11966         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11967         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11968         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11969         Add :version.
11970
11971         * gnus-agent.el (gnus-agent-max-fetch-size)
11972         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11973         (gnus-agent-prompt-send-queue): Add :version.
11974
11975         * deuglify.el (gnus-outlook-deuglify): Add :version.
11976
11977         * html2text.el: Beautify code.  Improve doc strings.  Some
11978         checkdoc cleanup.
11979         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11980
11981 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11982
11983         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11984
11985 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11986
11987         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11988         when package is loaded.
11989
11990         * spam.el (spam-summary-score-preferred-header): Add global preference
11991         for people who want to override the default SpamAssassin over
11992         Bogofilter preference (when both are set).
11993         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11994         (spam-user-format-function-S): Check
11995         spam-summary-score-preferred-header.
11996         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11997         (spam-user-format-function-S): Format the score correctly.
11998
11999 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12002         signature file.  Suggested by Manoj Srivastava
12003         <srivasta@golden-gryphon.com>.
12004
12005         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12006         iso-2022-jp even in the Japanese language environment.
12007         Suggested by Jason Rumney <jasonr@gnu.org>.
12008
12009 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12012         use the same characters as the dummy marks; make it free from
12013         getting affected by the language environment.
12014         (gnus-summary-read-group-1): Update mark positions only when the
12015         format spec is updated.
12016
12017         * gnus-spec.el (gnus-update-format-specifications): Return a list
12018         of updated types.
12019
12020 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12023         of boundp to check if display-warning is available.
12024
12025 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12026
12027         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12028
12029 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * nnspool.el (nnspool-spool-directory): Use news-path if the
12032         news-directory variable is not bound.
12033
12034         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12035         function instead of display-warning if it is not available.
12036
12037 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12038
12039         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12040         v5-10: Use `point-at-bol'.
12041
12042 2004-10-26  Simon Josefsson  <jas@extundo.com>
12043
12044         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12045         <chenggao@gmail.com>.
12046
12047 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12050         instead.
12051
12052 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12053
12054         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12055         to remove a server from the nnimap-server-buffer-alist.
12056         (nnimap-open-connection, nnimap-close-server): Use it.
12057
12058         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12059
12060 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12063         running the major-mode function.
12064
12065 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12068         dummy marks in the right way.
12069
12070 2004-10-18  David Edmondson  <dme@dme.org>
12071
12072         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12073         excessively.
12074
12075 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12076
12077         * gnus-util.el (gnus-split-references): Accept a nil references
12078         string and go on blissfully.
12079
12080         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12081         cases where the references string is non-nil but has no references.
12082
12083         * encrypt.el: Add autoload tags.
12084
12085         * spam.el (spam-resolve-registrations-routine): Remove article
12086         from unregistration list too.  Reported by David Hanak
12087         <dhanak@isis.vanderbilt.edu>
12088
12089 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12092         nil.  Changed custom type.
12093
12094 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12097
12098         * gnus-sum.el (gnus-summary-move-article): Use it.
12099
12100 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12101
12102         * encrypt.el: Add autoload cookies.
12103
12104         * spam.el (spam-backend-article-list-property)
12105         (spam-backend-get-article-todo-list)
12106         (spam-backend-put-article-todo-list)
12107         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12108         Resolve registrations separately.
12109         (spam-register-routine): Format comments.
12110         (spam-unregister-routine, spam-register-routine): Always call with
12111         specific-articles, no default list.
12112         (spam-summary-prepare-exit): Use the spam-classifications function.
12113
12114         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12115         gnus-encrypt.el.
12116
12117         * encrypt.el: Copied from gnus-encrypt.el.
12118
12119         * gnus-encrypt.el: Commented that it's obsolete.
12120
12121 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12124         (gnus-score-save): Use it.
12125
12126         * message.el (message-bury): Use `window-dedicated-p'.
12127
12128 2004-10-15  Simon Josefsson  <jas@extundo.com>
12129
12130         * pop3.el (top-level): Don't require nnheader.
12131         (pop3-read-timeout): Add.
12132         (pop3-accept-process-output): Add.
12133         (pop3-read-response, pop3-retr): Use it.
12134
12135 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12136
12137         * spam.el (spam-register-routine): Move comment.
12138         (spam-verify-bogofilter): Use 'unknown for the initial
12139         spam-bogofilter-valid state, not 'never.
12140
12141         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12142         for netrc-machine.
12143
12144         * nnimap.el (nnimap-open-connection): Use
12145         netrc-machine-user-or-password.
12146
12147 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12148
12149         * gnus-registry.el (gnus-registry-unload-hook):
12150         Set as a variable with add-hook.
12151
12152         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12153         of news-path.
12154
12155         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12156
12157         * spam.el: Delete duplicate `provide'.
12158         (spam-unload-hook): Set as a variable with add-hook.
12159
12160 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12163         in the doc string.
12164
12165         * message.el (message-ignored-news-headers)
12166         (message-ignored-supersedes-headers)
12167         (message-ignored-resent-headers)
12168         (message-forward-ignored-headers): Improve custom type.
12169
12170 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * message.el (message-tokenize-header): Fix 2004-09-06 change
12173         which used point-min in the wrong place.
12174
12175 2004-10-12  Simon Josefsson  <jas@extundo.com>
12176
12177         * tls.el (tls-certtool-program): New variable.
12178         (tls-certificate-information): New function, based on
12179         ssl-certificate-information.
12180
12181 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * compface.el: Move the version of ELisp-based uncompface program
12184         to the contrib directory because of the copyright problem.
12185
12186 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12187
12188         * message.el (message-kill-buffer): Raise the current frame.
12189
12190 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12193
12194         * gnus.el (message-y-or-n-p): Autoload.
12195
12196         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12197         (pop3-password-required, pop3-authentication-scheme)
12198         (pop3-leave-mail-on-server): Made customizable.
12199         (pop3): New custom group.
12200         (pop3-retr): Remove `sleep-for' statements.
12201         Suggested by Dave Love <fx@gnu.org>.
12202
12203         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12204         Windows/DOS.
12205
12206         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12207         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12208         Dave Love <fx@gnu.org>.
12209
12210         * mml.el (mml-minibuffer-read-disposition): Require match.
12211         Suggested by Dave Love <fx@gnu.org>.
12212
12213 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12214
12215         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12216         doc string.
12217
12218 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12221
12222 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12223
12224         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12225         instead of calling `mm-insert-inline', to decode text/* parts
12226         before displaying them.
12227
12228 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * mm-uu.el (mm-uu-text-plain-type): New variable.
12231         (mm-uu-pgp-signed-extract-1): Use it.
12232         (mm-uu-pgp-encrypted-extract-1): Use it.
12233         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12234         bind mm-uu-text-plain-type with that value.
12235         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12236         mm-uu-dissect.
12237
12238 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * gnus-group.el (gnus-update-group-mark-positions):
12241         * gnus-sum.el (gnus-update-summary-mark-positions):
12242         * message.el (message-check-news-body-syntax):
12243         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12244         of string-as-multibyte.
12245
12246 2004-10-05  Juri Linkov  <juri@jurta.org>
12247
12248         * gnus-group.el (gnus-update-group-mark-positions):
12249         * gnus-sum.el (gnus-update-summary-mark-positions):
12250         * message.el (message-check-news-body-syntax):
12251         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12252         8-bit unibyte values to a multibyte string for search functions.
12253
12254 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12257         (mm-uu-dissect-text-parts): New function.
12258
12259         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12260         dissect text parts.
12261
12262         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12263         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12264
12265         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12266
12267         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12268         gnus-current-topics instead of gnus-current-topic.
12269
12270 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12271
12272         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12273
12274 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12275
12276         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12277         where approriate.
12278
12279         * nnml.el (nnml-generate-active-info): do.
12280
12281         * nndiary.el (nndiary-generate-active-info): do.
12282
12283         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12284         (gnus-topic-move): do.
12285
12286         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12287         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12288
12289         * gnus-srvr.el (gnus-server-prepare)
12290         (gnus-server-open-all-servers): do.
12291
12292         * gnus-msg.el (gnus-summary-cancel-article)
12293         (gnus-summary-resend-message)
12294         (gnus-summary-mail-crosspost-complaint): do.
12295
12296         * gnus-move.el (gnus-change-server): do.
12297
12298         * gnus-group.el (gnus-group-unmark-all-groups)
12299         (gnus-group-set-current-level): do.
12300
12301 2004-10-04  Simon Josefsson  <jas@extundo.com>
12302
12303         * message.el (message-generate-hashcash): Doc fix.
12304
12305 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12306
12307         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12308         avoid infinite recursion via gnus-get-function.
12309
12310 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12311
12312         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12313
12314         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12315
12316         * nnmail.el (nnmail-split-history): do.
12317
12318         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12319         (nnml-request-delete-group): do.
12320
12321         * nnslashdot.el (nnslashdot-read-groups): do.
12322
12323         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12324         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12325
12326         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12327         (nnspool-sift-nov-with-sed): Use last.
12328         (nnspool-retrieve-headers-with-nov): Use mapc.
12329         (nnspool-request-newgroups): Use dolist.
12330         (nnspool-request-group): Use last.
12331
12332         * nntp.el (nntp-read-server-type): Use dolist.
12333
12334         * nnvirtual.el (nnvirtual-create-mapping)
12335         (nnvirtual-update-read-and-marked): Use dolist.
12336         (nnvirtual-convert-headers): Simplify.
12337
12338 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12339
12340         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12341         support for sync'ing tick marks.
12342
12343 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12346         there's no visible header.
12347
12348 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12349
12350         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12351         necessary, pass full group name to gnus-request-set-marks.
12352
12353 2004-10-01  Simon Josefsson  <jas@extundo.com>
12354
12355         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12356         acroread.
12357
12358 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12359
12360         * spam-report.el (spam-report-gmane): Fix interactive.
12361
12362         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12363
12364         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12365         when writing file.
12366         (gnus-agent-synchronize-flags): Don't default to being
12367         interactive.
12368
12369 2004-09-30  Simon Josefsson  <jas@extundo.com>
12370
12371         * message.el (message-generate-hashcash): Add.
12372         (message-send-mail): Use it, call mail-add-payment.
12373
12374 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12375
12376         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12377
12378 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12379
12380         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12381         gnus-requst-update-info with explicit code to sync the in-memory
12382         info read flags with the marks being sync'd to the backend.
12383
12384         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12385
12386 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12387
12388         * spam.el (spam-verify-bogofilter): Add new function.
12389         (spam-check-bogofilter)
12390         (spam-bogofilter-register-with-bogofilter): Use it.
12391         (spam-verify-bogofilter): Add small fixes.
12392
12393 2004-09-28  Simon Josefsson  <jas@extundo.com>
12394
12395         * hashcash.el (hashcash-generate-payment): Revert.
12396
12397 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12398
12399         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12400         gnus-extract-references instead of gnus-split-references.
12401
12402         * gnus-util.el (gnus-extract-references): Add new function, analogous
12403         to gnus-split-references but extracts only the message-ID without
12404         anything extra.
12405
12406         * hashcash.el (hashcash-generate-payment)
12407         (hashcash-check-payment): Do the right thing if hashcash-path is
12408         nil (because the hashcash program could not be found).
12409
12410         * spam.el (spam-use-hashcash): Remove comment.
12411
12412 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12413
12414         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12415         (gnus-cache-enter-article, gnus-cache-remove-article)
12416         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12417
12418         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12419
12420         * gnus-art.el (article-hide-boring-headers)
12421         (article-translate-strings, article-display-face)
12422         (gnus-article-mime-match-handle-first)
12423         (gnus-article-highlight-headers)
12424         (gnus-article-add-buttons-to-head): do.
12425
12426 2004-09-27  Simon Josefsson  <jas@extundo.com>
12427
12428         * hashcash.el: New version, from
12429         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12430         ../contrib/.
12431
12432 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12435
12436 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12437
12438         * gnus-dup.el (gnus-dup-open): Use mapc.
12439         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12440
12441         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12442         Reported by Stefan Wiens <s.wi@gmx.net>.
12443
12444         * gnus.el (gnus-shutdown): Use dolist.
12445
12446         * gnus-undo.el (gnus-undo): Use mapc.
12447
12448         * nnrss.el (nnrss-generate-active): do.
12449
12450         * message.el (message-cite-original-without-signature)
12451         (message-cite-original): Use mapc.
12452         (message-do-actions, message-make-forward-subject): Use dolist.
12453
12454 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12455
12456         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12457         deletion to remove entire duplicate line.  Fixes merged article
12458         number bug.
12459
12460 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12461
12462         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12463         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12464         first ask if you want to open a server and then, even when you
12465         responded with no, asking if you want to synchronize the server's
12466         flags.
12467         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12468         multi-line expressions.
12469         (gnus-agent-synchronize-group-flags): New internal function.
12470         Updates marks in memory (in the info structure) AND in the
12471         backend.
12472
12473         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12474
12475         * nnagent.el (nnagent-request-set-mark): Use
12476         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12477         method, to ensure that synchronization updates marks in the
12478         backend and in the info (in memory) structure.
12479
12480 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12483         convention fully; don't miss the root article of a thread; make
12484         the X-Draft-From header with correct article numbers.
12485
12486 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12487
12488         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12489         unless plugged.  Disable the agent so that an open failure causes
12490         an error.
12491
12492         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12493         Reverted 2004-09-21 change.  The backend must be opened while
12494         synchronizing flags even when the backend stores the flags
12495         locally.
12496
12497 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12500         in `header' match.  Reported by Svend Tollak Munkejord.
12501
12502         * message.el (message-cite-original): Fix use of
12503         `message-cite-articles-with-x-no-archive'.
12504
12505 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12508         (gnus-window-to-buffer): Ditto.
12509
12510         * mml.el (mml-preview-buffer): New variable.
12511         (mml-preview): Manage window layout with gnus-buffer-configuration.
12512
12513         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12514         X-Draft-From header even if those articles aren't quoted.
12515
12516 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12517
12518         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12519         (gnus-request-set-mark, gnus-request-update-mark): Use new
12520         g-s-t-u-l-m to decide to use backend even when unplugged.
12521
12522 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12525         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12526
12527 2004-09-20  Simon Josefsson  <jas@extundo.com>
12528
12529         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12530         "utf-16-le".
12531
12532 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12533
12534         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12535
12536 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12537
12538         * uudecode.el (uudecode-use-external): Add :version.
12539
12540         * smime.el (smime-CA-file, smime-encrypt-cipher)
12541         (smime-dns-server): Add :version.
12542
12543         * smiley.el (gnus-smiley-file-types): Add :version.
12544
12545         * sha1.el (sha1-use-external): Add :version.
12546
12547         * pgg-def.el (pgg-query-keyserver): Add :version.
12548
12549         * nnmail.el (nnmail-fancy-expiry-targets)
12550         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12551         Add :version.
12552
12553         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12554         (nnimap-retrieve-groups-asynchronous): Add :version.
12555         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12556
12557         * mml.el (mml-content-disposition-parameters)
12558         (mml-insert-mime-headers-always): Add :version.
12559
12560         * mm-util.el (mm-coding-system-priorities): Add :version.
12561
12562         * mm-decode.el (mm-inline-text-html-with-images)
12563         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12564         (mm-verify-option): Add :version.
12565         (mm-text-html-renderer): Change :version.
12566
12567         * message.el (message-fcc-externalize-attachments)
12568         (message-required-headers, message-draft-headers)
12569         (message-subject-trailing-was-query)
12570         (message-subject-trailing-was-ask-regexp)
12571         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12572         (message-mark-insert-end, message-archive-header)
12573         (message-archive-note, message-cross-post-default)
12574         (message-cross-post-note, message-followup-to-note)
12575         (message-cross-post-note-function, message-use-mail-followup-to)
12576         (message-subscribed-address-functions)
12577         (message-subscribed-address-file, message-subscribed-addresses)
12578         (message-subscribed-regexps, message-allow-no-recipients)
12579         (message-yank-cited-prefix, message-signature-insert-empty-line)
12580         (message-hidden-headers, message-hierarchical-addresses)
12581         (message-mail-user-agent, message-use-idna)
12582         (message-valid-fqdn-regexp)
12583         (message-strip-special-text-properties, message-header-synonyms)
12584         (message-beginning-of-line, message-tab-body-function): Add :version.
12585         (message-insert-canlock, message-wide-reply-confirm-recipients):
12586         Change :version.
12587
12588         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12589         and :version.
12590         (mail-source-delete-old-incoming-confirm)
12591         (mail-source-movemail-program): Add :version.
12592
12593         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12594         (gnus-agent-cache, gnus-agent): Change :version.
12595
12596         * gnus-util.el (gnus-use-byte-compile): Change :version.
12597
12598         * gnus-sum.el (gnus-summary-make-false-root-always)
12599         (gnus-summary-default-high-score)
12600         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12601         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12602         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12603         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12604         (gnus-sum-thread-tree-single-indent)
12605         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12606         (gnus-sum-thread-tree-leaf-with-other)
12607         (gnus-sum-thread-tree-single-leaf): Add :version.
12608         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12609         (gnus-article-loose-mime): Change :version.
12610
12611         * gnus-start.el (gnus-backup-startup-file)
12612         (gnus-save-startup-file-via-temp-buffer): Add :version.
12613
12614         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12615         (gnus-server-offline-face): Add :version.
12616
12617         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12618
12619         * gnus-msg.el (gnus-gcc-externalize-attachments)
12620         (gnus-debug-files, gnus-debug-exclude-variables)
12621         (gnus-discouraged-post-methods): Change :version.
12622         (gnus-confirm-mail-reply-to-news)
12623         (gnus-confirm-treat-mail-like-news): Add :version.
12624
12625         * gnus-int.el (gnus-server-unopen-status): Add :version.
12626
12627         * gnus-group.el (gnus-group-jump-to-group-prompt)
12628         (gnus-large-ephemeral-newsgroup)
12629         (gnus-fetch-old-ephemeral-headers): Add :version.
12630
12631         * gnus-fun.el (gnus-x-face-directory)
12632         (gnus-convert-pbm-to-x-face-command)
12633         (gnus-convert-image-to-x-face-command)
12634         (gnus-convert-image-to-face-command): Add :version.
12635
12636         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12637
12638         * gnus-cite.el (gnus-cite-blank-line-after-header)
12639         (gnus-article-boring-faces): Add :version.
12640
12641         * gnus-art.el (gnus-buttonized-mime-types)
12642         (gnus-inhibit-mime-unbuttonizing)
12643         (gnus-treat-display-face)
12644         (gnus-treat-body-boundary): Change :version.
12645         (gnus-body-boundary-delimiter, gnus-picon-databases)
12646         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12647         (gnus-treat-date-english, gnus-treat-fold-headers)
12648         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12649         (gnus-treat-mail-picon, gnus-treat-wash-html)
12650         (gnus-article-encrypt-protocol)
12651         (gnus-use-idna, gnus-article-over-scroll)
12652         (gnus-mime-display-multipart-alternative-as-mixed)
12653         (gnus-mime-display-multipart-related-as-mixed)
12654         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12655         (gnus-ctan-url, gnus-button-ctan-handler)
12656         (gnus-button-handle-ctan-bogus-regexp)
12657         (gnus-button-ctan-directory-regexp)
12658         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12659         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12660         (gnus-button-man-level, gnus-button-emacs-level)
12661         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12662
12663         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12664         (gnus-agent-go-online): Change :version.
12665         (gnus-agent-expire-unagentized-dirs)
12666         (gnus-agent-auto-agentize-methods): Add :version.
12667
12668         * flow-fill.el (fill-flowed-display-column)
12669         (fill-flowed-encode-column): Add :version.
12670
12671         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12672         (gnus-outlook-deuglify-unwrap-max)
12673         (gnus-outlook-deuglify-cite-marks)
12674         (gnus-outlook-deuglify-unwrap-stop-chars)
12675         (gnus-outlook-deuglify-no-wrap-chars)
12676         (gnus-outlook-deuglify-attrib-cut-regexp)
12677         (gnus-outlook-deuglify-attrib-verb-regexp)
12678         (gnus-outlook-deuglify-attrib-end-regexp)
12679         (gnus-outlook-display-hook): Add :version.
12680
12681         * binhex.el (binhex-use-external): Add :version.
12682
12683 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12684
12685         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12686         and `invisible'.
12687
12688 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12689
12690         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12691         in gnus-registry-trim.
12692
12693 2004-09-13  Simon Josefsson  <jas@extundo.com>
12694
12695         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12696
12697         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12698
12699         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12700         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12701         <yamaoka@jpl.org>.
12702         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12703         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12704         <yamaoka@jpl.org>.
12705
12706         * sieve.el (sieve-manage-mode): Ditto.
12707
12708 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12709
12710         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12711
12712 2004-09-11  Simon Josefsson  <jas@extundo.com>
12713
12714         * dns-mode.el: Add.
12715
12716         * mm-view.el (mm-display-dns-inline): Add.
12717
12718         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12719         (mm-automatic-display): Ditto.
12720
12721         * mailcap.el (mailcap-mime-data): Add text/dns.
12722         (mailcap-mime-extensions): Map .soa to text/dns.
12723
12724 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12725
12726         * gnus-art.el (article-decode-mime-words, article-babel)
12727         (gnus-article-highlight-signature, gnus-article-add-buttons)
12728         (gnus-signature-toggle): Remove unnecessary bindings of
12729         `inhibit-read-only' inherited from v5.10 merge.
12730
12731 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12732
12733         * nntp.el (nntp): New customization group.
12734         (nntp-authinfo-file): Add customization group.
12735
12736         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12737
12738         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12739
12740         * gnus.el (to-address, to-list, subscribed)
12741         (large-newsgroup-initial): Ditto.
12742
12743         * flow-fill.el (fill-flowed-display-column)
12744         (fill-flowed-encode-column): Ditto.
12745
12746 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12747
12748         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12749         Use point-min rather than 1.
12750         (message-send-mail): Use buffer-size rather than point-max.
12751
12752         * gnus-sum.el (gnus-summary-search-article-forward):
12753         Signal a specific `search-failed' rather than a generic `error'.
12754
12755         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12756         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12757         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12758
12759 2004-09-10  Simon Josefsson  <jas@extundo.com>
12760
12761         * nndb.el (require): Remove tcp and duplicate cl.
12762
12763 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * gnus-agent.el (directory-files-and-attributes): Move forward.
12766
12767 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12768
12769         * gnus-agent.el (directory-files-and-attributes): Optionally
12770         defined to support XEmacs.
12771
12772 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12773
12774         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12775         to avoid run-time CL dependencies.
12776         (gnus-agent-unfetch-articles): New function.
12777         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12778         article numbers even when local .overview file is missing.
12779         (gnus-agent-read-article-number): New function.  Only accepts
12780         27-bit article numbers.
12781         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12782         gnus-agent-read-article-number.
12783         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12784         from backend while recognizing that article numbers in .overview
12785         must be valid.
12786         (gnus-agent-update-files-total-fetched-for): Use
12787         directory-files-and-attributes to improve performance.
12788         * gnus-int.el (gnus-request-move-article): Use
12789         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12790         improve performance.
12791
12792         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12793         some users confused by references to .newsrc when they only have a
12794         .newsrc.eld file.
12795         (gnus-convert-mark-converter-prompt)
12796         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12797         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12798         New function.  Used internally to only display 'gnus converting
12799         files' message when actually necessary.
12800
12801         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12802         methods now autoloaded.
12803
12804 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12807         identifiers.
12808
12809 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12810
12811         * gnus-picon.el: Fix indentation and closing parenthesis.
12812
12813 2004-09-01  Simon Josefsson  <jas@extundo.com>
12814
12815         * message.el (message-canlock-generate): Require sha1, not
12816         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12817         to require within a function.  Sadly, if sha1.el isn't loaded, the
12818         let binding in m-c-g will hide the defcustom definition, which is
12819         bad.)
12820
12821         * canlock.el: Require sha1, not sha1-el.
12822
12823         * message.el: Don't autoload sha1 (there is a autoload cookie in
12824         sha1.el).
12825
12826         * sha1-el.el: Renamed to sha1.el.
12827
12828 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12829
12830         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12831
12832 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12833
12834         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12835
12836 2004-08-30  Kim F. Storm  <storm@cua.dk>
12837
12838         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12839
12840         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12841         Add :group 'nnimap.
12842
12843 2004-08-30  Andreas Schwab  <schwab@suse.de>
12844
12845         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12846         ?* and ?\;.
12847
12848         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12849         and ?\' to symbol instead of whitespace.
12850
12851 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12854
12855         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12856         instead of re-search-forward.
12857
12858         * gnus-uu.el (gnus-uu-save-article): Ditto.
12859         (gnus-uu-post-encode-uuencode): Ditto.
12860
12861         * html2text.el (html2text-clean-list-items): Ditto.
12862         (html2text-clean-dtdd): Ditto.
12863         (html2text-format-tags): Ditto.
12864
12865         * message.el (message-send-mail-with-sendmail): Fix regexp.
12866         (message-fill-field-general): Use search-forward instead of
12867         re-search-forward.
12868         (unbold-region): Ditto.
12869
12870         * nnrss.el (nnrss-request-article): Ditto.
12871
12872         * nnslashdot.el (nnslashdot-request-article): Ditto.
12873
12874         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12875
12876         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12877         "Unrecognized menu descriptor" error in XEmacs.
12878
12879 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12880
12881         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12882         parent article of a sparse article in the thread hashtb.
12883
12884 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12885
12886         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12887         (nnmail-expand-newtext): Lowercase expanded entries if
12888         nnmail-split-lowercase-expanded is non-nil.
12889
12890 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12893
12894         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12895         of gnus-tmp-news-method into string under XEmacs.  It will be
12896         passed to gnus-correct-length which takes only a string argument.
12897
12898 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * gnus-util.el (gnus-bind-print-variables): New macro.
12901         (gnus-prin1): Use it.
12902         (gnus-prin1-to-string): Use it.
12903         (gnus-pp): New function.
12904         (gnus-pp-to-string): New function.
12905
12906         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12907         Replace pp-to-string with gnus-pp-to-string.
12908         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12909         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12910         * gnus-msg.el (gnus-debug): Ditto.
12911         * gnus-score.el (gnus-score-save): Ditto.
12912         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12913         gnus-pp-to-string.
12914         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12915         with gnus-pp.
12916         * score-mode.el (gnus-score-pretty-print): Ditto.
12917         * webmail.el (webmail-debug): Ditto.
12918
12919 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * gnus-art.el (article-display-face, article-display-x-face):
12922         Use buffer-read-only.
12923
12924 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * gnus-art.el (article-hide-list-identifiers):
12927         Bind inhibit-read-only as t.
12928
12929 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12932
12933 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12934
12935         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12936         (gnus-narrow-to-page): Don't assume point-min == 1.
12937         (gnus-article-edit-mode): Derive from message-mode.
12938
12939         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12940         point-min == 1.
12941
12942         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12943         Disable incorrect use of `assert'.
12944
12945         * message.el (message-mode): Set comment-start-skip.
12946
12947
12948 2004-08-22  Sam Steingold  <sds@gnu.org>
12949
12950         * pop3.el (pop3-leave-mail-on-server): New user variable.
12951         (pop3-movemail): Delete mail only when it is nil.
12952
12953 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12954
12955         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12956
12957         * mml.el (mml-preview): Use `pop-to-buffer'.
12958
12959         * message.el (message-goto-mail-followup-to): Insert after "To".
12960         (message-carefully-insert-headers): Add comment.
12961
12962         * gnus.el: Remove unused variable `gnus-article-check-size'.
12963
12964         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12965
12966         * gnus-art.el (gnus-button-alist): Improve
12967         `gnus-button-handle-library' entry.
12968
12969 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12970
12971         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12972         downcase, since XEmacs capitalizes error messages differently.
12973
12974 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12975
12976         * nntp.el: Add (require 'gnus) due to reference to
12977         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12978
12979 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12980
12981         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12982         `mm-fill-flowed'.
12983
12984         * mm-decode.el (mm-dissect-singlepart): Check it.
12985
12986 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12987
12988         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12989         'imap' for netrc parsing.
12990
12991 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12992
12993         * mailcap.el (mailcap-mime-data): Mark as risky.
12994
12995 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12998         may be included in the encoded word.
12999         (rfc2047-encode): Don't append a space if the encoded word
13000         includes close parenthesis.
13001
13002 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13005         of text within parentheses.
13006
13007 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13008
13009         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13010         (gnus-encrypt-write-file-contents): Make the password key the file
13011         name PLUS the cipher, not just the cipher.  Also remove failed
13012         passwords from the cache.
13013
13014 2004-08-06  Simon Josefsson  <jas@extundo.com>
13015
13016         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13017         fix.
13018
13019 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13022         LWSP.
13023
13024 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13025
13026         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13027         to append in-reply-to: data to the references: header.
13028
13029         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13030         (netrc-parse): Use gnus-encrypt.el functions.
13031
13032         * gnus-encrypt.el: Add new file for encryption support; currently
13033         does only a few GPG ciphers and an internal XOR cipher.
13034
13035         * password.el: Add comments on using password-read-and-add.
13036         (password-read-and-add): Add function to read and add the
13037         password to the cache at once.
13038
13039 2004-07-28  Simon Josefsson  <jas@extundo.com>
13040
13041         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13042         parameter (but don't use it, for now).
13043
13044         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13045         instead of hard coding to nil.
13046
13047 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13050         as mm-inline-image-xemacs does.
13051
13052 2004-07-26  Simon Josefsson  <jas@extundo.com>
13053
13054         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13055         Revert part of 2004-07-17 change below.
13056
13057 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13060         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13061
13062 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13063
13064         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13065         quotes that actually start with ">" at the beginning of the
13066         lines.
13067
13068 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * rfc2047.el (rfc2047-encode-region): Fix last change.
13071         (rfc2047-encode-parameter): Remove useless concat.
13072
13073 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13076         encode special characters; fix some kind of misconfigured headers;
13077         signal a real error if debug-on-quit or debug-on-error is non-nil.
13078         (rfc2047-encode-max-chars): New variable.
13079         (rfc2047-encode-1): Use it.
13080         (rfc2047-encode-parameter): New function.
13081
13082         * mml.el (mml-insert-parameter): Remove an excessive space.
13083
13084 2004-07-17  Simon Josefsson  <jas@extundo.com>
13085
13086         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13087         Kai Grossjohann <kai@emptydomain.de>.
13088         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13089         (gnus-group-make-menu-bar): Ditto.
13090
13091         * gnus-util.el (gnus-group-server): Add.
13092
13093 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13094
13095         * message.el (message-clone-locals): Clone sendmail and smtp
13096         variables.
13097
13098 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * rfc2047.el (rfc2047-encode-region): Fix last change.
13101
13102 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13105         characters as non-special.
13106
13107 2004-07-09  Simon Josefsson  <jas@extundo.com>
13108
13109         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13110         Users will lose all flag changes made while unplugged with
13111         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13112         good default.  See numerous reports on ding mailing list.
13113
13114 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13117         add generate-head-function and generate-article-function to the
13118         rfc822-forward entry.
13119         (nndoc-rfc822-forward-generate-article): New function.
13120         (nndoc-rfc822-forward-generate-head): New function.
13121
13122         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13123
13124 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13125
13126         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13127         respect display group parameter and gnus-summary-expunge-below.
13128         (gnus-articles-to-read): Remove unused reference to display group
13129         parameter.
13130
13131 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13132
13133         * nnheader.el (nnheader-uniquify-message-id): New experimental
13134         variable.
13135         (nnheader-nov-read-message-id): Use it.
13136
13137         * spam-report.el (spam-report-gmane): Add interactive.
13138
13139 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13142         qp-or-base64 for the application/* types.
13143
13144 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13145
13146         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13147
13148 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13149
13150         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13151         trim value.
13152
13153 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13154
13155         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13156         New macro and function.
13157         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13158
13159 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13162         after-load-alist.
13163
13164 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13165
13166         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13167         update info that isn't there.
13168
13169 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13170
13171         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13172         entry.
13173
13174 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * mm-view.el (mm-inline-render-with-function): Use multibyte
13177         buffer; decode html source by charset.
13178
13179         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13180
13181         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13182         Mule-UCS is loaded under XEmacs.
13183         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13184
13185 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13186
13187         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13188
13189 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * mm-util.el (mm-coding-system-p): Return a coding-system.
13192         (mm-mime-mule-charset-alist): Use shift_jis instead of
13193         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13194         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13195         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13196         instead of japanese-shift-jis and iso-latin-1 respectively in
13197         order to share the default value with both Emacs and XEmacs-mule.
13198         (mm-mule-charset-to-mime-charset): Make
13199         mm-coding-system-priorities effective.
13200         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13201         while predicating of candidates upon the priorities.
13202
13203 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13204
13205         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13206         gnus-uu-invert-processable.
13207
13208         * gnus.el: Autoload gnus-uu-invert-processable.
13209
13210 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * mm-util.el (mm-with-multibyte-buffer): New macro.
13213
13214         * rfc2047.el (rfc2047-encode-string): Use it.
13215         (rfc2047-encode-region): Move point to the end of the region after
13216         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13217
13218 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13221         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13222
13223 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13226         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13227         Karl Chen <quarl@nospam.quarl.org>.
13228
13229 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13230
13231         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13232         invalid addresses.
13233
13234 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13235
13236         * spam.el: Change section markers, revise TODO list.
13237         (spam-backends): Make new master list of all installed backends.
13238         (spam-summary-exit-behavior): Add new variable to determine how
13239         messages moves are done at summary exit.
13240         (spam-move-spam-nonspam-groups-only)
13241         (spam-process-ham-in-nonham-groups)
13242         (spam-process-ham-in-spam-groups): Remove variables, the
13243         spam-summary-exit-behavior variable should be used to manage this
13244         behavior.
13245         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13246         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13247         and spam-old-spam-articles.
13248         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13249         Add empty variables, placeholders for the backends they represent.
13250         (spam-set-difference): Move, unchanged.
13251         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13252         unless the user has a processor variable.
13253         (spam-classifications, spam-classification-valid-p)
13254         (spam-backend-properties, spam-backend-property-valid-p)
13255         (spam-backend-function-type-valid-p)
13256         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13257         (spam-report-articles-gmane, spam-report-articles-resend):
13258         Remove functions, they are not needed.
13259         (spam-install-backend-super, spam-backend-list)
13260         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13261         (spam-backend-function, spam-backend-ham-registration-function)
13262         (spam-backend-spam-registration-function)
13263         (spam-backend-ham-unregistration-function)
13264         (spam-backend-spam-unregistration-function)
13265         (spam-backend-statistical-p, spam-backend-mover-p)
13266         (spam-install-backend-alias, spam-install-checkonly-backend)
13267         (spam-install-mover-backend, spam-install-nocheck-backend)
13268         (spam-install-backend, spam-install-statistical-backend)
13269         (spam-install-statistical-checkonly-backend): Add backend installation
13270         support.
13271         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13272         (spam-group-processor-p): Use the new backend code and respect the
13273         summary exit behavior.
13274         (spam-mark-spam-as-expired-and-move-routine): Remove.
13275         (spam-summary-prepare): Change to use the new spam-old-articles
13276         variable.
13277         (spam-copy-or-move-routine, spam-copy-spam-routine)
13278         (spam-move-spam-routine, spam-copy-ham-routine)
13279         (spam-move-ham-routine): Add code to copy/move ham or spam.
13280         (spam-fetch-field-fast): Improve doc and code, plus allow the
13281         'number request.
13282         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13283         variables.
13284         (spam-split, spam-find-spam): Use the new backend code.
13285         (spam-registration-functions): Remove variable.
13286         (spam-unregister-routine): Add convenience wrapper.
13287         (spam-log-undo-registration, spam-register-routine)
13288         (spam-log-processing-to-registry)
13289         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13290         where possible.
13291         (spam-check-gmane-xref, spam-check-regex-headers)
13292         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13293         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13294         (spam-check-bogofilter-headers, spam-check-spamoracle)
13295         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13296         (spam-check-crm114-headers): Use the spam-split-group that
13297         spam-split prepares, no need to determine it every time.
13298
13299         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13300         to the nnheader-parse-naked-head call.
13301
13302         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13303
13304         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13305         the nnheader-nov-read-message-id call.
13306
13307 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13310         gnus-activate-group twice.  Suggested by Markus Peter
13311         <warp@spin.de>.
13312
13313 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * gnus-art.el (gnus-article-time-format): Exchange the order of
13316         day and month in the default value; fix customization type.
13317         (article-date-ut): Use add-text-properties.
13318         (article-make-date-line): Use message-make-date instead of
13319         current-time-string.
13320
13321         * message.el (message-fetch-field): Don't use set-text-properties.
13322         (message-make-date): Simplify.
13323
13324         * messagexmas.el (message-xmas-make-date): New function.
13325         (message-xmas-redefine): Defalias message-make-date to it.
13326
13327 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13330         (rfc2047-encode-region): Treat text within parentheses as special;
13331         show the original text when error has occurred.
13332
13333         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13334         already-computed method to gnus-activate-group.
13335
13336         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13337         same select-methods identical Lisp objects.
13338
13339         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13340         object when modifying the info.
13341
13342 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13345         gnus-opened-servers since it has never been opened with the new
13346         configuration yet.
13347
13348 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13351         arg to nnheader-generate-fake-message-id.
13352
13353 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13354
13355         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13356         number and build a fake message ID localized to a group and
13357         article number (so it's repeatable from that point on).
13358         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13359         ID format.
13360
13361         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13362         nnheader-generate-fake-message-id with the article number.
13363
13364 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13365
13366         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13367         end-of-buffer.
13368
13369 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13370
13371         * message.el (message-ignored-supersedes-headers): Add Approved.
13372
13373 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13374
13375         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13376         goto-char.
13377         (rfc2047-encode): Fold the line before encoding.
13378
13379 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13380
13381         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13382         folding -- not all headers can be folded, and this should be done
13383         by the message composition mode.  Probably.  I think.
13384
13385 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13388         fast.
13389
13390         * gnus-ems.el (gnus-remove-image): Don't use
13391         message-text-with-property; remove only the image found first.
13392
13393         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13394         found first.
13395
13396 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13397
13398         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13399
13400 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * message.el (message-text-with-property): Make it fast and accept
13403         optional arguments.
13404         (message-strip-forbidden-properties): Use it.
13405         (message-fix-before-sending): Follow the m-t-w-p change.
13406
13407         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13408
13409 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-art.el (article-hide-headers): Don't change the buffer
13412         mistakenly when performing mml-preview even if
13413         gnus-single-article-buffer is nil.
13414
13415 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13416
13417         * message.el (message-expand-name-databases): New user option.
13418         (message-expand-name): Use it.
13419
13420 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13421
13422         * spam.el (spam-report-articles-resend)
13423         (spam-report-resend-register-routine): Allow ham reporting.
13424         (spam-report-resend-register-ham-routine): Add wrapper.
13425         (spam-registration-functions): Add ham resending functions.
13426         (spam-list-of-processors): Add ham resend processor.
13427
13428         * gnus.el (ham-resend-to): Add new group parameter.
13429         (spam-process): Add ham resend option.
13430
13431         * spam-report.el (spam-report-resend): Allow reporting ham.
13432         (spam-report-resend-ham): Add wrapper.
13433
13434 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13435
13436         * message.el (message-cite-articles-with-x-no-archive): New
13437         variable.
13438         (message-cite-original): Use it.
13439
13440 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13441
13442         * message.el (message-cite-original): Respect X-No-Archive.
13443
13444 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * gnus-art.el (article-hide-headers): Refer to the values for
13447         gnus-ignored-headers and gnus-visible-headers in the summary
13448         buffer since a user may have set them as group parameters.
13449
13450 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13451
13452         * assistant.el (assistant-node-name): Add convenience function.
13453         (assistant-render-text, assistant-render-node): Add error handling,
13454         plus handle multiple next nodes.
13455         (assistant-find-next-node): Comment out for now.
13456         (assistant-find-next-nodes): Add function, returns list of next
13457         nodes.
13458
13459 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13460
13461         * mail-source.el (mail-source-directory): Fix doc-string.
13462
13463 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13464
13465         * assistant.el (assistant-render-text, assistant-eval): Add :set
13466         widget type, which is different because it takes and returns a
13467         list.  Much hilarity ensues.
13468
13469 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13470
13471         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13472
13473         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13474         doc-string.
13475
13476         * gnus-start.el (gnus-activate-group): Added doc-string.
13477
13478 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13481
13482 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13483
13484         * assistant.el (assistant-render-text): Try to add a :set
13485         widget, more to come.
13486
13487         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13488         strings.
13489         (spam-report-articles-resend)
13490         (spam-register-routine): Do registration iff any articles warrant
13491         it.
13492         (spam-summary-prepare-exit): Change log message for nil group
13493         destinations.
13494
13495 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13496
13497         * spam.el (spam-report-resend-register-routine): Allow
13498         spam-report-resend-to to be a group parameter or a global value.
13499
13500 2004-05-26  Simon Josefsson  <jas@extundo.com>
13501
13502         * starttls.el: Merge with my GNUTLS based starttls.el.
13503         (starttls-gnutls-program, starttls-use-gnutls)
13504         (starttls-extra-arguments, starttls-process-connection-type)
13505         (starttls-connect, starttls-failure, starttls-success): New
13506         variables.
13507         (starttls-program, starttls-extra-args): Doc fix.
13508         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13509         functions.
13510         (starttls-negotiate, starttls-open-stream): Check
13511         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13512         function if it is set.
13513
13514 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13517         structured fields.
13518
13519 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13522
13523 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13524
13525         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13526         variable.
13527         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13528         assigning the spam-mark to new messages.
13529
13530 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13531
13532         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13533
13534 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13537
13538         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13539         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13540         default.
13541
13542 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13543
13544         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13545         correct data.
13546
13547 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13548
13549         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13550         (spam-group-processor-p): Fix function.
13551         (spam-group-processor-multiple-p)
13552         (spam-group-spam-processor-report-gmane-p)
13553         (spam-group-spam-processor-report-resend-p)
13554         (spam-group-spam-processor-bogofilter-p)
13555         (spam-group-spam-processor-blacklist-p)
13556         (spam-group-spam-processor-ifile-p)
13557         (spam-group-ham-processor-ifile-p)
13558         (spam-group-spam-processor-spamoracle-p)
13559         (spam-group-spam-processor-crm114-p)
13560         (spam-group-ham-processor-bogofilter-p)
13561         (spam-group-spam-processor-stat-p)
13562         (spam-group-ham-processor-stat-p)
13563         (spam-group-ham-processor-whitelist-p)
13564         (spam-group-ham-processor-BBDB-p)
13565         (spam-group-ham-processor-spamoracle-p)
13566         (spam-group-ham-processor-copy-p): Remove functions with some
13567         prejudice against unneeded code.
13568         (spam-report-articles-resend)
13569         (spam-report-resend-register-routine): Allow the group/topic
13570         spam-resend-to value to override spam-report-resend-to.
13571         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13572         properly now.
13573
13574         * gnus.el (spam-resend-to): Add group/topic parameter.
13575         (spam-process): Move the OBSOLETE processors to the end of the
13576         choices.
13577
13578 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13579
13580         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13581         with resend-to set to nil, and then ask the user if necessary.
13582         (spam-report-resend): spam-report-resend takes a list of articles, not
13583         separate article numbers.
13584
13585 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13588         addition to emacs-w3m.
13589
13590 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13591
13592         * assistant.el (assistant-authinfo-data): New function.
13593         (assistant-eval): Eval for entire assistant.
13594
13595         * netrc.el (netrc-services-file): New variable.
13596         (netrc-parse-services): New function.
13597         (netrc-find-service-name): New function.
13598         (netrc-find-service-number): New function.
13599         (netrc-port-equal): New function.
13600         (netrc-machine): Use it.
13601
13602         * nnimap.el (nnimap-open-connection): Use netrc.
13603
13604         * gnus-util.el (gnus-netrc-get): Remove aliases.
13605
13606         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13607
13608         * assistant.el (wid-edit): Fix compilation.
13609
13610         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13611
13612 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13613
13614         * gnus-util.el (gnus-set-file-modes): New function.  (small
13615         patch).
13616
13617 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13618
13619         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13620
13621         * assistant.el (assistant-render-node): Fix up rendering and
13622         read-only text.
13623         (assistant-render-node): Reset.
13624         (assistant-make-read-only): Not sticky.
13625
13626 2004-05-20  Danny Siu  <dsiu@adobe.com>
13627
13628         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13629         centered even when gnus-auto-center-summary is t.
13630
13631 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13632
13633         * dns.el (dns-get-txt-answer): New function.
13634         (dns-read-txt): Ditto.
13635         (query-dns): Use it.
13636
13637 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13640         active for foreign groups even if the group level is higher than
13641         the specified value.
13642
13643 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13644
13645         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13646         non-active groups.
13647
13648         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13649
13650 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13651
13652         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13653
13654 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13655
13656         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13657         (spam-crm114-header, spam-crm114-spam-switch)
13658         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13659         (spam-crm114-positive-spam-header)
13660         (spam-crm114-database-directory, spam-list-of-processors)
13661         (spam-group-spam-processor-crm114-p)
13662         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13663         (spam-generic-score, spam-list-of-checks)
13664         (spam-list-of-statistical-checks, spam-registration-functions)
13665         (spam-check-crm114-headers, spam-crm114-score)
13666         (spam-check-crm114, spam-crm114-register-with-crm114)
13667         (spam-crm114-register-spam-routine)
13668         (spam-crm114-unregister-spam-routine)
13669         (spam-crm114-register-ham-routine)
13670         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13671         asjo@koldfront.dk (Adam Sjøgren).
13672
13673         * gnus.el: Add spam-use-crm114.
13674
13675         * spam.el (spam-list-of-processors, spam-registration-functions):
13676         Add spam-use-resend.
13677         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13678         (spam-report-articles-gmane): Add doc fix.
13679         (spam-report-articles-resend, spam-report-resend-register-routine):
13680         Add wrappers around spam-report-resend-to.
13681
13682         * spam-report.el (spam-report-resend-to, spam-report-resend):
13683         Add support for resending spam.
13684         (spam-report-gmane): Fix line length >80.
13685
13686         * gnus.el (spam-process): Add spam-use-resend.
13687
13688 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13689
13690         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13691         number of processed spam messages.
13692         (spam-ham-copy-or-move-routine): Return the number of processed
13693         ham messages.
13694         (spam-summary-prepare-exit): Use the above values to decide
13695         whether status messages shouled be displayed.
13696
13697 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13700         `rfc2047-encoding-function-alist' in order to avoid conflicting
13701         with the old version.
13702         (rfc2047-encode-region): Concatenate words containing non-ASCII
13703         characters in structured fields; don't encode space-delimited
13704         ASCII words even in unstructured fields; don't break words at
13705         char-category boundaries.
13706         (rfc2047-encode-1): New function.
13707         (rfc2047-encode): Use it; encode text so that it occupies the
13708         maximum width within 76-column; work correctly on Q encoding for
13709         iso-2022-* charsets.
13710         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13711         sure not to break a line just after the header name.
13712         (rfc2047-b-encode-region): Removed.
13713         (rfc2047-b-encode-string): New function.
13714         (rfc2047-q-encode-region): Removed.
13715         (rfc2047-q-encode-string): New function.
13716
13717         * mm-util.el (mm-replace-in-string): New function.
13718
13719 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13720
13721         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13722         get it right.
13723         (gnus-inews-make-draft): Really.
13724
13725 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13726
13727         * nnmh.el (nnmh-request-list-1): Don't check the link count
13728         before descending.  (small patch)
13729
13730 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13731
13732         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13733         stuff.
13734
13735         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13736         on real group name.
13737
13738         * gnus-art.el (gnus-signature-limit): Doc fix.
13739
13740         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13741
13742         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13743
13744 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13745
13746         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13747         isn't a string.
13748
13749 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13750
13751         * gnus-draft.el (gnus-draft-send): Bind
13752         rfc2047-encode-encoded-words.
13753
13754         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13755         (rfc2047-encodable-p): Say that =? needs encoding.
13756         (rfc2047-encode-encoded-words): New variable.
13757
13758         * gnus-group.el (gnus-group-select-group): Doc fix.
13759
13760         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13761
13762         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13763         to nil.
13764
13765         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13766
13767         * nnheader.el (nnheader-get-lines-and-char): New function.
13768
13769 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * gnus-msg.el (gnus-summary-followup-with-original): Document
13772         yanking of region when active.
13773
13774 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13777         groups if the group level is higher than the specified value.
13778
13779 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13780
13781         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13782         (gnus-group-jump-to-group): Added prefix argument using
13783         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13784         non-active group.
13785
13786         * compface.el (uncompface): Be verbose when changing
13787         `uncompface-use-external'.
13788
13789         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13790         handle manual section.
13791
13792 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13793
13794         * gnus-art.el (gnus-button-alist): Revert previous change.
13795
13796 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13797
13798         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13799
13800 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13801
13802         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13803         whether backend can accept message.
13804
13805         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13806
13807 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13808
13809         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13810         Avoid creating directory when nntp-marks-is-evil is true.
13811         Reported by Reiner Steib.
13812
13813 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13814
13815         * gnus-picon.el (gnus-picon-style): New variable.
13816         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13817         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13818         Jesper Harder <harder@ifa.au.dk>.
13819
13820 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13821
13822         * message.el (message-fill-field): Return point.
13823         (message-generate-headers): Go to end of field.
13824
13825         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13826         stuff for non-living groups.
13827
13828 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13829
13830         * gnus-art.el (gnus-article-followup-with-original)
13831         (gnus-article-reply-with-original): gnus-mark-active-p ->
13832         gnus-region-active-p.
13833
13834 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13835
13836         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13837         only when there is spam or ham to be processed.
13838
13839 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13840
13841         * mail-source.el (mail-source-delete-crash-box): Refactor.
13842         (mail-source-fetch): Use it.
13843         (mail-source-fetch-file): Ditto.
13844         (mail-source-fetch-directory): Run postscript in loop.
13845         (mail-source-fetch-pop): Delete.
13846         (mail-source-fetch-maildir): Ditto.
13847         (mail-source-fetch-imap): Ditto.
13848
13849         * imap.el (imap-authenticators): Comment out sasl.
13850
13851         * message.el (message-skip-to-next-address): New function.
13852         (message-fill-header-address): Refactor.
13853         (message-fill-address): Use it.
13854         (message-delete-address): Use it.
13855         (message-fill-header-general): Refactor.
13856         (message-fill-field-address): Rename.
13857         (message-narrow-to-field): Find the start of the header.
13858         (message-header-format-alist): Don't pre-fill.
13859         (message-fill-header): Removed.
13860         (message-insert-header): New function.
13861         (message-shorten-references): Use it.
13862
13863         * rfc2047.el (rfc2047-field-value): Strip props.
13864
13865         * mail-parse.el (mail-header-make-address): New alias.
13866
13867         * ietf-drums.el (ietf-drums-make-address): New function.
13868
13869         * imap.el: Add compiler directives.
13870
13871         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13872
13873         * gnus-art.el (article-decode-idna-rhs): Don't use
13874         message-idna-inside-rhs-p.
13875
13876 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13877
13878         * message.el (message-idna-inside-rhs-p): Removed.
13879         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13880
13881         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13882         false positives.
13883
13884 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13885
13886         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13887
13888 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13889
13890         * nneething.el (nneething-file-name): Don't create spurious
13891         files.
13892
13893         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13894         (gnus-inews-do-gcc): Remove sleep.
13895
13896         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13897         part under point.
13898
13899         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13900         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13901
13902 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13903
13904         * spam.el (spam-summary-prepare-exit): Fixed (length).
13905
13906 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13907
13908         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13909         as expired without moving it" message when there are spam
13910         messages left.
13911
13912 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13913
13914         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13915         header is not nil.
13916
13917 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13918
13919         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13920         nntp-possibly-create-directory, not nntp-possibly-change-group.
13921         (nntp-marks-changed-p): New arg SERVER.
13922         (nntp-request-update-info): Adjust caller.
13923
13924 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13925
13926         * nntp.el (nntp-save-marks): Pass missing arg.
13927
13928 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13929
13930         * nntp.el: Support marks.
13931         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13932         (nntp-marks-modtime, nntp-marks-directory): New variables.
13933         (nntp-request-set-mark, nntp-request-update-info)
13934         (nntp-possibly-create-directory, nntp-marks-changed-p)
13935         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13936         functions.
13937
13938 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13939
13940         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13941         (gnus-xmas-redefine): Rename.
13942
13943         * gnus-score.el (gnus-score-insert-help): Use
13944         gnus-select-lowest-window.
13945
13946         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13947         appt-select-lowest-window and rename to gnus-select-lowest-window.
13948
13949         * gnus.el: do.
13950
13951 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13952
13953         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13954         encodings of MIME-encoded words, in order to improve
13955         interoperability with several broken MUAs.
13956
13957 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13958
13959         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13960         tags, only when charsets are not specified in headers.
13961         (mm-inline-text-html-render-with-w3m): Ditto.
13962
13963         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13964         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13965
13966 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13967
13968         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13969         instead of MIME-decoded from fields when checking
13970         `gnus-article-address-banner-alist'.
13971
13972 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13973
13974         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13975         description rather than subject.
13976
13977 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13978
13979         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13980
13981 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13982
13983         * gnus.el (gnus-version-number): Bump.
13984
13985 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13986
13987         * gnus.el: No Gnus v0.2 is released.
13988
13989 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13990
13991         * gnus-agent.el (gnus-agent-read-agentview): Inline
13992         gnus-uncompress-range.
13993
13994 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13995
13996         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13997         `exec-installed-p'.
13998
13999 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14000
14001         * gnus.el (spam-process, spam-autodetect-methods): Add
14002         bsfilter and bsfilter-headers.
14003
14004         * spam.el (spam-bsfilter): New customize group.
14005         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14006         (spam-bsfilter-header, spam-bsfilter-probability-header)
14007         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14008         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14009         (spam-bsfilter-database-directory): New options.
14010         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14011         (spam-list-of-statistical-checks, spam-registration-functions):
14012         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14013         (spam-bsfilter-score): New command.
14014         (spam-check-bsfilter-headers, spam-check-bsfilter)
14015         (spam-bsfilter-register-with-bsfilter)
14016         (spam-bsfilter-register-spam-routine)
14017         (spam-bsfilter-unregister-spam-routine)
14018         (spam-bsfilter-register-ham-routine)
14019         (spam-bsfilter-unregister-ham-routine): New functions.
14020         (spam-generic-score): Support bsfilter; Accept an optional argument
14021         to recalcurate spam score even if scoring header has already been
14022         added.
14023         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14024         optional argument to recalcurate spam score even if scoring header
14025         has already been added.
14026
14027 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14028
14029         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14030         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14031         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14032         link is missing.
14033
14034 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14035
14036         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14037         (html2text-get-attr): Rewrite.
14038
14039         * message.el (message-setup-1): Remove redundant put-text-property
14040         on mail-header-separator.
14041
14042 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14043
14044         * gnus-registry.el (gnus-registry-cache-whitespace)
14045         (gnus-registry-action, gnus-registry-spool-action)
14046         (gnus-registry-split-fancy-with-parent): Change message levels
14047         from 5 to 3 or 7, as needed.
14048
14049         * spam.el (spam-summary-prepare-exit)
14050         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14051         (spam-split, spam-find-spam, spam-log-undo-registration)
14052         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14053         level from 5 to 6.
14054
14055 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14058         2004-03-04 change).
14059
14060 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14061
14062         * sieve-manage.el (sieve-manage-open):
14063         * nnweb.el (nnweb-insert-html):
14064         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14065         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14066         * nnspool.el (nnspool-request-group):
14067         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14068         * nnml.el (nnml-request-update-info):
14069         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14070         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14071         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14072         (nnimap-request-set-mark):
14073         * nnfolder.el (nnfolder-request-update-info):
14074         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14075         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14076         * gnus-uu.el (gnus-uu-find-articles-matching):
14077         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14078         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14079         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14080         * gnus-nocem.el (gnus-nocem-scan-groups):
14081         * gnus-int.el (gnus-start-news-server):
14082         * gnus-group.el (gnus-group-make-kiboze-group)
14083         (gnus-group-browse-foreign-server):
14084         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14085         Use mapc when appropriate.
14086
14087 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14088
14089         FIXME: Make separate entries for each person.
14090
14091         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14092         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14093         <shields@msrl.com>:
14094
14095         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14096         may need for spam sorting and scoring.
14097         (spam-user-format-function-S): Add user format function suitable for
14098         general use.
14099         (spam-article-sort-by-spam-status): Add sorting function for summary
14100         sorting.
14101         (spam-extra-header-to-number): Add function to get a score from a
14102         header.
14103         (spam-summary-score): Add function to get a numeric score from the
14104         headers.
14105         (spam-generic-score): Fix function doc, was in wrong place.
14106         (spam-initialize): Take symbols when it's run, and install the
14107         extra headers that spam-necessary-extra-headers thinks we need.
14108
14109 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14110
14111         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14112         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14113
14114 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14115
14116         * gnus-sum.el (gnus-set-global-variables)
14117         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14118         (gnus-article-get-xrefs, gnus-summary-best-group)
14119         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14120         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14121         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14122         Use with-current-buffer.
14123
14124 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14125
14126         * spam.el (spam-summary-prepare-exit): Simplify logic.
14127         (spam-fetch-article-header): Read the article header if it's not
14128         available.
14129         (spam-list-articles): Simplify logic.
14130         (spam-filelist-register-routine): Fix bug with unregister-list.
14131
14132         * gnus-registry.el: Fix comments at beginning.
14133
14134 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14135
14136         * message.el (message-cater-to-broken-inn): Remove.
14137         (message-shorten-references): Make sure the total folded length of
14138         References is shorter than 998 characters to cater to a bug in INN
14139         2.3.  Also, don't pretend that references aren't folded -- this
14140         hasn't worked for a while.
14141
14142 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14143
14144         * gnus-agent.el (gnus-agentize):
14145         gnus-agent-send-mail-real-function no longer set to current value
14146         of message-send-mail-function but rather a lambda that calls
14147         message-send-mail-function.  The change makes the agent real-time
14148         responsive to user changes to message-send-mail-function.
14149
14150 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14151
14152         * legacy-gnus-agent.el
14153         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14154         help from Florian Weimer <fw@deneb.enyo.de>
14155
14156 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * nnmail.el (nnmail-cache-insert): Revert last change.
14159
14160 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * nnmail.el (nnmail-cache-insert): Always check whether
14163         nnmail-cache-ignore-groups matches a group name.
14164
14165 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14166
14167         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14168         (spam-find-spam, spam-log-processing-to-registry)
14169         (spam-log-registered-p, spam-log-unregistration-needed-p)
14170         (spam-log-undo-registration): Use gnus-message instead of
14171         gnus-error, none of these errors are fatal.
14172
14173         * gnus-registry.el (gnus-registry-clean-empty-function)
14174         (gnus-registry-clean-empty): Remove only empty entries without
14175         extra data.
14176
14177 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14178
14179         * spam-stat.el (spam-stat-buffer-change-to-spam)
14180         (spam-stat-buffer-change-to-non-spam): Change (error) to
14181         (gnus-message 8) invocation.
14182
14183 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * nntp.el (nntp-via-netcat-command): New variable.
14186         (nntp-via-netcat-switches): New variable.
14187         (nntp-open-via-rlogin-and-netcat): New function.
14188         (nntp-open-connection-function): Doc fix.
14189         (nntp-telnet-command): Doc fix.
14190         (nntp-end-of-line): Doc fix.
14191         (nntp-via-rlogin-command): Doc fix.
14192         (nntp-via-user-name): Doc fix.
14193         (nntp-via-address): Doc fix.
14194
14195 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14198         error in Emacs 21.1.
14199
14200 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14201
14202         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14203
14204 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14205
14206         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14207         (gnus-agent-with-refreshed-group): New macro.
14208         (gnus-agent-rename-group): New function.
14209         (gnus-agent-delete-group): New function.
14210         (gnus-agent-save-group-info): Use gnus-command-method when
14211         `method' parameter is nil.  Don't write nil entries into the
14212         active file.
14213         (gnus-agent-get-group-info): New function.
14214         (gnus-agent-fetch-articles): Use
14215         gnus-agent-update-files-total-fetched-for to increment disk space
14216         used.
14217         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14218         gnus-agent-update-view-total-fetched-for to increment disk space
14219         used.
14220         (gnus-agent-get-local): Added optional parameters to avoid calling
14221         gnus-group-real-name and gnus-find-method-for-group.
14222         (gnus-agent-set-local): Delete stored entry if either min, or max,
14223         are nil.
14224         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14225         quit, use gnus-agent-regenerate-group to record existance of any
14226         articles fetched to disk before the quit occurred.
14227         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14228         gnus-agent-update-view-total-fetched-for, and
14229         gnus-agent-update-files-total-fetched-for to decrement disk space
14230         used.
14231         (gnus-agent-retrieve-headers): Use
14232         gnus-agent-update-view-total-fetched-for to increment disk space
14233         used.
14234         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14235         with gnus-agent-update-files-total-fetched-for to decrement disk
14236         space and fresh group buffer.
14237         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14238         (gnus-agent-need-update-total-fetched-for): New variable.
14239         (gnus-agent-update-files-total-fetched-for): New function.
14240         (gnus-agent-update-view-total-fetched-for): New function.
14241         (gnus-agent-total-fetched-for): New function.
14242
14243         * gnus-cache.el (gnus-cache-save-buffers): Use
14244         gnus-cache-update-overview-total-fetched-for to change disk space
14245         used by this group.
14246         (gnus-cache-possibly-enter-article): Use
14247         gnus-cache-update-file-total-fetched-for to increment disk space
14248         used by this group.
14249         (gnus-cache-possibly-remove-article): Use
14250         gnus-cache-update-file-total-fetched-for to decrement disk space
14251         used by this group.
14252         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14253         (gnus-cache-rename-group): New function.
14254         (gnus-cache-delete-group): New function.
14255         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14256         (gnus-cache-need-update-total-fetched-for): New variable.
14257         (gnus-cache-with-refreshed-group): New macro.
14258         (gnus-cache-update-file-total-fetched-for): New function.
14259         (gnus-cache-update-overview-total-fetched-for): New function.
14260         (gnus-cache-rename-group-total-fetched-for): New function.
14261         (gnus-cache-delete-group-total-fetched-for): New function.
14262         (gnus-cache-total-fetched-for): New function.
14263
14264         * gnus-group.el: Require gnus-sum and autoload functions to
14265         resolve warnings when gnus-group.el compiled alone.
14266         (gnus-group-line-format): Documented new %F.
14267         (size of Fetched data) group line format; identifies disk space
14268         used by agent and cache.
14269         (gnus-group-line-format-alist): Defined new F format.
14270         (gnus-total-fetched-for): New function.
14271         (gnus-group-delete-group): No longer update
14272         gnus-cache-active-altered as gnus-request-delete-group now keeps
14273         the cache in sync.
14274         (gnus-group-list-active): Let the agent store a server's active
14275         list if currently plugged.
14276
14277         * gnus-int.el (gnus-request-delete-group):
14278         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14279         local disk in sync with the server.
14280         (gnus-request-rename-group):
14281         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14282         local disk in sync with the server.
14283
14284         * gnus-start.el (gnus-get-unread-articles):
14285         Cosmetic simplification to logic.
14286
14287         * gnus-util.el (gnus-rename-file): New function.
14288
14289 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14290
14291         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14292
14293 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14294
14295         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14296         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14297
14298 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14299
14300         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14301         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14302
14303 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14304
14305         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14306
14307 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14308
14309         * spam.el (spam-set-difference): Add function to replace
14310         gnus-set-difference in spam.el.
14311         (spam-summary-prepare-exit): Use spam-set-difference.
14312
14313 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14314
14315         * gnus-registry.el (gnus-registry-cache-file): Update to use
14316         gnus-dribble-directory OR gnus-home-directory OR ~.
14317         (gnus-registry-split-fancy-with-parent): Fix doc.
14318
14319 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * message.el (message-exchange-point-and-mark): Use
14322         message-mark-active-p.  Suggested by Jesper Harder
14323         <harder@ifa.au.dk>.
14324
14325 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * message.el (message-exchange-point-and-mark): Don't activate
14328         region if it was inactive.  Suggested by Hiroshi Fujishima
14329         <pooh@nature.tsukuba.ac.jp>.
14330
14331 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * gnus-art.el (article-display-face): Display Faces in the same
14334         order as X-Faces.
14335
14336 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14339
14340 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14343         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14344         (gnus-article-mime-hierarchy): Remove.
14345         (gnus-article-mime-hierarchy-next): Remove.
14346         (gnus-article-mode): Revert 2004-03-19 change.
14347         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14348         (gnus-insert-mime-button): Revert 2004-03-19 change.
14349         (gnus-mime-accumulate-hierarchy): Remove.
14350         (gnus-mime-enter-multipart): Remove.
14351         (gnus-mime-leave-multipart): Remove.
14352         (gnus-mime-display-part): Revert 2004-03-19 change.
14353         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14354
14355         * mml.el (mml-preview): Revert 2004-03-19 change.
14356
14357 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14358
14359         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14360
14361 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14364         t while entering a file name using the mm-with-multibyte macro.
14365         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14366
14367         * mm-util.el (mm-with-multibyte): New macro.
14368
14369 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14372         user option.
14373         (gnus-mime-multipart-functions): Doc and customization fix.
14374         (gnus-article-mime-hierarchy): New variable.
14375         (gnus-article-mime-hierarchy-next): New variable.
14376         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14377         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14378         gnus-article-mime-hierarchy-next to nil.
14379         (gnus-insert-mime-button): Show hierarchy numbers.
14380         (gnus-mime-accumulate-hierarchy): New function.
14381         (gnus-mime-enter-multipart): New function.
14382         (gnus-mime-leave-multipart): New function.
14383         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14384         (gnus-mime-display-alternative): Show hierarchy numbers.
14385
14386         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14387         gnus-article-mime-hierarchy-next to nil.
14388
14389 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14390
14391         * dns.el: Don't require gnus-xmas.
14392
14393 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14394
14395         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14396         inline PGP.
14397         (mml-menu): Disable mml-quote-region if mark is inactive.
14398
14399 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14402         when the group's active is not available.
14403
14404 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14407         error.
14408
14409 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14410
14411         * imap.el (imap-store-password): New variable.
14412         (imap-interactive-login): Use it.
14413         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14414
14415 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14418         window-start and hscroll to summary window.
14419
14420 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14421
14422         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14423         conversion message to newsrc-dribble when an actual conversion is
14424         performed.
14425
14426 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14427
14428         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14429
14430 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * mm-decode.el (mm-complicated-handles): New function reviving
14433         former definition of mm-multiple-handles.
14434
14435         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14436         (gnus-mime-delete-part): Use it.
14437
14438 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14439
14440         * gnus-agent.el (gnus-agent-read-local): Bind
14441         nnheader-file-coding-system to gnus-agent-file-coding-system to
14442         avoid the implicit assumption that they will always be equal.
14443         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14444         coding-system-for-write, as the with-temp-file macro first prints
14445         to a buffer then saves the buffer.
14446
14447 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * gnus-art.el (gnus-article-edit-part): New function.
14450         (gnus-mime-save-part-and-strip): Use it; do query instead of
14451         signaling an error; don't use mm-multiple-handles.
14452         (gnus-mime-delete-part): Ditto.
14453
14454 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14455
14456         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14457         old file versions.
14458         (gnus-group-prepare-hook): Removed function that converted list
14459         form of gnus-agent-expire-days to group properties.
14460
14461         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14462         (gnus-request-accept-article): Re-indented.
14463
14464         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14465         converters to handle old agent file formats.  Added logic for a
14466         "backup before upgrading warning".
14467         (gnus-convert-mark-converter-prompt): Developers can mark
14468         functions as needing (default), or not needing,
14469         gnus-convert-old-newsrc's "backup before upgrading warning".
14470         (gnus-convert-converter-needs-prompt): Tests whether the user
14471         should be protected from potentially irreversable changes by the
14472         function.
14473
14474         * legacy-gnus-agent.el: New.  Provides converters that are only
14475         loaded when gnus-convert-old-newsrc needs to call them.
14476
14477 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * mail-source.el (mail-source-touch-pop): Doc fix.
14480
14481         * message.el (message-smtpmail-send-it): Doc fix.
14482
14483 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14484
14485         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14486
14487         * nnmail.el (nnmail-split-fancy): do.
14488
14489         * gnus-kill.el (gnus-kill, gnus-execute): do.
14490
14491 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14492
14493         * gnus-sum.el (gnus-widget-reversible-match)
14494         (gnus-widget-reversible-to-internal)
14495         (gnus-widget-reversible-to-external): New functions.
14496         (gnus-widget-reversible): New widget.
14497         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14498
14499 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14500
14501         * gnus-sum.el (gnus-thread-sort-functions)
14502         (gnus-article-sort-functions): Document `(not F)' items.
14503
14504 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14505
14506         * spam.el (spam-use-gmane-xref): Add new backend.
14507         (spam-gmane-xref-spam-group): Add variable to control the name of the
14508         Gmane spam group.
14509         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14510         (spam-regex-headers-spam, spam-regex-headers-ham)
14511         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14512         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14513         backends and checks.
14514         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14515
14516         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14517         an autodetect method.
14518
14519 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14520
14521         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14522         articles are being added to a group.
14523         (gnus-request-replace-article): Inform the agent that articles
14524         need to be uncached as the cached contents are no longer valid.
14525
14526 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * binhex.el: Don't autoload executable-find.
14529
14530         * canlock.el: Don't autoload mail-fetch-field.
14531
14532         * dgnushack.el: Autoload c-mode for XEmacs.
14533
14534         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14535
14536         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14537         rmail-dont-reply-to and rmail-output.
14538
14539         * gnus-score.el: Don't autoload ffap-string-at-point.
14540
14541         * gnus-setup.el: Don't autoload sc-cite-original.
14542
14543         * imap.el: Don't autoload base64-decode-string,
14544         base64-encode-string and md5.
14545
14546         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14547         and rmail-msg-restore-non-pruned-header.
14548
14549         * mm-decode.el: Don't autoload executable-find.
14550
14551         * mm-url.el: Don't autoload executable-find.
14552
14553         * mm-view.el: Don't autoload diff-mode.
14554
14555         * nndb.el: Don't autoload news-reply-mode, news-setup,
14556         cancel-timer and telnet.
14557
14558         * password.el: Don't autoload run-at-time for Emacs.
14559
14560         * sha1-el.el: Don't autoload executable-find.
14561
14562         * sieve-mode.el: Don't autoload c-mode.
14563
14564         * uudecode.el: Don't autoload executable-find.
14565
14566 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14567
14568         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14569         (gnus-agent-possibly-alter-active): Avoid null in numeric
14570         comparison.
14571         (gnus-agent-set-local): Refuse to save null in local object table.
14572         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14573         list of articles that will be marked as unread.
14574
14575 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14578
14579 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14580
14581         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14582         language tags.
14583
14584 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14585
14586         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14587         Don't bind "obarray".
14588
14589         * gnus-sum.el (gnus-thread-sort-functions): Added
14590         `gnus-thread-sort-by-most-recent-number' and
14591         `gnus-thread-sort-by-most-recent-date'.
14592         Reported by Kai Grossjohann <kai@emptydomain.de>.
14593
14594 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14597
14598 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14599
14600         * gnus-cus.el (gnus-agent-customize-category): Removed
14601         ignore-errors macro reference that required cl to be loaded at
14602         run-time.
14603
14604         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14605         single-interval range of the form (min . max).  Previously the
14606         range had to look like ((min . max)).  Likewise, return
14607         (min . max) rather than ((min . max)).
14608         (gnus-range-map): Use gnus-range-normalize to accept
14609         single-interval range.
14610
14611         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14612         the cache, but not the agent, now appear with their usual face.
14613
14614         * dgnushack.el (loaddir): New variable that is bound to the
14615         directory containing the dgnushack.el file. Use loaddir, rather
14616         than srcdir, to update load-path. Change lets dgnushack compile
14617         code in directories other than GNUS/lisp.
14618
14619 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * lpath.el: Don't bind w3m-safe-url-regexp.
14622
14623         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14624         w3m-safe-url-regexp variable buffer-local.
14625
14626         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14627
14628 2004-02-27  Simon Josefsson  <jas@extundo.com>
14629
14630         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14631         gnus-group-real-prefix.
14632         (gnus-summary-move-article): Use it, instead of
14633         gnus-group-real-prefix.
14634
14635 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * lpath.el: Bind w3m-safe-url-regexp.
14638
14639         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14640         w3m-safe-url-regexp variable buffer-local and set it as the value
14641         of mm-w3m-safe-url-regexp.
14642
14643         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14644
14645         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14646         parsing gnus-posting-styles when the message is not for replying.
14647
14648         * dgnushack.el: Autoload sgml-mode for XEmacs.
14649
14650         * nnrss.el (nnrss-opml-export): Use
14651         mm-set-buffer-file-coding-system instead of
14652         set-buffer-file-coding-system.
14653
14654 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14655
14656         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14657         of checkdoc.el).
14658         * nnrss.el: do.
14659         * gnus-mlspl.el: do.
14660         * gnus-ml.el: do.
14661         * gnus-srvr.el: do.
14662
14663         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14664
14665 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14666
14667         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14668         Corrections to custom-manual links.
14669
14670         * gnus-art.el (gnus-article): Ditto.
14671
14672         * mm-decode.el (mime-display, mime-security): Ditto.
14673
14674 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14675
14676         * flow-fill.el: Typo.
14677
14678 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14679
14680         * spam-wash.el: New file.
14681
14682 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14683
14684         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14685
14686 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14687
14688         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14689         to be run with new-articles as LIST1, not LIST2.
14690         (spam-registration-functions): Add spam-use-ham-copy as a nil
14691         registration backend.
14692
14693 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14694
14695         * spam-stat.el (spam-stat-washing-hook): New option.
14696         (spam-stat-buffer-words): Use it.
14697         (spam-stat-process-directory, spam-stat-test-directory): Use
14698         insert-file-contents-literally.
14699         (spam-stat-coding-system): New variable.
14700         (spam-stat-load, spam-stat-save): Use it.
14701
14702 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * spam-report.el (spam-report-plug-agent): Quote
14705         spam-report-url-to-file and spam-report-url-ping-plain.
14706
14707 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14710         / in mailto URLs.
14711
14712 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14713
14714         * spam-report.el (spam-report-process-queue): Fix interactive use.
14715         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14716         (spam-report-unplug-agent): Doc fixes.
14717         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14718         (spam-report-agentize, spam-report-deagentize): Autoload.
14719
14720 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14723
14724         * message.el (message-setup-fill-variables): Add mml tags to
14725         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14726         <ajk@iu.edu>.
14727         (message-mode): Don't modify paragraph-separate there.
14728
14729 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * compface.el (uncompface-use-external): Default to undecided.
14732         (uncompface-use-external-threshold): New variable.
14733         (uncompface-float-time): New macro.
14734         (uncompface): Determine whether to use the external decoder if
14735         uncompface-use-external is undecided.
14736
14737 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14738
14739         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14740         after images.
14741
14742         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14743
14744 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14745
14746         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14747
14748         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14749
14750         * gnus-sum.el (gnus-summary-limit-to-age)
14751         (gnus-summary-limit-children): do.
14752
14753         * gnus-int.el (gnus-request-scan): do.
14754
14755         * gnus-group.el (gnus-group-suspend): do.
14756
14757         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14758
14759         * gnus-cite.el (gnus-cite-parse-attributions): do.
14760
14761         * gnus-agent.el (gnus-summary-set-agent-mark)
14762         (gnus-agent-regenerate-group): do.
14763
14764         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14765
14766         * binhex.el (binhex-decode-region-internal): do.
14767
14768 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * gnus-fun.el (gnus-face-properties-alist): New user option.
14771         (gnus-display-x-face-in-from): Use it.
14772
14773         * gnus-art.el (article-display-face): Ditto.
14774
14775         * compface.el (uncompface-use-external): Default to nil.
14776
14777 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14778
14779         * nntp.el (nntp-erase-buffer): New function.
14780         (nntp-retrieve-data, nntp-send-command)
14781         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14782         (nntp-possibly-change-group): Use it.
14783
14784         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14785         with-current-buffer.
14786
14787 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14788
14789         * compface.el: Merge the ELisp-based uncompface program.
14790         (compface): New customization group.
14791         (uncompface-use-external): New user option.
14792         (uncompface): Call uncompface-internal if uncompface-use-external
14793         is nil.
14794         (uncompface-internal): New function.  Note that there are also
14795         some other functions and variables added for this function.
14796
14797 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14798
14799         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14800         if necessary.
14801
14802 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14803
14804         * spam-report.el (spam-report-unplug-agent)
14805         (spam-report-plug-agent, spam-report-deagentize)
14806         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14807         Add support for the Agent in spam-report: when unplugged, report to a
14808         file; when plugged, submit all the requests.
14809
14810         * spam.el (spam-register-routine): Fix message about
14811         registration.
14812
14813 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14814
14815         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14816         dependencies.
14817         (rfc2047-encode): Use it.
14818
14819         * gnus-art.el (gnus-button-marker-list): Move before first
14820         reference.
14821
14822         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14823         (imap-parse-body): Fix format string mismatch.
14824
14825         * gnus-score.el (gnus-summary-increase-score): do.
14826
14827         * nnrss.el (nnrss-close): New function.
14828
14829 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14830
14831         * nnrss.el (nnrss-make-filename): New function.
14832         (nnrss-request-delete-group, nnrss-read-server-data)
14833         (nnrss-save-server-data, nnrss-read-group-data)
14834         (nnrss-save-group-data): Use it.
14835         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14836         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14837         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14838
14839 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14840
14841         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14842
14843 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14844
14845         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14846         files.
14847
14848         * message.el (message-generate-headers-first): Don't quote nil
14849         and t in docstrings.
14850
14851         * imap.el (imap-id): do.
14852
14853         * gnus-agent.el (gnus-agent-consider-all-articles)
14854         (gnus-agent-queue-mail): do.
14855
14856 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * spam-report.el (spam-report-process-queue): New function.
14859         Process requests from `spam-report-requests-file'.
14860         (spam-report-process-queue): Doc fix.
14861
14862 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14863
14864         * spam.el (spam-register-routine)
14865         (spam-log-processing-to-registry, spam-log-registered-p)
14866         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14867         Change "check" to "spam-check" for semi-clarity.
14868
14869 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14870
14871         * pop3.el: Require nnheader.
14872
14873         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14874
14875         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14876
14877         * gnus-picon.el: Require cl.
14878
14879         * gnus-fun.el: Require gnus-ems and gnus-util.
14880
14881         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14882
14883         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14884
14885         * gnus-art.el (gnus-article-edit-mode): Define before first
14886         reference.
14887
14888 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14889
14890         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14891         (gnus-uu-post-encoded): Use point-at-bol.
14892
14893         * gnus-topic.el (gnus-group-active-topic-p): do.
14894
14895         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14896
14897         * gnus-group.el (gnus-group-kill-region): do.
14898
14899         * gnus-art.el (article-date-ut): do.
14900
14901         * message.el (message-fetch-field): Remove redundant
14902         case-fold-search binding.
14903         (message-narrow-to-field): Simplify.
14904
14905 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * spam.el (spam-directory): Derive from `gnus-directory'.
14908
14909         * spam-report.el (spam-report-url-to-file)
14910         (spam-report-requests-file): New function and variable for offline
14911         reporting.
14912         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14913         and user defined function.
14914         (spam-report-url-ping-mm-url): Remove doubled slash.
14915
14916 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14917
14918         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14919
14920 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14921
14922         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14923         format string mismatch.
14924
14925         * sieve.el (sieve-deactivate-all): do.
14926
14927         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14928
14929         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14930
14931         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14932
14933         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14934
14935 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14936
14937         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14938         the list of checks.
14939
14940 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14941
14942         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14943         padding.
14944
14945 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14946
14947         * mm-view.el (mm-fill-flowed): New variable.
14948         (mm-inline-text): Use it.
14949
14950 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14951
14952         * spam.el (spam-spamassassin-register-ham-routine)
14953         (spam-spamassassin-register-spam-routine): Fix function names.
14954
14955 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14956
14957         * gnus.el (gnus-tmp-grouplens): Remove.
14958         (gnus-summary-line-format): Remove grouplens.
14959
14960         * gnus-group.el (gnus-group-line-format): Ditto.
14961
14962         * gnus-spec.el (gnus-format-specs): Ditto.
14963         (gnus-update-format-specifications): Flush the group format spec
14964         cache if there's the grouplens stuff.
14965         (gnus-parse-simple-format): Replace %l with the empty string.
14966
14967 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14968
14969         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14970         omission.
14971
14972 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14975         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14976
14977 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14978
14979         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14980         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14981         New macros and functions.
14982         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14983         Handle > NLINK_MAX messages.
14984         * nnmaildir.el (nnmaildir-request-set-mark): Use
14985         nnmaildir--emlink-p and nnmaildir--eexist-p.
14986
14987 2004-01-25  Alex Schroeder  <alex@gnu.org>
14988
14989         * spam-stat.el (spam-stat-process-directory-age): New option.
14990         (spam-stat-process-directory): Use it.
14991
14992 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14993
14994         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14995         (spam-stat-save): Accept prefix argument.
14996
14997 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14998
14999         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15000         links" error.
15001
15002 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15005         the rest of the and/or forms.
15006
15007 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15008
15009         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15010         compatibility with old .newsrc.eld files.
15011
15012         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15013
15014         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15015
15016         * gnus-start.el (gnus-1): do.
15017
15018         * gnus-group.el (gnus-group-line-format-alist): do.
15019
15020         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15021
15022         * gnus-gl.el: Remove.
15023
15024 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15025
15026         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15027         marks consisting of a single range {for example, (3 . 5)} rather
15028         than a list of a single range { ((3 . 5)) }.
15029
15030 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15031
15032         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15033         with-current-buffer.
15034         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15035         avoid consing a string.
15036
15037         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15038         Remove obsolete entries for big5 and gb2312.
15039
15040 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15041
15042         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15043         uncompressed list.
15044
15045 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15046
15047         * spam-stat.el (spam-stat-strip-xref): New function.
15048         (spam-stat-process-directory): Use it.
15049
15050         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15051         here -- it's done in message-fetch-field.
15052
15053 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15054
15055         * gnus-agent.el (gnus-agent-queue-mail)
15056         (gnus-agent-prompt-send-queue): New variables.
15057         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15058         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15059         "nndraft:queue" along to gnus-draft-send.  Use
15060         gnus-agent-prompt-send-queue.
15061         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15062         is "nndraft:queue".  Suggested by Gaute Strokkenes
15063         <gs234@srcf.ucam.org>
15064
15065         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15066         (agent-enable-undownloaded-faces): Added.
15067         (gnus-agent-cat-groups): Use eval-and-compile, not
15068         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15069         method of gnus-agent-cat-groups even when the buffer has been
15070         evaled.
15071         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15072         delete gnus-agent-save-active-1.
15073         (gnus-agent-save-groups): Deleted.  Identical to
15074         gnus-agent-save-active.
15075         (gnus-agent-write-active): No longer adjust agent's copy of active
15076         file as agent's adjustments are now stored in their own
15077         file.  Removed optional parameter.
15078         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15079         servers.  Add use of min/max range limits from server's local
15080         file.
15081         (gnus-agent-save-alist): Removed unused optional argument.
15082         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15083         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15084         (gnus-agent-set-local): A per-server file that keeps min/max range
15085         limits for articles known to the agent.  Provides a fast mechanism
15086         for altering many active ranges.
15087         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15088         active file (local makes it unnecessary).
15089         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15090
15091         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15092         (agent-enable-undownloaded-faces): Added.
15093
15094         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15095         disable it when sending to "nndraft:queue".
15096         (gnus-group-send-queue): Add safety check to avoid sending queue
15097         when unplugged.
15098
15099         * gnus-group.el (gnus-group-catchup): Use new
15100         gnus-sequence-of-unread-articles, not
15101         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15102         numbers of articles.  Use gnus-range-map to avoid having to
15103         uncompress the unread list.
15104         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15105         Fixed invalid ange-ftp reference.
15106
15107         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15108         (gnus-sorted-range-intersection): Intersection of two ranges
15109         without requiring that they first be uncompressed.
15110
15111         * gnus-start.el (gnus-activate-group): Unless blocked by the
15112         caller, possibly expand the active range to include both cached
15113         and agentized articles.
15114         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15115         multiple version-dependent converters.
15116         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15117         gnus-agent-save-active.
15118         (gnus-save-newsrc-file): Save dirty agent range limits.
15119
15120         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15121         gnus-agent-possibly-alter-active.
15122         (gnus-adjust-marked-articles): Faster handling of simple lists.
15123
15124 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15125
15126         * spam-stat.el (spam-stat-test-directory): New optional argument
15127         displays a list of files detected.  Suggested by Andrew Cohen
15128         <cohen@andy.bu.edu>.
15129         (spam-stat-buffer-words-with-scores): Don't narrow and change
15130         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15131
15132 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15133
15134         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15135         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15136         (spam-spamassassin-arguments)
15137         (spam-spamassassin-spam-flag-header)
15138         (spam-spamassassin-positive-spam-flag-header)
15139         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15140         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15141         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15142         (spam-list-of-processors, spam-list-of-checks)
15143         (spam-list-of-statistical-checks, spam-registration-functions)
15144         (spam-check-spamassassin-headers, spam-check-spamassassin)
15145         (spam-spamassassin-score)
15146         (spam-spamassassin-register-with-sa-learn)
15147         (spam-spamassassin-register-spam-routine)
15148         (spam-spamassassin-register-ham-routine)
15149         (spam-assassin-register-spam-routine)
15150         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15151         (spam-bogofilter-score): Fix to show article before scoring.
15152
15153 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15154
15155         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15156         default scoring function.
15157         (spam-generic-score): Call spam-spamassassin-score if
15158         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15159         spam-bogofilter-score otherwise.
15160
15161         * gnus.el (spam-process, spam-autodetect-methods): Add
15162         spamassassin and spamassassin-headers.
15163
15164 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15165
15166         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15167         Suppress unnecessary messages.
15168
15169 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15170
15171         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15172         make-hash-table.
15173
15174 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * canlock.el (base64-encode-string): Don't autoload it.
15177
15178 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * run-at-time.el: Remove useless (require 'itimer),
15181         eval-and-compile and (featurep 'xemacs).
15182
15183 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15184
15185         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15186         GROUP is a virtual group.
15187
15188 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15189
15190         * gnus.el: Autoload `message-y-or-n-p'.
15191
15192 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15193
15194         * pgg-parse.el: Remove unnecessary (require 'custom).
15195
15196         * pgg-def.el: do.
15197
15198         * nnmail.el: do.
15199
15200         * gnus-undo.el: do.
15201
15202         * gnus-picon.el: do.
15203
15204         * gnus-util.el: do.
15205
15206 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15207
15208         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15209
15210 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15213         handle, as well as a list.
15214
15215         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15216         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15217         (mm-w3m-cid-retrieve): Simplify.
15218
15219 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15220
15221         * message.el (message-kill-to-signature): Allow prefix arg to
15222         specify number of lines to keep before signature.
15223
15224 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15225
15226         * message.el (message-kill-to-signature): Change docstring.
15227
15228 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * canlock.el: Always require sha1-el.
15231         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15232
15233         * message.el: Autoload sha1 only when compiling.
15234
15235         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15236         eudc-expand-inline for XEmacs.
15237
15238 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * message.el (message-canlock-generate): Require sha1-el.
15241
15242 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15243
15244         * message.el (message-expand-name): Silence the byte compiler.
15245
15246         * lpath.el: Add detect-coding-system.
15247
15248         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15249         cus-edit.
15250
15251 2004-01-13  Simon Josefsson  <jas@extundo.com>
15252
15253         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15254         Invoke gnus-score-mode.  Reported by
15255         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15256
15257         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15258         Jim Blandy <jimb@redhat.com> (tiny change).
15259
15260 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15261
15262         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15263
15264 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15265
15266         * spam.el (spam-get-article-as-string): Update to use
15267         gnus-request-article-this-buffer, much simpler.
15268         (spam-get-article-as-buffer): Remove.
15269
15270 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15271
15272         * message.el (message-expand-name): Use EUDC if the user uses that.
15273
15274 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15275
15276         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15277         character for the encoding to avoid consing a string.
15278
15279         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15280         unnecessarily.
15281
15282         * mm-util.el (mm-replace-chars-in-string): Remove.
15283
15284         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15285         of mm-replace-chars-in-string.
15286
15287 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15288
15289         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15290
15291         * mm-util.el (mm-subst-char-in-string): Support inplace.
15292
15293         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15294         a new string in every iteration.  Use shy groups.
15295
15296 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15297
15298         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15299         * gnus-soup.el (gnus-soup-group-brew):
15300         * gnus-msg.el (gnus-put-message):
15301         * gnus-move.el (gnus-group-move-group-to-server):
15302         * gnus-kill.el (gnus-batch-score):
15303         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15304         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15305         (gnus-group-update-group, gnus-group-read-group)
15306         (gnus-group-make-group, gnus-group-make-help-group)
15307         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15308         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15309         (gnus-group-sort-by-unread, gnus-group-catchup)
15310         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15311         (gnus-group-yank-group, gnus-group-set-info)
15312         (gnus-group-list-groups):
15313         * gnus.el (gnus-generate-new-group-name):
15314         * gnus-delay.el (gnus-delay-send-queue):
15315         * nnvirtual.el (nnvirtual-catchup-group):
15316         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15317         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15318         (gnus-group-prepare-topics, gnus-topic-check-topology):
15319         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15320         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15321         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15322         (gnus-group-make-articles-read):
15323         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15324         (gnus-group-change-level, gnus-kill-newsgroup)
15325         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15326         (gnus-get-unread-articles, gnus-make-articles-unread)
15327         (gnus-make-ascending-articles-unread): Use accessor
15328         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15329         to get group information for improved readability.
15330
15331
15332 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15333
15334         * gnus-art.el (article-decode-mime-words, article-babel)
15335         (gnus-article-highlight-signature, gnus-article-add-buttons)
15336         (gnus-signature-toggle): Use gnus-with-article-buffer.
15337
15338         * gnus-art.el (gnus-article-highlight-headers)
15339         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15340
15341         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15342         (gnus-article-set-globals, gnus-request-article-this-buffer)
15343         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15344         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15345         (gnus-mime-display-alternative): Use with-current-buffer.
15346
15347 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15348
15349         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15350         also under 80 char limit, and call gnus-error if needed.
15351         (spam-fetch-article-header): Fix - it was a
15352         buffer-local variable (gnus-newsgroup-data).
15353         (spam-find-spam): Use spam-generate-fake-headers, forget about
15354         spam-insert-fake-headers.
15355         (spam-insert-fake-headers): Remove.
15356
15357 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15358
15359         * deuglify.el (gnus-article-outlook-unwrap-lines)
15360         (gnus-outlook-rearrange-article)
15361         (gnus-outlook-repair-attribution-outlook)
15362         (gnus-outlook-repair-attribution-block)
15363         (gnus-outlook-repair-attribution-other): Remove redundant
15364         save-excursion.
15365
15366 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15367
15368         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15369         (spam-fetch-field-subject-fast)
15370         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15371         (spam-fetch-article-header): Add functions to deal with Gnus
15372         internals for fast retrieval of article header data.
15373         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15374
15375 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15376
15377         * pop3.el (pop3-md5): Remove.
15378         (pop3-apop): Replace pop3-md5 with md5.
15379
15380         * mm-bodies.el: base64 is always built-in.
15381
15382         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15383         with-current-buffer.
15384
15385 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * canlock.el (canlock-insert-header): Remove excessive grouping in
15388         regexp.
15389
15390         * gnus-sum.el (gnus-summary-read-document): Ditto.
15391
15392         * gnus-uu.el (gnus-uu-part-number): Ditto.
15393
15394         * html2text.el (html2text-remove-tags): Ditto.
15395         (html2text-format-tags): Ditto.
15396         (html2text-format-single-elements): Ditto.
15397
15398         * mml.el (mml-parse-1): Ditto.
15399
15400 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15401
15402         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15403
15404         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15405
15406         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15407
15408         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15409
15410 2003-11-15  Simon Josefsson  <jas@extundo.com>
15411
15412         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15413         (pgg-gpg-lookup-key): Use regexp match instead of
15414         split-string (split-string is different between emacs 21.2 and
15415         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15416
15417 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15418
15419         * gnus-art.el (gnus-mime-view-all-parts)
15420         (gnus-article-part-wrapper, gnus-article-view-part): Use
15421         with-current-buffer.
15422
15423 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15424
15425         * spam.el (spam-disable-spam-split-during-ham-respool)
15426         (spam-spamoracle-database, spam-cache-lookups)
15427         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15428         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15429         (spam-group-ham-marks, spam-group-spam-marks)
15430         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15431         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15432         also add spam-use-blackholes to the statistical checks.
15433         (spam-fetch-field-fast): Add interface to fetching fields, may
15434         become a macro.
15435         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15436         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15437         (spam-insert-fake-headers): Fake an article when needed.
15438         (spam-find-spam): Fake article when possible.
15439         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15440         (spam-check-bogofilter-headers): Use message-fetch-field instead
15441         of nnmail-fetch-field.
15442
15443 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15444
15445         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15446
15447 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15448
15449         * spam.el (spam-split): Do not require spam-use-CHECK to be
15450         enabled if that check is passed to spam-split explicitly; also
15451         fix so 'spam doesn't get converted to spam-split-group when
15452         spam-split-symbolic-return is t.
15453         (spam-find-spam): Find registrations of the article and use those
15454         instead of re-running spam-split to find the spam/ham
15455         classification of the article.
15456         (spam-log-processing-to-registry, spam-log-registered-p)
15457         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15458         Use gnus-error instead of gnus-message.
15459         (spam-log-registration-type): Add function to determine the
15460         classification of a message based on registry entries; will
15461         return nil if both 'spam and 'ham are found.
15462         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15463         a reasonably fast local cache without the loading errors.
15464         (spam-cache-lookups): Set to t by default.
15465         (spam-find-spam): Don't try to guess spam-cache-lookups.
15466         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15467         spam-caches entry.
15468         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15469         caching of whitelist/blacklist entries.
15470         (spam-check-whitelist, spam-check-blacklist): Invoke
15471         spam-from-listed-p with a type, not a cache variable.
15472         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15473
15474 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15475
15476         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15477
15478         * nnmail.el (nnmail-split-fancy): do.
15479
15480         * mml.el (mml-parse): do.
15481
15482         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15483         (gnus-score-adaptive): do.
15484
15485 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15488         (gnus-mime-button-map): Don't set keymap parent.
15489         (gnus-button-ctan-directory-regexp): Use shy grouping.
15490         (gnus-prev-page-map): Don't set keymap parent.
15491         (gnus-prev-page-map): Remove duplicated one.
15492         (gnus-next-page-map): Don't set keymap parent.
15493         (gnus-mime-security-button-map): Ditto.
15494
15495         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15496         version number.
15497
15498         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15499
15500 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * canlock.el (canlock-sha1-function): Remove.
15503         (canlock-sha1-function-for-verify): Remove.
15504         (canlock-openssl-program): Remove.
15505         (canlock-openssl-args): Remove.
15506         (canlock-ignore-errors): Remove.
15507         (canlock-sha1-with-openssl): Remove.
15508         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15509         (canlock-verify): Don't use canlock-ignore-errors.
15510
15511         * sha1-el.el (sha1-string-external): Make it can return a string
15512         in binary form.
15513         (sha1-region-external): Ditto.
15514         (sha1-string-internal): Ditto.
15515         (sha1-region-internal): Ditto.
15516         (sha1-region): Ditto.
15517         (sha1-string): Ditto.
15518         (sha1): Ditto.
15519
15520 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15521
15522         * spam.el (spam-report-articles-gmane): New command.
15523
15524 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15527
15528         * run-at-time.el (run-at-time-saved): Remove.
15529         (run-at-time): Doc fix.
15530
15531 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15532
15533         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15534         (gnus-summary-limit-map): Add it.
15535         (gnus-summary-make-menu-bar): do.
15536
15537 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15538
15539         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15540         Make attempt at some caching support (done for BBDB only now).
15541         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15542         addresses to be checked.
15543         (spam-clear-cache-BBDB): Add function, to be invoked by
15544         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15545         (spam-check-BBDB): Check and use the caches, if
15546         spam-cache-lookups is on, remove superfluous (provide).
15547
15548 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15549
15550         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15551
15552 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15553
15554         * run-at-time.el (run-at-time-saved): Move to after the definition
15555         of `run-at-time'.
15556
15557         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15558
15559 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15562         mm-w3m-local-map-property.
15563
15564         * mm-view.el (mm-w3m-mode-map): Remove.
15565         (mm-w3m-local-map-property): Remove.
15566         (mm-inline-text-html-render-with-w3m): Don't use
15567         mm-w3m-local-map-property.
15568
15569 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15570
15571         * run-at-time.el: New file.
15572
15573         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15574         under Emacs.
15575
15576         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15577         of gnus-set-text-properties.
15578
15579         * gnus-uu.el (gnus-uu-save-article): Ditto.
15580
15581         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15582
15583         * gnus-cite.el (gnus-cite-parse): Ditto.
15584
15585         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15586         of gnus-.
15587
15588         * gnus-xmas.el (run-at-time): Require run-at-time.
15589
15590         * gnus.el: Changed calls to nnheader-run-at-time and
15591         password-run-at-time throughout to use run-at-time directly.
15592
15593         * password.el: Removed definition of run-at-time.
15594
15595         * nnheaderxm.el: Remove definition of run-at-time.
15596
15597 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15598
15599         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15600         in prompt.
15601
15602 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15603
15604         * messagexmas.el (message-xmas-redefine): Alias
15605         `message-make-caesar-translation-table' to
15606         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15607         version.
15608
15609         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15610         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15611         `gnus-xmas-set-text-properties'.
15612         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15613         `gnus-xmas-completing-read'.
15614         (gnus-xmas-completing-read): Removed.
15615         (gnus-xmas-open-network-stream): Removed.
15616
15617         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15618         XEmacs version.
15619
15620         * dns.el (dns-make-network-process): Use `open-network-stream'
15621         instead of `gnus-xmas-open-network-stream'.
15622
15623         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15624
15625         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15626
15627 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15628
15629         * gnus-art.el (gnus-mime-display-alternative)
15630         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15631         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15632         Don't use gnus-local-map-property.
15633
15634         * gnus-util.el (gnus-local-map-property): Remove.
15635
15636         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15637         gnus-completing-read-maybe-default with completing-read.
15638
15639         * gnus-util.el (gnus-completing-read): do.
15640         (gnus-completing-read-maybe-default): Remove.
15641
15642 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15643
15644         * password.el: Only autoload `run-at-time' if not XEmacs.
15645         Only autoload the itimer functions if XEmacs.
15646
15647 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15648
15649         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15650         XEmacsen.
15651
15652         * dgnushack.el: Autoload executable-find for XEmacs.
15653
15654 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15655
15656         * gnus-art.el (gnus-read-string): Remove.
15657         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15658         read-string.
15659
15660 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15661
15662         * netrc.el: Autoload password-read.
15663         (netrc): Add configuration group.
15664         (netrc-encoding-method, netrc-openssl-path): Add
15665         variables for encoding and decoding of files with symmetric
15666         ciphers.
15667         (netrc-encode): Add assistant function to encode a file with
15668         netrc-encoding-method.
15669         (netrc-parse): Add interactive parameter, added optional
15670         decoding if netrc-encoding-method is non-nil but otherwise
15671         behavior is standard.
15672         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15673         Do s/encode/encrypt/ everywhere.
15674
15675         * spam.el: Remove executable-find autoload.
15676
15677 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15678
15679         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15680
15681         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15682
15683 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15684
15685         * gnus-art.el (gnus-treat-ansi-sequences)
15686         (article-treat-ansi-sequences): New variable and function.
15687         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15688
15689         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15690         Use it.
15691
15692 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15693
15694         * mm-util.el (mm-quote-arg): Remove.
15695
15696         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15697         shell-quote-argument.
15698
15699         * gnus-uu.el (gnus-uu-command): do.
15700
15701         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15702
15703         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15704         with make-char.
15705
15706         * mm-util.el (mm-make-char): Remove.
15707
15708         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15709         add-minor-mode.
15710
15711         * gnus-undo.el (gnus-undo-mode): do.
15712
15713         * gnus-topic.el (gnus-topic-mode): do.
15714
15715         * gnus-sum.el (gnus-dead-summary-mode): do.
15716
15717         * gnus-start.el (gnus-slave-mode): do.
15718
15719         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15720
15721         * gnus-ml.el (gnus-mailing-list-mode): do.
15722
15723         * gnus-gl.el (gnus-grouplens-mode): do.
15724
15725         * gnus-draft.el (gnus-draft-mode): do.
15726
15727         * gnus-dired.el (gnus-dired-mode): do.
15728
15729         * gnus-ems.el (gnus-add-minor-mode): Remove.
15730
15731         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15732         Replace gnus-char-width with char-width.
15733
15734         * gnus-ems.el (gnus-char-width): Remove.
15735
15736         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15737         Replace gnus-char-width with char-width.
15738
15739         * gnus-ems.el (gnus-char-width): Remove.
15740
15741         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15742         definition.
15743         Remove Emacs 20 hash table compatibility code.
15744
15745         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15746         20 compatibility code.
15747
15748         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15749
15750         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15751
15752         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15753         with point-at-{eol,bol}.
15754
15755         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15756
15757         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15758
15759         * flow-fill.el (fill-flowed-point-at-bol)
15760         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15761
15762         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15763         Replace with point-at-{eol,bol} throughout all files.
15764
15765 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * ntlm.el (ntlm-string-as-unibyte): New macro.
15768         (ntlm-build-auth-response): Use it.
15769
15770         Remove Emacs 20 stuff:
15771         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15772         (butlast, mapc, remove): Remove the compiler macros.
15773         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15774         of delq and copy-sequence.
15775         * gnus-art.el (popup-menu): Remove the compiler macro.
15776         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15777         Emacs 20.
15778
15779 2004-01-05  Simon Josefsson  <jas@extundo.com>
15780
15781         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15782         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15783         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15784         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15785         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15786         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15787         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15788         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15789         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15790         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15791         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15792         string-xor into ntlm-string-xor.  Suggested by
15793         Jesper Harder <harder@myrealbox.com>.
15794
15795         * ntlm.el: Don't include poem.
15796
15797         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15798         Jesper Harder <harder@myrealbox.com>.
15799
15800         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15801
15802         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15803         probably breaks emacs with DL patch, but do we care? Is anyone
15804         still using the DL stuff?)
15805
15806         * sieve-manage.el: Use the password package.
15807         (sieve-manage-read-passwd): Remove.
15808         (sieve-manage-interactive-login): Use password.  Re-add
15809         condition-case around loop.
15810
15811         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15812         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15813         the password package.
15814
15815 2003-02-19  Simon Josefsson  <jas@extundo.com>
15816
15817         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15818         token.
15819
15820 2002-08-07  Simon Josefsson  <jas@extundo.com>
15821
15822         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15823         (sieve-manage-authenticators):
15824         (sieve-manage-authenticator-alist): Add some SASL mechs.
15825         (sieve-sasl-auth): New function.
15826         (sieve-manage-cram-md5-auth):
15827         (sieve-manage-plain-auth): Rewrite using SASL library.
15828         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15829         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15830         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15831         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15832
15833 2004-01-05  Simon Josefsson  <jas@extundo.com>
15834
15835         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15836         New files.
15837
15838 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15839
15840         * gnus-group.el (gnus-no-groups-message): Update.
15841
15842         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15843
15844 2003-11-09  Simon Josefsson  <jas@extundo.com>
15845
15846         * imap.el: Support for ID IMAP extension (RFC 2971).
15847         (imap-local-variables): Add imap-id.
15848         (imap-id): New variable.
15849         (imap-id): New function.
15850         (imap-parse-response): Parse untagged ID response.
15851         * nnimap.el (nnimap-id): New variable.
15852         (nnimap-open-connection): Use it.
15853
15854 2003-12-28  Simon Josefsson  <jas@extundo.com>
15855
15856         * gnus-score.el (gnus-score-edit-all-score): New.
15857         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15858
15859 2004-01-04  Simon Josefsson  <jas@extundo.com>
15860
15861         * password.el: Add.
15862
15863 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15864
15865         * dns.el (dns-query-types): Fix typo.
15866         (dns-query-types): New function.
15867         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15868         PTR and SOA replies, see RFC 1035.
15869
15870 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15871
15872         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15873
15874         * Moved to Changelog.2.
15875
15876 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15877
15878         * gnus.el (gnus-version-number): Bump version.
15879
15880 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15881
15882         * gnus.el: No Gnus v0.1 is released.
15883
15884 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15885
15886         * gnus.el: No Gnus v0.0 is released.
15887
15888 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15889
15890         * gnus.el (gnus-version-number): Bump.
15891         (gnus-version): No.
15892
15893 See ChangeLog.2 for earlier changes.
15894
15895     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15896       Free Software Foundation, Inc.
15897
15898   This file is part of GNU Emacs.
15899
15900   GNU Emacs is free software: you can redistribute it and/or modify
15901   it under the terms of the GNU General Public License as published by
15902   the Free Software Foundation, either version 3 of the License, or
15903   (at your option) any later version.
15904
15905   GNU Emacs is distributed in the hope that it will be useful,
15906   but WITHOUT ANY WARRANTY; without even the implied warranty of
15907   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15908   GNU General Public License for more details.
15909
15910   You should have received a copy of the GNU General Public License
15911   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15912
15913 ;; Local Variables:
15914 ;; coding: utf-8
15915 ;; fill-column: 79
15916 ;; add-log-time-zone-rule: t
15917 ;; End: