(gnus-set-mode-line): Don't pad the mode line string.
[gnus] / lisp / ChangeLog
1 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4
5         * nnimap.el (nnimap-open-connection): Revert the change that would look
6         into authinfo for imaps instead of imap.
7
8         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9         say that you don't want to call gnus-request-group with don-check, but
10         do check the reponse.  This is for virtual groups only.
11         (gnus-get-unread-articles): Count the archive groups as secondary, so
12         that they're activated the same way as before.
13
14         * imap.el (imap-message-map): Removed optional buffer parameter, since
15         no callers use it.
16         (imap-message-get): Ditto.
17         (imap-message-put): Ditto.
18         (imap-mailbox-map): Ditto.
19         (imap-mailbox-put): Ditto.
20         (imap-mailbox-get): Ditto.
21         (imap-mailbox-get): Revert last change for this function.
22
23         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
24         case-insensitively.
25         (nnimap-debug): Removed.
26
27         * imap.el (imap-fetch-safe): Removed function, and altered all callers
28         to use `imap-fetch' instead.  According to the comments, this should be
29         safe, since all other IMAP clients use the 1:* syntax.
30         (imap-enable-exchange-bug-workaround): Removed.
31         (imap-debug): Removed -- doesn't seem very useful.
32
33         * mail-source.el (mail-source-fetch): Don't message if we're fetching
34         mail from a file, and the file doesn't exist.
35
36         * imap.el (imap-log): New convenience function used throughout instead
37         of repeating the same code all over the place.
38
39         * pop3.el (pop3-streaming-movemail): Return t for success.
40
41         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
42         .authinfo if we're using ssl connection.
43
44         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
45         already have if we're in a main Gnus `g' run.
46
47         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
48
49 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
52
53         * nnmh.el (nnmh-request-list-1): Bind `file'.
54
55         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
56         alias to set-process-query-on-exit-flag or process-kill-without-query.
57         (pop3-open-server): Use it.
58
59 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60
61         * mail-source.el (mail-source-delete-crash-box): Always move the crash
62         box to the Incoming file.  Fixes mistake in previous checkin.
63
64         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
65         request loop (for debugging purposes) removed.
66
67         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
68         culprit is more visible.
69         (nnml-save-incremental-nov, nnml-open-incremental-nov)
70         (nnml-add-incremental-nov): New functions to do "incremental" nov
71         updates, where we just append to the end of the existing nov files
72         without reading/writing them in full.
73
74         * mail-source.el (mail-source-delete-crash-box): Really only check the
75         incoming files once in a while.
76
77         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
78
79         * mail-source.el (mail-source-delete-crash-box): Only check the
80         incoming files for deletion once per day to save a lot of file
81         accesses.
82
83         * pop3.el (pop3-logon): Fix up unbound variable typo.
84
85         * mail-source.el (pop3-streaming-movemail): Autoload.
86
87         * pop3.el (pop3-streaming-movemail): Respect
88         pop3-leave-mail-on-server.
89
90         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
91         retrieval.
92
93         * pop3.el (pop3-process-filter): Removed unused function.
94         (pop3-streaming-movemail, pop3-send-streaming-command)
95         (pop3-wait-for-messages, pop3-write-to-file)
96         (pop3-number-of-responses): New functions for streaming pop3
97         retrieval.
98
99         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
100         come from no known methods.
101         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
102         list.
103
104         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
105         message sizes.
106         (pop3-movemail): Use erase-buffer instead of looping and deleting
107         regions, which seems rather odd.
108
109         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
110         file once per `g' run.
111
112         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
113         directories.  This makes the draft queue directory work.
114
115         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
116         data from the backends, so that we only request the list of groups from
117         each method once.  This should speed things up considerably.
118
119         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
120         detect that it's not implemented.
121
122         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
123         we actually do recurse down into the tree, but don't stat all leaf
124         nodes.
125
126         * gnus-html.el (gnus-html-show-images): If there are no images to show,
127         then say so instead of bugging out.
128
129         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
130         files exist before trying to read them.
131
132         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
133         around <pre_int>.
134
135         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
136
137         * nnmh.el (nnmh-request-list-1): Optimize for speed.
138
139 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * mm-util.el (mm-image-load-path): Just return the image directories,
142         not all directories in the path in addition to the image directories.
143         (mm-image-load-path): Maintain a cache of the image directories so that
144         the `g' command in Gnus doesn't have to stat dozens of directories each
145         time.
146
147         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
148         (gnus-html-wash-tags): Add a new `i' command to insert images.
149         (gnus-html-insert-image): New command and keystroke.
150         (gnus-html-redisplay-with-images): New command and keystroke.
151         (gnus-html-show-images): Renamed command.
152         (gnus-html-wash-tags): Remove more white space before <pre_int> image
153         spacers.
154         (gnus-html-wash-tags): Decode entities at the end, so that entities
155         inside the tags don't mess up the rest of the "parsing".
156
157         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
158         so that nnimap methods aren't agentized by default.  There's apparently
159         many problems related to agent/imap behaviour.
160
161         * gnus-art.el (gnus-article-copy-string): New command and key binding.
162
163         * gnus-html.el: Doc fix.
164
165 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
168         specifier-spec-list for Emacs 21.
169
170         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
171         glyph-width and glyph-height instead of display-graphic-p and
172         image-size; make avoidance of displaying small images work for XEmacs.
173
174         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
175         for XEmacs.
176
177         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
178         of symbol that holds plist data.
179         (gnus-process-plist): Remove plist of process after getting it.
180
181 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * message.el (message-generate-hashcash): Change default to
184         'opportunistic if hashcash is installed.
185
186         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
187         (gnus-html-put-image): Only call image-size once, since it's somewhat
188         time-consuming on remote X servers.
189
190 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
193         type on data, not a file name.
194
195         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
196         window-pixel-edges for Emacs 21.
197
198         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
199         decoded contents.
200         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
201
202 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
205         group line format, since it isn't very interesting.
206
207         * gnus-agent.el (gnus-agent-short-article),
208         (gnus-agent-long-article): Increase values for these two variables,
209         since most people are likely to have more network connection and
210         storage than before.
211
212         * gnus.el (gnus-refer-article-method): Change default to 'current.
213         When referring an article, the common behaviour is to refer it from the
214         current select method, not the native select method.  The chances of
215         the native select method having the message in question is rather slim
216         these days.
217
218         * gnus-sum.el (gnus-auto-select-subject): Change default to
219         `unseen-or-unread'.  I think it's likely that most people want to
220         select an unseen article over a previously seen, but unread one.
221
222         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
223         means that in the article buffer none of the minor mode elements will
224         be shown, usually, and this is not desirable in most cases.
225
226         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
227         that commands like `d' (and the like) go to the next line in the
228         buffer, instead of the next unread article.  I think this is the
229         behaviour that is most natural for most users.
230         (gnus-single-article-buffer): Change default to nil, so that people can
231         have as many article buffers open as they have summary buffer.  I think
232         this is the most natural way for the groups to behave.
233
234         * message.el (message-generate-new-buffers): Change default to
235         `unsent', so that all new message buffers start their names with the
236         string "*unsent", and it's easier to find the buffers if you move from
237         them.
238
239 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
242         small. They're probably tracking images.
243         (gnus-html-wash-tags): Remove all <pre_int> place holders.
244         (gnus-html-rescale-image): Yet another try at getting the image sizing
245         right.
246
247         * nntp.el (nntp-request-set-mark): Refuse to do marks if
248         nntp-marks-file-name is nil.
249
250 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
251
252         * gnus-html.el (gnus-html-wash-tags)
253         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
254         Better logging.
255
256 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
259
260         * gnus-html.el (gnus-html-wash-tags): Check the value of
261         gnus-blocked-images in the summary buffer.
262
263 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
264
265         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
266
267 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
270         like "a", it seems like.
271         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
272         since it needs to be picked from the correct buffer.
273
274         * nnwfm.el: Removed.
275
276         * nnlistserv.el: Removed.
277
278 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
279
280         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
281         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
282
283 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * nnkiboze.el: Removed.
286
287         * nndb.el: Removed.
288
289         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
290         alt text.
291         (gnus-html-rescale-image): Try to get the rescaling logic right for
292         images that are just wide and not tall.
293
294         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
295         overshadow variable bindings.
296
297 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
298
299         * gnus-html.el (gnus-html-wash-tags)
300         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
301         extra logging.
302
303 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
306         (gnus-max-image-proportion): New variable.
307         (gnus-html-rescale-image): New function.
308         (gnus-html-put-image): Rescale images.
309
310 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
311
312         Fix up some byte-compiler warnings.
313         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
314         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
315         (gnus-article-fill-cited-article, gnus-article-hide-citation)
316         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
317         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
318         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
319         (gnus-group-update-group): Use save-excursion and with-current-buffer.
320
321 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * gnus-html.el (gnus-article-html): Decode contents by charset.
324
325 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
328         (gnus-html-frame-width, gnus-blocked-images)
329         * message.el (message-prune-recipient-rules): Add custom version.
330         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
331
332         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
333         functions.
334
335         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
336         gnus-process-get.
337
338 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
339
340         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
341         instead of lsub directly.
342
343 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * nnwarchive.el: Removed.
346
347         * gnus-soup.el: Removed.
348
349         * nnsoup.el: Removed.
350
351         * nnultimate.el: Removed.
352
353         * gnus-html.el (gnus-blocked-images): New variable.
354
355         * message.el (message-prune-recipients): New function.
356         (message-prune-recipient-rules): New variable.
357
358         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
359         guess whether a long line is natural text or not.
360
361         * gnus-html.el (gnus-html-schedule-image-fetching): Use
362         gnus-process-plist and friends for compatibility.
363
364 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
365
366         * gnus-html.el: Require packages that define macros used in this file.
367         (gnus-article-mouse-face): Declare to silence byte-compiler.
368         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
369         process-get.
370         (gnus-html-put-image): Use plist-get to avoid getf.
371         (gnus-html-prefetch-images): Use with-current-buffer.
372
373 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * gnus-ems.el: Provide compatibility functions for
376         gnus-set-process-plist.
377
378         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
379         header-line-format for XEmacs 21.4.
380
381         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
382         * gnus.el (gnus-valid-select-methods)
383         * message.el (message-send-mail-partially-limit)
384         * mm-decode.el (mm-text-html-renderer)
385         * mml.el (mml-insert-mime-headers-always)
386         * smiley.el (smiley-regexp-alist): Bump custom version.
387
388 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * gnus-html.el: require mm-url.
391         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
392         with the url to `url'.
393         (gnus-html-wash-tags): Support cid: URLs/images.
394
395 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
398         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
399         bindings, as they aren't useful at all. `w' is moved to `W w'.
400
401         * gnus-move.el: Removed file, since it doesn't really work.
402
403         * gnus-html.el (gnus-article-html): Tell w3m that the input is
404         UTF-8. This seems to fix problems with some German web feeds.
405
406         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
407         at the top so that the proper colours are applied.
408
409         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
410         don't have dots in their names.
411
412         * gnus-art.el (gnus-article-view-part): Doc fix.
413
414         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
415         XEmacs-compatible.
416         (gnus-html-put-image): Don't do images on non-graphic displays.
417
418         * nnslashdot.el: Removed this unused backend.
419
420         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
421         actions.
422         (gnus-undo-register-1): Revert last change.
423
424         * gnus-group.el (gnus-group-completing-read): Protect against not
425         having completion-styles bound.
426
427         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
428         make broken recipients happier.
429
430         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
431
432         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
433         point parameter.
434
435         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
436
437         * gnus-group.el (gnus-group-completing-read): Add 'substring to
438         completion-styles for group selection.
439
440 2009-02-04  Andreas Schwab  <schwab@suse.de>
441
442         * gnus-score.el (gnus-score-string): Fix regex for matching extra
443         headers and regexp-quote the match if necessary.
444
445 2009-03-24  Miles Bader  <miles@gnu.org>
446
447         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
448         the blinking smiley.
449
450 2009-03-24  Simon Josefsson  <simon@josefsson.org>
451
452         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
453         blink smiley.
454
455 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
458         where the dribbel file lives exists.
459
460         * message.el (message-send-mail-partially-limit): Change the default to
461         nil, since most people don't want this.
462
463         * mm-url.el (mm-url-decode-entities): Also decode entities like
464         &#x3212.
465
466 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
467
468         * gnus-sum.el (gnus-summary-idna-message):
469         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
470         Hyperlink urls in docstrings with URL `...'.
471
472 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
473
474         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
475         functions.
476
477 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
480         say what the mouseover text should be.
481
482         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
483         version of the mm-w3m-safe-url-regexp variable to only download images
484         in the groups where we want that to happen.
485
486         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
487
488         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
489         easier debugging.
490         (gnus-article-beginning-of-window): Add kludge to allow spacing past
491         big pictures in the article buffer.
492
493         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
494         gnus-article-html.
495         (mm-text-html-renderer): gnus-article-html needs curl in addition to
496         w3m.
497
498         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
499
500 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501
502         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
503         which doesn't exist.
504
505         * message.el (message-inhibit-ecomplete): New variable to allow some
506         function to inhibit ecomplete address storage.
507         (message-resend): Disable ecomplete message storage when resending
508         messages.
509
510         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
511
512 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
515         Save excursion while copying, moving, and deleting articles in order to
516         prevent the cursor from jumping to unforeseen place.
517
518 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * lpath.el: No need to bind bookmark-current-buffer,
521         bookmark-yank-point and bookmark-make-record-function.
522
523 2010-08-17  Glenn Morris  <rgm@gnu.org>
524
525         * gnus-sync.el: Require gnus components whose functions are used.
526
527         * gnus-art.el (bookmark-make-record-function):
528         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
529         Declare for compiler.
530
531         * mm-url.el (mml-compute-boundary): Autoload.
532
533 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
536
537 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
538
539         Typo fix "hoo4a" -> "hook".
540
541         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
542
543 2010-08-14  Glenn Morris  <rgm@gnu.org>
544
545         * gnus-sync.el (gnus-sync): Fix defgroup version.
546
547 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
548
549         Doc fixes and keep unknown groups (ammended for nunion bug fix).
550
551         * gnus-sync.el: Fix docs.
552         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
553         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
554
555 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
556
557         Optimizations for gnus-sync.el.
558
559         * gnus-sync.el: Add docs about gnus-sync-backend
560         possibilities.
561         (gnus-sync-save): Remove unnecessary message.
562         (gnus-sync-read): Optimize and show what groups were skipped.
563
564 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
565
566         Minor bug fixes for gnus-sync.el.
567
568         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
569         read the sync on get-new-news.
570
571         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
572         quiet.
573
574         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
575
576 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
577
578         Make saving and restoring of hidden threads work with overlays.
579         Patch applied by Ted Zlatanov.
580
581         * gnus-sum.el (gnus-hidden-threads-configuration)
582         (gnus-restore-hidden-threads-configuration): Update to deal with text
583         properties, rather than searching for a magic character.
584
585 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
586
587         New gnus-sync.el library for synchronization of marks.
588
589         * gnus-sync.el: New library for synchronization of marks.
590
591         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
592         renamed from `gnus-registry-grep-in-list'.
593
594         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
595
596         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
597
598 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
601         determining charset of text fails.
602
603 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * nnmail.el (nnmail-get-new-mail-1): Revert.
606
607         * nnml.el (nnml-active-number): Make sure names of newly created groups
608         in nnml-group-alist are encoded.
609
610 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
613         containing non-ASCII characters in active file for nnml back end.
614
615 2010-07-24  David Engster  <dengste@eml.cc>
616
617         * mml-smime.el (mml-smime-epg-verify): Also accept the older
618         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
619
620 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
621
622         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
623         tag (Bug#6654).
624
625 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
628         the article buffer, not the summary buffer.
629
630 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
633         Emacs 23 as well.
634
635 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
638         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
639
640 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
641
642         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
643         Patch applied by Karl Fogel.
644
645         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
646         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
647
648 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
649
650         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
651         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
652         C-w still not working correctly from Article buffers; Thierry's
653         patch to fix that will be applied after this.
654
655         * gnus-art.el (bookmark-make-record-function): New local variable.
656
657         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
658         article buffer.
659         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
660
661 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
662
663         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
664         on changes in bookmark.el.
665
666 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
667
668         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
669         `no-log' instead of message not to log prompt string.
670
671 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
672
673         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
674         the *other* type of HTML form submission.
675
676 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
677
678         * auth-source.el (auth-source-pick): If choice does not contain a
679         questioned keyword, set the check to t.
680
681 2010-06-12  Romain Francoise  <romain@orebokech.com>
682
683         * gnus-util.el (gnus-date-get-time): Move up before first use.
684
685 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
688         (gnus-article-edit-part): Bind it to make last part that is substituted
689         or deleted visible.
690         (gnus-mime-display-single): Buttonize part of which id equals to
691         gnus-mime-buttonized-part-id.
692
693 2010-06-10  Dan Christensen  <jdc@uwo.ca>
694
695         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
696         (gnus-dd-mmm): Use gnus-date-get-time.
697         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
698         simplify logic.
699         (gnus-summary-limit-to-age): Use gnus-date-get-time.
700         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
701
702 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
703
704         * auth-source.el (top): Autoload `secrets-list-collections',
705         `secrets-create-item', `secrets-delete-item'.
706         (auth-sources): Fix tag string.
707         (auth-get-source, auth-source-retrieve, auth-source-create)
708         (auth-source-delete): New defuns.
709         (auth-source-pick): Rewrite in order to avoid 2 passes.
710         (auth-source-forget-user-or-password): New parameter USERNAME.
711         (auth-source-user-or-password): New parameters CREATE-MISSING and
712         DELETE-EXISTING.  Retrieve password interactively, if needed.
713
714 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
715
716         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
717         deleting unused directories when gnus-expert-user is t.
718
719 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
720
721         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
722         for each temp file when gnus-article-browse-delete-temp is ask.
723
724 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
725
726         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
727         Lisp calls to delete-backward-char by calls to delete-char.
728
729 2010-05-20  Kevin Ryde  <user42@zip.com.au>
730
731         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
732
733 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
734
735         * password-cache.el (password-cache-remove): Fix docstring.
736
737 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
740         article unless decoding article to be saved.
741
742 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
745         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
746         generated within the mm-with-unibyte-current-buffer macro.
747
748 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
751         to nil when we're in a mml-preview buffer and no group is selected.
752
753 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
754
755         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
756         when catching the `C-g'.  Reported by "Leo".
757
758 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * message.el (message-forward-make-body-plain)
761         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
762         multibyte-string-p.
763
764         * lpath.el: Revert.
765
766 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * message.el (message-forward-make-body-mml): Assume original message
769         is multibyte string; error on unibyte.
770         (message-forward-make-body-plain): Ditto; don't add excessive newline
771         in body end.
772
773         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
774
775 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
776
777         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
778         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
779
780 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * mm-extern.el (mm-extern-url): Don't use
783         mm-with-unibyte-current-buffer.
784         (mm-extern-cache-contents): Use with-current-buffer instead of
785         save-excursion + set-buffer.
786
787 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * mm-util.el (mm-emacs-mule): Remove.
790
791 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
792
793         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
794         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
795         change.
796
797 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
800         bind the default value of enable-multibyte-characters to nil.
801
802 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * message.el (message-forward-make-body-plain)
805         (message-forward-make-body-mml):
806         Don't use mm-with-unibyte-current-buffer.
807
808 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
809
810         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
811
812 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
813
814         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
815         (Bug#5592).
816
817 2010-05-07  Julien Danjou  <julien@danjou.info>
818
819         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
820         it to mm-pipe-part.
821
822         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
823         it is given.
824
825 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * binhex.el (binhex-decode-region-internal)
828         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
829         (dns-query)
830         * nnweb.el (nnweb-gmane-search)
831         * pgg-parse.el (pgg-parse-armor)
832         * pgg.el (pgg-verify-region)
833         * sha1.el (sha1-string-external)
834         * uudecode.el (uudecode-decode-region-internal)
835         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
836         XEmacs.
837
838         * gnus-art.el (gnus-article-browse-html-parts)
839         * gnus-group.el (gnus-read-ephemeral-gmane-group)
840         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
841         make-temp-file.
842
843         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
844         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
845         compiling.
846
847         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
848         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
849         XEmacs when compiling.
850
851         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
852         gnus-pick-mode-off-hook for XEmacs when compiling.
853         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
854         gnus-binary-mode-off-hook for XEmacs when compiling.
855
856         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
857         nil if char-charset is not available.
858
859         * imap.el (imap-disable-multibyte)
860         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
861         macros.
862
863         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
864         instead of encode-coding-string.
865
866         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
867         'xemacs) instead of mm-emacs-mule to switch function definitions.
868         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
869
870         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
871         bind temporary-file-directory for XEmacs;
872         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
873         timer-set-function for XEmacs 21.4 and SXEmacs;
874         bind timer-list for XEmacs 21.4 and SXEmacs;
875         fbind char-charset and find-charset-region for non-Mule XEmacs;
876         fbind decode-coding-region, decode-coding-string, detect-coding-region,
877         encode-coding-region and encode-coding-string for XEmacs having no
878         file-coding feature.
879
880 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
881
882         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
883
884 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
885
886         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
887         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
888
889 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
890
891         * mm-util.el (mm-decompress-buffer): Use `delete-file';
892         alias `jka-compr-delete-temp-file' no longer exists.
893
894 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
895
896         Use define-minor-mode in Gnus where applicable.
897         * mml.el (mml-mode): Use define-minor-mode.
898         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
899         (gnus-undo-mode): Use define-minor-mode.
900         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
901         (gnus-dead-summary-mode): Use define-minor-mode.
902         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
903         Initialize in declaration.
904         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
905         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
906         (gnus-mailing-list-mode): Use define-minor-mode.
907         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
908         (gnus-draft-mode): Use define-minor-mode.
909         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
910         (gnus-dired-mode): Use define-minor-mode.
911
912 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
913
914         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
915         handles on recursive mml-to-mime translation and check them for
916         boundary delimiter collisions.  Reported by Greg Troxel.
917
918 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
921
922 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
923
924         * mm-util.el (mm-find-buffer-file-coding-system):
925         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
926
927 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
928
929         * message.el (message-generate-headers): Record insertion of optional
930         headers as well.  Otherwise the check to prevent repeated insertion of
931         optional headers is a no-op.
932
933 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
934
935         * smime.el: Don't mention CVS.
936
937         * nnrss.el (nnrss-fetch): Don't mention CVS.
938
939         * nnir.el: Don't mention CVS.
940
941 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
942
943         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
944
945 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * lpath.el: Fbind bookmark-default-handler,
948         bookmark-get-bookmark-record, bookmark-make-record-default,
949         bookmark-prop-get for Emacs <23 and XEmacs.
950
951 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
952
953         * gnus-sum.el: Add bookmark declarations to silence the compiler.
954         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
955         Use with-current-buffer to silence the byte-compiler.
956         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
957         bother to require `gnus'.
958         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
959
960 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
961
962         * gnus-sum.el (gnus-summary-bookmark-make-record)
963         (gnus-summary-bookmark-jump): New functions.
964         (gnus-summary-mode): Setup bookmark support.
965
966 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
967
968         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
969         if set.
970
971 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
974         gnus-article-browse-html-save-cid-image; make it work recursively for
975         forwarded messages as well.
976         (gnus-article-browse-html-parts): Work when prefix arg is given.
977         (gnus-article-browse-html-article): Doc fix.
978
979 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
980
981         * message.el (message-default-mail-headers):
982         (message-default-headers): Carry the value mail-default-headers over
983         into message-default-mail-headers, rather than message-default-headers.
984
985 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
986
987         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
988         charset.
989
990         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
991         charset into the <meta> tag when the article is encoded to utf-8.
992
993 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
996         directories as well.
997         (gnus-article-browse-html-parts): Work for images that do not specify
998         file names; delete temp directory when quitting; insert header at the
999         right place; use file: scheme for image files.
1000
1001 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1002
1003         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1004         (gnus-article-browse-html-parts): Use it to make temporary cid image
1005         files in addition to html file so that browser may display them.
1006
1007 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1010
1011 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1012
1013         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1014
1015 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1016
1017         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1018         about Secret Service API sources.  Improve Customize options.
1019         (auth-source-pick): Change to accept any number of search parameters.
1020         Implement fallbacks iteratively, not recursively.  Add scoring on the
1021         second pass and sort by score.  Call Secret Service API when needed.
1022         (auth-source-user-or-password): Use it.  Call Secret Service API
1023         directly when needed to get the user name and the password.
1024
1025 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1026
1027         * message.el (message-interactive): Doc fix.
1028         (message-qmail-inject-args): Reflow.
1029         (message-kill-to-signature): Fix typo in docstring.
1030
1031         * smiley.el (smiley-buffer): Fix typo in docstring.
1032
1033 2010-03-24  Glenn Morris  <rgm@gnu.org>
1034
1035         * mail-source.el (gnus-message): Declare.
1036         (mail-source-delete-old-incoming): Require gnus-util.
1037
1038 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1041
1042         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1043
1044         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1045         password-cache's default if it is not bound.
1046         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1047         password-cache-expiry's default if it is not bound.
1048
1049         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1050         available in Emacs 21.
1051
1052         * lpath.el: Suppress compiler warnings for:
1053         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1054         XEmacs;
1055         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1056         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1057         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1058
1059 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1060
1061         * auth-source.el (auth-sources): Fix up definition so extra parameters
1062         are always inline.
1063
1064 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1065
1066         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1067         wasn't updated after mismatch.  Clear cached mailbox info correctly
1068         when uidvalidity changes.
1069         (nnimap-group-prefixed-name): New function to avoid some code
1070         duplication.
1071         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1072         (nnimap-request-group): Use it.
1073         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1074         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1075         with many imap folders.  This is done by caching the group status from
1076         the imap server persistently in a group parameter `imap-status'.  (This
1077         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1078         but not persistently, so every Gnus startup was still very slow.)
1079
1080 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1081
1082         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1083         delete the extra newline.  Otherwise editing of :string and :number
1084         types don't work.
1085
1086 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1087
1088         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1089         secrets.el dependency.
1090         (auth-sources): Add optional user name.  Add secrets.el configuration
1091         choice (unused right now).
1092
1093 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1094
1095         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1096         `gnus-registry-install-shortcuts' fill in the functions.
1097
1098         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1099         warnings.
1100         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1101         (gnus-registry-install-shortcuts): Populate and use it in a
1102         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1103
1104 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1105
1106         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1107         In-place substitutions for the group name encoding/decoding.
1108         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1109         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1110         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1111         (nnimap-update-unseen, nnimap-request-list)
1112         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1113         (nnimap-request-set-mark, nnimap-split-to-groups)
1114         (nnimap-split-articles, nnimap-request-newgroups)
1115         (nnimap-request-create-group, nnimap-request-accept-article)
1116         (nnimap-request-delete-group, nnimap-request-rename-group)
1117         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1118         `encoded-mbx' for consistency.
1119         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1120         variable `imap-current-mailbox'.
1121
1122         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1123         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1124
1125 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1126
1127         * pop3.el (pop3-display-message-size-flag): Display message size byte
1128         counts during POP3 download.
1129         (pop3-movemail): Use it.
1130         (pop3-list): Implement listing of available messages.
1131
1132 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1133
1134         * nnir.el (nnir-get-article-nov-override-function): New function to
1135         override the normal NOV retrieval.
1136         (nnir-retrieve-headers): Use it.
1137
1138 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1139
1140         * auth-source.el (netrc-machine-user-or-password): Autoload.
1141
1142 2010-03-19  Glenn Morris  <rgm@gnu.org>
1143
1144         Stop message.el from loading about 40 libraries it doesn't always need.
1145         The general approach is to autoload rather than require, and to
1146         require in the specific functions rather than the file.  (Bug#5642)
1147
1148         * gmm-utils.el: Don't require wid-edit.
1149         (widget-create-child-value, widget-convert, widget-default-get):
1150         Autoload.
1151
1152         * gnus-util.el: Don't require time-date, netrc.
1153         (message-fetch-field, gnus-group-name-decode): Declare rather than
1154         autoloading.
1155         (gnus-fetch-field): Require message.
1156         (gnus-decode-newsgroups): Require gnus-group.
1157
1158         * ietf-drums.el: Don't require time-date.
1159
1160         * message.el: Don't require hashcash, canlock, ecomplete.
1161         Do require mail-utils.  Require nnheader only when compiling.
1162         (smtpmail-default-smtp-server): Remove declaration.
1163         (message-send-mail-function): Check smtpmail-default-smtp-server
1164         is bound rather than requiring smtpmail.
1165         (message-auto-save-directory, message-insert-signature): Use
1166         expand-file-name rather than nnheader-concat.
1167         (nnheader-insert-file-contents): Autoload.
1168         (hashcash-wait-async): Declare.
1169         (message-send-mail): Only call gnus-setup-posting-charset if
1170         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1171         (message-send-mail-with-sendmail): Require sendmail.
1172         (canlock-password, canlock-password-for-verify): Declare.
1173         (message-canlock-password): Require canlock.
1174         (nnheader-get-report): Autoload.
1175         (gnus-setup-posting-charset): Declare.
1176         (message-send-news): Require gnus-msg.
1177         (message-make-references, message-make-in-reply-to): Use mail-header-id
1178         rather than the alias mail-header-message-id.
1179         (ecomplete-add-item, ecomplete-save): Declare.
1180         (message-put-addresses-in-ecomplete): Require ecomplete.
1181         (ecomplete-display-matches): Autoload.
1182
1183         * mm-decode.el: Don't require mailcap, gnus-util.
1184         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1185         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1186         Autoload.
1187         (mailcap-mime-extensions): Declare.
1188
1189         * mm-encode.el: Don't require mailcap.
1190         (mailcap-extension-to-mime): Autoload.
1191
1192         * mml-sec.el: Don't require password-cache.
1193
1194         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1195         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1196         (mml-minibuffer-read-type): Require mailcap.
1197         (mml-preview): Require gnus-msg.
1198
1199         * mml1991.el: Require password-cache.
1200         (password-cache-expiry): Remove declaration.
1201
1202         * mml2015.el: Require password-cache.
1203         (password-cache-expiry): Remove declaration.
1204
1205         * nneething.el (mailcap): Require mailcap.
1206
1207         * nnheader.el (declare-function): Add compatibility stub.
1208         (message-remove-header): Declare rather than autoload.
1209         (nnheader-replace-header): Require message.
1210
1211         * nnimap.el (declare-function): Add compatibility stub.
1212         (netrc-parse, netrc-machine-user-or-password): Declare.
1213         (nnimap-open-connection): Require netrc.
1214
1215         * nntp.el (declare-function): Add compatibility stub.
1216         (netrc-parse, netrc-machine, netrc-get): Declare.
1217         (nntp-send-authinfo): Require netrc.
1218
1219         * rfc2047.el: Don't require qp.
1220         (quoted-printable-encode-region, quoted-printable-decode-string):
1221         Autoload.
1222
1223         * sieve-mode.el: Don't require easymenu.
1224         (easy-menu-add-item): Autoload it.
1225
1226         * spam-stat.el (time-to-number-of-days): Autoload it.
1227
1228 2010-03-19  Glenn Morris  <rgm@gnu.org>
1229
1230         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1231
1232 2010-03-18  Glenn Morris  <rgm@gnu.org>
1233
1234         * hashcash.el (declare-function): Remove duplicate definition.
1235
1236 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1237
1238         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1239         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1240         value if any backslash escapes).
1241
1242 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1245         if it is available.  (bug#5647)
1246
1247         * lpath.el: Suppress compiler warning for coding-system-from-name for
1248         Emacs 21 and XEmacs.
1249
1250 2010-03-14  Juri Linkov  <juri@jurta.org>
1251
1252         * hmac-def.el:
1253         * hmac-md5.el:
1254         * netrc.el: Fix keywords.
1255
1256 2010-02-26  Glenn Morris  <rgm@gnu.org>
1257
1258         * message.el (message-send-mail-function): Change the default, so that
1259         it inherits from a customized send-mail-function.  (Bug#5643)
1260
1261 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1262
1263         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1264         shell-command-to-string signals an error (bug#5299).
1265
1266 2010-02-24  Glenn Morris  <rgm@gnu.org>
1267
1268         * message.el (message-smtpmail-send-it)
1269         (message-send-mail-with-mailclient): Doc fixes.
1270
1271 2010-02-16  Glenn Morris  <rgm@gnu.org>
1272
1273         * message.el (message-default-mail-headers): Change the default value
1274         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1275
1276 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1279         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1280
1281 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1282
1283         * time-date.el (date-to-time): Doc fix (Bug#5408).
1284
1285 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1286
1287         * message.el (message-mail): Just pass yank-action on to message-setup.
1288         (message-setup): Handle (FUN . ARGS) form of yank-action.
1289         (message-with-reply-buffer, message-widen-reply)
1290         (message-yank-original): Handle non-buffer values of
1291         message-reply-buffer (Bug#4080).
1292         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1293
1294 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1295
1296         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1297         Fix typo in docstring.
1298
1299 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1300
1301         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1302         response.
1303
1304 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1307
1308         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1309
1310         * message.el (message-check-news-header-syntax): Protect against a
1311         string that `rfc822-addresses' returns when parsing fails.
1312
1313 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1316         (gnus-previous-char-property-change): New functions.
1317
1318         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1319
1320 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1321
1322         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1323         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1324
1325 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1326
1327         * message.el (message-exchange-point-and-mark): Rework last change to
1328         avoid using optional arg of exchange-point-and-mark, for backward
1329         compatibility.
1330
1331 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1332
1333         * message.el (message-exchange-point-and-mark): Call
1334         exchange-point-and-mark with an argument rather than setting
1335         mark-active by hand (Bug#5175).
1336
1337 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * nntp.el (nntp-service-to-port): Work for service expressed with
1340         numeric string; replace [:digit:] with [0-9] for XEmacs.
1341
1342 2009-12-17  Glenn Morris  <rgm@gnu.org>
1343
1344         * gnus-group.el (gnus-bug-group-download-format-alist):
1345         Change emacs entry to debbugs.gnu.org.  Bump :version.
1346
1347 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1348
1349         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1350
1351 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1352
1353         * message.el (message-info): Explain why we use `Info-goto-node'.
1354
1355 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1358
1359 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1360
1361         * message.el (message-completion-in-region): New compatibility function.
1362         (message-expand-group): Use it.
1363
1364 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1367         with no unread article should be listed if the 2nd arg `predicate' is
1368         given.
1369
1370 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1373
1374 2009-11-29  Juri Linkov  <juri@jurta.org>
1375
1376         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1377         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1378         on `gnus-recenter'. (Bug#4698, Bug#4981)
1379
1380 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1381
1382         * sha1.el (sha1-string-external): default-directory "/" in case
1383         otherwise non-existent.  process-connection-type pipe for touch of
1384         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1385
1386 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1387
1388         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1389         it's comms related and sgml-mode.el has "comm" on that basis too.
1390
1391 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1392
1393         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1394         containing tspecial characters if they have been already quoted.
1395
1396 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1397
1398         * dns-mode.el (auto-mode-alist): Purecopy string.
1399
1400 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1401
1402         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1403
1404 2009-10-24  Glenn Morris  <rgm@gnu.org>
1405
1406         * gnus-art.el (help-xref-stack-item): Define for compiler.
1407
1408 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1409
1410         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1411
1412 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1415
1416 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1417
1418         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1419         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1420
1421 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1424         (gnus-overlays-in): New alias to overlays-in.
1425
1426         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1427         gnus-overlay-get, and gnus-delete-overlay.
1428         (gnus-summary-show-thread): Make it work as well for systems in which
1429         next-single-char-property-change is not available.
1430         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1431
1432         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1433         (gnus-overlay-get): New alias to extent-property.
1434         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1435
1436         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1437         SXEmacs.
1438
1439         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1440         SXEmacs.
1441
1442 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1443
1444         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1445
1446 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1447
1448         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1449         and XEmacs that don't have `remove-overlays'.
1450
1451 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1452
1453         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1454         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1455         selective display.  Use overlays instead.
1456
1457 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1458
1459         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1460
1461 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1462
1463         * spam-stat.el (spam-stat-load): Fix typo in message.
1464
1465 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1466
1467         * dig.el (dig-invoke): Fix typo in docstring.
1468         (query-dig): Reflow docstring.
1469
1470 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1471
1472         * gnus-art.el (gnus-article-encrypt-body):
1473         * message.el (message-check-recipients):
1474         * mm-util.el (mm-codepage-setup):
1475         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1476         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1477
1478 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1479
1480         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1481         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1482         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1483         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1484         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1485
1486 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1487
1488         * dig.el: Add "Keywords: comm", as per net-utils.el.
1489
1490 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1491
1492         * dig.el (dig-mode): Use define-derived-mode.
1493
1494 2009-09-19  Glenn Morris  <rgm@gnu.org>
1495
1496         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1497
1498 2009-09-18  Glenn Morris  <rgm@gnu.org>
1499
1500         * gnus-diary.el (gnus-diary-check-message):
1501         * message.el (message-insert-formatted-citation-line):
1502         * nnbabyl.el (top-level):
1503         * nndiary.el (nndiary-schedule):
1504         Fix typos in condition-case handlers.
1505
1506 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1509         configuration that provides the sole article window in a frame;
1510         position point correctly after deleting a part.
1511
1512 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1513
1514         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1515         (spam-resolve-registrations-routine): Use it to unregister articles
1516         that change status.
1517
1518 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1521         with XEmacs.
1522         (parse-time-string-chars): Use it.
1523
1524 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1525
1526         * imap.el (imap-interactive-login): Better messages.
1527         (imap-open): Fix bug with renamed buffer on reconnect.
1528         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1529         for easier debugging and cleaner code.  On successful (guessed based on
1530         server capabilities) secondary authentication, set imap-state
1531         correctly.
1532         (imap-last-authenticator): Define imap-last-authenticator as a variable
1533         to avoid warnings.
1534
1535 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * nnrss.el (nnrss-request-article): Remove binding of
1538         default-enable-multibyte-characters that has gotten needless by
1539         the 2007-07-13 change in rfc2047-encode-message-header.
1540
1541         * mml.el (mml-insert-multipart): Error on the message header.
1542         (mml-insert-part): Error on the message header; position point at
1543         the end of a MIME tag.
1544
1545 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * time-date.el (autoload): Expand define-obsolete-function-alias into
1548         defalias and make-obsolete for old Emacsen that Gnus supports.
1549         (with-no-warnings): Define it for old Emacsen.
1550         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1551         is available.
1552         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1553         float-time is available; suppress compile warning for time-to-seconds.
1554
1555         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1556         (gnus-float-time): Alias to float-time if it exists.
1557
1558         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1559         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1560         float-time is available; suppress compile warning for time-to-seconds.
1561
1562         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1563         XEmacs.
1564
1565 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1566
1567         * imap.el (imap-message-map): Docstring fix.
1568
1569 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1572         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1573         Add the optional argument `encoding' that overrides the default.
1574
1575         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1576         mm-encode-buffer.
1577
1578 2009-09-04  Glenn Morris  <rgm@gnu.org>
1579
1580         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1581         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1582         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1583         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1584         * mm-util.el (mm-with-unibyte-current-buffer)
1585         (mm-find-buffer-file-coding-system):
1586         * yenc.el (yenc-decode-region): Use default-value rather than
1587         default-enable-multibyte-characters.
1588
1589 2009-09-03  Glenn Morris  <rgm@gnu.org>
1590
1591         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1592         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1593         than default-enable-multibyte-characters.
1594
1595 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1596
1597         * gnus-art.el (gnus-article-read-summary-keys):
1598         Fix gnus-buffer-configuration's value temporarily used.
1599
1600 2009-09-02  Glenn Morris  <rgm@gnu.org>
1601
1602         * gnus-util.el (gnus-float-time): New function.
1603         * gnus-delay.el (gnus-delay-article):
1604         * gnus-sum.el (gnus-thread-latest-date):
1605         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1606         * nnspool.el (nnspool-request-newgroups):
1607         Use gnus-float-time rather than time-to-seconds.
1608         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1609
1610         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1611         (gnus-header-subject-face, gnus-header-newsgroups-face)
1612         (gnus-header-name-face, gnus-header-content-face):
1613         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1614         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1615         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1616         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1617         (gnus-cite-face-11):
1618         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1619         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1620         (gnus-server-closed-face, gnus-server-denied-face)
1621         (gnus-server-offline-face):
1622         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1623         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1624         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1625         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1626         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1627         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1628         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1629         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1630         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1631         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1632         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1633         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1634         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1635         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1636         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1637         (gnus-summary-high-undownloaded-face)
1638         (gnus-summary-low-undownloaded-face)
1639         (gnus-summary-normal-undownloaded-face)
1640         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1641         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1642         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1643         (gnus-splash-face):
1644         * message.el (message-header-to-face, message-header-cc-face)
1645         (message-header-subject-face, message-header-newsgroups-face)
1646         (message-header-other-face, message-header-name-face)
1647         (message-header-xheader-face, message-separator-face)
1648         (message-cited-text-face, message-mml-face):
1649         * sieve-mode.el (sieve-control-commands-face)
1650         (sieve-action-commands-face, sieve-test-commands-face)
1651         (sieve-tagged-arguments-face):
1652         * spam.el (spam-face):
1653         Mark face aliases with "-face" in the name as obsolete.
1654
1655 2009-09-01  Glenn Morris  <rgm@gnu.org>
1656
1657         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1658         than goto-line.
1659
1660 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1663         Don't move point if the command is invoked inside the message header.
1664
1665 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1666
1667         * imap.el (imap-send-command): Simplify.
1668         (imap-wait-for-tag): point-max -> buffer-size.
1669
1670 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1671
1672         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1673         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1674         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1675         * nnir.el (nnir-swish-e-index-file):
1676         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1677         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1678         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1679         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1680         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1681         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1682
1683 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1686         Don't save excursion.
1687
1688 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1689
1690         * nnheader.el (nnheader-find-file-noselect):
1691         * mm-util.el (mm-insert-file-contents):
1692         Use (default-value 'major-mode) instead of default-major-mode.
1693
1694 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1695
1696         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1697
1698 2009-08-26  Glenn Morris  <rgm@gnu.org>
1699
1700         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1701         than placing in files.el.
1702
1703 2009-08-25  Glenn Morris  <rgm@gnu.org>
1704
1705         * nnir.el (top-level): Don't require cl at run-time.
1706         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1707         Replace cl-function substitute with gnus-replace-in-string.
1708         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1709         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1710         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1711         simplified expansions.
1712
1713 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1714
1715         * dig.el (dig): Add autoload cookie.
1716
1717 2009-08-22  Glenn Morris  <rgm@gnu.org>
1718
1719         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1720         goto-line.
1721
1722 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1723
1724         * parse-time.el (parse-time-string-chars): Save match data.
1725
1726 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1727
1728         * parse-time.el (parse-time-string-chars): Compute using character
1729         classes, to handle non-ascii characters (Bug#3190).
1730
1731 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1734
1735         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1736         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1737         (gnus-mm-display-part, gnus-mime-display-single)
1738         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1739         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1740
1741         * gnus-sum.el
1742         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1743         (gnus-summary-move-article): Add expirable mark to articles copied or
1744         moved to group that has auto-expire turned on if the option is non-nil.
1745
1746 2009-07-24  Glenn Morris  <rgm@gnu.org>
1747
1748         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1749         Fix typo.  (Bug#3903)
1750
1751 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1754         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1755         that should not be used for draft articles.
1756         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1757         that has no concern in minor mode keys.
1758         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1759         Abolish.
1760
1761 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1764         article without making inquiry to a user for unknown encoding.
1765
1766         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1767         (nnmaildir--scan): Assume i-node and device number that file-attributes
1768         returns might be cons-cell.
1769
1770         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1771
1772         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1773
1774 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1775
1776         * auth-source.el: Remove docs now in auth.texi.  Don't use
1777         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1778         `auth-source-hide-passwords' and use them.
1779
1780 2009-07-15  Glenn Morris  <rgm@gnu.org>
1781
1782         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1783
1784 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1787         excessive whitespace from the default values of title and description.
1788
1789 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1792         mail-fetch-field to fetch Content-Description header in order to
1793         exclude newlines.
1794
1795 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1796
1797         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1798         format used by GnuPG 2.0.11.
1799
1800 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1803         to deleted part.
1804
1805 2009-05-30  David Engster  <dengste@eml.cc>
1806
1807         * nnmairix.el: Remove old documentation in the commentary block.
1808         (nnmairix-request-group): Do not update active file for nnml back ends.
1809         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1810         end so that overview files are ignored.
1811         (nnmairix-update-groups): Make updating the groups more robust by using
1812         marks.
1813         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1814         with dollar characters in message-id.
1815
1816 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1817
1818         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1819         2008-12-25 in dns.el.
1820
1821 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1822
1823         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1824         could happen if the text is only composed of spaces and/or tabs.
1825
1826 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1827
1828         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1829         when sending a queued message to avoid extra mml tags.
1830
1831 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1834
1835 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1838         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1839         rmail-toggle-header for XEmacs;
1840         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1841
1842 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * gnus-dired.el: Remove autoload for gnus-setup-message.
1845         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1846         displaying Gnus logo; always use compose-mail.
1847
1848 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1851
1852 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1855         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1856         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1857         available.
1858         (gnus-nocem-epg-verify): New function.
1859
1860 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1861
1862         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1863
1864 2009-02-15  Glenn Morris  <rgm@gnu.org>
1865
1866         * gnus-util.el (rmail-insert-rmail-file-header)
1867         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1868         autoloads.
1869         (rmail-default-rmail-file): Remove unnecessary declaration.
1870         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1871
1872 2009-02-14  Glenn Morris  <rgm@gnu.org>
1873
1874         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1875         variable (only used in gnus-util, which declares it anyway).
1876         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1877         which was only needed by gnus-art (changed to not use it any more).
1878         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1879         only used in gnus-util, which autoloads it itself.
1880         (rmail-update-summary): Fix autoload.
1881
1882         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1883         rather than rmail-output-to-rmail-file.
1884
1885 2009-02-07  Glenn Morris  <rgm@gnu.org>
1886
1887         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1888         autoload of function that no longer exists.
1889         (rmail-toggle-header): Declare.
1890         (message-forward-rmail-make-body): Handle mbox Rmail.
1891
1892 2009-01-31  Glenn Morris  <rgm@gnu.org>
1893
1894         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1895         2009-01-09 change.
1896
1897 2009-01-31  Dave Love  <fx@gnu.org>
1898
1899         * imap.el (imap-fetch-safe): Bind debug-on-error.
1900         (imap-debug): Add imap-fetch-safe.
1901
1902 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1903
1904         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1905         (auth-source-forget-all-cached): New convenience function.
1906         (auth-source-user-or-password): Accept list of modes or a single mode.
1907
1908         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1909         auth-source modes.
1910
1911         * netrc.el (netrc-machine-user-or-password): Use list of
1912         auth-source modes.
1913
1914         * nnimap.el (nnimap-open-connection): Use list of
1915         auth-source modes.
1916
1917         * nntp.el (nntp-send-authinfo): Use list of
1918         auth-source modes.
1919
1920 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1921
1922         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1923         now.
1924
1925 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1928         coding system in XEmacs; add a workaround for XEmacs.
1929
1930         * lpath.el: Fbind coding-system-aliasee.
1931
1932 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1935         of current-language-environment.
1936
1937 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1938
1939         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1940         available at runtime.
1941
1942 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1945
1946 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1947
1948         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1949         the greatest positive fixnum value doesn't work under an XEmacs with
1950         bignum support; use the most-positive-fixnum constant instead,
1951         available since Emacs 21.1 with cl and XEmacs 21.1.
1952
1953 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1956         XEmacs gets not to work.
1957
1958 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * mm-util.el (mm-coding-system-priorities): Allow the value like
1961         "Japanese (UTF-8)" of current-language-environment.
1962
1963 2009-01-09  Glenn Morris  <rgm@gnu.org>
1964
1965         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1966         with last-command-event.
1967
1968 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1969
1970         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1971         in the doc string.
1972
1973         * message.el (message-fix-before-sending): Amend comment.
1974
1975 2009-01-08  Dave Love  <fx@gnu.org>
1976
1977         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1978
1979 2009-01-07  David Engster  <dengste@eml.cc>
1980
1981         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1982         simplified server definitions by converting it via
1983         gnus-server-to-method.
1984
1985 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1988         parameter's operands.
1989
1990 2009-01-06  David Engster  <dengste@eml.cc>
1991
1992         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1993         primary select method (for gnus-group-mark-article-as-read).
1994
1995 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1996
1997         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1998         `(gnus)Face', not `(gnus)X-Face'.
1999
2000 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * mm-util.el (mm-ucs-to-char): New function.
2003
2004         * mm-url.el (mm-url-decode-entities): Use it.
2005
2006         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2007         unicode-to-char.
2008
2009 2009-01-05  Dave Love  <fx@gnu.org>
2010
2011         * time-date.el: Require cl for `declare'.
2012
2013 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2014
2015         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2016         Dave Love.
2017
2018 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2019
2020         * message.el (message-fix-before-sending): Add `eight-bit' to
2021         illegible-text check.
2022
2023 2009-01-03  Michael Olson  <mwolson@gnu.org>
2024
2025         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2026         `headers' is nil.  This can occur if the IMAP server does not have
2027         permissions to read messages from a folder, but can write new messages
2028         to the folder.
2029         (nnimap-request-article-part): Do not insert `data' if it is nil.
2030
2031         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2032         characters which will confuse `read', so skip past them.
2033
2034 2009-01-01  Dave Love  <fx@gnu.org>
2035
2036         * imap.el (imap-string-to-integer): Fix typo.
2037         (imap-fetch-safe): New function.
2038         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2039
2040         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2041
2042         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2043         (imap-parse-greeting): Fix doc strings.
2044         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2045         (imap-parse-flag-list): Make messages unique.
2046         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2047
2048         * nnimap.el: Fix author email.
2049         (nnimap-split-rule): Add FIXME comment.
2050         (nnimap-debug): Fix doc string.
2051
2052 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2053
2054         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2055
2056 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2057
2058         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2059         nslookup if resolv.conf isn't available.
2060         (dns-query): Rename from query-dns.
2061         (dns-query-cached): Rename from query-dns-cached.
2062
2063 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2066         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2067         to check if those variables exist (first appeared in Emacs 18.50).
2068
2069 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * mm-util.el (mm-line-number-at-pos): New function.
2072
2073         * spam-report.el (spam-report-process-queue): Use it.
2074
2075 2008-12-24  David Engster  <dengste@eml.cc>
2076
2077         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2078         parameters that haven't existed as variables as buffer-local variables.
2079
2080 2008-12-23  Dave Love  <fx@gnu.org>
2081
2082         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2083         cadar.
2084
2085         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2086         imap-starttls-p.
2087         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2088
2089 2008-12-22  Dave Love  <fx@gnu.org>
2090
2091         * imap.el: Fix author email.  Doc fixes.
2092         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2093         reply.
2094
2095 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2096
2097         * spam-report.el (spam-report-gmane-max-requests): New constant.
2098         (spam-report-gmane-wait): New variable.
2099         (spam-report-gmane-ham, spam-report-gmane-spam)
2100         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2101         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2102         the server.
2103
2104         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2105         Add explanations.
2106
2107         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2108         nnheader-accept-process-output and nnheader-read-timeout if available.
2109         (pop3-movemail): Use it.
2110
2111         * message.el (message-check-news-body-syntax): Fix signature check if
2112         there's an attachment.
2113
2114 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * mm-util.el: Add comments to the mm- emulating functions.
2117
2118 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2119
2120         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2121         by Stephen Berman <stephen.berman@gmx.net>.
2122
2123 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * mm-util.el (mm-substring-no-properties): New function.
2126         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2127         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2128         (mm-string-to-multibyte): Doc fix.
2129
2130         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2131
2132 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2133
2134         * mml.el (mml-attach-file): Strip text properties from file name.
2135         (Bug#1574)
2136
2137 2008-12-16  Glenn Morris  <rgm@gnu.org>
2138
2139         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2140
2141 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2142
2143         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2144         knows since the charset specified might be a bogus alias that
2145         mm-charset-synonym-alist provides.
2146
2147 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2148
2149         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2150         "ISO_8859-1".
2151
2152         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2153
2154 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * mm-util.el (mm-charset-eval-alist):
2157         Define it before mm-charset-to-coding-system.
2158         (mm-charset-to-coding-system): Add optional argument `silent';
2159         define it before mm-charset-override-alist.
2160         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2161         default value if it can be used in Emacs currently running;
2162         silence mm-charset-to-coding-system.
2163
2164 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2167         `allow-override' which says whether to use `mm-charset-override-alist'.
2168         (rfc2047-decode-encoded-words): Use it.
2169
2170         * mm-util.el (mm-charset-override-alist): Fix custom type;
2171         add `(gb2312 . gbk)' to choices.
2172
2173 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2176         fast.
2177
2178         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2179
2180         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2181
2182 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2183
2184         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2185         on links.
2186
2187         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2188
2189 2008-12-03  Lute Kamstra  <lute@gnu.org>
2190
2191         * sha1.el: Remove leading * from docstrings of defcustoms,
2192         deffaces, defconsts and defuns.
2193
2194 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2197         users' addresses that don't have domain parts.
2198         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2199         rather than message-narrow-to-head since there will be the message
2200         header separator.
2201
2202 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2203
2204         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2205         since the result is inserted in a unibyte buffer anyway.
2206         (nnimap-demule-use-string-to-multibyte): Remove.
2207         (nnimap-demule): Alias it to mm-string-to-multibyte.
2208
2209 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2210
2211         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2212         variable for debugging bug#464 and bug#1174.
2213         (nnimap-demule): Use it.
2214
2215 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2216
2217         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2218         score calculation correctly.
2219
2220 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2221
2222         * message.el (message-send-mail): Just set the buffer to unibyte
2223         rather than use mm-with-unibyte-current-buffer which does a lot more.
2224         (message-send-mail-partially): Don't bother with
2225         mm-with-unibyte-current-buffer since it's already been made unibyte by
2226         message-send-mail.
2227
2228 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2229
2230         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2231
2232 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2233
2234         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2235
2236 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2239         require itself and to remove `with-no-warnings'.
2240
2241 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2242
2243         * starttls.el (starttls-any-program-available): Get the name of the
2244         available TLS layer program.
2245         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2246         well as the host name in the "opening" message.
2247
2248         * auth-source.el (auth-source-cache, auth-source-do-cache)
2249         (auth-source-user-or-password): Cache passwords and logins by default,
2250         allow override with `auth-source-do-cache'.
2251         (auth-source-forget-user-or-password): Allow users to remove cache
2252         entries if needed.
2253
2254 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2255
2256         * md4.el (md4-buffer): Fix typo in docstring.
2257         (md4, md4-64): Doc fixes.
2258         (md4-pack-int32): Reflow docstring.
2259
2260 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2261
2262         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2263         condition-case to only the forward-sexp call.
2264
2265 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2266
2267         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2268         quotes contained.  Make it more robust regardless by an extra
2269         condition-case wrapper.
2270
2271 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2274
2275 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2276
2277         * nnml.el (nnml-request-expire-articles): Check if the function set to
2278         `nnmail-expiry-target' returns the symbol `delete'.
2279
2280         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2281
2282         * nnmail.el (nnmail-expiry-target): Fix custom type.
2283
2284 2008-10-02  Glenn Morris  <rgm@gnu.org>
2285
2286         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2287         Silence compiler warning.
2288
2289 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2290
2291         * tls.el (open-tls-stream): Show the actual command being
2292         executed, instead of the format string.
2293
2294 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * lpath.el: Fbind codepage-setup for Emacs 23.
2297
2298 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2299
2300         * mml.el (mml-menu): Don't assume mml2015 is bound.
2301
2302 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2303
2304         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2305         exists.
2306
2307 2008-09-27  Glenn Morris  <rgm@gnu.org>
2308
2309         * gnus-util.el (mail-header-remove-comments): Autoload it.
2310
2311 2008-09-27  Andreas Schwab  <schwab@suse.de>
2312
2313         * gnus-util.el (gnus-split-references): Strip comments.
2314         (gnus-parent-id): Likewise.
2315
2316 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2317
2318         * message.el (message-confirm-send): Fix version.
2319
2320 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * message.el (message-idna-to-ascii-rhs-1): Use
2323         mail-extract-address-components rather than mail-header-parse-addresses
2324         that is an alias by default to ietf-drums-parse-addresses that does not
2325         support non-ASCII names in headers' contents.
2326
2327 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2328
2329         * message.el (message-confirm-send): Fixed variable documentation to
2330         avoid the "y/n" wording.
2331
2332 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2333
2334         * message.el (message-set-auto-save-file-name): Save to a different
2335         filename so multiple messages (especially drafts) can be recovered.
2336
2337 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2338
2339         * message.el (message-confirm-send): Add appropriate version.
2340
2341 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2342
2343         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2344         defvar.
2345
2346 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2347
2348         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2349         (mm-pkcs7-enveloped-magic): Ditto.
2350
2351 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2352
2353         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2354         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2355
2356 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2357
2358         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2359         default, it's better.
2360
2361 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2362
2363         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2364         summary line gnus-number property and ignore them (with a warning
2365         message).
2366
2367 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2370         macro caddr in the interactive form since it won't be expanded.
2371
2372 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2375         `charset'; fix name of function called recursively.
2376         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2377
2378 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2381         (gnus-mime-set-charset-parameters): New function.
2382         (gnus-mime-view-part-as-charset): Use it to correctly display part
2383         specifying wrong charset.
2384
2385 2008-09-08  David Engster  <dengste@eml.cc>
2386
2387         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2388         in completing-read for back end server.
2389
2390 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2391
2392         * message.el (message-confirm-send): New variable to confirm sending a
2393         message.
2394         (message-send): Use it.
2395
2396 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2397
2398         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2399
2400 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2403
2404 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2405
2406         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2407         prevent tracking too many groups.
2408         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2409         Use it.
2410
2411 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2412
2413         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2414         moving point to the bottom of the window in order to avoid recentering.
2415
2416 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2419
2420         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2421         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2422         (gnus-article-beginning-of-window): Fix calculation.
2423
2424 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * gnus-msg.el (gnus-summary-supersede-article)
2427         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2428         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2429         message header.
2430
2431 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2432
2433         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2434         pending output coming after the status change.
2435
2436 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2437
2438         * message.el:
2439         * gnus-start.el:
2440         * gnus-registry.el: Remove VMS support.
2441
2442 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2445         macro.
2446         (rfc2104-hash): Use it.
2447
2448 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2449
2450         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2451         (gnus-summary-sort-by-most-recent-date): New commands.
2452         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2453         and menu entries.
2454
2455 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2458         don't redisplay article for raw contents; remove plural articles stuff.
2459
2460         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2461         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2462         on gnus-summary-save-article; display results properly.
2463
2464 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * lpath.el: No need to fbind ns-focus-frame.
2467
2468 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2471
2472 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2475         gnus-save-all-headers.
2476
2477 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2478
2479         * gnus-util.el (ns-focus-frame): Remove declaration.
2480         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2481         like x.
2482
2483 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2484
2485         * rfc2104.el (rfc2104-zero): Delete defconst.
2486         (rfc2104-hex-alist): Likewise.
2487         (rfc2104-hex-to-int): Delete func.
2488         (rfc2104-hexstring-to-bitstring): Likewise.
2489         (rfc2104-nybbles): New defconst.
2490         (rfc2104-hash): Rewrite for speed.
2491
2492 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * tls.el (open-tls-stream): Make it work with the 2nd argument
2495         BUFFER that is a string but does not exist as a buffer object, as
2496         mentioned in the doc-string.
2497
2498 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2501         SXEmacs.
2502
2503 2008-07-16  Glenn Morris  <rgm@gnu.org>
2504
2505         * gnus-util.el (ns-focus-frame): Declare for compiler.
2506
2507 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2510         set as a group parameter.
2511         (gnus-summary-save-in-pipe): Work when it is called independently.
2512         (gnus-summary-pipe-to-muttprint): Don't modify
2513         gnus-summary-pipe-output-default-command.
2514
2515 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2516
2517         * message.el (message-send-mail-with-sendmail):
2518         Display the error message.
2519
2520 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * gnus-art.el (gnus-default-article-saver):
2523         Add gnus-summary-save-in-pipe to choices.
2524         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2525         gnus-summary-pipe-output-default-command as the default command.
2526         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2527         instead of gnus-last-shell-command.
2528
2529         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2530         New user option.
2531         (gnus-summary-muttprint-program): Mention the value will be changed.
2532         (gnus-summary-save-article): Force showing of all headers.
2533         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2534
2535 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2536
2537         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2538
2539 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2540
2541         * nnimap.el (nnimap-id):
2542         * sieve-manage.el (sieve-manage-open): Doc fixes.
2543
2544 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2545
2546         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2547         if available.
2548
2549 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2550
2551         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2552
2553         * nnkiboze.el (nnkiboze-generate-group):
2554         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2555
2556         * nnmairix.el: Require CL.
2557
2558 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * dgnushack.el: Autoload get-display-table and put-display-table for
2561         XEmacs 21.5.
2562
2563         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2564         21.4 and SXEmacs.
2565
2566 2008-06-15  David Engster  <dengste@eml.cc>
2567
2568         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2569
2570 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2571
2572         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2573         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2574         runtime choice under XEmacs.
2575
2576         * gnus-sum.el (gnus-summary-set-display-table):
2577         Use `gnus-put-display-table', `gnus-get-display-table',
2578         `gnus-set-display-table' for the display table, instead of `aset'.
2579
2580         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2581         Use `gnus-put-display-table', `gnus-get-display-table',
2582         `gnus-set-display-table' for the display table.
2583
2584 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2585
2586         * nnmairix.el: Add autoloads.
2587
2588 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2589
2590         * nnmairix.el (nnmairix-delete-recreate-group)
2591         (nnmairix-update-and-clear-marks): Fix error messages.
2592
2593 2008-06-14  David Engster  <dengste@eml.cc>
2594
2595         * nnmairix.el: Upgrade to version 0.6.
2596         (nnmairix-group-toggle-propmarks-this-group)
2597         (nnmairix-group-toggle-readmarks-this-group)
2598         (nnmairix-group-delete-recreate-this-group)
2599         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2600         (nnmairix-remove-tick-mark-original-article): New commands.
2601         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2602         (nnmairix-propagate-marks-to-nnmairix-groups)
2603         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2604         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2605         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2606         functions needed for marks propagation and manipulation of read marks.
2607         (nnmairix-update-groups): New function.
2608         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2609         (nnmairix-determine-original-group-from-registry)
2610         (nnmairix-determine-original-group-from-path)
2611         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2612         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2613         New helper functions.
2614         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2615         keystrokes for new commands.
2616         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2617         (nnmairix-request-group): Check allow-fast group parameter.
2618         (nnmairix-request-create-group): Set allow-fast group parameter if
2619         nnmairix-allowfast-default is set.
2620         (nnmairix-close-group): Propagate marks upon closing if needed.
2621         (nnmairix-group-toggle-threads-this-group): Use new.
2622         nnmairix-group-toggle-parameter helper function.
2623         (nnmairix-search): Better check for empty search result.
2624         (nnmairix-goto-original-article): Use new helper functions for
2625         determining original article.
2626         (nnmairix-show-original-article): Make sure message-id is in brackets.
2627         (nnmairix-call-mairix-binary): Change variable name.
2628         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2629         helper function.
2630         (nnmairix-widget-toggle-activate): Fix doc string.
2631
2632 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * nnir.el: Require edmacro when compiling with XEmacs.
2635         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2636         available in Emacs 21.
2637
2638 2008-06-11  Glenn Morris  <rgm@gnu.org>
2639
2640         * gnus-util.el (x-focus-frame):
2641         * gnus.el (image-size):
2642         * mm-decode.el (image-size): Declare.
2643
2644         * gnus-picon.el (declare-function): Add compat definition.
2645         (image-size): Declare.
2646
2647         * gnus-group.el (tool-bar-map):
2648         * gnus-sum.el (tool-bar-map): Define for compiler.
2649
2650         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2651
2652         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2653
2654         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2655         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2656         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2657         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2658         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2659         * sieve-manage.el, spam-report.el, spam.el:
2660         Remove unnecessary eval-and-compile of autoloads.
2661
2662 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2663
2664         * auth-source.el: Precise Tramp doc.
2665
2666 2008-06-07  Glenn Morris  <rgm@gnu.org>
2667
2668         * nnmairix.el: Remove unnecessary eval-when-compile.
2669
2670 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * lpath.el: Fbind propertize for XEmacs 21.4.
2673
2674 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2675
2676         * nnir.el: Move here from ../contrib.
2677
2678 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2679
2680         * gnus-util.el (gnus-read-shell-command): New function.
2681         * mm-decode.el (mm-pipe-part):
2682         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2683
2684 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2687
2688 2008-06-03  Glenn Morris  <rgm@gnu.org>
2689
2690         * pop3.el (nnheader-accept-process-output): Autoload it.
2691
2692 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2695         are not 2-digit hexadecimal characters that follow `%'s.
2696
2697 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2698
2699         * message.el (message-bogus-recipient-p): Fix type in doc string.
2700         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2701         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2702         Improve custom options.
2703         (message-bogus-recipient-p): Adjust accordingly.
2704
2705 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2706
2707         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2708         long-form month and day names.
2709
2710 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * dgnushack.el: Autoload debug, eudc-expand-inline and
2713         pgg-snarf-keys-region for XEmacs.
2714
2715         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2716
2717         * nnmairix.el: Require edmacro when compiling with XEmacs.
2718
2719 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2720
2721         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2722         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2723
2724 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2725
2726         * auth-source.el: Add more docs.
2727
2728         * netrc.el (netrc-machine): Always match if the port is not given.
2729
2730 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2733         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2734         retrieval faster in some cases, but might make CPU usage larger.  If
2735         this has any bad side effects, we might revert this change.
2736
2737         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2738         seems to make mail retrieval much, much faster.
2739         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2740         unconditionally.
2741
2742         * gnus-draft.el (gnus-group-send-queue): Bind
2743         message-send-mail-partially-limit to nil to avoid being prompted.
2744
2745 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2746
2747         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2748
2749         * message.el (message-bogus-address-regexp): Fix and improve custom
2750         type.
2751         (message-setup-hook): Add message-check-recipients as custom option.
2752
2753 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2754
2755         * message.el (message-cite-function): Remove bogus autoload which crept
2756         in during merge from v5-10.
2757
2758 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2759
2760         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2761
2762         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2763
2764         * auth-source.el: Preliminary Tramp docs.
2765         (auth-sources): Change the default auth-sources to use
2766         EPA .gpg files.
2767
2768 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2769
2770         * nntp.el: Autoload `auth-source-user-or-password'.
2771         (nntp-send-authinfo): Use it.
2772
2773         * nnimap.el: Autoload `auth-source-user-or-password'.
2774         (nnimap-open-connection): Use it.
2775
2776         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2777         for the gnus-message function.
2778         (auth-source-user-or-password): Use it.
2779
2780 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2781
2782         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2783         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2784         (rfc2104-hash): Use it.
2785
2786 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2787
2788         * gnus-art.el (gnus-article-toggle-truncate-lines):
2789         Don't use `iff' in docstring.
2790
2791 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2792
2793         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2794
2795         * gnus-util.el (gnus-extract-address-component-name)
2796         (gnus-extract-address-component-email): Convenience functions around
2797         `gnus-extract-address-components'.
2798
2799         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2800         Use `gnus-extract-address-component-email' to fix bug of comparing full
2801         sender name to `user-mail-address'.
2802
2803 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2804
2805         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2806         catch/throw to optimize.
2807         (gnus-registry-find-keywords): Just use member to find a keyword.
2808
2809 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2810
2811         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2812         is current before calling gnus-server-prepare.
2813         (gnus-server-setup-buffer, gnus-server-update-server)
2814         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2815
2816 2008-05-04  Juri Linkov  <juri@jurta.org>
2817
2818         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2819         (mailcap-file-default-commands): Use mailcap-replace-in-string
2820         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2821         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2822
2823 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2824
2825         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2826
2827 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2828
2829         * gnus.el: Bump version to 0.11.
2830
2831 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2832
2833         * gnus.el: No Gnus v0.10 is released.
2834
2835 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2836
2837         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2838         hooks.
2839         (gnus-update-read-articles): Speed up non-marks-using users.
2840         (gnus-use-marks): Define gnus-use-marks.
2841         (gnus-propagate-marks): Rename variable to something more sensible.
2842
2843 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2844
2845         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2846         (gmm-image-load-path-for-library): Fix typos in docstrings.
2847         (gmm-message): Reflow docstring.
2848
2849 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2850
2851         * mail-source.el (mail-source-set-1, mail-source-bind):
2852         Move auth-source code out of the macro to clean it up and fix bugs.
2853
2854 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2855
2856         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2857         by sender if it's equal to user-mail-address, it's likely to be
2858         useless.
2859
2860         * mail-source.el (mail-source-bind): Don't use user or password if they
2861         are not bound.  Unintern them if they are nil.  Don't use server unless
2862         it's bound, and default it to empty string otherwise.
2863
2864 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2865
2866         * mail-source.el: Load auth-source.el.
2867         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2868         get user name or password, if auth-sources is set up.
2869
2870         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2871         strategy of splitting with parent.
2872         (gnus-registry-split-fancy-with-parent)
2873         (gnus-registry-post-process-groups): Use it and fix prior
2874         bug (returning a list as the split result).
2875
2876         * auth-source.el (auth-sources): Remove server parameter.
2877         (auth-source-pick, auth-source-user-or-password)
2878         (auth-source-user-or-password-imap)
2879         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2880         (auth-source-user-or-password-sftp)
2881         (auth-source-user-or-password-smtp): Remove server parameter.
2882
2883 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2884
2885         * smime.el (smime-sign-region, smime-encrypt-region)
2886         (smime-decrypt-region):
2887         Remove redundant calls to `generate-new-buffer-name'.
2888
2889 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2890
2891         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2892         Don't use QP for message/rfc822.
2893         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2894
2895 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2896
2897         * sieve-manage.el (sieve-string-bytes): Remove.
2898         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2899         correct byte-length only if the process's coding-system is the same as
2900         the one used internally by Emacs to represent strings.
2901
2902 2008-04-22  Juri Linkov  <juri@jurta.org>
2903
2904         * mailcap.el (mailcap-file-default-commands): New function.
2905
2906 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2907
2908         * message.el (message-signature-separator, message-cite-function):
2909         Change custom version.
2910
2911 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2912
2913         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2914         commands.
2915         (tls-checktrust): Ditto.
2916
2917 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2918
2919         * mm-decode.el (mm-display-external): Make temp file read-only.
2920
2921 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2922
2923         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2924         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2925         `C-c C-f d'.
2926
2927 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2928
2929         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2930
2931 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2932
2933         * gnus.el: Bump version to 0.9.
2934
2935 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2936
2937         * gnus.el: No Gnus v0.8 is released.
2938
2939 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2940
2941         * mail-source.el (mail-source-value):
2942         Prefer fboundp to functionp so it works with macros as well.
2943
2944 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2945
2946         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2947         Fix last change in case the element is not even a symbol.
2948
2949 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2950
2951         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2952         Prefer fboundp to functionp so it works with macros as well.
2953
2954 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2955
2956         * auth-source.el: Added docs.
2957         (auth-sources): Modify format to support server.
2958         (auth-source-pick, auth-source-user-or-password)
2959         (auth-source-user-or-password-imap)
2960         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2961         (auth-source-user-or-password-sftp)
2962         (auth-source-user-or-password-smtp): Add server parameter.
2963
2964 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2965
2966         * gnus-registry.el: Initialize the registry when gnus-registry-install
2967         is t.
2968
2969 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * compface.el (uncompface): Make buffer unibyte.
2972
2973 2008-04-05  Glenn Morris  <rgm@gnu.org>
2974
2975         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2976
2977 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2978
2979         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2980         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2981
2982         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2983         multibyteness after rather than before erasing it.
2984
2985         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2986         mm-with-multibyte.
2987         (gnus-request-article-this-buffer): Make sure the proper decoding is
2988         used if gnus-original-article-buffer happens to be unibyte.
2989
2990         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2991         default-enable-multibyte-characters.
2992
2993         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2994         default-enable-multibyte-characters.
2995
2996         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2997
2998         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2999
3000 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3001
3002         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3003         (imap-message-copyuid-1): Use it.
3004         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3005         J. Williams in
3006         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3007
3008         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3009         imap-enable-exchange-bug-workaround.
3010         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3011
3012 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3013
3014         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3015         a 100 byte status-checks into a 2-3MB transfer for each group.
3016         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3017         to enable bug workaround or not.
3018         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3019
3020 2008-03-31  Glenn Morris  <rgm@gnu.org>
3021
3022         * message.el (mml2015-use): Declare for compiler.
3023         (message-info): Require mml2015 when appropriate.
3024
3025 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3028         whitespace.
3029
3030 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3031
3032         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3033         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3034         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3035         (nntp-service-to-port): New function.
3036         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3037         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3038         (nntp-open-netcat-stream): New function.
3039         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3040
3041 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3042
3043         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3044
3045 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3046
3047         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3048
3049 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3050
3051         * dns.el (dns-write): Use set-buffer-multibyte.
3052
3053 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3054
3055         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3056
3057 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3058
3059         * message.el (message-signature-separator): Change default.
3060         Improve custom type.
3061         (message-cite-function): Change default to
3062         message-cite-original-without-signature.
3063
3064         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3065         toggle.
3066
3067         * message.el (message-check-news-body-syntax): Fix signature check.
3068         (message-setup-1): Mark buffer as unmodified _after_ running
3069         message-setup-hook and handling message-alternative-emails.
3070         (message-shorten-references): Be more strict when building list of
3071         valid references to comply with GNKSA.
3072
3073         * gnus-group.el (gnus-read-ephemeral-bug-group)
3074         (gnus-read-ephemeral-debian-bug-group)
3075         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3076
3077         * message.el (message-info): Don't use booleanp which isn't supported
3078         in Emacs 21 and XEmacs.
3079
3080 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3081
3082         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3083         gnus-group-gmane-group-download-format.
3084         (gnus-group-read-ephemeral-gmane-group): Rename from
3085         gnus-group-read-ephemeral-gmane-group.
3086         (gnus-read-ephemeral-gmane-group-url): Rename from
3087         gnus-group-read-ephemeral-gmane-group-url.
3088         (gnus-bug-group-download-format-alist): New variable.
3089         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3090         (gnus-read-ephemeral-emacs-bug-group): New commands.
3091
3092 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3093
3094         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3095         (gnus-visible-headers): Improve custom type.
3096
3097 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3098
3099         * mml.el (mml-menu): Add workarounds for XEmacs.
3100
3101         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3102         X-Boundary header.
3103
3104         * message.el (message-simplify-recipients): Fix previous commit.
3105
3106 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3107
3108         * mm-util.el (mm-set-buffer-multibyte): New function.
3109         * mm-decode.el (mm-copy-to-buffer): Use it.
3110
3111 2008-03-19  Glenn Morris  <rgm@gnu.org>
3112
3113         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3114         Accidentally removed in the sync process with Emacs.
3115
3116 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3117
3118         * message.el (message-alter-recipients-discard-bogus-full-name):
3119         New function.
3120         (message-alter-recipients-function): New variable.
3121         (message-get-reply-headers): Use it.
3122         (message-replace-header): New helper function.
3123         (message-recipients-without-full-name): New variable.
3124         (message-simplify-recipients): New command.
3125
3126         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3127
3128         * message.el (message-info): Handle EasyPG manual.
3129
3130         * mml.el (mml-menu): Add entry for EasyPG.
3131
3132 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3133
3134         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3135         parameter.
3136
3137         * message.el (message-disassociate-draft): Specify drafts group name
3138         fully.
3139
3140 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3143         unnecessary duplicates from the match list.
3144
3145 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3148
3149         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3150
3151         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3152         args of `how-many' of which the XEmacs version doesn't take; declare
3153         Info-index-next as function.
3154
3155 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3156
3157         * gnus-score.el (gnus-score-headers): Fix handling of
3158         gnus-inhibit-slow-scoring.
3159
3160         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3161         string.
3162         (gnus-button-url-regexp): Improve handling of parenthesis.
3163         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3164         (gnus-button-handle-info-keystrokes): Handle index entries.
3165
3166 2008-03-15  Glenn Morris  <rgm@gnu.org>
3167
3168         * parse-time.el (parse-time-string): Simplify.
3169
3170 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3173         Incoming* files.
3174
3175 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3176
3177         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3178         (auth-source-pick): Use it.
3179
3180 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3181
3182         * binhex.el (binhex-decode-region-internal):
3183         * uudecode.el (uudecode-decode-region-internal):
3184         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3185         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3186         setting default-enable-multibyte-characters.
3187
3188 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3189
3190         * auth-source.el (auth-source-protocols)
3191         (auth-source-protocols-customize, auth-source-choices): Added and
3192         modified variable customizations and defaults.
3193         (auth-source-pick, auth-source-user-or-password)
3194         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3195         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3196         (auth-source-user-or-password-sftp)
3197         (auth-source-user-or-password-smtp): Use new variables and provide an
3198         interface to netrc.el.
3199
3200 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3203         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3204         Make sure the nntp port to specify is a string.
3205
3206 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3207
3208         * nntp.el: Use with-current-buffer.
3209         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3210         dubious mm-with-unibyte-current-buffer.
3211         (nntp-with-open-group-function): New function extracted from
3212         nntp-with-open-group macro.
3213         (nntp-with-open-group): Use the function, so it's easier to debug.
3214         Add indentation and debugging info.
3215         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3216         the use of the netcat alternatives.
3217
3218         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3219         Avoid mm-string-as-multibyte as well.
3220
3221         * nnweb.el (nnweb-insert-html):
3222         Remove use of nnheader-string-as-multibyte.
3223
3224         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3225         (nnheader-string-as-multibyte): Remove.
3226
3227         * mm-view.el: Use inhibit-read-only.
3228         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3229         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3230         or unibyte-string.
3231
3232         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3233         (mm-uu-yenc-extract): Use with-current-buffer.
3234
3235         * gnus-soup.el (gnus-soup-send-packet): Don't use
3236         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3237
3238         * nnmh.el: Use with-current-buffer.
3239         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3240         mm-string-as-multibyte on the output of mm-encode-coding-string.
3241
3242         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3243         (nnimap-request-move-article): Use with-current-buffer.
3244
3245         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3246         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3247         conversion uses string-make-unibyte rather than string-as-unibyte.
3248
3249         * gnus-msg.el: Use with-current-buffer.
3250
3251         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3252
3253 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3254
3255         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3256         string for caching if it is 'PIN.
3257
3258 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * lpath.el: Consider the case without Emacs/W3.
3261
3262 2008-03-08  Glenn Morris  <rgm@gnu.org>
3263
3264         * time-date.el (date-to-time, time-subtract, time-add)
3265         (safe-date-to-time): Doc fixes.
3266
3267 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3268
3269         * mail-source.el (mail-source-delete-old-incoming-confirm):
3270         Change default to nil.
3271         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3272
3273 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * lpath.el: Rearrange.
3276
3277         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3278         (gnus-article-goto-prev-page): Work for articles having ^L's.
3279
3280         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3281
3282         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3283
3284 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3285
3286         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3287         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3288         (gnus-bookmark-jump): Adjust some variable names.
3289
3290 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3291
3292         * auth-source.el: New package.
3293         (auth-source-choices): Add customization entry point variable.
3294
3295         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3296         bug.
3297
3298 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3299
3300         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3301         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3302         (gnus-registry-install-shortcuts): Rename from
3303         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3304         the `gnus-registry-mark-map' keymap dynamically from
3305         `gnus-registry-marks'.  The generated functions update the summary line
3306         when a registry mark is added or deleted, and will call
3307         `gnus-registry-install-p' (see the comments in the code).
3308         (gnus-registry-user-format-function-M): Use concat intelligently.
3309
3310         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3311         the registry mark functions.
3312
3313 2008-03-05  Glenn Morris  <rgm@gnu.org>
3314
3315         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3316         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3317         gnus-art.
3318         (top-level): No need to load own source when compiling.
3319
3320 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3321
3322         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3323         Suggested by <chris.anderton@zetnet.co.uk>.
3324
3325 2008-03-04  Glenn Morris  <rgm@gnu.org>
3326
3327         * gnus-sum.el (top-level): No need to require gnus when compiling,
3328         since unconditionally required near start of file.
3329         (gnus-summary-display-while-building): Move definition before use.
3330
3331 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3332
3333         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3334         formatting function.
3335
3336 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3337
3338         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3339         with plists.
3340         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3341         Use new format.
3342
3343 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3346         `where-is-internal' that returns a range of key sequences.
3347
3348 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3349
3350         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3351
3352         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3353         (gnus-summary-jump-to-group): Consider windows on other displayed
3354         frames as well.  Similar changes might be needed elsewhere, but that's
3355         the one I've bumped into during my use.
3356
3357         * nndoc.el (nndoc-oe-dbx-type-p):
3358         * gnus-msg.el (gnus-debug):
3359         * gnus-group.el (gnus-update-group-mark-positions):
3360         Use mm-string-to-multibyte.
3361
3362 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3363
3364         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3365         doesn't handle NotDashEscaped.
3366
3367         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3368         (mml-dnd-attach-options): Fix typo in custom choice.
3369
3370         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3371         nndoc-article-type to mbox.
3372         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3373
3374         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3375         to nil, instead of html2text.
3376
3377         * imap.el (imap-debug): Add `imap-ping-server'.
3378
3379         * gnus-bookmark.el: Add FIXMEs.
3380
3381         * message.el (message-form-letter-separator)
3382         (message-send-form-letter-delay): New variables.
3383         (message-send-form-letter): Use them.  New command to send form
3384         letters.  Requested by Uwe Siart.
3385         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3386
3387 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3388
3389         * Update copyright years.
3390
3391 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3392
3393         Sync from EMACS_22_BASE.
3394
3395         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3396
3397 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3398
3399         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3400         empty author.
3401
3402 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3403
3404         * gnus-registry.el (gnus-registry-marks): Add variable for
3405         customization of marks and their appearance.
3406         (gnus-registry-read-mark): Use it.
3407         (gnus-registry-do-marks): Add utility function to loop through
3408         `gnus-registry-marks'.
3409         (gnus-registry-install-shortcuts-and-menus): Add function to install
3410         shortcuts and menus.
3411         (gnus-registry-initialize): Use it.
3412         (gnus-registry-default-mark): Clarify documentation.
3413
3414 2008-02-29  Glenn Morris  <rgm@gnu.org>
3415
3416         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3417         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3418         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3419         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3420         Change defcustom :version from 23.0 to 23.1.
3421
3422 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3423
3424         * gnus-registry.el (gnus-registry-follow-group-p)
3425         (gnus-registry-post-process-groups): Add functions to aid registry
3426         splitting and improve logging.  Clarify behavior in function
3427         documentation.
3428         (gnus-registry-split-fancy-with-parent): Use them.
3429
3430 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3431
3432         * gnus-art.el: Use with-current-buffer.
3433
3434 2008-02-27  David Engster  <dengste@eml.cc>
3435
3436         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3437         Express real group name in the response.
3438
3439 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3442         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3443         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3444         autoload gnus-registry-fetch-group when compiling.
3445         (nnmairix-request-group-with-article-number-correction): Remove
3446         unreferenced argument passed to nnmairix-call-backend.
3447
3448 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3449
3450         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3451         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3452         Wilde.
3453
3454 2008-02-27  Glenn Morris  <rgm@gnu.org>
3455
3456         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3457         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3458         variables to defconsts.  Convert comments to doc-strings.
3459         (nnmairix-last-server, nnmairix-current-server): Convert from free
3460         variables to defvars.  Convert comments to doc-strings.
3461         (gnus-registry-fetch-group): Autoload.
3462         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3463         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3464         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3465         caddr.
3466         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3467         nnmairix-request-group-with-article-number-correction call.
3468         (nnmairix-fast, nnmairix-group): New, less general names, for free
3469         variables passed from nnmairix-request-group to
3470         nnmairix-request-group-with-article-number-correction.  Declare.
3471         (nnmairix-request-group-with-article-number-correction):
3472         Use nnmairix-fast, nnmairix-group rather than fast, group.
3473
3474 2008-02-26  David Engster  <dengste@eml.cc>
3475
3476         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3477         version 0.5.
3478
3479 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3480
3481         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3482         instead of making an extra function call.  Don't add the current group
3483         to articles only when they have the group.  Use
3484         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3485         Reported by David <de_bb@arcor.de>.
3486
3487 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3490         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3491
3492 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3493
3494         * mail-source.el (mail-source-delete-incoming): Change default.
3495         Supplement doc string.
3496
3497         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3498
3499 2008-02-14  Glenn Morris  <rgm@gnu.org>
3500
3501         * time-date.el (format-seconds): New function.
3502
3503 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3504
3505         * nnmail.el (nnmail-message-id-cache-file): Derive from
3506         `gnus-home-directory'.
3507
3508 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3509
3510         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3511         Document negative prefix.
3512
3513         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3514
3515 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516
3517         * message.el (message-unsent-separator): Add the Exim bounce
3518         separator.
3519
3520 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3521
3522         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3523         list.
3524         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3525         recipient/signer list.
3526
3527 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * Makefile.in (datarootdir): Define.
3530         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3531         name that might contain whitespace.
3532
3533 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3534
3535         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3536         fbound (Emacs 23 unicode), signal an error.
3537
3538 2008-02-08  Glenn Morris  <rgm@gnu.org>
3539
3540         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3541
3542 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3543
3544         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3545         ports to the calls to `netrc-machine-user-or-password' in addition to
3546         "imap" and "imaps".
3547
3548 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3549
3550         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3551
3552         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3553
3554 2008-02-01  Kenichi Handa  <handa@m17n.org>
3555
3556         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3557         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3558         (rfc2104-hash): Convert the result of concat to unibyte string.
3559
3560 2008-02-01  Dave Love  <fx@gnu.org>
3561
3562         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3563         coding-system-for-read.
3564         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3565
3566 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3567
3568         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3569         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3570         <hanche@math.ntnu.no>.
3571
3572 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3575
3576         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3577
3578 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3579
3580         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3581         * message.el (message-beginning-of-line): Use featurep instead of bound
3582         tests in order to resolve conditionals at compile time.
3583
3584 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3585
3586         * mail-source.el (mail-sources): Add `group' choice.
3587
3588         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3589         parameter `in-group' to control into which group the articles go.
3590         Add treatment of `group' mail-source.
3591
3592 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3595
3596         * mm-decode.el (mm-dissect-buffer): Decode description.
3597
3598         * mml.el (mml-to-mime): Encode message header first.
3599
3600 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3603         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3604
3605         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3606         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3607
3608 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3609
3610         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3611
3612 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3615         prefix keys.
3616         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3617         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3618         gnus-xmas.el.
3619
3620         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3621         (gnus-xmas-article-describe-bindings): New function.
3622         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3623         gnus-xmas-article-describe-bindings.
3624
3625         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3626
3627 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3628
3629         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3630         Add new variables for article mark management.
3631         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3632         list of extra data entries which, when present, will indicate that the
3633         article ID should not be trimmed from the registry.
3634         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3635         functions.
3636         (gnus-registry-read-mark): New function to read a mark name from the
3637         user.
3638         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3639         (gnus-registry-set-article-mark-internal): New functions to add and
3640         remove marks.
3641         (gnus-registry-get-article-marks): New function to show the marks for
3642         an article, or retrieve them for further use.
3643
3644 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3647         keys when no argument is given.
3648
3649 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3650
3651         * imap.el (imap-ping-server): New variable.
3652         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3653         (imap-ping-server): Minor doc string fixes.
3654
3655 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3656
3657         * imap.el (imap-ping-server): New function.
3658         (imap-opened): Call imap-ping-server.
3659
3660 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3661
3662         * gnus-sum.el (gnus-article-sort-by-random)
3663         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3664         jidanni@jidanni.org.
3665
3666 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * gnus-art.el (gnus-article-describe-bindings): New function.
3669         (gnus-article-read-summary-keys): Use it.
3670         (gnus-article-mode-map): Bind `C-h b' to it.
3671
3672 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3675         XEmacs.
3676         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3677         against non-character events.
3678
3679         * lpath.el: Fbind map-keymap for Emacs 21.
3680
3681 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3682
3683         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3684         command.
3685         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3686         instead of END.  Change name of the temp file.
3687         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3688         customizable.
3689
3690 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3693         bind `S W' to gnus-article-wide-reply-with-original; set default
3694         binding to gnus-article-read-summary-send-keys.
3695         (gnus-article-read-summary-keys): Fix the order of keys; display
3696         continuation keys correctly in the echo area; describe bindings
3697         correctly when keys end with `C-h'.
3698         (gnus-article-read-summary-send-keys): New function.
3699         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3700         for gnus-article-read-summary-send-keys; display continuation keys
3701         correctly in the echo area.
3702         (gnus-article-reply-with-original): Ignore prefix argument.
3703         (gnus-article-wide-reply-with-original): New function.
3704
3705         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3706         Emacs 21.
3707
3708 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3711         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3712
3713 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3714
3715         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3716         (gnus-group-read-ephemeral-gmane-group): New command.
3717
3718 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3719
3720         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3721
3722 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3723
3724         * message.el (message-send-mail-function): Increase custom version.
3725
3726         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3727         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3728
3729 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3730
3731         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3732         for the cases where imap-authenticate is called with a nil buffer
3733         parameter.
3734
3735 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3738         html parts correctly; support forwarded messages.
3739         (gnus-article-browse-html-article): Remove work buffers.
3740
3741         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3742         compiling.
3743         (netrc-bound-and-true-p): New macro.
3744         (netrc-parse): Use it instead of bound-and-true-p that is not available
3745         in XEmacs 21.4.
3746
3747 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3748
3749         * gnus-registry.el (gnus-registry-mark-article)
3750         (gnus-registry-article-marks): Add functionality to mark articles
3751         through the Gnus registry.
3752
3753         * encrypt.el: Clarify documentation for the new pgg method.
3754         (encrypt-file-alist): Add PGG option.
3755         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3756         functionality.  Abstract password key and messaging to external
3757         functions.
3758         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3759         (encrypt-message-method-and-cipher): Add new convenience external
3760         functions.
3761         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3762         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3763
3764         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3765         (netrc-parse): Use encrypt-file-alist to determine if
3766         encrypt-find-model or encrypt-insert-file-contents should be used.
3767
3768         * encrypt.el: Clarify documentation.  Load password-cache or
3769         password, whichever one is found first, instead of autoloading.
3770
3771 2007-12-19  Glenn Morris  <rgm@gnu.org>
3772
3773         * mml.el (message-options-set, message-narrow-to-head)
3774         (message-in-body-p, message-mail-p, message-encode-message-body):
3775         Autoload.
3776         (message-remove-header, message-narrow-to-headers-or-head)
3777         (message-subscribed-p, message-make-mail-followup-to)
3778         (message-position-on-field, message-news-p)
3779         (message-options-set-recipient, message-generate-headers)
3780         (message-sort-headers): Declare as functions.
3781
3782 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3783
3784         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3785         convention in doc string.
3786
3787 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3790         title to html parts.
3791         (gnus-article-browse-html-article): Pass message header to it.
3792
3793         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3794
3795 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3796
3797         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3798         or password compatible with XEmacs.
3799
3800 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3801
3802         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3803         format document.
3804         (gnus-mime-delete-part): Don't write description line if empty.
3805         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3806
3807 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3808
3809         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3810         (gnus-summary-mark-read-and-unread-as-read)
3811         (gnus-summary-mark-current-read-and-unread-as-read)
3812         (gnus-summary-mark-unread-as-ticked): Doc fix.
3813         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3814
3815 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3816
3817         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3818         Christoph Conrad <christoph.conrad@gmx.de>.
3819
3820 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3823         yes-or-no-p.
3824
3825 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * mm-decode.el (mm-add-meta-html-tag): New function.
3828         (mm-save-part-to-file, mm-pipe-part): Use it.
3829
3830         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3831         gnus-y-or-n-p instead of y-or-n-p.
3832         (gnus-article-browse-html-parts): Work with message/external-body; use
3833         mm-add-meta-html-tag.
3834
3835 2007-12-11  Glenn Morris  <rgm@gnu.org>
3836
3837         * gnus-cache.el: Require gnus-sum not just when compiling.
3838
3839         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3840
3841         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3842         definitions before use.
3843
3844         * mm-decode.el: Require gnus-util.
3845         (mm-remove-part): Only call delete-annotation on XEmacs.
3846
3847         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3848
3849         * nnmail.el: Require gnus-int.
3850
3851         * spam.el: Move `require's before `eval-when-compile's.
3852
3853         * gnus-ems.el (gnus-alive-p):
3854         * gnus-fun.el (message-goto-eoh):
3855         * gnus-util.el (gnus-group-name-decode):
3856         * mail-source.el (gnus-compress-sequence):
3857         * message.el (Info-goto-node, format-spec):
3858         * mm-bodies.el (message-options-get):
3859         * mm-decode.el (mm-view-pkcs7):
3860         * mm-util.el (gmm-write-region):
3861         * mml-smime.el (mml-compute-boundary)
3862         (gnus-completing-read-with-default):
3863         * mml.el (widget-button-press, gnus-make-hashtable):
3864         * mml1991.el (mm-decode-content-transfer-encoding)
3865         (mm-encode-content-transfer-encoding)
3866         (message-options-get, message-options-set):
3867         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3868         * nnfolder.el (gnus-request-group):
3869         * nnheader.el (ietf-drums-unfold-fws):
3870         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3871         * smime.el (gnus-run-mode-hooks):
3872         * spam-stat.el (gnus-message): Autoload.
3873
3874         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3875         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3876         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3877         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3878         Add declare-function compatibility definition.
3879
3880         * gnus-cache.el (nnvirtual-find-group-art):
3881         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3882         (gnus-add-image, gnus-add-wash-type):
3883         * gnus-group.el (nnkiboze-score-file):
3884         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3885         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3886         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3887         (message-tokenize-header, gnus-get-buffer-create)
3888         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3889         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3890         * gnus.el (gnus-group-decoded-name):
3891         * mail-source.el (imap-capability):
3892         * mm-bodies.el (message-options-set):
3893         * mm-decode.el (gnus-configure-windows):
3894         * mm-extern.el (message-goto-body):
3895         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3896         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3897         (epg-sub-key-validity, message-options-set):
3898         * mml.el (widget-event-point, gnus-configure-windows):
3899         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3900         * mml2015.el (epg-check-configuration, epg-configuration)
3901         (message-options-set):
3902         * nndb.el (nndb-request-article):
3903         * nnfolder.el (gnus-request-create-group):
3904         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3905         * nnmaildir.el (gnus-group-mark-article-read):
3906         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3907         * rfc1843.el (message-fetch-field):
3908         * spam.el (gnus-extract-address-components):
3909         Declare as functions.
3910
3911 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3914
3915         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3916
3917         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3918         bind show-trailing-whitespace for XEmacs.
3919
3920 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3921
3922         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3923         new no-op macro for backward compatibility.
3924
3925         * imap.el (imap-string-to-integer): New function.
3926
3927 2007-12-09  Glenn Morris  <rgm@gnu.org>
3928
3929         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3930
3931         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3932         * message.el, mm-view.el, sieve-manage.el, smime.el:
3933         Add declare-function compatibility definition.
3934
3935         * gnus-art.el (w3-region, w3m-region, Info-menu):
3936         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3937         * gnus-sum.el (gnus-get-predicate):
3938         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3939         * message.el (mail-abbrev-in-expansion-header-p):
3940         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3941         (w3m-detect-meta-charset, w3m-region):
3942         * sieve-manage.el (password-read, password-cache-add)
3943         (password-cache-remove):
3944         * smime.el (password-read-and-add): Declare as functions.
3945
3946 2007-12-08  David Kastrup  <dak@gnu.org>
3947
3948         * gnus-sum.el (gnus-summary-simplify-subject-query):
3949         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3950         `message'.
3951
3952 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3955         it to bind idna-program, installation-directory, defined-colors, and
3956         face-attribute for XEmacs of the version that compiles defcustom forms.
3957
3958 2007-12-07  Glenn Morris  <rgm@gnu.org>
3959
3960         * gnus-art.el (article-make-date-line): Revert previous change.
3961
3962 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3963
3964         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3965
3966 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3967
3968         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3969         Call gnus-add-to-range ranges only once with a prepared article-list.
3970
3971 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3972
3973         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3974         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3975         group names with backslashes.  Reported by Tassilo Horn
3976         <tassilo@member.fsf.org>.
3977
3978 2007-12-06  Deepak Goel  <deego3@gmail.com>
3979
3980         * gnus-art.el (article-make-date-line):
3981         * gnus-start.el (gnus-load):
3982         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3983
3984 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * gnus-art.el (gnus-use-idna)
3987         * gnus-start.el (gnus-site-init-file)
3988         * message.el (message-use-idna)
3989         * mm-uu.el (mm-uu-hide-markers)
3990         * smiley.el (smiley-style): Revert changes that suppress warnings.
3991
3992 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3995         specify charset to html source.  Reported by Christoph Conrad
3996         <christoph.conrad@gmx.de>.
3997
3998 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4001         idna-program in order to suppress byte compile warning issued by XEmacs
4002         that came to byte compile the default value section of defcustom forms
4003         recently.
4004
4005         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4006         value of installation-directory.
4007
4008         * message.el (message-use-idna): Don't directly refer to the value of
4009         idna-program.
4010
4011         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4012
4013         * smiley.el (smiley-style): Don't directly call face-attribute.
4014
4015 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4016
4017         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4018
4019         * gnus-dired.el: Reduce Gnus dependencies.
4020         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4021         require.  Use autoloads instead.
4022         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4023         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4024         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4025         (gnus-dired-mode): Adjust doc string.
4026         (gnus-dired-mail-mode): New variable.
4027         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4028         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4029         (gnus-dired-mail-buffers): New function.  Return mail or message
4030         composition buffers.
4031         (gnus-dired-attach): Use it.
4032         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4033         NO-DECODE.
4034         (gnus-dired-print): Use `gnus-print-buffer' depending on
4035         `gnus-dired-mail-mode'.
4036
4037 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * rfc2047.el (rfc2047-encoded-word-regexp)
4040         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4041         explaining what regexp patterns are for.
4042
4043 2007-12-04  Glenn Morris  <rgm@gnu.org>
4044
4045         * password.el: Move to password-cache.el.
4046
4047         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4048         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4049         * mml-smime.el (password-read, password-cache-add)
4050         (password-cache-remove):
4051         No need to autoload, since mml-sec requires password.
4052
4053         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4054         * message.el (gnus-extract-address-components):
4055         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4056
4057         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4058         password.
4059
4060 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4061
4062         * mailcap.el: Reduce dependencies.
4063         (mail-header-parse-content-type): Autoload.
4064         (mailcap-delete-duplicates): New alias.
4065         (mailcap-mime-info): Add optional argument NO-DECODE.
4066         (mailcap-mime-types): Use mailcap-delete-duplicates.
4067
4068         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4069
4070 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4071
4072         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4073         (imap-parse-status): Upcase status-att for servers that sends them
4074         lower-case (e.g., MS Exchange 2007).
4075
4076 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077
4078         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4079         function.
4080
4081         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4082         (gnus-uu-yenc-article): New function.
4083
4084         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4085
4086         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4087         buffer.
4088
4089 2007-12-02  Glenn Morris  <rgm@gnu.org>
4090
4091         * binhex.el (binhex): New custom group.
4092         (binhex-decoder-program, binhex-decoder-switches)
4093         (binhex-use-external): Move to the binhex custom group.
4094
4095         * uudecode.el (uudecode): New custom group.
4096         (uudecode-decoder-program, uudecode-decoder-switches)
4097         (uudecode-use-external): Move to the uudecode custom group.
4098
4099         * netrc.el (top-level): Don't load `encrypt' features.
4100         (netrc-parse): Don't use encrypt.
4101         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4102
4103         * encrypt.el: Remove file.
4104
4105 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4106
4107         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4108         matches on patches.
4109
4110         * gnus-art.el (gnus-article-browse-html-article): Mention
4111         `mm-text-html-renderer' in the doc string.
4112
4113         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4114         string.  Add comments.
4115
4116         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4117         if rhs is ASCII.
4118
4119 2007-12-01  Glenn Morris  <rgm@gnu.org>
4120
4121         * mail-source.el (top-level): Require format-spec before
4122         eval-when-compile.
4123
4124 2007-11-30  Glenn Morris  <rgm@gnu.org>
4125
4126         * encrypt.el: Require password, rather than autoloading password-read.
4127
4128 2007-11-29  Glenn Morris  <rgm@gnu.org>
4129
4130         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4131         (sasl-make-client, sasl-next-step, sasl-step-data)
4132         (sasl-step-set-data): Declare as functions.
4133
4134 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4135
4136         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4137
4138 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4139
4140         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4141         certs should be verified and what is to be done in the event of a
4142         verification failure.
4143
4144         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4145         caller can indicate whether the cache should be disregarded for this
4146         call.  This way the result of the call is reproducible at all times and
4147         can be considered a canonical server name for the supplied method.
4148         (gnus-agent-method-p): Canonicalize server names by pushing their
4149         method through `gnus-method-to-server' using the no-cache argument.
4150
4151         * gnus-srvr.el (gnus-server-insert-server-line): Call
4152         `gnus-method-to-server' with `no-cache' argument.
4153
4154         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4155         gnus-agent-possibly-synchronize-flags as this should be called when the
4156         server is actually being opened.
4157         (gnus-agent-possibly-synchronize-flags)
4158         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4159         flags file of an agentized server to the latter function.
4160
4161         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4162         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4163         after a connection has been established successfully.
4164
4165 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * gnus-art.el (article-display-face): Force to display face if called
4168         interactively; check if gnus-article-x-face-too-ugly matches author.
4169         (article-display-x-face): Display face even if From header is missing
4170         as article-display-face does.
4171
4172 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4173
4174         * hashcash.el (message-narrow-to-headers-or-head)
4175         (message-fetch-field, message-goto-eoh)
4176         (message-narrow-to-headers): Declare as functions.
4177
4178 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4179
4180         * mail-source.el (mail-sources): Default to fetch from file for
4181         compatibility with default of nnmail-spool-file.
4182
4183 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4186         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4187         to look for encoded word that should be encoded again.
4188         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4189         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4190         encoding pattern.
4191         (rfc2047-decode-region): Switch strict regexp and loose one according
4192         to rfc2047-allow-irregular-q-encoded-words.
4193
4194 2007-11-25  Romain Francoise  <romain@orebokech.com>
4195
4196         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4197
4198 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4199
4200         * tls.el (tls-program): Provide more custom choices from
4201         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4202         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4203
4204 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4205
4206         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4207         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4208
4209         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4210         `nnmail-spool-file'.
4211
4212         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4213         `nnmail-spool-file'.
4214
4215         * gnus-move.el (gnus-change-server): Ditto.
4216
4217         * gnus-kill.el (gnus-batch-score): Ditto.
4218
4219         * gnus-cache.el (gnus-jog-cache): Ditto.
4220
4221         * gnus-msg.el (gnus-summary-reply):
4222         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4223
4224 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4225
4226         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4227         version.  Minor improvement to doc strings.
4228         (tls-program): Add comment.
4229
4230 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4231
4232         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4233         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4234         mismatch between the hostname provided in the certificate and the name
4235         of the host connnecting to.
4236         (open-tls-stream): Use them.  Check certificates against trusted root
4237         certificates.
4238
4239 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4240
4241         * gnus-cache.el (gnus-cache-generate-nov-databases):
4242         Use nnml-generate-nov-databases-directory instead of
4243         nnml-generate-nov-databases-1.
4244
4245 2007-11-24  Glenn Morris  <rgm@gnu.org>
4246
4247         * message.el (message-tool-bar-retro): Update for rename
4248         mail_send.xpm->mail-send.xpm.
4249
4250 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4251
4252         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4253         `smime-ldap-search' for Emacs 22 and up.
4254
4255 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4256
4257         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4258
4259         * message.el (message-send-mail-function): Fix error convention.
4260         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4261         (message-widen-reply, message-send-mail, message-talkative-question)
4262         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4263         (message-clone-locals, message-send-news): Use with-current-buffer.
4264         (message-insert-or-toggle-importance): Remove unused var `valid'.
4265         (message-make-references): Remove unused var `new-references'.
4266         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4267
4268 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4269
4270         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4271         (spam-split-symbolic-return-positive): Reflow docstring.
4272         (spam-backends, spam-summary-exit-behavior)
4273         (spam-mark-ham-unread-before-move-from-spam-group)
4274         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4275         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4276         (spam-clear-cache, spam-backend-check, spam-install-backend)
4277         (spam-install-statistical-backend, spam-list-of-processors)
4278         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4279         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4280         (spam-check-crm114, spam-initialize, spam-unload-hook):
4281         Fix typos in docstrings.
4282
4283 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4286         been checked if they have never been read and those group levels are
4287         higher than the one that a user specified.
4288
4289 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4292         foreign groups unless a group level is specified by a user.
4293         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4294
4295 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4296
4297         * message.el (message-send-mail-function): Require sendmail.
4298
4299 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4300
4301         * message.el (message-send-mail-function): Check for smtpmail too.
4302
4303         * utf7.el (utf7-encode, utf7-decode): Use coding system
4304         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4305
4306         * message.el (message-send-mail-function): New function.
4307         (message-send-mail-function): Set default using
4308         message-send-mail-function.  Adjust doc string.
4309         (message-send-mail-with-mailclient): New function.
4310
4311 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4312
4313         * smime.el (from):
4314         * rfc2047.el (message-posting-charset):
4315         * qp.el (mm-use-ultra-safe-encoding):
4316         * pop3.el (parse-time-months):
4317         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4318         * nnml.el (files):
4319         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4320         (jka-compr-compression-info-list, ange-ftp-path-format)
4321         (efs-path-regexp):
4322         * nndiary.el (files):
4323         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4324         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4325         (epg-digest-algorithm-alist, inhibit-redisplay)
4326         (password-cache-expiry):
4327         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4328         (pgg-output-buffer, password-cache-expiry):
4329         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4330         (efs-path-regexp):
4331         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4332         (inhibit-redisplay):
4333         * mm-uu.el (file-name, start-point, end-point, entry)
4334         (gnus-newsgroup-name, gnus-newsgroup-charset):
4335         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4336         (latin-unity-ucs-list):
4337         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4338         (mm-uu-binhex-decode-function):
4339         * message.el (gnus-message-group-art, gnus-list-identifiers)
4340         (rmail-enable-mime-composing, gnus-local-organization)
4341         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4342         (gnus-read-active-file, facemenu-add-face-function)
4343         (facemenu-remove-face-function, gnus-article-decoded-p)
4344         (tool-bar-mode):
4345         * mail-source.el (display-time-mail-function):
4346         * gnus-util.el (nnmail-pathname-coding-system)
4347         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4348         (gnus-original-article-buffer, gnus-user-agent)
4349         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4350         (xemacs-codename, sxemacs-codename, emacs-program-version):
4351         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4352         * gnus-start.el (gnus-agent-covered-methods)
4353         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4354         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4355         (gnus-newsgroup-headers, gnus-group-list-mode)
4356         (gnus-group-mark-positions, gnus-newsgroup-data)
4357         (gnus-newsgroup-unreads, nnoo-state-alist)
4358         (gnus-current-select-method, mail-sources)
4359         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4360         (nnmail-spool-file, gnus-cache-active-hashtb):
4361         * gnus-mh.el (mh-lib-progs):
4362         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4363         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4364         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4365         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4366         (gnus-group-buffer):
4367         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4368         (font-lock-set-defaults):
4369         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4370         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4371         (gnus-summary-post-menu, total-parts, type, condition, length):
4372         * gnus-agent.el (gnus-agent-read-agentview):
4373         * flow-fill.el (show-trailing-whitespace):
4374         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4375         eval-and-compile wrappers for byte compiler pacifiers.
4376
4377         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4378         (mm-display-inline-fontify): Check for featurep 'xemacs not
4379         extent-list.
4380
4381         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4382         itimer-list.
4383         (mm-create-image-xemacs): Only do something for XEmacs.
4384         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4385
4386         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4387
4388         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4389         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4390
4391 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4392
4393         * nnimap.el (nnimap-split-download-body):
4394         * gnus-demon.el (gnus-demon):
4395         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4396
4397 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4400         macros.
4401         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4402         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4403         copy data from unibyte buffer to multibyte current buffer.
4404         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4405         to copy data from unibyte current buffer to multibyte buffer.
4406         (nntp-make-process-buffer): Make process buffer unibyte.
4407
4408         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4409
4410 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4411
4412         * pop3.el (pop3-open-server): Accept and process data more robustly at
4413         connexion start to avoid spurious "POP SSL connexion failed" errors.
4414
4415 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4418         read group names.
4419
4420 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4421
4422         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4423
4424 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4427         (nnmail-save-active): Use a unibyte buffer when saving active file,
4428         which may contain non-ASCII group names.
4429
4430         * nnml.el (nnml-request-group): Decode group names in messages.
4431
4432 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4433
4434         * message.el (message-citation-line-function)
4435         (message-insert-formatted-citation-line): Fix spelling of
4436         `message-insert-formated-citation-line'.
4437
4438 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4439
4440         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4441
4442 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4445         nnmail-pathname-coding-system.
4446
4447         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4448         that a user enters; decode group names in messages.
4449
4450         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4451
4452 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4453
4454         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4455
4456         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4457
4458         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4459         risky local variable.
4460
4461         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4462
4463 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4464
4465         * encrypt.el: Improve documentation to fix function name typo.
4466         Reported by Daiki Ueno <ueno@unixuser.org>.
4467
4468 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4471         even if the point is not in the last page of an article.
4472         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4473         back to the previous page.
4474
4475 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4476
4477         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4478
4479 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4482
4483 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4484
4485         * message.el (message-check-news-body-syntax): Avoid
4486         mm-string-as-multibyte.
4487         (message-hide-headers): Don't assume (point-min)==1.
4488
4489 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4490
4491         * message.el (message-remove-blank-cited-lines): Fix if remove is
4492         given.
4493         (message-bogus-address-regexp): New variable.
4494         (message-bogus-recipient-p): New function.
4495         (message-check-recipients): New command.
4496         (message-syntax-checks): Add `bogus-recipient'.
4497         (message-fix-before-sending): Add `bogus-recipient'.
4498
4499         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4500         (gnus-treat-body-boundary): Don't test window-system.
4501
4502 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4503
4504         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4505
4506 2007-10-28  Miles Bader  <miles@gnu.org>
4507
4508         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4509         at compile-time too.
4510
4511 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4512
4513         * gnus-msg.el (gnus-message-setup-hook): Add
4514         `message-remove-blank-cited-lines' to options.
4515
4516 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4517
4518         * message.el (message-remove-blank-cited-lines): New function.
4519         Suggested by Karl Plästerer.
4520
4521 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4524         mapc.
4525
4526         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4527         (top-level): Use mapc to set functions to be traced for debugging.
4528
4529         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4530         called for effect with while loop.
4531
4532         * message.el (message-talkative-question): Replace mapcar called for
4533         effect with mapc.
4534
4535         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4536         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4537         called for effect with dolist.
4538
4539         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4540
4541         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4542         gnus-extra-headers and nnmail-extra-headers.
4543
4544         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4545         called for effect with dolist.
4546         (top-level): Use mapc to set functions to be traced for debugging.
4547
4548         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4549         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4550         dolist.
4551
4552         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4553         Replace mapcar called for effect with mapc.
4554         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4555         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4556         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4557         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4558
4559         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4560         remove-if that's a cl function.
4561
4562         * webmail.el (webmail-debug): Replace mapcar called for effect with
4563         dolist.
4564
4565         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4566         with mapc.
4567
4568 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4571         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4572         with while loop.
4573
4574         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4575         functions from article-* functions.
4576         (gnus-multi-decode-header): Replace mapcar called for effect with
4577         dolist.
4578
4579         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4580         (gnus-bookmark-show-details): Replace mapcar called for effect with
4581         while loop.
4582
4583         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4584         called for effect with while loop.
4585
4586         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4587         with dolist.
4588
4589         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4590         mapcar called for effect with dolist.
4591
4592         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4593
4594         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4595         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4596         Replace mapcar called for effect with dolist.
4597         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4598         mapc.
4599
4600         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4601         Replace mapcar called for effect with dolist.
4602         (gnus-topic-list): Replace mapcar called for effect with mapc.
4603
4604         * gnus.el: Use mapc instead of mapcar to add autoloads.
4605
4606 2007-10-23  Richard Stallman  <rms@gnu.org>
4607
4608         * gnus-group.el (gnus-group-highlight): Mark as risky.
4609
4610 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * gnus.el (gnus-server-to-method): Return method found first in
4613         gnus-newsrc-alist.
4614
4615         * gnus-art.el (gnus-article-highlight-signature)
4616         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4617         button overlay without the front stickiness.
4618
4619 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4620
4621         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4622         overview buffer needed a catch to receive its throw.
4623         (gnus-agent-flush-cache): Declared as interactive to make this function
4624         easier to use.
4625
4626 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4627
4628         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4629         `next-line'.
4630
4631 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4634         exclude address matching message-dont-reply-to-names.
4635
4636 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * gnus-util.el (gnus-string<): New function.
4639
4640         * gnus-sum.el (gnus-article-sort-by-author)
4641         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4642
4643 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4646         the frame-focus tag is set in gnus-buffer-configuration.
4647
4648 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4651         the front stickiness.
4652
4653 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4656         url pattern; remove duplicate one.
4657         (gnus-article-extend-url-button): New function.
4658         (gnus-article-add-buttons): Use it.
4659         (gnus-button-push): Use concatenated url that it makes.
4660
4661 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4662
4663         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4664
4665 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4666
4667         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4668         Don't hardcode point-min==1.
4669
4670 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4671
4672         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4673         Fix comment about "iso8859-1".
4674
4675 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4676
4677         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4678         ones returned from the verify-function.
4679
4680         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4681         mml2015-extract-cleartext-signature if extraction failed.
4682
4683 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4684
4685         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4686         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4687         failed.
4688
4689 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4690
4691         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4692
4693 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4694
4695         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4696         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4697         recommends to use EasyPG instead of PGG.
4698
4699         * pgg.el: Revert to revision 6.23.2.16.
4700
4701         * pgg-def.el: Revert to revision 6.6.2.14.
4702
4703         * pgg-gpg.el: Revert to revision 6.23.2.34.
4704
4705 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4706
4707         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4708         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4709         thread for both the null and zero (kill/expire thread) universal prefix
4710         cases.
4711         (gnus-summary-expire-thread): Add new function to expire a thread,
4712         using gnus-summary-kill-thread.
4713         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4714         shortcuts for gnus-summary-expire-thread.
4715         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4716         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4717
4718 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4719
4720         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4721         extras value, so an extras entry can be deleted.
4722         (gnus-registry-delete-extra-entry): Use it.
4723         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4724         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4725         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4726         storage through the gnus-registry, and provide an appropriate API for
4727         it.
4728
4729 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4732         Suggested by Leo <sdl.web@gmail.com>.
4733
4734         * gnus.el: Do.
4735
4736 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4739         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4740
4741         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4742
4743         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4744         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4745
4746 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4749         newline.
4750         (nnmbox-request-accept-article): Don't change article in source buffer;
4751         narrow to header to use message-fetch-field rather than
4752         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4753         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4754         as delimiters; make sure article ends with newline.
4755         (nnmbox-delete-mail): Correct last position of article to be deleted;
4756         ignore X-Gnus-Newsgroup header in article body.
4757         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4758         positions; make sure article ends with newline.
4759
4760         * message.el (message-display-abbrev): Don't infloop when a user
4761         inserts SPC in the beginning of header.
4762
4763         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4764         coding-system-for-read and coding-system-for-write for XEmacs having no
4765         file-coding feature.
4766
4767         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4768
4769 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4770
4771         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4772         list of groups not followed by default.  Fix type to be regexp.
4773         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4774
4775 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4776
4777         * hmac-def.el (define-hmac-function): Switch from old-style to
4778         new-style backquotes.
4779
4780         * md4.el (md4-make-step): Likewise.
4781
4782 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4785         raw-text coding system when saving .newsrc file, which may contain
4786         non-ASCII group names.
4787
4788 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-cus.el (gnus-score-extra): New widget.
4791         (gnus-score-extra-convert): New function.
4792         (gnus-score-customize): Use it for Extra.
4793
4794 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4795
4796         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4797         (mml2015-mailcrypt-clear-verify): Use it.
4798         (mml2015-gpg-clear-verify): Use it.
4799         (mml2015-pgg-clear-verify): Use it.
4800         (mml2015-epg-clear-verify): Replace the current part with the output
4801         from GnuPG; don't extract the plaintext by itself.
4802
4803         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4804         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4805         mml2015-clear-verify-function; don't touch the armor headers or
4806         dash-escaped text here.
4807
4808 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4811         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4812         parts, or application/octet-stream as a last resort.
4813         (gnus-mime-view-part-as-type): Don't toggle display.
4814         (gnus-mime-view-part-as-charset): Don't turn off display before
4815         querying charset.
4816
4817         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4818         stuff to undisplayer function in Emacs.
4819         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4820
4821         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4822         text/calendar parts.
4823
4824 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4827         decoding text/calendar parts.
4828
4829         * message.el (message-forward-make-body-mime): Always mark body as
4830         having no illegible text; remove signed-or-encrypted argument.
4831         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4832
4833         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4834         (mml-generate-mime-1): Don't encode body if it is specified to be in
4835         raw form; don't make buffer be unibyte when inserting multibyte string.
4836
4837 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4838
4839         * sha1.el: Fix up comment style.
4840         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4841         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4842
4843         * hex-util.el: Fix up comment style.
4844         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4845
4846         * gnus-salt.el: Use with-current-buffer.
4847         (gnus-pick-setup-message): Fix long-standing typo.
4848
4849 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * imap.el (imap-logout-timeout): New variable.
4852         (imap-logout, imap-logout-wait): New functions.
4853         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4854
4855         * nnimap.el (nnimap-logout-timeout): New server variable.
4856         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4857         nnimap-logout-timeout.
4858
4859         * gnus-art.el (gnus-article-summary-command-nosave)
4860         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4861
4862 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * gnus.el (gnus-maximum-newsgroup): New variable.
4865
4866         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4867         according to gnus-maximum-newsgroup.
4868
4869         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4870         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4871         Limit the range of articles according to gnus-maximum-newsgroup.
4872
4873 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4874
4875         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4876         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4877         Don't perform gnus-configure-windows here; reuse existing sticky
4878         article buffer.
4879
4880         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4881         it doesn't exist in gnus-article-mode.
4882
4883 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4886         (gnus-agent-decoded-group-name): New function.
4887         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4888         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4889
4890 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4891
4892         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4893         Add binding for gnus-sticky-article.
4894         (gnus-summary-exit): Don't kill sticky article buffers.
4895
4896         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4897         article buffer.
4898         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4899         (gnus-kill-sticky-article-buffers): New commands.
4900
4901 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * nntp.el (nntp-xref-number-is-evil): New server variable.
4904         (nntp-find-group-and-number): If it is non-nil, don't trust article
4905         numbers in the Xref header.
4906
4907 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-agent.el (gnus-agent-read-group): New function.
4910         (gnus-agent-flush-group, gnus-agent-expire-group)
4911         (gnus-agent-regenerate-group): Use it.
4912         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4913         nnmail-pathname-coding-system.
4914
4915 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4918
4919         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4920         that are unread as unread, and also as selected so that information of
4921         marks having been changed by a user may be updated when exiting group.
4922
4923 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4926         calculated ignoring signature parts to gnus-treat-article.
4927
4928 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4931         a point here in order to keep the window start.
4932         (gnus-insert-mime-security-button): Make a button overlay without the
4933         front stickiness.
4934         (gnus-mime-display-security): Goto the end of a button.
4935
4936         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4937
4938 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4941         group-name-at-point.
4942         (gnus-group-completing-read): New function that offers decoded
4943         non-ASCII group names for completion.
4944         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4945         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4946         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4947         (gnus-group-fetch-control): Use it.
4948         (gnus-fetch-group): Use group-name-at-point for the initial value
4949         rather than the default value; use gnus-alive-p.
4950
4951         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4952         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4953         (gnus-summary-post-news): Use gnus-group-completing-read.
4954
4955         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4956         (gnus-read-move-group-name): Decode group name for completion.
4957
4958 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4959
4960         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4961         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4962         Yamaoka slightly modified the code).
4963
4964 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4967         (nnmail-split-incoming): Bind it.
4968
4969         * nnml.el (nnml-group-name-charset): New function.
4970         (nnml-decoded-group-name): Use it; don't decode group name if
4971         nnmail-group-names-not-encoded-p is non-nil.
4972         (nnml-encoded-group-name): New function.
4973         (nnml-group-pathname): Inline nnml-decoded-group-name.
4974         (nnml-request-expire-articles): Decode group name in message.
4975         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4976         nnmail-pathname-coding-system.
4977         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4978         not decoded ones according to nnmail-group-names-not-encoded-p.
4979         (nnml-generate-active-info): Use nnml-encoded-group-name.
4980
4981 2007-08-08  Glenn Morris  <rgm@gnu.org>
4982
4983         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4984         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4985         doc-strings and comments.
4986
4987 2007-07-25  Glenn Morris  <rgm@gnu.org>
4988
4989         * Relicense all FSF files to GPLv3 or later.
4990
4991 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * gnus-sum.el (gnus-summary-move-article): Make
4994         gnus-summary-respool-article work.
4995
4996 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4997
4998         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4999         string.
5000
5001 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5002
5003         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5004         that should be ignored when comparing distant RSS articles with local
5005         ones.
5006         (nnrss-make-hash-index): New function.  Create a hash index according
5007         to the ignored fields.
5008         (nnrss-check-group): Use it.
5009
5010 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5013
5014         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5015
5016         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5017         the new optional argument ENCODED is non-nil.
5018         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5019         coding system for encoding group name.
5020         (gnus-group-make-rss-group): Pass un-encoded group name to
5021         gnus-group-make-group.
5022         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5023         encoded.
5024
5025         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5026         Encode group name to which articles are moved or copied.
5027         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5028         coding system for encoding Newsgroup, Followup-To and Xref headers.
5029
5030         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5031         marks; use nnheader-file-coding-system to write a file.
5032         (nnagent-retrieve-headers): Bind file-name-coding-system to
5033         nnmail-pathname-coding-system.
5034
5035         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5036
5037         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5038         (nnml-request-article, nnml-request-create-group)
5039         (nnml-request-rename-group, nnml-find-id)
5040         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5041         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5042         (nnml-save-marks): Use nnml-group-pathname instead of
5043         nnmail-group-pathname.
5044
5045         (nnml-request-create-group, nnml-request-expire-articles)
5046         (nnml-request-move-article, nnml-request-delete-group)
5047         (nnml-deletable-article-p, nnml-possibly-create-directory)
5048         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5049         (nnml-open-marks): Bind file-name-coding-system to
5050         nnmail-pathname-coding-system.
5051
5052         (nnml-request-article): Pass server argument to nnml-find-group-number.
5053         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5054         server argument to nnml-possibly-create-directory.
5055         (nnml-request-accept-article): Pass server argument to
5056         nnml-active-number and nnml-save-mail.
5057         (nnml-find-group-number): Pass server argument to nnml-find-id.
5058         (nnml-request-update-info): Pass server argument to
5059         nnml-marks-changed-p.
5060
5061         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5062         (nnml-save-mail, nnml-active-number): Add server argument.
5063
5064         (nnml-request-delete-group): Warn if group is missing.
5065         (nnml-get-nov-buffer): Decode group name.
5066         (nnml-generate-active-info): Encode group name.
5067         (nnml-open-marks): Decode group name in messages.
5068
5069 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5072         if it is not specified.
5073         (gnus-article-pipe-part, gnus-article-save-part)
5074         (gnus-article-interactively-view-part, gnus-article-copy-part)
5075         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5076         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5077         (gnus-article-replace-part, gnus-article-delete-part)
5078         (gnus-article-view-part-as-type): Pass raw prefix argument to
5079         gnus-article-part-wrapper.
5080
5081 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus-agent.el (gnus-agent-save-active): Bind
5084         nnheader-file-coding-system to gnus-agent-file-coding-system.
5085
5086         * gnus-cache.el (gnus-cache-save-buffers)
5087         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5088         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5089         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5090         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5091         (gnus-cache-generate-active, gnus-cache-rename-group)
5092         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5093         (gnus-cache-update-overview-total-fetched-for): Bind
5094         file-name-coding-system to nnmail-pathname-coding-system.
5095         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5096         variables.
5097         (gnus-cache-decoded-group-name): New function.
5098         (gnus-cache-file-name): Use it.
5099         (gnus-cache-generate-active): Use non-decoded group name for active.
5100
5101         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5102         right place.
5103         (gnus-write-active-file): Don't break non-ASCII group names.
5104
5105         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5106         nnmail-pathname-coding-system.
5107
5108         * lpath.el: Bind default-file-name-coding-system,
5109         file-name-coding-system and language-info-alist for XEmacs.
5110
5111         * gnus-uu.el (gnus-uu-decode-save): Typo.
5112
5113 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5116
5117 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5120         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5121         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5122         (gnus-agent-flush-group, gnus-agent-flush-cache)
5123         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5124         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5125         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5126         (gnus-agent-regenerate-group)
5127         (gnus-agent-update-files-total-fetched-for)
5128         (gnus-agent-update-view-total-fetched-for): Bind
5129         file-name-coding-system to nnmail-pathname-coding-system.
5130         (gnus-agent-group-pathname): Don't encode file names by
5131         nnmail-pathname-coding-system.
5132         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5133         coding-system-for-write instead of buffer-file-coding-system to
5134         gnus-agent-file-coding-system.
5135
5136         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5137         Decode group name.
5138
5139         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5140
5141         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5142         (gnus-read-newsrc-el-file): Make group names unibyte.
5143
5144         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5145         nnmail-pathname-coding-system.
5146
5147         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5148         (nnrss-request-delete-group): Bind file-name-coding-system to
5149         nnmail-pathname-coding-system.
5150         (nnrss-read-server-data, nnrss-read-group-data): Bind
5151         file-name-coding-system correctly.
5152         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5153
5154         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5155         (nntp-server-to-method-cache): New variable.
5156         (nntp-group-pathname): New function that decodes non-ASCII group names.
5157         (nntp-possibly-create-directory, nntp-marks-changed-p)
5158         (nntp-save-marks, nntp-open-marks): Use it.
5159         (nntp-possibly-create-directory, nntp-open-marks):
5160         Bind file-name-coding-system to nnmail-pathname-coding-system.
5161         (nntp-open-marks): Decode group names when bootstrapping marks.
5162
5163         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5164         Newsgroups and Folowup-To headers.
5165
5166 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5169         (gnus-server-closed-face, gnus-server-denied-face)
5170         (gnus-server-offline-face): Remove variable.
5171         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5172
5173         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5174         of modifying message-stack directly for XEmacs.
5175
5176         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5177         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5178         if the coding-system argument is nil for XEmacs.
5179
5180         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5181         mm-charset-override-alist.
5182
5183         * rfc2047.el: Don't require base64; require rfc2045 for the function
5184         rfc2045-encode-string.
5185         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5186         to quote the parameter value.
5187
5188 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5191         form in gnus-group-name-charset-method-alist.
5192
5193         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5194         overrides the default layout edit-form.
5195
5196         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5197
5198         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5199
5200 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5203         as unfetched articles.
5204
5205 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5206
5207         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5208
5209 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5212         original back end that keeps marks in the local system.
5213
5214 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5217         arg of pop-to-buffer for XEmacs.
5218         (gnus-article-read-summary-keys): Ditto; don't restore window
5219         configuration if summary command ends up with neither article buffer
5220         nor summary buffer; describe bindings if summary keys end with C-h.
5221
5222 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * message.el (message-fix-before-sending): Skip raw message part to be
5225         forwarded while checking illegible text.
5226         (message-forward-make-body-mime, message-forward-make-body): Mark
5227         signed or encrypted raw message as having no illegible text.
5228
5229 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5232         (gnus-message-with-timestamp-1): New macro.
5233         (gnus-message-with-timestamp): New function.
5234         (gnus-message): Use them.
5235
5236         * nnheader.el (nnheader-message): Use them.
5237
5238 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5239
5240         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5241         .newsrc.eld file.
5242
5243 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * gnus-agent.el (gnus-agent-fetch-headers)
5246         (gnus-agent-retrieve-headers): Bind
5247         gnus-decode-encoded-address-function to identity.
5248
5249         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5250         available also when the server returns simply a dot.
5251
5252         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5253
5254 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5257
5258 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * gnus-ems.el (gnus-x-splash): Make it work.
5261
5262         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5263         from being used.
5264
5265         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5266
5267 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5270         4th and the 5th arguments.
5271
5272         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5273         the front stickiness.
5274         (gnus-article-summary-command-nosave): Correct the order of the
5275         arguments passed to pop-to-buffer.
5276         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5277         summary command ends up with the article buffer.
5278
5279         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5280         the same faces.
5281
5282 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5283
5284         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5285
5286 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5287
5288         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5289         * gnus-sum.el (gnus-summary-highlight):
5290         * pgg.el (pgg-sign-region, pgg-sign):
5291         * mail-source.el (mail-source-delete-old-incoming-confirm):
5292         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5293
5294 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * gnus-art.el (gnus-mime-view-part-externally)
5297         (gnus-mime-view-part-internally): Fix predicate function passed to
5298         completing-read.
5299
5300         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5301
5302         * gnus.el (gnus-update-message-archive-method): Add :version.
5303
5304 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus.el (gnus-update-message-archive-method): New variable.
5307
5308         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5309         according to gnus-message-archive-method if
5310         gnus-update-message-archive-method is non-nil.
5311
5312 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5315         by Loic Dachary <loic@dachary.org>.
5316         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5317
5318 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * message.el (message-pop-to-buffer): Add switch-function argument.
5321         (message-mail): Pass switch-function argument to it.
5322
5323 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5324
5325         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5326         Improve doc string.
5327
5328 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5331         (gnus-header-content)
5332         * gnus-cite.el (gnus-cite-10)
5333         * gnus-srvr.el (gnus-server-closed)
5334         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5335         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5336         (gnus-group-mail-3-empty, gnus-group-mail-low)
5337         (gnus-group-mail-low-empty, gnus-splash)
5338         * message.el (message-header-to, message-header-cc)
5339         (message-header-subject, message-header-other, message-header-name)
5340         (message-header-xheader, message-separator, message-cited-text)
5341         (message-mml): Lighten colors of faces used for dark background.
5342
5343 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5344
5345         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5346         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5347
5348 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * message.el (message-narrow-to-headers-or-head):
5351         Ignore mail-header-separator in the body.
5352
5353 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5356         same as window size.
5357
5358 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5359
5360         * message.el (message-font-lock-keywords): Use message-header-xheader
5361         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5362         ahead of the anything pattern, to get it recognised.
5363
5364 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5367         spam.el loads uses it in the compiled defadvice form.
5368
5369 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5370
5371         * gnus-sum.el (gnus-articles-to-read)
5372         (gnus-summary-insert-old-articles): Don't truncate group name for
5373         `read-string'.
5374
5375         * gnus-util.el (gnus-limit-string): Delete this function.
5376
5377         * gnus-sum.el (gnus-simplify-subject-fully): Use
5378         `truncate-string-to-width' instead.
5379
5380 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5381
5382         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5383         if, on summary exit, the next group has to be selected.
5384         (gnus-summary-exit): Use it.
5385
5386 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5387
5388         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5389         non-break space.
5390
5391 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5394         Check if group is not a directory.
5395         (nnfolder-request-expire-articles): Don't delete articles if the target
5396         group is not available.
5397
5398         * nnml.el (nnml-request-create-group): Properly check if group is not a
5399         file.
5400         (nnml-request-expire-articles): Don't delete articles if the target
5401         group is not available.
5402
5403         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5404         Don't quote characters that are within parentheses.
5405
5406 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5409         (gnus-handle-ephemeral-exit): Select article according to it.
5410
5411 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5412
5413         * message.el (message-insert-formated-citation-line): Remove newline.
5414         (message-citation-line-format): Add final \n here so that the user can
5415         avoid a blank line.
5416
5417 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5418
5419         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5420         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5421         Update lanl/arXiv support.
5422
5423 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5424
5425         * gnus.el: Bump version number.
5426
5427 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428
5429         * gnus.el (gnus-version-number): Bump version.
5430
5431 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5432
5433         * gnus.el: No Gnus v0.6 is released.
5434
5435 2007-04-27  Didier Verna  <didier@xemacs.org>
5436
5437         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5438         * gmm-utils.el (gmm-regexp-concat): here.
5439         * message.el: Don't require 'gnus-util.
5440         (message-dont-reply-to-names): Handle name change above.
5441         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5442
5443 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5446         since the initial value varies according to the system.
5447
5448 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5451
5452 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5453
5454         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5455
5456 2007-04-24  Didier Verna  <didier@xemacs.org>
5457
5458         Improve the type of gnus-ignored-from-addresses.
5459         * gnus-util.el (gnus-orify-regexp): New function.
5460         * message.el (gnus-util): Require it.
5461         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5462         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5463         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5464
5465 2007-04-24  Didier Verna  <didier@xemacs.org>
5466
5467         * gnus-sum.el:
5468         * gnus-utils.el: Fix some trailing whitespaces.
5469
5470 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5473         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5474         article's Message-ID; refer parent article in summary buffer.
5475
5476         * message.el (message-bounce): Call mime-to-mml.
5477
5478         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5479         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5480         optimize and/or forms properly.
5481
5482 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5483
5484         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5485         URL.
5486
5487 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5490
5491 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5494         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5495         displayed of multipart/alternative part if it is invoked from summary
5496         buffer.
5497
5498         * mm-view.el (mm-inline-text-html-render-with-w3m)
5499         (mm-inline-text-html-render-with-w3m-standalone)
5500         (mm-inline-render-with-function): Use mail-parse-charset by default.
5501
5502 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5503
5504         * parse-time.el (parse-time-string-chars): Check if CHAR
5505         is less than the length of parse-time-syntax.
5506
5507 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5510         from gnus-newsgroup-processable.
5511
5512 2007-04-16  Didier Verna  <didier@xemacs.org>
5513
5514         * gnus-msg.el (gnus-configure-posting-styles): Handle
5515         message-signature-directory properly with :file syntax.  Reported by
5516         "Leo".
5517
5518 2007-04-11  Didier Verna  <didier@xemacs.org>
5519
5520         New user option: message-signature-directory.
5521         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5522         * message.el (message-insert-signature): Ditto.
5523         * message.el (message-signature-file): Doc update.
5524         * message.el (message-signature-directory): New.
5525
5526 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * gnus-msg.el (gnus-inews-yank-articles): Use
5529         message-exchange-point-and-mark instead of exchange-point-and-mark.
5530
5531 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * message.el (message-yank-original): Make sure cited text ends with
5534         newline; don't exchange point and mark.
5535
5536 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5537
5538         * tls.el (open-tls-stream): Properly handle case where there
5539         is no associated buffer.
5540
5541 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5542
5543         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5544         message-yank-original, make sure (< mark TEXT point).
5545
5546 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * message.el (message-fill-column): New variable.
5549         (message-mode): Use it.  Add comment on a possible new hook.
5550
5551         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5552         (nnmail-get-new-mail): Reformat.
5553
5554         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5555
5556         * gmm-utils.el: Fix Commentary.
5557         (gmm-tool-bar-from-list): Fix typo in doc string.
5558
5559 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5560
5561         * message.el (message-yank-original): Don't switch point and mark
5562         unnecessarily to put point and mark as documented.
5563
5564 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5565
5566         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5567         from the message heads.
5568
5569 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5570
5571         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5572         article buffer does not have a window.  This may not be the best
5573         solution but is certainly better than setting the start of the null,
5574         that is the current, window.
5575
5576 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5577
5578         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5579         (gnus-draft-setup): Run it.
5580
5581         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5582         gnus-score-fast-scoring.  Allow regexp.
5583         (gnus-score-headers): Use it.
5584
5585         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5586         XEmacs.
5587
5588         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5589         string.
5590         (gnus-button-alist): Also catch `<f1> k ...'.
5591         (gnus-treat-display-x-face): Fix doc string.
5592
5593 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5594
5595         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5596         evaluation of gnus-extended-version to ensure correct generation of the
5597         User-Agent header when message-generate-headers-first is used.
5598
5599 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5600
5601         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5602         hashcash-path is nil.  Don't call callback with incorrect number of
5603         parameters if val is 0.
5604
5605 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5606
5607         * message.el (message-required-news-headers):
5608         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5609
5610 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5611
5612         * tls.el (open-tls-stream): In handshake-waiting loop,
5613         don't wait more if there is output available to process.
5614
5615 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5616
5617         * tls.el (tls-program): Doc fix.
5618
5619 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * message.el (message-generate-new-buffers): Change the meaning of the
5622         nil value; add `standard' to the choices; treat t as `unique'; improve
5623         doc string.
5624         (gnus-select-frame-set-input-focus): Autoload.
5625         (message-buffer-name): Search for the existing message buffer if
5626         message-generate-new-buffers is nil or `standard'; treat the value t of
5627         message-generate-new-buffers as `unique'.
5628         (message-pop-to-buffer): Raise the frame already displaying the message
5629         buffer; clear the echo area after querying.
5630         (message-setup): Pass the `continue' argument to compose-mail.
5631         (message-mail): Prefer `switch-function' if it is given; search for the
5632         existing message buffer if the `continue' argument is non-nil; pass
5633         continue and switch-function arguments to compose-mail by way of
5634         message-setup.
5635         (message-mail-other-window): Adjust argument of message-setup.
5636         (message-mail-other-frame): Ditto.
5637
5638 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5641         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5642         to turn font-lock on when turning gnus-message-citation-mode on.
5643
5644 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5645
5646         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5647         (mml-smime-function-alist): New variable; add epg as the backend.
5648         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5649         mml-smime- functions instead.
5650         * mm-view.el: Require smime.
5651
5652 2007-03-05  Didier Verna  <didier@xemacs.org>
5653
5654         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5655         instead of just inheritance for posting styles.
5656         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5657
5658 2007-02-24  Chris Moore  <dooglus@gmail.com>
5659
5660         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5661         * pgg-pgp.el (pgg-pgp-encrypt-region):
5662         * pgg-gpg.el (pgg-gpg-encrypt-region):
5663         Check pgg-encrypt-for-me if no other recipients.
5664
5665 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5666
5667         * tls.el (tls-certtool-program): Fix custom type.
5668
5669 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5672         and point-at-eol instead of line-(beginning|end)-position.
5673
5674         * assistant.el (assistant-parse-buffer): Ditto.
5675
5676         * netrc.el (netrc-parse-services): Ditto.
5677
5678 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5679
5680         * mml2015.el (mml2015-epg-find-usable-key): New function.
5681         (mml2015-epg-sign): Use it.
5682         (mml2015-epg-encrypt): Use it.
5683
5684 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * message.el (message-make-in-reply-to): Quote name containing
5687         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5688         if there are special characters.  Reported by NAKAJI Hiroyuki
5689         <nakaji@jp.freebsd.org>.
5690
5691 2007-02-27  Didier Verna  <didier@xemacs.org>
5692
5693         Include the group parameters as well as the topic ones in the
5694         inheritance filter process.
5695         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5696         argument GROUP-PARAMS-LIST.
5697         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5698
5699 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * nntp.el (nntp-never-echoes-commands)
5702         (nntp-open-connection-functions-never-echo-commands): New variables.
5703         (nntp-send-command): Use them.
5704
5705 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5706
5707         * mml2015.el (mml2015-epg-verify): Simplified.
5708
5709 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * mml.el (mml-content-disposition-alist): New user option.
5712         (mml-content-disposition): New function.
5713         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5714         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5715
5716 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5717
5718         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5719         verification.
5720
5721 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5722
5723         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5724         articles posted in the last 24 hours.
5725
5726 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5727
5728         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5729
5730 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5731
5732         * nntp.el (nntp-send-command): Don't wait for echoes when
5733         nntp-open-ssl-stream is used.
5734
5735 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5738         (gnus-message-add-citation-keywords)
5739         (gnus-message-remove-citation-keywords): Remove.
5740         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5741         directly, make the variables in font-lock-defaults buffer-local, add
5742         gnus-message-citation-keywords to them and then update the value of
5743         font-lock-keywords.
5744
5745 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * message.el (message-cite-original-1): Don't call
5748         gnus-article-highlight-citation.
5749
5750         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5751         citations; fix line count.
5752
5753 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5756         (gnus-message-add-citation-keywords)
5757         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5758         versions of font-lock-add-keywords and font-lock-remove-keywords to
5759         work with XEmacs correctly.
5760
5761 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * gnus-cite.el (gnus-cite-face-list): Set the values of
5764         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5765         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5766         (gnus-message-cite-prefix-regexp): New variable.
5767         (gnus-message-search-citation-line): Use it; protect against long
5768         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5769         the 0th match data for Emacs.
5770         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5771         (gnus-message-add-citation-keywords): Append keywords rather than
5772         prepending; emulate font-lock-add-keywords if it is not available.
5773         (gnus-message-remove-citation-keywords): Emulate
5774         font-lock-remove-keywords if it is not available.
5775
5776         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5777
5778         * message.el (message-cite-prefix-regexp): Set the value of
5779         gnus-message-cite-prefix-regexp.
5780
5781 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5782
5783         * nnweb.el (nnweb-google-parse-1): Update parser.
5784
5785 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5786
5787         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5788
5789 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5790
5791         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5792         regexp.
5793
5794 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5797         string-to-multibyte.
5798         (uudecode-decode-region-internal): Use it.
5799
5800         * lpath.el: Fbind string-as-multibyte for XEmacs.
5801
5802 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5803
5804         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5805         custom choice.
5806
5807         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5808
5809 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5810
5811         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5812
5813         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5814         `write-region' to respect `mm-inhibit-file-name-handlers'.
5815
5816 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5817
5818         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5819         Use gnus-home-directory instead of "~/" or "$HOME".
5820
5821 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5822
5823         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5824         to mention filename.
5825         Add comments at beginning regarding usage.
5826         (encrypt-write-file-contents): Change interactive so a string is
5827         acceptable.  If the file has no associated model, show an error instead
5828         of a nonsense prompt.
5829
5830 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5831
5832         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5833         Thanks to Yoshihiko Yamada for kind notification of this typo.
5834
5835 2007-01-12  Kenichi Handa  <handa@m17n.org>
5836
5837         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5838         multibyte buffer.
5839
5840 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5841
5842         * gnus-score.el (gnus-score-fast-scoring): New variable.
5843         (gnus-score-headers): Use it.
5844
5845         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5846
5847         * message.el (message-cite-original-1): Call
5848         gnus-article-highlight-citation if requested.
5849         (message-make-from): Allow name and address as optional arguments.
5850
5851         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5852
5853         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5854         bugs to doc string.
5855         (gnus-button-alist): Add mid\\|message-id.
5856         (gnus-button-fetch-group): Extend for use in
5857         `browse-url-browser-function'.
5858         (gnus-button-url-regexp): Try to catch paired parentheses like in
5859         Wikipedia URLs.
5860
5861         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5862         Suggested by Simon Krahnke <overlord@gmx.li>.
5863
5864 2007-01-13  Romain Francoise  <romain@orebokech.com>
5865
5866         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5867         Update copyright.
5868
5869 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5870
5871         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5872
5873 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5874
5875         * gnus-registry.el (gnus-registry-unfollowed-groups)
5876         (gnus-registry-split-fancy-with-parent): Fix documentation.
5877
5878 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879
5880         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5881         from nnweb groups.
5882
5883 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5884
5885         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5886         Xref urls.  Erase buffer before requesting head.
5887
5888 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5889
5890         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5891         customizable.
5892
5893 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5894
5895         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5896         no signing key is found.
5897         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5898         no encrypting and/or signing key is found.
5899
5900 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5903
5904 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5905
5906         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5907         headers read from disk with the ones newly found in the current search.
5908         This should no longer cause problems, because the article numbers in
5909         Gmane's `nov.php' output are ignored since the previous change.
5910
5911 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5912
5913         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5914
5915 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5918         replace-regexp-in-string; bind url-version; fbind display-images-p and
5919         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5920         find-face and set-itimer-function for Emacs; bind itimer-list for
5921         Emacs.
5922
5923         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5924
5925 2007-01-01  Romain Francoise  <romain@orebokech.com>
5926
5927         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5928
5929 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5930
5931         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5932         `define-minor-mode' macro definition expanded properly.
5933         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5934         exclude it there.
5935
5936         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5937         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5938         `fboundp' test.
5939         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5940         This is OK to autoload in (S)XEmacs now.
5941
5942 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5945         keystroke.
5946         (gnus-summary-limit-to-singletons): Fix typo.
5947
5948         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5949         else fails.
5950
5951 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5952
5953         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5954         docstring.
5955
5956         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5957         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5958         (gnus-summary-insert-dormant-articles): Fix typo in message.
5959
5960 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5963         nil for XEmacs.
5964         (gnus-message-citation-mode): Don't autoload in XEmacs.
5965
5966         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5967
5968 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5969
5970         * nnimap.el (nnimap-expunge-search-string): Mention
5971         nnimap-search-uids-not-since-is-evil in docstring.
5972
5973 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5974
5975         * spam.el: Revert to make-obsolete-variable because
5976         define-obsolete-variable-alias is not supported in Emacs 21.
5977
5978         * spam.el (spam-ifile-path, spam-ifile-database-path)
5979         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5980         make-obsolete-variable.
5981         (spam-bsfilter-path, spam-bsfilter-program)
5982         (spam-spamassassin-path, spam-spamassassin-program)
5983         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5984         use "path" inappropriately.
5985         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5986         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5987         variable names.
5988
5989 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5990
5991         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5992         summary buffer.
5993
5994         * password.el (password-cache-remove): Use clear-string to burn
5995         password, if available.
5996
5997 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5998
5999         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6000
6001         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6002
6003         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6004         (gnus-message-highlight-citation): Move defcustom here from
6005         gnus-cite.el.
6006         (gnus-message-citation-mode): Autoload.
6007
6008         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6009         checks to make it compile with XEmacs.
6010         (gnus-message-citation-mode): New minor mode.
6011         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6012         (gnus-message-highlight-citation): New variables.
6013         (gnus-message-search-citation-line)
6014         (gnus-message-add-citation-keywords)
6015         (gnus-message-remove-citation-keywords)
6016         (turn-on-gnus-message-citation-mode)
6017         (turn-off-gnus-message-citation-mode): New functions.
6018
6019 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6020
6021         * gnus-cite.el: Enable highlighting of different citation levels in
6022         message-mode.
6023
6024 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6025
6026         * message.el (message-make-fqdn): Fix comment.
6027         (message-bogus-system-names): Add ".local".
6028
6029         * spam.el (spam-ifile-path, spam-ifile-program)
6030         (spam-ifile-database-path, spam-ifile-database)
6031         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6032         Don't use "path" inappropriately.
6033         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6034         strings.
6035         (spam-check-ifile, spam-ifile-register-with-ifile)
6036         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6037         new variable names.
6038
6039         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6040         (gnus-treat-display-smileys): Simplify using
6041         gnus-image-type-available-p.
6042
6043         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6044         available.
6045
6046         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6047         `display-images-p' if available.
6048
6049 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6052         one after turning on the buffer's multibyteness instead of decoding
6053         them directly in the unibyte buffer that causes unexpected conversion
6054         in Emacs 23 (unicode).
6055
6056 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6057
6058         * message.el (message-generate-hashcash): Fix custom type.
6059
6060 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6061
6062         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6063
6064 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6067         disconnect icons.  Add help text.
6068
6069 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6070
6071         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6072         negated to be consistent with the others we handle.
6073
6074 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6075
6076         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6077         version of gnus-summary-buffer to something, so that we can use two
6078         article buffers at the same time.
6079
6080 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6081
6082         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6083         trigger all the extra headers.
6084         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6085         sorting.
6086
6087 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6088
6089         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6090         solid groups.
6091
6092 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6093
6094         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6095
6096 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6097
6098         * legacy-gnus-agent.el: Add Copyright notice.
6099
6100 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6101
6102         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6103
6104 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6105
6106         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6107
6108         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6109         to make it work reliably in CVS Emacs.
6110         (gnus-summary-limit-strange-charsets-predicate)
6111         (gnus-summary-limit-to-predicate): New functions.
6112
6113 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6114
6115         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6116         specifying array size.
6117         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6118         array if it is too small.
6119         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6120         (gnus-sort-threads-loop): New function.
6121
6122 2006-12-06  Chris Moore  <dooglus@gmail.com>
6123
6124         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6125         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6126
6127 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6128
6129         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6130         options.
6131
6132 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6133
6134         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6135         DOS-ing the recipient.
6136
6137         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6138         the headers when creating the mapping to avoid mismappings.
6139         (nnweb-gmane-create-mapping): Always nix out old mapping.
6140
6141 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6144         and mm-verify-option to never.
6145
6146 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * message.el (message-signed-or-encrypted-p): New function.
6149         (message-forward-make-body): Use it.
6150
6151         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6152         Replace encode-coding-string with mm-encode-coding-string.
6153
6154 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * nneething.el (nneething-decode-file-name): Replace
6157         decode-coding-string with mm-decode-coding-string.
6158
6159         * gnus-int.el (gnus-open-server): Say failed server's name.
6160
6161 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6162
6163         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6164         strings to a single string.  Quote `errors-file-name'.
6165         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6166         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6167         Adjust calls.  Use `shell-quote-argument'.
6168
6169 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6170
6171         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6172         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6173
6174         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6175         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6176         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6177         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6178         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6179         (gnus-subscribe-newsgroup, gnus-1):
6180         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6181         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6182         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6183         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6184
6185 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6186
6187         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6188         keystroke.
6189         (gnus-summary-limit-to-bodies): Implement headersp.
6190
6191 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6194
6195 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6198
6199 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6200
6201         * message.el (message-generate-hashcash): Expand range of values to
6202         include `opportunistic'.
6203         (message-send-mail): Use it.
6204
6205 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6206
6207         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6208         and comment it.
6209
6210         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6211
6212 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6213
6214         * gnus-util.el (gnus-extract-address-components): Improve comment.
6215
6216 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * gnus-util.el (gnus-extract-address-components): Work with address in
6219         which the name portion contains @.
6220
6221         * lpath.el: Fbind custom-autoload.
6222
6223 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * gnus.el (gnus-start): Move custom group up.
6226         (gnus-select-method): Don't autoload, but make it available for
6227         `customize-variable'.
6228         (gnus-getenv-nntpserver): Don't autoload.
6229
6230 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6231
6232         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6233
6234 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * message.el (message-sendmail-extra-arguments): New variable.
6237         (message-send-mail-with-sendmail): Use it.
6238
6239 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6242         mm-with-unibyte-current-buffer to make string unibyte.
6243
6244         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6245         mm-string-as-multibyte.
6246
6247 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6248
6249         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6250         Reported by Werner Koch <wk@gnupg.org>.
6251
6252 2006-11-14  Daiki Ueno  <ueno@p360>
6253
6254         * mml2015.el: Autoload epa-select-keys when compiling.
6255
6256 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6257
6258         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6259         message-options.
6260         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6261
6262 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6263
6264         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6265         EasyPG (< 0.0.6).
6266         (mml2015-always-trust): New user option.
6267         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6268         prompt.
6269
6270 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * nntp.el (nntp-authinfo-force): New variable.
6273         (nntp-send-authinfo): Use it.
6274
6275 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6278         decode encoded words.  Improve prompt.  Add comment about forwarding.
6279         (message-replacement-char): Move up.
6280
6281 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6282
6283         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6284         instead of gnus-intersection because arguments of gnus-sorted-nunion
6285         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6286
6287 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6288
6289         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6290         (message-simplify-subject-functions): Enable
6291         message-strip-subject-encoded-words by default.
6292
6293 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6294
6295         * message.el (message-strip-subject-encoded-words): New function.
6296         (message-simplify-subject-functions): New variable.
6297         (message-simplify-subject): Use it.  Fix typo in doc string.
6298         Support message-strip-subject-encoded-words.
6299
6300 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6301
6302         * gnus-diary.el (gnus-diary-delay-format-function):
6303         * nndiary.el (nndiary-reminders):
6304         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6305
6306 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6307
6308         * gnus-art.el (article-hide-boring-headers): Fetch date from
6309         gnus-original-article-buffer to avoid problems with localized date
6310         strings.
6311
6312 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6315
6316 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6319         New variables.
6320         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6321         (mm-charset-synonym-alist): Move some entries to
6322         mm-codepage-iso-8859-list.
6323         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6324         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6325
6326 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6329
6330 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6331
6332         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6333         with Emacs 21 and XEmacs.
6334
6335 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6336
6337         * spam.el (spam-parse-address): New function for better parsing,
6338         catching errors, etc.
6339         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6340
6341 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * mm-view.el: Add interactive arg to html2text autoload.
6344
6345 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6348
6349 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6350
6351         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6352         variables.
6353         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6354         (mm-charset-synonym-alist): Move some entries to
6355         mm-codepage-iso-8859-list.
6356
6357         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6358
6359 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6360
6361         * message.el (message-citation-line-format)
6362         (message-insert-formated-citation-line): Fix implementation of %E, %N
6363         and %n according to the doc string.
6364
6365 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6366
6367         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6368         car-safe to avoid bad parses.
6369
6370 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6373         names.
6374
6375         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6376
6377 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6380         header.
6381
6382         * message.el (message-draft-headers): Add Date.
6383         (message-headers-to-generate): Fix typo in docstring.
6384
6385         * nndraft.el (nndraft-required-headers): New variable.
6386         (nndraft-generate-headers): Use it.
6387
6388         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6389
6390 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6391
6392         * gnus-registry.el (gnus-registry-wash-for-keywords)
6393         (gnus-registry-find-keywords): New functions to allow easy searching of
6394         articles that are in the registry.
6395
6396 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6397
6398         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6399         ietf-drums-parse-address instead of gnus-extract-address-components.
6400         Reported by Damien Elmes <damien@repose.cx>.
6401
6402 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6403
6404         * gnus.el (gnus-mime): Remove unused custom group.
6405
6406 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6407
6408         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6409         "blank line" when searching for end of armor headers.
6410
6411 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * gmm-utils.el (gmm-write-region): Fix variable name.
6414
6415 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6416
6417         * gmm-utils.el (gmm-write-region): New function based on compatibility
6418         code from `mm-make-temp-file'.
6419
6420         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6421
6422         * nnmaildir.el (nnmaildir--update-nov)
6423         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6424         Use `gmm-write-region'.
6425
6426 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6427
6428         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6429         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6430
6431         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6432
6433         * message.el (message-replacement-char): New variable.
6434         (message-fix-before-sending): Use it.
6435         (message-simplify-subject): New function to remove duplicate code.
6436         (message-reply, message-followup): Use it.
6437
6438         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6439         gnus-summary-limit-to-articles.
6440
6441 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * gnus-util.el (gnus-with-local-quit): New macro.
6444
6445         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6446
6447 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6448
6449         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6450         ignore non-string data.
6451
6452 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6453
6454         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6455         non-string data (needs to be done in the registry too).
6456
6457 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6458
6459         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6460         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6461         (gnus-registry-split-fancy-with-parent)
6462         (gnus-registry-fetch-simplified-message-subject-fast)
6463         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6464         Remove text properties on ingress into the registry and when it's saved.
6465         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6466         registry from entries with no groups.
6467
6468 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6469
6470         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6471         function to remove string properties.
6472
6473 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6474
6475         * gmm-utils.el (gmm): Adjust custom version.
6476
6477         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6478         custom version.
6479
6480         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6481
6482 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6483
6484         * gnus-art.el (gnus-insert-prev-page-button)
6485         (gnus-insert-next-page-button): Simplify.  Reformat.
6486
6487 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6488
6489         * gnus-art.el (gnus-insert-prev-page-button)
6490         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6491
6492 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6493
6494         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6495
6496 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6497
6498         * gnus-art.el (gnus-insert-mime-button)
6499         (gnus-insert-mime-security-button):
6500         Apply gnus-article-button-face to MIME and security buttons.
6501
6502 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6503
6504         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6505         readable.
6506
6507 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6510
6511 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6512
6513         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6514         `browse-url-of-file' instead of `browse-url'.
6515
6516 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6517
6518         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6519         regexp.  Articles containing quotation were cut prematurely.
6520
6521 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * message.el (message-cite-original-1): Use nobody by default for the
6524         value of From header.
6525         (message-reply): Ditto.
6526
6527 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6528
6529         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6530         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6531         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6532
6533 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6536         mails in the doc string.  Add some URLs in comment.
6537         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6538
6539 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6542         backslashes handling and the way to find boundaries of quoted strings.
6543
6544 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6545
6546         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6547         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6548         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6549         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6550
6551 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6554         doc string.
6555         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6556
6557 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * lpath.el: Fbind epg-check-configuration.
6560
6561 2006-09-06  Simon Josefsson  <jas@extundo.com>
6562
6563         * mml2015.el (mml2015-use): Doc fix, mention epg.
6564
6565 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6566
6567         * mml2015.el (mml2015-use): Default to epg, if available.
6568
6569 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6570
6571         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6572         message-sender.
6573         (mml1991-epg-encrypt): Ditto.
6574         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6575         message-sender.
6576         (mml2015-epg-encrypt): Ditto.
6577
6578 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6579
6580         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6581         several common directories.
6582
6583 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6584
6585         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6586         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6587
6588 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-art.el (article-decode-encoded-words): Make it fast.
6591
6592 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6595
6596         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6597         in quoted string into `\'.
6598
6599 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6602         Use standard-syntax-table.
6603
6604 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * gnus-art.el (gnus-decode-address-function): New variable.
6607         (article-decode-encoded-words): Use it to decode headers which are
6608         assumed to contain addresses.
6609         (gnus-mime-delete-part): Remove useless `or'.
6610
6611         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6612         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6613         (gnus-nov-parse-line): Use it to decode From header.
6614         (gnus-get-newsgroup-headers): Ditto.
6615         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6616
6617         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6618         (mail-decode-encoded-address-string): New alias.
6619
6620         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6621         New function.
6622         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6623         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6624         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6625         (rfc2047-decode-string): Ditto.
6626         (rfc2047-decode-address-region): New function.
6627         (rfc2047-decode-address-string): New function.
6628
6629 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6630
6631         * message.el (message-caesar-buffer-body): Allow rotating headers.
6632
6633         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6634
6635         * message.el (message-insert-formated-citation-line): Fix %f.
6636         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6637
6638 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6641         (gnus-bookmark-mouse-available-p): New macro.
6642         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6643         (gnus-bookmark-bmenu-show-infos): Use it.
6644         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6645         (gnus-bookmark-bmenu-hide-infos): Ditto.
6646         (gnus-bookmark-remove-properties): New function.
6647         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6648         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6649         (gnus-bookmark-write-file): Bind coding-system-for-write.
6650         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6651         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6652         group before selecting it.
6653         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6654         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6655         quit-window if it is not available; use gnus-mouse-2 and bind it to
6656         gnus-bookmark-bmenu-select-by-mouse.
6657         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6658         (gnus-bookmark-bmenu-select-by-mouse): New function.
6659
6660 2006-08-13  Romain Francoise  <romain@orebokech.com>
6661
6662         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6663         space.
6664
6665 2006-08-10  Romain Francoise  <romain@orebokech.com>
6666
6667         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6668         (dns-mode-soa-auto-increment-serial): New user option.
6669         (dns-mode-soa-maybe-increment-serial): New function.
6670         (dns-mode): Add the latter to `write-contents-functions'.
6671
6672 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * compface.el (uncompface): Use binary rather than raw-text-unix.
6675
6676 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * compface.el (uncompface): Make sure the eol conversion doesn't take
6679         place when communicating with the external programs.  Reported by
6680         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6681
6682 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6685
6686 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6687
6688         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6689         Make it more robust by parsing author and date independently.
6690
6691 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6694
6695 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6696
6697         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6698         first matching secret key.
6699         (mml2015-epg-encrypt): Ditto.
6700
6701         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6702         first matching secret key.
6703         (mml1991-epg-encrypt): Ditto.
6704
6705         * mml2015.el (mml2015-encrypt-to-self): New user option.
6706         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6707         mml2015-epg-encrypt-to-self is set.
6708
6709         * mml1991.el (mml1991-encrypt-to-self): New variable.
6710         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6711         mml1991-epg-encrypt-to-self is set.
6712
6713         * mml2015.el (mml2015-signers): New user option.
6714         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6715         (mml2015-epg-encrypt): Allow to select signing keys.
6716
6717         * mml1991.el (mml1991-signers): New variable.
6718         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6719         (mml1991-epg-encrypt): Allow to select signing keys.
6720
6721 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * nnheader.el (nnheader-insert-head): Make it work even if the file
6724         uses CRLF for the line-break code.
6725
6726 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6727
6728         * mml2015.el: Require mml-sec instead of password.
6729         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6730         (mml2015-cache-passphrase): Inherit the default value from
6731         mml-secure-cache-passphrase.
6732         (mml2015-passphrase-cache-expiry): Inherit the default value from
6733         mml-secure-passphrase-cache-expiry.
6734
6735         * mml1991.el: Require mml-sec instead of password.
6736         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6737         (mml1991-cache-passphrase): Inherit the default value from
6738         mml-secure-cache-passphrase.
6739         (mml1991-passphrase-cache-expiry): Inherit the default value from
6740         mml-secure-passphrase-cache-expiry.
6741
6742         * mml-sec.el: Require password.
6743         (mml-secure-verbose): New user option.
6744         (mml-secure-cache-passphrase): New user option.
6745         (mml-secure-passphrase-cache-expiry): New user option.
6746
6747 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6748
6749         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6750         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6751         andreas@altroot.de (Andreas Vögele).
6752
6753         FIXME: Use `tiny change'?
6754
6755 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6756
6757         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6758         workaround for the url package included with Emacs.
6759
6760         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6761
6762 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6765         correctly.  This fixes a bug caused by the 2006-05-12 change.
6766
6767 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6768
6769         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6770         some information about the error when saying that the `bogus' mail
6771         group will be used.
6772
6773 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6776         string.
6777
6778 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6779
6780         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6781
6782 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6783
6784         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6785
6786 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6787
6788         * mml1991.el (mml1991-function-alist): Add epg.
6789         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6790         (mml1991-epg-encrypt): New functions.
6791
6792 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6793
6794         * mml2015.el (mml2015-verbose): New variable.
6795         (mml2015-cache-passphrase): Ditto.
6796         (mml2015-passphrase-cache-expiry): Ditto.
6797         (mml2015-function-alist): Add epg.
6798         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6799         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6800         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6801         functions.
6802
6803 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6804
6805         * message.el (message-cite-original-1): Preserve region when removing
6806         quoted text due to X-No-Archive in order to avoid bogus attribution
6807         when citing multiple messages.
6808
6809 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6810
6811         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6812         Kenneth Jacker <khj@be.cs.appstate.edu>.
6813
6814 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * gnus-diary.el (gnus-user-format-function-d)
6817         (gnus-user-format-function-D): Autoload.
6818
6819         * imap.el (Commentary): Fix typo.
6820
6821         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6822         2006-04-22 contribution.
6823
6824 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6825
6826         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6827         It didn't really fix the bogosity I'm seeing with solid web groups.
6828
6829 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6830
6831         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6832         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6833         created using server names.  If we use the feature without declaring
6834         it, Gnus does not properly manage server and group state.
6835
6836         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6837         bound.
6838
6839 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6840
6841         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6842         looking up the method using GROUP's prefix before inventing a new one.
6843         It is used on killed/unknown groups in various places where returning
6844         an all-new method isn't expected by the caller.
6845
6846         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6847         and match semantics of gnus-group-real-prefix.
6848
6849 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6850
6851         * nnmail.el (nnmail-broken-references-mailers): New variable.
6852         (nnmail-ignore-broken-references): New function generalizing
6853         nnmail-fix-eudora-headers.
6854         (nnmail-fix-eudora-headers): Now obsolete.
6855
6856         * gnus-art.el (gnus-button-handle-custom): Support
6857         `customize-apropos*'.
6858
6859 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6860
6861         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6862
6863         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6864         articles.
6865
6866 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * message.el (message-cite-reply-above): New variable.
6869         (message-yank-original): Use it.
6870
6871 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6874
6875 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6876
6877         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6878         as read.
6879
6880         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6881
6882 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6883
6884         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6885         (gnus-bookmark-default-file): Use gnus-directory.
6886         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6887         Remove "*" in doc string.
6888         (gnus-bookmark-write-file): Simplify.
6889         (gnus-bookmark-maybe-sort-alist): Use `when'.
6890         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6891         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6892         FIXME about Emacs 21 and XEmacs compatibility.
6893         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6894         compatibility.
6895         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6896         compatibility.
6897         (gnus-bookmark-menu-heading): Fix version.
6898
6899 2006-06-19  Bastien Guerry  <bzg@altern.org>
6900
6901         * gnus-bookmark.el: New file.
6902
6903 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * message.el (message-syntax-checks): Doc fix.
6906
6907 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6908
6909         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6910         unsubscribed groups as if they were killed ones.  It causes duplicate
6911         entries in gnus-newsrc-alist.
6912
6913 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * message.el (message-syntax-checks): Doc fix.
6916         (message-send-mail): Add check for continuation headers.
6917         (message-check-news-header-syntax): Fix regexp used to check for
6918         continuation headers.
6919
6920 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6923
6924 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6925
6926         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6927
6928 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6931         default-truncate-lines.
6932
6933 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6936         to fill the utf-8 entry.
6937
6938         * lpath.el: Fbind unicode-precedence-list.
6939
6940 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6941
6942         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6943
6944 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6945
6946         * gnus-agent.el (directory-files-and-attributes): Move all the way
6947         forward (the third and final move).
6948         (gnus-agent-read-agentview): Trap reconstruction errors due to
6949         nonexistant directory.  Handle by returning nil.
6950
6951 2006-05-30  Didier Verna  <didier@xemacs.org>
6952
6953         * message.el (message-dont-reply-to-names): Update the custom type.
6954         * message.el (message-dont-reply-to-names): New defsubst: potentially
6955         convert a list of regexps into a single one.
6956         * message.el (message-get-reply-headers): Use it.
6957         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6958
6959 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * gnus-agent.el (directory-files-and-attributes): Move forward.
6962
6963 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * gnus-ml.el (gnus-mailing-list-subscribe)
6966         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6967         (gnus-mailing-list-message): Fix doc strings.
6968
6969 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6970
6971         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6972         of doing it manually.
6973
6974 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6977         comment.
6978
6979 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6980
6981         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6982         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6983         (gnus-agent-read-local): All symbols allocated in my-obarray.
6984         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6985         (gnus-agent-regenerate-group): Check numeric names to see if they are
6986         messages or groups.
6987         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6988         better way of do this...)
6989
6990         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6991         'dummy.group' (there should be a better way of do this...)
6992
6993 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6996         (gnus-saved-headers): Ditto.
6997         (gnus-default-article-saver): Mention functions may have properties.
6998         (gnus-article-save): Override gnus-save-all-headers and
6999         gnus-saved-headers by :headers property which saver function may have.
7000         (gnus-summary-save-in-file): Add :headers property.
7001         (gnus-summary-write-to-file): Ditto.
7002
7003         * gnus-sum.el (gnus-summary-save-article): Bind
7004         gnus-prompt-before-saving to t when saving many articles in a file;
7005         always show all headers.
7006
7007         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7008
7009 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7010
7011         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7012         marks.
7013
7014         * message.el (message-indent-citation): Add optional arguments to allow
7015         using it outside of message buffers.
7016
7017         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7018         (gnus-article-treat-unfold-headers): Use it.
7019         (gnus-article-truncate-lines): New variable.
7020         (gnus-article-mode): Use it.
7021         (gnus-article-toggle-truncate-lines): New function.
7022
7023         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7024         gnus-article-toggle-truncate-lines.
7025
7026         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7027         coding system in XEmacs, use binary.
7028
7029 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7032         after-load-alist.
7033
7034         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7035         this function should save decoded articles.
7036         (gnus-summary-write-to-file): Use property to specify this function
7037         should save decoded articles and specify gnus-summary-save-in-file
7038         should be used to save articles other than the first one when saving
7039         many articles.
7040         (gnus-summary-save-body-in-file): Use property to specify this
7041         function should save decoded articles.
7042         (gnus-summary-write-body-to-file): Use property to specify this
7043         function should save decoded articles and specify
7044         gnus-summary-save-body-in-file should be used to save articles other
7045         than the first one when saving many articles.
7046
7047         * gnus-sum.el (gnus-summary-save-article): Simplify.
7048
7049 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * gnus-art.el (gnus-default-article-saver): Add
7052         gnus-summary-write-body-to-file.
7053         (gnus-article-save-coding-system): Don't use coding system object
7054         in XEmacs.
7055         (gnus-read-save-file-name): Add optional `dir-var' argument which
7056         specifies directory in which files are saved; work even if optional
7057         `variable' argument is not specified.
7058         (gnus-summary-write-to-file): Read file name.
7059         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7060         (gnus-summary-write-body-to-file): New function.
7061
7062         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7063         (gnus-summary-local-variables): Add it.
7064         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7065         (gnus-summary-save-article): Remove optional `decode' argument;
7066         determine whether to decode articles by the value of
7067         gnus-default-article-saver; when saving many files using
7068         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7069         it first and use gnus-summary-save-in-file or
7070         gnus-summary-save-body-in-file thereafter unless
7071         gnus-prompt-before-saving is always; move point to article which
7072         will be saved.
7073         (gnus-summary-save-article-file): Revert.
7074         (gnus-summary-write-article-file): Revert.
7075         (gnus-summary-save-article-body-file): Revert.
7076         (gnus-summary-write-article-body-file): New function.
7077
7078 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * gnus-art.el (gnus-default-article-saver): Doc fix.
7081         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7082         from gnus-summary-save-article-coding-system, and default to a
7083         certain coding system.
7084         (gnus-output-to-file): Add coding cookie and encode text according
7085         to gnus-article-save-coding-system; don't use mm-append-to-file.
7086
7087         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7088         gnus-art.el and rename to gnus-article-save-coding-system.
7089         (gnus-summary-save-article): Require gnus-art; don't show all
7090         headers if it decodes articles; don't add coding cookie here;
7091         don't bind mm-text-coding-system-for-write.
7092         (gnus-summary-save-article-file): Save decoded articles.
7093         (gnus-summary-write-article-file): When saving many files, use
7094         gnus-summary-write-to-file first and gnus-summary-save-in-file
7095         thereafter unless gnus-prompt-before-saving is always.
7096         (gnus-summary-save-article-body-file): Save decoded articles.
7097
7098         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7099
7100 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7101
7102         * nnrss.el (nnrss-check-group): Bind hash-index.
7103
7104 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7105
7106         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7107         its hash index.  Store this hash in `nnrss-group-data'.
7108         (nnrss-read-group-data): Update accordingly.
7109
7110 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7111
7112         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7113         entry.
7114
7115         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7116         gnus-article-browse-html-article.
7117
7118 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7119
7120         * gnus-sum.el (gnus-summary-mime-map): Add
7121         gnus-article-browse-html-article.
7122
7123         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7124
7125 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7128         suitable coding systems in customize.
7129
7130 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7131
7132         * mail-source.el (mail-sources): Fix custom type.
7133
7134 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7135
7136         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7137         (gnus-summary-expire-articles-now): Shorten prompt.
7138
7139         * gmm-utils.el (wid-edit): Require.
7140         (defun-gmm): Renamed from `gmm-defun-compat'.
7141         (gmm-image-search-load-path): Use it.
7142         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7143
7144 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7147         variable.
7148         (gnus-summary-save-article): Add optional `decode' argument.  If
7149         it is set and gnus-summary-save-article-coding-system is non-nil,
7150         save decoded article.
7151         (gnus-summary-write-article-file): Save decoded article if
7152         gnus-summary-save-article-coding-system is non-nil.
7153
7154         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7155         type.
7156
7157 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7160
7161 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7164         first to test gnus-single-article-buffer which may be buffer-local.
7165
7166         * gnus-sum.el (gnus-summary-setup-buffer): Make
7167         gnus-single-article-buffer buffer-local and nil in ephemeral
7168         group; make gnus-article-buffer, gnus-article-current, and
7169         gnus-original-article-buffer always buffer-local.
7170         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7171         group.
7172         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7173
7174 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * nnml.el (nnml-request-compact-group): Compressed files might not
7177         have .gz extension.
7178
7179 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7180
7181         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7182         (mm-copy-to-buffer): Use with-current-buffer.
7183         (mm-display-part): Simplify.
7184         (mm-inlinable-p): Add optional arg `type'.
7185
7186 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7187
7188         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7189         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7190         Try harder to show the attachment internally or externally using
7191         gnus-mime-view-part-as-type.
7192
7193 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * message.el (message-from-style, message-signature-separator)
7196         (message-user-organization-file, message-send-mail-function)
7197         (message-citation-line-function, message-yank-prefix)
7198         (message-indent-citation-function, message-signature)
7199         (message-signature-file, message-signature-insert-empty-line):
7200         Remove autoloads.
7201
7202         * gnus-art.el (gnus-buttonized-mime-types): Remove
7203         "multipart/signed".  Revert 2006-04-26 change.
7204
7205 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7206
7207         * gnus.el (gnus-version-number): Bump version.
7208
7209 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7210
7211         * gnus.el: No Gnus v0.5 is released.
7212
7213 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7214
7215         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7216         fetching articles by message-id.
7217
7218 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * message.el (hashcash): Require hashcash as normal.
7221
7222         * ecomplete.el (ecomplete-highlight-match-line): Use
7223         point-at-eol.
7224         (ecomplete-highlight-match-line): Use `highlight', because that
7225         face exists in both Emacs and XEmacs.
7226
7227         * message.el (message-display-abbrev): Use point-at-bol.
7228
7229         * mail-source.el: Don't require timer/timer-funcs.
7230
7231         * gnus-async.el: Ditto.
7232
7233         * password.el: Ditto.
7234
7235         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7236
7237         * mm-url.el: Ditto.
7238
7239         * gnus-xmas.el: Don't require timer-funcs.
7240
7241         * mm-util.el: Require timer/timer-funcs.
7242
7243 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7244
7245         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7246         Close.
7247
7248 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7251         unibyte after clear-decrypt function runs.
7252
7253         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7254         returns as a unibyte string.
7255
7256 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * lpath.el: Revert.
7259
7260         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7261         (pgg-gpg-process-sentinel): Revert.
7262
7263         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7264         (pgg-pgp-lookup-key): Revert.
7265
7266         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7267         (pgg-pgp5-lookup-key): Revert.
7268
7269         * pgg.el (pgg-fetch-key): Revert.
7270
7271 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * lpath.el: Fbind string-as-multibyte for XEmacs.
7274
7275         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7276         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7277         (mml1991-pgg-encrypt): Ditto.
7278
7279         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7280         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7281         a multibyte buffer.
7282
7283         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7284         (pgg-pgp-lookup-key): Ditto.
7285
7286         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7287         (pgg-pgp5-lookup-key): Ditto.
7288
7289         * pgg.el (pgg-fetch-key): Ditto.
7290
7291 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7292
7293         * message.el (message-user-organization-file): Check several
7294         locations of the organization file.
7295
7296         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7297         Add gnus-article-view-part-as-type.
7298
7299         * gnus-art.el (gnus-article-view-part-as-type): New function.
7300
7301         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7302         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7303
7304         * mml.el: Simplify autoload.
7305         (mml-mode): defvar dnd-protocol-alist instead of using
7306         symbol-value.
7307         (mml-default-directory): New variable.
7308         (mml-minibuffer-read-file): Use it.
7309         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7310
7311         * message.el (message-citation-line-format): New variable.
7312         (message-insert-formated-citation-line): New function.
7313         (message-citation-line-function): Add
7314         `message-insert-formated-citation-line' to custom type.
7315
7316         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7317         to doc string.
7318
7319         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7320         depending on mm-verify-option.
7321
7322 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7325         binding pgg-* variables; reimplement the section which prevents
7326         MIME header from being signed.
7327         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7328         pgg-text-mode; remove a blank line at the top of body.
7329
7330         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7331         lines at the top of body; use gnus-newsgroup-charset if there's no
7332         Charset header.
7333
7334 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * message.el (message-self-insert-commands): Doc fix.
7337
7338         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7339         (mm-uu-pgp-encrypted-test): Ditto.
7340         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7341         between header and body; return application/pgp-encrypted handle
7342         if decryption failed; decode decrypted body by charset.
7343
7344         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7345         element match to application/pgp-*.
7346
7347 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7348
7349         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7350         HTML.
7351
7352 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353
7354         * mail-source.el (mail-source-call-script): Message the error
7355         string.
7356
7357 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7358
7359         * gnus-util.el (gnus-byte-compile): Use it.
7360
7361 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7362
7363         * gnus-util.el (kill-empty-logs): New function.
7364
7365 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7366
7367         * message.el (message-mail-alias-type): Doc fix.
7368         (message-mail-alias-type-p): New function.
7369         (message-send): Use it.
7370         (message-mode): Ditto.
7371         (message-strip-forbidden-properties): Ditto.
7372
7373         * ecomplete.el (ecomplete-database-file-coding-system): New
7374         variable.
7375         (ecomplete-save): Use it.
7376         (ecomplete-setup): Use it.
7377
7378 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * message.el (message-self-insert-commands): New variable.
7381         (message-strip-forbidden-properties): Use it.
7382
7383 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7386         that doesn't make XEmacs choke.
7387
7388 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7389
7390         * gnus-util.el (gnus-replace-in-string):
7391         Prefer replace-regexp-in-string over of replace-in-string.
7392
7393 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * gnus-util.el (gnus-select-frame-set-input-focus):
7396         Use select-frame-set-input-focus if it is available in XEmacs; use
7397         definition defined in Emacs 22 for old Emacsen.
7398
7399         * dgnushack.el: Autoload unmorse-region for XEmacs.
7400
7401         * lpath.el: Bind cursor-in-non-selected-windows and
7402         select-frame-set-input-focus for XEmacs.
7403
7404 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7407
7408 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7409
7410         * gnus-registry.el (gnus-registry-cache-save): Remove text
7411         properties when saving via the temp buffer.
7412
7413 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7414
7415         * message.el (message-generate-hashcash): Honor custom type.
7416
7417 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7418
7419         * message.el (message-generate-hashcash): Default to non-nil when
7420         hashcash is found.
7421
7422         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7423         (gnus-refer-thread-limit): Increase default to 500.
7424
7425         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7426
7427         * flow-fill.el (fill-flowed): Allow delete-space.
7428
7429 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7430
7431         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7432         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7433         Remove autoloads.
7434
7435 2006-04-18  Simon Josefsson  <jas@extundo.com>
7436
7437         * message.el (message-generate-hashcash): Default to.
7438
7439 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7442         concatenating segments rather than before concatenating them.
7443
7444 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7445
7446         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7447
7448 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7449
7450         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7451
7452         * message.el (message-forward-make-body-plain): Allow
7453         message-forward-ignored-headers to be a list.
7454         (message-remove-ignored-headers): Factor out into function.
7455         (message-forward-make-body-mml): Use it.
7456
7457         * imap.el (imap-quote-specials): New function.
7458         (imap-login-auth): Quote specials.
7459
7460         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7461         (rfc2231-parse-string): Allow concatanation of parameters that
7462         aren't contiguous.  The test case is
7463           (mail-header-parse-content-type "message/external-body;
7464             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7465             access-type=LOCAL-FILE;
7466             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7467
7468 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7469
7470         * nntp.el (nntp-accept-process-output): Return the value of
7471         `nnheader-accept-process-output'.
7472
7473 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7474
7475         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7476         (gnus-button-alist): Recognize more diff formats.
7477         (gnus-button-patch): Strip directory.
7478
7479 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7482         Emacs 22 when setting focus.
7483
7484 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7485
7486         * gnus-art.el (gnus-article-treat-types): Do treatment of
7487         text/x-verbatim parts.
7488         (gnus-button-patch): New command.
7489
7490         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7491         addresses that contain invalid characters.
7492
7493 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7494
7495         * message.el (message-put-addresses-in-ecomplete): Use
7496         gnus-replace-in-string.
7497         (message-is-yours-p): Use the more correct
7498         mail-header-parse-address instead of
7499         mail-extract-address-components.
7500         (message-put-addresses-in-ecomplete): Fix typo.
7501
7502         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7503         keystroke.
7504
7505         * gnus-art.el (gnus-treatment-function-alist): Change order of
7506         newsgroups/generic header folding to avoid double-folding.
7507
7508         * message.el (message-hidden-headers): Add X-Draft-From.
7509
7510         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7511         command.
7512         (gnus-summary-repeat-search-article-backward): New command.
7513
7514         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7515         groups in the parent topic.
7516
7517 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7518
7519         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7520         (spam-extra-header-to-number): Return the CRM114 number as a
7521         number instead of a string.
7522
7523 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7524
7525         * gnus-art.el (gnus-face-properties-alist): Moved here from
7526         gnus-fun.
7527
7528         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7529
7530 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7531
7532         * message.el (message-strip-forbidden-properties): Only display on
7533         self-insert-command.
7534
7535         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7536         reindent.
7537         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7538
7539 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7540
7541         * smiley.el (smiley-style): Fix typo.
7542
7543 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * hashcash.el (hashcash-insert-payment-async-2): Use
7546         message-goto-eoh instead of doing it manually.
7547         (mail-add-payment): Use message-narrow-to-header instead of trying
7548         to do the same itself.
7549
7550         * message.el (message-hidden-headers): Add Face.
7551
7552         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7553         reparenting code.
7554         (gnus-summary-reparent-children): Refactored out code.
7555         (gnus-summary-thread-map): New keystroke.
7556         (gnus-summary-reparent-children): Make into command.
7557
7558         * smiley.el (smiley-style): Default to `medium' if using a large
7559         font.
7560
7561         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7562         does it itself.
7563
7564         * message.el (message-point-in-header-p): Simplify definition.
7565
7566 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7567
7568         * nnagent.el (nnagent-request-set-mark): Silence log file
7569         writing.
7570         (nnagent-request-set-mark): Use write-region instead of
7571         append-to-file.
7572
7573         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7574         strange select method.
7575
7576         * ecomplete.el (ecomplete-display-matches): Get highlightling
7577         right.
7578         (ecomplete-display-matches): Use literals.
7579         (ecomplete-display-matches): Disable message logging.
7580
7581         * message.el (message-display-abbrev): Small optimization.
7582
7583         * ecomplete.el (ecomplete-display-matches): Allow automatic
7584         display.
7585
7586         * message.el (message-strip-forbidden-properties): Display
7587         abbrevs.
7588         (message-display-abbrev): Get automatic display right.
7589
7590         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7591         keystrokes.
7592
7593 2006-04-13  Romain Francoise  <romain@orebokech.com>
7594
7595         TODO: Backport to v5-10!
7596
7597         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7598         Moved here (and renamed) from gnus-registry.el.
7599
7600         * gnus-registry.el: Require gnus-util.
7601         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7602
7603 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7604
7605         * gnus-group.el (gnus-group-catchup-current): Change
7606         if-then-else-if-then-else into cond.
7607         (gnus-group-catchup): Indent.
7608         (group-name-at-point): New function.
7609         (gnus-fetch-group): Provide default from thing at point.
7610
7611 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7612
7613         * message.el (message-display-abbrev): Fix regexp.
7614
7615         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7616         choosing.
7617         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7618         dead variables.
7619
7620         * message.el (message-newline-and-indent): Remove debugging.
7621         (message-display-abbrev): Use new implementation.
7622
7623 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7624
7625         * gnus-art.el (gnus-article-mode): Set
7626         cursor-in-non-selected-windows to nil.
7627
7628         * smiley.el: Revert previous change.
7629         (smiley-data-directory): defvar it before using it in the
7630         defcustom of `smiley-style'.
7631
7632 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7633
7634         * message.el (message-newline-and-indent): New function.
7635
7636         * ecomplete.el: Implement more bits.
7637
7638         * message.el (message-put-addresses-in-ecomplete): Clean up the
7639         string.
7640
7641         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7642
7643         * gnus-sum.el (gnus-summary-save-parts): Bind
7644         gnus-summary-save-parts-counter and use it to make unique file
7645         names.
7646
7647         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7648
7649         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7650         parameter to say whether to actually parse the individual
7651         addresses.
7652
7653         * message.el (message-put-addresses-in-ecomplete): New function.
7654         (ecomplete): Require.
7655         (message-mail-alias-type): Add ecomplete as an option.
7656
7657 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7658
7659         * flow-fill.el (fill-flowed): Remove trailing space from blank
7660         quoted lines.
7661
7662 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663
7664         * smiley.el (smiley-style): Move definition later to avoid a
7665         compilation warning.
7666
7667 2006-04-12  Kenichi Handa  <handa@m17n.org>
7668
7669         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7670         buffer and then decode the buffer text if necessary.
7671         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7672         first, and after mm-encode-body, change the buffer to unibyte.
7673         Use mm-disable-multibyte instead of set-buffer-multibyte.
7674
7675 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7678         Content-Type header instead of Content-Disposition header.
7679         (gnus-mime-inline-part): Ditto.
7680         (gnus-mime-view-part-as-charset): Ignore charset that the part
7681         specifies.
7682
7683         * mm-decode.el (mm-display-part): Work with external parts and
7684         usual parts similarly.
7685
7686         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7687         instead of gnus-display-mime.
7688
7689         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7690         instead of with-temp-buffer.
7691
7692         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7693         tag to summarized topics part in order to encode non-ASCII text.
7694
7695 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * smiley.el (smiley-style): New variable.
7698         (smiley-directory): New function.
7699         (smiley-data-directory): Derive from `smiley-style' using
7700         `smiley-directory'.
7701         (smiley-regexp-alist): Add new entries.
7702
7703         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7704         (gnus-article-browse-delete-temp): Add :version.
7705
7706 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7707
7708         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7709         the sieve region.
7710
7711 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7712
7713         * gnus.el (gnus-version-number): Bump version.
7714
7715 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7716
7717         * gnus.el: No Gnus v0.4 is released.
7718
7719 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7720
7721         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7722         layout.
7723
7724         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7725         unknown charset.
7726
7727         * message.el (message-header-synonyms): Add Original-To to the
7728         default.
7729
7730         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7731         optional parameter.
7732
7733 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * gnus-fun.el (gnus): Require it for gnus-directory.
7736
7737 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7740
7741 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7742
7743         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7744
7745 2006-04-05  Simon Josefsson  <jas@extundo.com>
7746
7747         * password.el (password-reset): New function.
7748
7749 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7750
7751         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7752         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7753
7754 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7755
7756         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7757         Some whitespace was matched into the url, which broke browsing hits
7758         > 100 when mm-url-use-external was nil.
7759
7760 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7763         gnus-extra-headers for 'Newsgroups.
7764
7765         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7766         bound.
7767
7768 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7769
7770         * pgg-gpg.el: Clean up process buffers every time gpg processes
7771         complete.
7772
7773 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7774
7775         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7776         doc string.
7777
7778 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7779
7780         * pgg-gpg.el (pgg-gpg-process-filter)
7781         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7782
7783         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7784         lines, temporary fix.
7785
7786 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7787
7788         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7789
7790 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7791
7792         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7793         default-enable-multibyte-characters.  This reverts the change from
7794         revision 6.17 which is no longer necessary because the passphrase
7795         is sent separately now.  GnuPG messages are unreadable under
7796         multibyte locales with default-enable-multibyte-characters set to
7797         nil.
7798
7799 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7800
7801         * message.el (message-tool-bar-gnome): Move "spell".
7802
7803 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7806         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7807         instead.
7808
7809 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7810
7811         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7812         newsgroups handling for NNTP overviews which don't include
7813         Newsgroups.
7814
7815 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7816
7817         * message.el (message-resend): Bind message-generate-hashcash to nil.
7818
7819 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7820
7821         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7822         when searching for already-paid recipients.
7823
7824 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7825
7826         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7827         passphrases when it is not needed.
7828         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7829         passphrase stuff from gpg, should only be necessary when you use
7830         gpg with a smartcard.
7831
7832 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * mml.el (mml-insert-mime): Ignore cached contents of
7835         message/external-body part.
7836
7837         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7838         (mm-insert-part): Ditto.
7839
7840 2006-03-23  Simon Josefsson  <jas@extundo.com>
7841
7842         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7843         Reiner.
7844         (pgg-gpg-use-agent-p): Use it again.
7845
7846 2006-03-23  Simon Josefsson  <jas@extundo.com>
7847
7848         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7849         older emacsen.
7850         (pgg-gpg-use-agent-p): Don't use it.
7851
7852 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7853
7854         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7855         if we can.
7856
7857 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7858
7859         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7860         (pgg-gpg-update-agent): New function.
7861         (pgg-gpg-use-agent-p): New function.
7862         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7863         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7864         (pgg-gpg-sign-region): Use it.
7865
7866 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7869         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7870
7871 2006-03-21  Simon Josefsson  <jas@extundo.com>
7872
7873         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7874         <wilde@sha-bang.de>.
7875         (pgg-gpg-use-agent): New variable.
7876         (pgg-gpg-process-region): Use it.
7877         (pgg-gpg-encrypt-region): Likewise.
7878         (pgg-gpg-encrypt-symmetric-region): Likewise.
7879         (pgg-gpg-decrypt-region): Likewise.
7880         (pgg-gpg-sign-region): Likewise.
7881         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7882
7883 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7886
7887         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7888         Add comment on version.
7889
7890 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * smiley.el: Add missing test smiley.
7893
7894 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * mm-decode.el (mm-with-part): New macro.
7897         (mm-get-part): Use it; work with message/external-body as well.
7898         (mm-save-part): Treat name and filename equally.
7899
7900         * mm-extern.el (mm-extern-cache-contents): New function.
7901         (mm-inline-external-body): Use it; force the part to be displayed;
7902         move undisplayer added to the cached handle to the parent.
7903
7904         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7905         (gnus-mime-view-part-as-type): Work with message/external-body.
7906
7907         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7908
7909 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7910
7911         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7912         images in image-load-path.  [Sync with image.el, revision 1.60, in
7913         Emacs.]
7914
7915 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7916
7917         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7918         path rather than symbol.  Always return list of directories.
7919         Guarantee that image directory comes first.  [Sync with image.el,
7920         revision 1.59, in Emacs.]
7921
7922         * message.el (message-make-tool-bar): Adjust to new API of
7923         `gmm-image-load-path-for-library'.
7924
7925         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7926
7927         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7928
7929 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7930
7931         * gnus-art.el (gnus-article-only-boring-p):
7932         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7933         intangible text.
7934         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7935
7936 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7937
7938         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7939         `defun' instead of `gmm-defun-compat'.
7940
7941 2006-03-14  Simon Josefsson  <jas@extundo.com>
7942
7943         * message.el (message-unique-id): Don't use message-number-base36
7944         if (user-uid) is a float.
7945         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7946
7947 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7950
7951         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7952         empty line between a part and a message part.
7953
7954 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7955
7956         * smiley.el: Add more test smileys.
7957         (smiley-data-directory, smiley-regexp-alist)
7958         (gnus-smiley-file-types): Fix doc strings.
7959         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7960         adding new elements.
7961         (smiley-mouse-map): Unused code.  Make it a comment.
7962
7963 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7966         scan latest NoCeM messages instead of old ones.
7967         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7968         delimiters that are recently used.
7969         (gnus-nocem-load-cache): Add autoload cookie.
7970
7971         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7972
7973         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7974         level which is larger than gnus-use-nocem is specified.
7975
7976         * gnus-group.el (gnus-group-get-new-news): Ditto.
7977
7978 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * gnus-util.el (gnus-tool-bar-update): New function.
7981
7982         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7983         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7984
7985         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7986
7987         * gnus-group.el (gnus-group-redraw-when-idle)
7988         (gnus-group-redraw-check): Remove.
7989         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7990
7991 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7994         if optional last element is specified in splits (FIELD VALUE...).
7995
7996 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7999         to gmm-image-load-path-for-library.  Call with no-error argument.
8000         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8001
8002         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8003
8004         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8005
8006         * gmm-utils.el (gmm-image-load-path): Remove alias.
8007
8008 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * gmm-utils.el (gmm-image-load-path): Add alias.
8011
8012         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8013         nnml-generate-nov-databases-1.
8014         (nnml-generate-nov-databases): Use it.
8015         (nnml-generate-nov-databases-directory): Document no-active
8016         argument.
8017
8018         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8019         directory if path is t.  Add no-error.
8020
8021         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8022         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8023
8024         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8025         resetting gnus-article-browse-html-temp-list.
8026
8027         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8028         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8029         Add example to docstring.  Rename local variables.  Move error
8030         checks to default case in cond and simplify.
8031
8032 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8035         handle is multipart when calling it recursively.
8036         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8037
8038 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8039
8040         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8041         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8042
8043 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8046         is loaded.
8047
8048         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8049         loaded.
8050
8051 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8054         to "Emacs 23 (unicode)" in doc string.
8055
8056         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8057         "Emacs 23 (unicode)" in comment.
8058
8059 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8062
8063         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8064         characters 160 through 255 in Emacs 23.
8065
8066 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8067
8068         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8069         gnus-article-browse-html-temp.
8070         (gnus-article-browse-delete-temp): Make it customizable.  Add
8071         `file'.  Adjust doc string.
8072         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8073         query for each file.  Adjust doc string.
8074         (gnus-article-browse-html-parts): Add
8075         `gnus-article-browse-delete-temp-files' to
8076         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8077
8078 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8079
8080         * gnus-art.el (gnus-article-browse-html-temp)
8081         (gnus-article-browse-delete-temp): New variables.
8082         (gnus-article-browse-delete-temp-files): New function.
8083         (gnus-article-browse-html-parts): Use it.
8084
8085 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8086
8087         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8088
8089         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8090         string.
8091
8092         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8093         gnus-summary-insert-new-articles when unplugged.  Remove
8094         gnus-summary-search-article-forward.
8095
8096         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8097         display-visual-class instead of display-color-cells.
8098
8099 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * dgnushack.el: Autoload customize-group for XEmacs.
8102
8103         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8104         message/* containing non-ASCII text properly.
8105
8106 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8107
8108         * message.el: Require gmm-utils, remove autoloads.
8109         (message-tool-bar): Set default based on
8110         gmm-tool-bar-style.
8111         (message-tool-bar-gnome): Add gmm-customize-mode.
8112
8113         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8114         gmm-tool-bar-style.
8115         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8116
8117         * gnus-group.el (gnus-group-tool-bar): Set default based on
8118         gmm-tool-bar-style.
8119         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8120
8121         * gmm-utils.el (gmm-image-directory): Rename variable from
8122         gmm-image-load-path.
8123         (gmm-image-load-path): Use gmm-image-directory.
8124         (gmm-customize-mode): New function.
8125         (gmm-tool-bar-style): New variable.
8126
8127         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8128         gnus-group-redraw-line-number.
8129         (gnus-group-redraw-check): Simplify.
8130         (gnus-group-tool-bar-update): Remove redraw check.
8131         (gnus-group-make-tool-bar): Add redraw check.
8132
8133 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8134
8135         * gnus-art.el (gnus-button): Add missing parentheses.
8136
8137 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * lpath.el: Fbind line-number-at-pos.
8140
8141 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8144
8145 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8146
8147         * gnus-art.el (gnus-button): New face.
8148         (gnus-article-button-face): Use it.
8149
8150         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8151         gnus-summary-next-page.  Re-order.
8152
8153         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8154         next-node are now included.
8155         (gnus-group-redraw-line-number): New internal variable.
8156         (gnus-group-redraw-check): Helper function for updating the tool
8157         bar.
8158         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8159
8160         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8161
8162         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8163         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8164         Use it to match format of Spamassassin 3.0 and later.  Reported by
8165         IRIE Tetsuya <irie@t.email.ne.jp>.
8166         (spam-check-bogofilter)
8167         (spam-bogofilter-register-with-bogofilter): Fix args of
8168         `gnus-error' calls.
8169
8170 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8173         unnecessary interaction when sending queued mails.  Reported by
8174         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8175
8176 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8179         first or last are nil.
8180
8181 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8182
8183         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8184
8185 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8186
8187         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8188
8189 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8190
8191         * dns.el (query-dns): Protect more against buggy tcp output.
8192
8193 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8194
8195         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8196         nov.php.
8197
8198 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8199
8200         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8201         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8202         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8203         output on the server side.
8204         (nnweb-google-create-mapping): Update regexps and add some
8205         progress indication.
8206
8207 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8208
8209         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8210         gnus-agent-toggle-plugged.  Re-order icons.
8211         (gnus-group-tool-bar-gnome): Add
8212         gnus-group-{prev,next}-unread-group.
8213         (gnus-group-tool-bar-gnome): Re-order icons.
8214
8215         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8216         gnus-summary-insert-new-articles.
8217
8218         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8219         comments.
8220
8221         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8222         also available in Emacs 21.3.
8223
8224         * message.el (message-fix-before-sending): Change "Emacs 22" to
8225         "Emacs 23 (unicode)" in comment.
8226
8227         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8228         "Emacs 23 (unicode)" in comment.
8229
8230         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8231         comment.
8232         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8233
8234         * mm-view.el (mm-fill-flowed): Add :version.
8235
8236 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8239         and load-path.
8240
8241 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * message.el: Autoload gmm-image-load-path.
8244         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8245         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8246         consitency.
8247
8248         * gmm-utils.el (gmm-image-load-path): Also search in
8249         "../etc/images".  Don't set gmm-image-load-path if we don't find
8250         the image.
8251
8252 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gmm-utils.el (gmm-image-load-path): Don't make
8255         `gmm-image-load-path' include subdirectories which the second arg
8256         `image' might specify.
8257
8258         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8259         subdirectory to icon file names.
8260
8261         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8262
8263 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8266         gmm-image-load-path calls.
8267
8268         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8269
8270         * message.el (message-make-tool-bar): Ditto.
8271
8272         * mml.el (mml-preview): Added comment concerning tool bar icons.
8273
8274         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8275         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8276
8277         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8278         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8279
8280         * message.el (message-tool-bar-gnome): Use new icon names.
8281         (message-make-tool-bar): Use `gmm-image-load-path'.
8282
8283         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8284         functions from MH-E.
8285         (gmm-image-load-path): New variable from MH-E.
8286         (gmm-image-load-path): New function from MH-E.  Added arguments
8287         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8288         *-image-load-path-called-flag.
8289
8290 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8291
8292         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8293
8294 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8295
8296         * nnimap.el (nnimap-request-move-article): Change folder back to
8297         source group before deleting.
8298
8299 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8300
8301         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8302
8303         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8304         mm-url.
8305
8306         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8307
8308 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8311         coding system which mm-charset-to-coding-system returns for a
8312         given charset is valid.
8313
8314 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8315
8316         * html2text.el (html2text-remove-tag-list):
8317         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8318
8319 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8320
8321         * gnus-cus.el: Revert 2005-10-17 change.
8322
8323 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * gnus-art.el (article-strip-banner): Call
8326         article-really-strip-banner only when the regexp match is made.
8327
8328 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * gnus-art.el (article-strip-banner): Use
8331         gnus-extract-address-components instead of
8332         mail-header-parse-addresses to make it work with non-ASCII text;
8333         remove mail-encode-encoded-word-string.
8334
8335         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8336         values which are surrounded with \"...\"; make it never cause a
8337         Lisp error; give up parsing of parameters if it failed in
8338         extracting type.
8339
8340 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8341
8342         * smime.el (smime-cert-by-ldap-1): Fix bug where
8343         `smime-ldap-search' returns results without userCertificates.
8344
8345 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8348
8349 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8350
8351         * spam.el (spam-check-spamassassin-headers): Adapt format for
8352         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8353         <ari@mbf.ocn.ne.jp>.
8354         (spam-list-of-processors): Add spam-use-gmane.
8355
8356 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8359         make-temp-file; make it work with XEmacs as well.
8360
8361         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8362         mm-make-temp-file.
8363
8364         * mm-decode.el (mm-display-external): Use the 3rd arg of
8365         mm-make-temp-file.
8366         (mm-create-image-xemacs): Ditto.
8367
8368 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8371         with message-narrow-to-headers.
8372         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8373         (gnus-draft-check-draft-articles): New function.
8374         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8375
8376 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8377
8378         * gnus-art.el (gnus-article-browse-html-parts):
8379         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8380         Don't use suffix argument for mm-make-temp-file for Emacs 21
8381         compatibility.  Remove useless `format'.
8382
8383 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8384
8385         * nnweb.el (nnweb-google-wash-article): Update regexps.
8386         (nnweb-group-alist): Use defvoo instead of defvar.
8387
8388 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8391         re-loading nn* modules.
8392
8393 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8396         for `tool-bar-mode' and don't check it's default-value.
8397
8398         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8399
8400         * message.el (message-make-tool-bar): Ditto.
8401
8402         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8403         `substring'.  Shorten tmp-file name.
8404
8405         * gnus.el: Remove bogus comment.
8406
8407 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8408
8409         * gnus-art.el (gnus-article-browse-html-parts): New function.
8410         (gnus-article-browse-html-article): New function for viewing html
8411         articles with a browser.
8412
8413 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8414
8415         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8416         in elisp.
8417         (pgg-gpg-encrypt-symmetric-region): Ditto.
8418         (pgg-gpg-sign-region): Ditto.
8419
8420         * pgg-def.el (pgg-text-mode): New variable.
8421
8422         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8423         (mml2015-pgg-encrypt): Ditto.
8424
8425         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8426         (mml1991-pgg-encrypt): Ditto.
8427
8428 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8431         message-make-date instead of current-time-string.
8432
8433         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8434         to gnus-decoded which mm-uu might set.
8435
8436 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8439         don't decode quoted parameters; remove misimported Emacs code.
8440         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8441         (rfc2231-decode-encoded-string): Don't use split-string which
8442         behaves differently according to Emacs version; use
8443         mm-decode-coding-region to convert charset to coding-system.
8444         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8445         (rfc2231-encode-string): Remove misimported Emacs code.
8446
8447 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8450         when calling mail-header-parse-content-type.
8451         (article-de-quoted-unreadable): Ditto.
8452         (article-de-base64-unreadable): Ditto.
8453         (article-wash-html): Ditto.
8454
8455         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8456         calling mail-header-parse-content-type and
8457         mail-header-parse-content-disposition.
8458         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8459         mail-header-parse-content-type.
8460
8461         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8462         insert charset and format parameters; encode description after
8463         inserting it to buffer.
8464         (mml-insert-parameter): Fold lines properly even if a parameter is
8465         segmented into two or more lines; change the max column to 76.
8466
8467         * rfc1843.el (rfc1843-decode-article-body): Don't use
8468         ignore-errors when calling mail-header-parse-content-type.
8469
8470         * rfc2231.el (rfc2231-parse-string): Return at least type if
8471         possible; don't cause an error even if it fails in parsing of
8472         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8473         (rfc2231-encode-string): Don't break lines at the beginning, leave
8474         it to mml-insert-parameter.
8475
8476         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8477         calling mail-header-parse-content-type.
8478
8479 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8480
8481         * spam-report.el (spam-report-gmane-use-article-number):
8482         Improve doc string.
8483         (spam-report-gmane-internal): Check if a suitable header was found
8484         in the article.
8485
8486 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8489         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8490
8491 2006-02-05  Romain Francoise  <romain@orebokech.com>
8492
8493         Update copyright notices of all files in the gnus directory.
8494
8495 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8496
8497         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8498
8499 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8502         segmented lines of parameter value to cope with Thunderbird 1.5
8503         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8504         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8505         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8506
8507 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8508
8509         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8510         parts.
8511
8512 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8513
8514         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8515         there's only one active file for all servers.
8516         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8517         solid groups.  Gnus might have used a FAST request to select the group.
8518         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8519         and nnweb-search redundantly in the active file.
8520         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8521         (nnweb-request-create-group): Don't use ARGS.
8522         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8523         initialisations.  Let nnoo do the work.
8524
8525 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8528         Say the part has been decoded.
8529
8530         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8531
8532 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8533
8534         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8535         mailcap-viewer-test-cache when there's no 'test clause, since that
8536         will invert the meaning of a "nil" test previously determined by
8537         mailcap-mailcap-entry-passes-test.
8538
8539 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8542         compiling.
8543
8544         * gnus-sum.el: Ditto.
8545
8546         * message.el: Don't bind tool-bar-map when compiling.
8547
8548 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8549
8550         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8551
8552 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8553
8554         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8555         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8556         current Google Groups.
8557
8558 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8559
8560         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8561         and tool-bar-mode.
8562
8563         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8564         and tool-bar-mode.
8565
8566         * message.el (message-tool-bar-update): Simplify.
8567         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8568
8569         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8570         gnus-summary-buffer.
8571         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8572         gnus-summary-reply.
8573
8574         * gmm-utils.el (gmm): Add :version.
8575
8576 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * Makefile.in (clean): New rule.
8579         (distclean): Use it.
8580
8581 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8582
8583         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8584         autoload.
8585
8586 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gmm-utils.el (gmm-verbose): Add :group.
8589
8590 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * message.el: Change some comments WRT tool-bars.
8593
8594         * gnus-sum.el (gnus-summary-tool-bar)
8595         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8596         (gnus-summary-tool-bar-zap-list): New variables.
8597         (gnus-summary-make-tool-bar): Complete rewrite using
8598         `gmm-tool-bar-from-list'.
8599
8600         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8601         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8602         variables.
8603         (gnus-group-make-tool-bar): Complete rewrite using
8604         `gmm-tool-bar-from-list'.
8605         (gnus-group-tool-bar-update): New function.
8606
8607         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8608
8609 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8612         is dissected into a single part of which the type is the same as
8613         the given one; decode charset.
8614
8615 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8616
8617         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8618         into alists as symbol not string, since that's what
8619         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8620         look for.
8621
8622 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8625         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8626
8627         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8628
8629 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8632         (gnus-xmas-mime-security-button-menu): New function.
8633
8634         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8635         (gnus-mime-security-button-menu): New definition.
8636         (gnus-mime-security-button-map): Use them.
8637         (gnus-mime-security-button-menu): New function.
8638         (gnus-insert-mime-security-button): Addition to help echo.
8639         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8640         (gnus-mime-security-pipe-part): New functions.
8641
8642         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8643         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8644
8645         * mm-decode.el (mm-handle-set-disposition): Remove.
8646         (mm-handle-set-description): Remove.
8647
8648 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8651         (mm-w3m-standalone-supports-m17n-p): New function.
8652         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8653         w3m usage.
8654
8655         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8656         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8657
8658 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * message.el (message-tool-bar-zap-list): Use
8661         gmm-tool-bar-zap-list as custom type.
8662         (message-tool-bar-update): New function.
8663         (message-tool-bar, message-tool-bar-gnome)
8664         (message-tool-bar-retro): Add message-tool-bar-update.
8665         (message-tool-bar-gnome): Add flyspell-buffer.
8666
8667         * gnus-util.el (gnus-error): Describe `args'.
8668
8669         * gmm-utils.el (gmm-error): Describe `args'.
8670         (gmm-tool-bar-zap-list): New widget.
8671         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8672
8673 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8676         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8677         the number of recursive calls.
8678
8679         * mm-decode.el (mm-handle-set-disposition): New macro.
8680         (mm-handle-set-description): New macro.
8681
8682 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8685         encoding.
8686
8687 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8688
8689         * message.el (message-tool-bar-zap-list, message-tool-bar)
8690         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8691         (message-tool-bar-local-item-from-menu): Remove.
8692         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8693         (message-make-tool-bar): New function.
8694         (message-mode): Use `message-make-tool-bar'.
8695
8696         * gmm-utils.el: New file.
8697         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8698         (gmm-lazy): New widget copied from `nnmail.el'.
8699         (gmm-tool-bar-from-list): New function for creating customizable
8700         tool bars.
8701         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8702         output.
8703         (gmm): Add :prefix to defgroup.
8704
8705 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8706
8707         * gmm-utils.el (gmm-widget-p): New function.
8708
8709 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * mml.el (mml-attach-file): Describe `description' in doc string.
8712         (mml-menu): Add Emacs MIME manual and PGG manual.
8713
8714 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8715
8716         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8717
8718 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8719
8720         * nntp.el (nntp-end-of-line): Doc fix.
8721
8722 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8723
8724         * imap.el (imap-open): Handle case where buffer is a buffer
8725         object.
8726
8727 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8728
8729         * gnus-delay.el (gnus-delay): Don't autoload.
8730         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8731         to be re-loaded when customizing the `gnus-delay' group.
8732
8733 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8734
8735         * message.el (message-insert-citation-line): Use newlines.
8736
8737 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8738
8739         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8740         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8741         these routines, so the passphrase can be managed externally and
8742         passed in to the system.
8743         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8744         pgg-add-passphrase-to-cache function.
8745
8746         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8747         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8748         these routines, so the passphrase can be managed externally and
8749         passed in to the system.
8750         (pgg-pgp5-sign-region): Use new name of
8751         pgg-add-passphrase-to-cache function.
8752
8753 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8754
8755         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8756         part of the decoded armor to find the key-identifier.
8757         (pgg-gpg-lookup-key-owner): New function to return the
8758         human-readable identifier of a key owner.
8759         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8760         itself.
8761         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8762         the key value) if we have a key and can match it against a secret
8763         key.  Also, added a note pointing out fact that the prompt only
8764         indicates the first matching key.
8765
8766         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8767         pgg-decrypt-region.
8768         (pgg-add-passphrase-to-cache): Rename from
8769         `pgg-add-passphrase-cache' to reduce confusion (all callers
8770         changed).
8771         (pgg-remove-passphrase-from-cache): Rename from
8772         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8773         changed).
8774         (pgg-read-passphrase, pgg-add-passphrase-cache)
8775         (pgg-remove-passphrase-cache): Add informative docstrings.
8776         (pgg-decrypt): Convey provided passphrase in subordinate call to
8777         pgg-decrypt-region.
8778
8779 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8780
8781         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8782         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8783         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8784         'passphrase' argument, so the passphrase can be managed externally
8785         and then passed in to the system.
8786
8787         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8788         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8789         so the passphrase cache can be used reliably with identifiers
8790         besides a pgp packet's key id.
8791
8792         * pgg-gpg.el (pgg-gpg-encrypt-region)
8793         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8794         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8795         these routines, so the passphrase can be managed externally and
8796         passed in to the system.
8797
8798         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8799         'notruncate' argument, so the passphrase cache can be used
8800         reliably with identifiers besides a pgp packet's key id.
8801
8802 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8803
8804         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8805         symmetric encryption.
8806         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8807         encrypted session key.
8808         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8809         message ask for the passphrase in a proper way.
8810
8811         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8812         New user commands for symmetric encryption.
8813
8814 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8817
8818         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8819
8820 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8821
8822         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8823
8824 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * mm-decode.el (mm-inlined-types): Add application/pgp.
8827         (mm-automatic-display): Ditto.
8828
8829         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8830         part as text.
8831
8832 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * nnrss.el: Update copyright.
8835         (nnrss-opml-import): Query whether to subscribe to each entry.
8836
8837         * gnus-art.el:
8838         * gnus-sum.el:
8839         * gnus-xmas.el:
8840         * messagexmas.el:
8841         * mm-uu.el:
8842         * mm-view.el: Update copyright.
8843
8844 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8845
8846         * message.el (message-info): New function.
8847         (message-mode-menu): Add it.
8848         Update copyright.
8849
8850         * ChangeLog: Fix and update copyright.
8851
8852 2006-01-13  Romain Francoise  <romain@orebokech.com>
8853
8854         * message.el (message-forward-subject-name-subject): Prefer the
8855         address to 'nowhere' if the sender has no name.
8856         Fix typo.  Update copyright year.
8857
8858 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * gnus-art.el (article-wash-html): Use
8861         gnus-summary-show-article-charset-alist if a numeric arg is given.
8862         (gnus-article-wash-html-with-w3m-standalone): New function.
8863
8864         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8865         mm-inline-text-html-render-with-w3m-standalone.
8866         (mm-text-html-washer-alist): Map w3m-standalone to
8867         gnus-article-wash-html-with-w3m-standalone.
8868         (mm-inline-text-html-render-with-w3m-standalone): New function.
8869
8870 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8873         Improve LaTeX.
8874
8875 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8878         (nnrss-request-article): Render text/plain parts as HTML.
8879
8880         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8881         the buffer.
8882
8883 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8886         custom definition of `gnus-posting-styles'.
8887
8888         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8889         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8890
8891 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8894         Use nntp for bug archive.
8895
8896 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8899         parts.
8900         (nnrss-normalize-date): New function converts ISO 8601 date into
8901         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8902         (nnrss-check-group): Use it.
8903
8904 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8907
8908         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8909         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8910         (nnrss-insert-w3): Ditto.
8911
8912 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8915         the articles to be forwarded including the case where neither a
8916         number of articles nor a region is specified.
8917
8918 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * nnrss.el (nnrss-request-article): Fix last change; fill
8921         text/plain parts.
8922
8923 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8926         in text/plain part.
8927         (nnrss-check-group): Don't add excessive newline to dc:subject.
8928
8929 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8930
8931         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8932         article.
8933
8934 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8937         (nnml-use-compressed-files, nnml-save-mail): Support other
8938         comression programs such as bzip2.
8939
8940 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941
8942         * dns.el (query-dns): Make sure we check the buffer size before
8943         removing tcp headers.
8944
8945 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8948         remove MIME buttons associated with multipart/alternative parts.
8949         (gnus-mime-display-alternative): Tag buttons using `article-type'
8950         text property.
8951
8952         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8953         associated with multipart/alternative parts.
8954
8955         * gnus-art.el (gnus-signature-separator): Fix custom type.
8956
8957         * mm-decode.el (mm-inlined-types): Fix custom type.
8958         (mm-keep-viewer-alive-types): Ditto.
8959         (mm-automatic-display): Ditto.
8960         (mm-attachment-override-types): Ditto.
8961         (mm-inline-override-types): Ditto.
8962         (mm-automatic-external-display): Ditto.
8963
8964 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8965
8966         * spam-report.el (spam-report-user-mail-address)
8967         (spam-report-user-agent): New variables.
8968         (spam-report-url-ping-plain): Use spam-report-user-agent.
8969
8970 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8971
8972         * gnus-art.el (gnus-button-handle-custom): Do not just use
8973         `customize-apropos' for any "M-x customize-*" button but the
8974         function called for.  Accept both the function name and its
8975         argument in order to achieve this.
8976         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8977         function name to `gnus-button-handle-custom' in case of "M-x
8978         customize-*" buttons.
8979
8980 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8983         multipart/alternative and add xref to mm-discouraged-alternatives
8984         in doc string.
8985
8986         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8987         gnus-buttonized-mime-types in doc string.
8988
8989 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8992         Suggest image/.* in the doc string.
8993
8994 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8995
8996         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8997         message-marks (Debian bug #342521).
8998
8999 2005-12-12  Simon Josefsson  <jas@extundo.com>
9000
9001         * password.el (password-read-from-cache): Add.
9002         (password-read): Use it.
9003
9004 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9007         us-ascii as a MIME charset.
9008
9009         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9010         against the case where the 2nd arg TYPE is nil.
9011
9012 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * pop3.el (pop3-stream-type): Fix custom version.
9015
9016         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9017
9018 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9019
9020         * mm-decode.el (mm-display-external): Add missing cdr.
9021
9022 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9025         RFC1524) if it is in mailcap or add a suffix according to
9026         mailcap-mime-extensions when generating a temp filename; postpone
9027         deleting a temp file for 2 seconds for some wrappers, shell
9028         scripts, and so on, which might exit right after having started a
9029         viewer command as a background job.
9030
9031 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * nntp.el (nntp-marks-directory): Fix custom group.
9034
9035         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9036         steps when < 10.
9037
9038         * gnus-start.el (gnus-no-server-1): Mention
9039         `gnus-level-default-subscribed' in doc string.
9040
9041 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9042
9043         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9044         parens.
9045
9046 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus-xmas.el (gnus-use-toolbar): Revert.
9049         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9050         gnus-use-toolbar is default.
9051
9052         * messagexmas.el (message-use-toolbar): Revert.
9053         (message-setup-toolbar): Use global default-toolbar if
9054         message-use-toolbar is default.
9055
9056 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9059         according to default-toolbar-visible-p.
9060
9061         * messagexmas.el (message-use-toolbar): Ditto.
9062
9063 2005-11-26  Dave Love  <fx@gnu.org>
9064
9065         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9066         (tls-program, tls-success): Provide openssl alternative.
9067
9068         * starttls.el: Doc fixes.
9069         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9070         SERVICE to PORT.
9071
9072         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9073         port null or service name.
9074         (starttls-negotiate): Autoload.
9075
9076 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * message.el (message-kill-to-signature): Fix interactive spec.
9079
9080 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * pop3.el (pop3-open-server): Recognize a string as a service name.
9083
9084 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9085
9086         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9087
9088 2005-11-23  Dave Love  <fx@gnu.org>
9089
9090         Add pop3s, pop3/starttls.
9091
9092         * pop3.el (pop3-authentication-scheme): Clarify doc.
9093         (open-tls-stream, starttls-open-stream): Autoload.
9094         (pop3-stream-type): New.
9095         (pop3-open-server): Use it.
9096
9097         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9098         for POP.
9099         (mail-source-keyword-map): Add :stream for POP.
9100         (mail-source-fetch-pop): Use pop3-stream-type.
9101
9102 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9105         of current-time-string.
9106
9107 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9108
9109         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9110         date header.
9111
9112 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9113
9114         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9115         it can seriously impact performance as it bypasses the agent's
9116         local caches.
9117
9118 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9119
9120         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9121         must be explicitly online rather than "not explicitly offline" for
9122         its flags to be synchronized.
9123
9124         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9125         that gnus-uu-unmark-thread will function correctly.
9126
9127         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9128         1024K is instead displayed as 1M.
9129
9130 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9131
9132         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9133
9134 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9135
9136         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9137
9138 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9139
9140         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9141         error message to display actual error condition.
9142         (gnus-agent-save-local): Avoid saving symbols that are bound to
9143         nil as they simply result in a warning message in
9144         gnus-agent-read-local.
9145
9146 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9149         rather than make-variable-buffer-local for file-precious-flag.
9150
9151 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9152
9153         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9154         for duplicates which are removed.  The invalid sort check then
9155         triggers a rescan after the sort as sorting may have moved
9156         duplicate entries such that they can be cheaply detected.
9157
9158 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9161
9162 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9163
9164         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9165         internal variable to a custom variable.  Changed default value
9166         from compressed(2) to uncompressed(1).
9167         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9168         support for uncompressed agentview files.  Taken together, reading
9169         the agentview file should now be 6-7 times faster.
9170
9171 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9172
9173         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9174         as a buffer-local variable.  This avoids creating truncated
9175         dribble files as a result of a hang up, eg.
9176
9177 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9178
9179         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9180         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9181         XEmacs.
9182
9183 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9184
9185         * gnus-start.el (gnus-start-draft-setup): Enforce
9186         `gnus-draft-mode' for nndraft:drafts at startup.
9187
9188         * gnus.el (gnus-splash): Change custom group.
9189         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9190         allow-list argument.
9191
9192         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9193         string.
9194
9195 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * gnus-art.el (gnus-default-article-saver): Add user-defined
9198         `function' to custom type.
9199
9200 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9201
9202         * imap.el (imap-open): Handle case where buffer is a buffer
9203         object.
9204
9205 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9208         long lines.
9209         (gnus-cache-delete-group): Wrap doc strings.
9210
9211         * gnus-agent.el (gnus-agent-rename-group)
9212         (gnus-agent-delete-group): Wrap doc strings.
9213
9214 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * messagexmas.el (message-use-toolbar): Change the valid values
9217         into default, top, bottom, left, and right.
9218         (message-toolbar-thickness): New variable.
9219         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9220         well.
9221         (message-setup-toolbar): Make it work.
9222
9223         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9224         (gnus-use-toolbar): Change the valid values into default, top,
9225         bottom, left, and right.
9226         (gnus-toolbar-thickness): New variable.
9227         (gnus-xmas-setup-toolbar): New function.
9228         (gnus-xmas-setup-group-toolbar): Use it.
9229         (gnus-xmas-setup-summary-toolbar): Use it.
9230
9231 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9232
9233         * gnus-start.el (gnus-1): Add "native" to
9234         gnus-predefined-server-alist.
9235
9236         * gnus.el (gnus-method-to-server): Don't add "native" to the
9237         lists here, because that leads to problems when
9238         gnus-select-method is bound.
9239
9240 2005-11-09  Simon Josefsson  <jas@extundo.com>
9241
9242         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9243         use (not sort-by-date) instead.
9244
9245 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9246
9247         * gnus-delay.el (gnus-delay-group): Don't autoload.
9248         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9249         to be re-loaded when customizing the `gnus-delay' group.
9250
9251 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9252
9253         * message.el: Revert last changes.
9254         (message-insert-citation-line): Use newlines.
9255
9256 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9257
9258         * message.el (message-courtesy-message)
9259         (message-mark-insert-begin, message-mark-insert-end)
9260         (message-elide-ellipsis, message-cancel-message)
9261         (message-add-header, message-change-subject)
9262         (message-cross-post-followup-to-header)
9263         (message-cross-post-insert-note, message-reduce-to-to-cc)
9264         (message-widen-reply, message-delete-not-region)
9265         (message-kill-to-signature, message-insert-signature)
9266         (message-insert-importance-high, message-insert-importance-low)
9267         (message-insert-or-toggle-importance)
9268         (message-insert-disposition-notification-to)
9269         (message-indent-citation, message-yank-original)
9270         (message-cite-original-without-signature, message-cite-original)
9271         (message-insert-citation-line, message-position-on-field)
9272         (message-fix-before-sending, message-send-mail-partially)
9273         (message-send-mail, message-send-mail-with-sendmail)
9274         (message-send-mail-with-qmail, message-send-news)
9275         (message-check-news-header-syntax, message-generate-headers)
9276         (message-insert-courtesy-copy, message-fill-address)
9277         (message-fill-header, message-shorten-references)
9278         (message-setup-1, message-cancel-news)
9279         (message-forward-make-body-plain, message-forward-make-body-mime)
9280         (message-forward-make-body-mml, message-encode-message-body)
9281         (message-forward-make-body-digest-plain)
9282         (message-forward-make-body-digest-mime)
9283         (message-use-alternative-email-as-from): Insert `hard-newline'
9284         instead of ordinary newlines.
9285
9286 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * message.el (message-generate-headers): Downcase the argument
9289         given to message-check-element.
9290
9291 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9292
9293         * nntp.el (nntp-authinfo-rejected): New error condition.
9294         (nntp-wait-for): Use new error condition to signal authentication
9295         error.
9296         (nntp-retrieve-data): Rethrow new error condition to break out of
9297         recursive call to nntp-send-authinfo.
9298
9299 2005-11-08  Romain Francoise  <romain@orebokech.com>
9300
9301         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9302         (gnus-summary-exit-map): Bind to `Z p'.
9303         (gnus-summary-make-menu-bar): Add menu item.
9304
9305 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9308         (gnus-treat-*): Add `first' in all doc strings.
9309
9310         * gnus-group.el (gnus-group-compact-group): Fix typo.
9311
9312 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * gnus.el (gnus-parameters-case-fold-search): New variable.
9315         (gnus-parameters-get-parameter): Use it.
9316
9317         * gnus-score.el (gnus-home-score-file): Doc fix.
9318
9319 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9320
9321         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9322
9323 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * mm-util.el (mm-special-display-p): New function.
9326
9327         * mml.el (mml-preview): Use it; doc fix.
9328
9329 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9330
9331         * imap.el (imap-open): Handle case where buffer is a buffer object.
9332
9333 2005-10-29  Romain Francoise  <romain@orebokech.com>
9334
9335         * message.el (message-fix-before-sending): Fix comment.
9336
9337 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9338
9339         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9340
9341 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9342
9343         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9344         Used in gnus-score.el.
9345
9346 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9349
9350 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9351
9352         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9353         whitespace removed in revision 7.8.  Use concatenated string to
9354         protect trailing whitespace.
9355
9356 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9357
9358         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9359         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9360         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9361         Courier IMAP ("some version from 2004").  Mostly based on similar
9362         code in the same function.
9363
9364 2005-10-26  Didier Verna  <didier@xemacs.org>
9365
9366         * gnus-group.el (gnus-group-compact-group): Invalidate original
9367         article buffer.
9368         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9369         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9370         NOV database and in article itself.
9371         Invalidate article backlog.
9372
9373 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9374
9375         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9376
9377 2005-10-26  Simon Josefsson  <jas@extundo.com>
9378
9379         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9380         part of 2004-07-25 change.
9381
9382 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * message.el (message-display-completion-list): New function.
9385         (message-expand-group): Use it; make sure the Completions buffer
9386         is modifiable.
9387 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9388
9389         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9390         user-mail-name is an empty string.
9391
9392 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9393
9394         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9395         depending on gnus-score-decay-constant.
9396
9397         * encrypt.el (encrypt-insert-file-contents)
9398         (encrypt-write-file-contents): Don't use `gnus-message'.
9399
9400         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9401         arguments.
9402         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9403         arguments to mm-uu-verbatim-marks-extract.
9404         (mm-uu-hide-markers): New variable.
9405         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9406
9407         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9408         (gnus-convert-image-to-face-command): Use "convert" by default to
9409         allow other input image formats.
9410         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9411         accordingly.
9412
9413 2005-10-23  Simon Josefsson  <jas@extundo.com>
9414
9415         * imap.el (imap-gssapi-program): Align command line parameters
9416         with latest GNU SASL.
9417         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9418
9419 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9422         HTML.
9423         (nnslashdot-request-article): Ditto.
9424
9425         * lpath.el (featurep): Add nobreak-char-display.
9426
9427 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9428
9429         * mail-source.el (mail-source-fetch-pop): Require pop3.
9430         (mail-source-check-pop): Ditto.
9431
9432 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9435         errors.
9436
9437 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9440         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9441
9442         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9443
9444         * mm-bodies.el (mm-decode-string): Call
9445         `mm-charset-to-coding-system' with allow-override argument.
9446
9447 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9450         (rfc2047-charset-to-coding-system): New function.
9451         (rfc2047-decode-encoded-words): New function.
9452         (rfc2047-decode-region): Use them.
9453         (rfc2047-decode-cte): Remove.
9454         (rfc2047-parse-and-decode): Remove.
9455         (rfc2047-decode): Remove.
9456
9457 2005-10-15  Kenichi Handa  <handa@m17n.org>
9458
9459         * rfc2047.el (rfc2047-decode-cte): New function.
9460         (rfc2047-decode-region): Change the way to decode successive
9461         encoded-words: decode B- or Q-encoding in each encoded-word,
9462         concatenate them, and decode it as charset.
9463
9464 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * lpath.el: Fbind codepage-setup for XEmacs.
9467
9468 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9469
9470         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9471         widget-move-and-invoke.
9472         (gnus-custom-mode): Use gnus-custom-map.
9473
9474 2005-10-15  Bill Wohler  <wohler@newt.com>
9475
9476         * message.el (message-tool-bar-map): Renamed image file from
9477         mail_send to mail/send.
9478
9479 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9480
9481         * message.el (message-expand-group): Pass the common
9482         prefix substring of completion to `display-completion-list'.
9483
9484 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9485
9486         * mml-sec.el (mml-secure-method): New internal variable.
9487         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9488         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9489         functions using mml-secure-method.
9490
9491         * mml.el (mml-mode-map): Add key bindings for those functions.
9492         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9493         Harder <harder@myrealbox.com>.
9494         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9495         end of message if point is the headers of the message.
9496
9497         * message.el (message-in-body-p): New function.
9498
9499         * assistant.el: Autoload gnus-util and netrc.
9500
9501         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9502         Use `mm-charset-override-alist' only when decoding.
9503
9504         * mm-bodies.el (mm-decode-body): Call
9505         `mm-charset-to-coding-system' with allow-override argument.
9506
9507         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9508         `filename' from Content-Disposition if Content-Type doesn't
9509         provide `name'.
9510         (gnus-mime-view-part-as-type): Set default instead of
9511         initial-input.
9512
9513 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9514
9515         * format-spec.el (format-spec): Propagate text properties of % spec.
9516
9517 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * gnus-art.el (gnus-treat-predicate): Add `first'.
9520
9521 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9524         (mm-charset-override-alist): New variable.
9525         (mm-charset-to-coding-system): Use it.
9526         (mm-codepage-setup): New helper function.
9527         (mm-charset-eval-alist): New variable.
9528         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9529         about unknown charsets.
9530
9531         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9532
9533 2005-10-04  David Hansen  <david.hansen@gmx.net>
9534
9535         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9536         (nnrss-check-group): Ditto.
9537
9538 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9541         Rename x-gnus-verbatim to x-verbatim.
9542         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9543
9544         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9545         x-verbatim.
9546
9547         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9548
9549         * gnus-util.el (gnus-remove-duplicates): Remove.
9550
9551         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9552         instead of gnus-remove-duplicates.
9553
9554         * message.el (message-remove-duplicates): Remove.
9555         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9556         message-remove-duplicates.
9557
9558         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9559         available, else use implementation from `delete-dups'.
9560
9561         * message.el (message-insert-expires): New function.
9562         (message-mode-map): Add key binding.
9563         (message-mode-field-menu): Add menu entry.
9564         (message-mode): Document it.
9565         (message-make-expires-date): Use `message-make-date'.
9566
9567 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9568
9569         * message.el (message-make-expires-date): New function.
9570
9571 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * Makefile.in (list-installed-shadows): New entry.
9574         (install): Use it.
9575         (remove-installed-shadows): New entry.
9576
9577         * dgnushack.el (dgnushack-default-load-path): New variable.
9578         (dgnushack-find-lisp-shadows): New function.
9579         (dgnushack-remove-lisp-shadows): New function.
9580
9581 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * Makefile.in (install-el-elc): New entry.
9584         (install): Use it so that .el files are necessarily installed.
9585
9586 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9589
9590 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9591
9592         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9593         function rather than the diff-mode.el package.
9594         (mm-display-external): Use with-current-buffer.
9595         (mm-viewer-completion-map, mm-viewer-completion-map):
9596         Move initialization inside declaration.
9597
9598 2005-09-29  Simon Josefsson  <jas@extundo.com>
9599
9600         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9601         autoload mail-check-payment.
9602         (spam-check-hashcash): Define unconditionally, since hashcash.el
9603         is part of Gnus now.  Ignore errors from payment checking.
9604
9605 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * message.el (message-bold-region, message-unbold-region): Rename
9608         from `bold-region' and `unbold-region'.
9609
9610         * message.el: Remove useless autoloads.
9611
9612 2005-09-28  Simon Josefsson  <jas@extundo.com>
9613
9614         * message.el (message-use-idna): Default to t.
9615         (message-use-idna): Test whether encoding works too.  Doc fix.
9616
9617 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * nntp.el (nntp-warn-about-losing-connection): Remove.
9620
9621 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9622
9623         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9624         customizable.  Change default value.
9625         (mm-uu-diff-groups-regexp): Change default value.
9626         (mm-uu-type-alist): Add doc string.
9627         (mm-uu-configure): Add doc string.  Make it interactive.
9628         (mm-uu-tex-groups-regexp): New variable.
9629         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9630         (mm-uu-type-alist): Add LaTeX documents.
9631         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9632         of "text/verbatim".
9633         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9634
9635         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9636         instead of "text/verbatim".
9637
9638         * message.el (message-mark-inserted-region)
9639         (message-mark-insert-file): Use slrn style marks when called with
9640         prefix argument.
9641
9642 2005-09-27  Simon Josefsson  <jas@extundo.com>
9643
9644         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9645
9646 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9647
9648         * message.el (message-remove-duplicates): New function.
9649         Implementation borrowed from `gnus-remove-duplicates'.
9650         (message-idna-to-ascii-rhs): Also encode idna addresses in
9651         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9652         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9653         only ask about the same idna domain once per header and also tell
9654         in what header to replace the idna domain.
9655
9656         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9657         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9658         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9659         a header is decoded and not just the last one.
9660
9661 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9664         has been decoded.
9665
9666         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9667         (mm-insert-part): Don't modify text if it has been decoded.
9668
9669         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9670         decoded.
9671
9672         * mm-view.el (mm-inline-text): Don't strip text props unless
9673         decoding enriched or richtext parts.
9674
9675 2005-09-25  Romain Francoise  <romain@orebokech.com>
9676
9677         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9678         * gnus-start.el (gnus-subscribe-interactively):
9679         * gnus-uu.el (gnus-uu-grab-articles):
9680         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9681         space.
9682
9683 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9684
9685         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9686         * mm-view.el (mm-view-pkcs7-decrypt):
9687         * gnus-sum.el (gnus-summary-limit-to-extra)
9688         (gnus-summary-respool-article, gnus-read-move-group-name):
9689         * gnus-score.el (gnus-summary-increase-score):
9690         * gnus-util.el (gnus-completing-read-with-default):
9691         * gnus-art.el (gnus-read-save-file-name)
9692         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9693         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9694         * message.el (message-check-news-header-syntax):
9695         Follow convention for reading with the minibuffer.
9696
9697 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * spam-report.el (spam-report-url-ping-plain):
9700         Use gnus-extended-version as User-Agent.
9701
9702         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9703         default value is nil.
9704
9705         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9706         (mm-uu-verbatim-marks-extract): New function.
9707         (mm-uu-extract): New face.
9708         (mm-uu-copy-to-buffer): Use it.
9709
9710         * spam-report.el (spam-report-gmane-ham): Renamed from
9711         `spam-report-gmane-unspam'.
9712         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9713         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9714
9715         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9716         Autoload.
9717         (spam-report-gmane-unregister-routine): Renamed
9718         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9719
9720 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9721
9722         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9723         (spam-report-gmane-unregister-routine): Add support for gmane
9724         unregistration.
9725
9726         * spam-report.el (spam-report-gmane-unspam)
9727         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9728         (spam-report-gmane): Change to take a single article and do unspam
9729         registration.
9730
9731 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9732
9733         * mm-url.el (mm-url-decode-entities): Fix regexp.
9734
9735 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9736
9737         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9738         default to nil, to be able to use Gnus at all.  If the default
9739         switches to something else, then the function should be fixed not
9740         be exceedingly slow.
9741
9742 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9743
9744         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9745         fail hard.
9746
9747         * spam-report.el: Add better Keywords line.
9748
9749         * spam.el: Add Maintainer and better Keywords line.
9750
9751 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * gnus-art.el (gnus-article-replace-part)
9754         (gnus-mime-replace-part): New functions.
9755         (gnus-mime-action-alist, gnus-mime-button-commands)
9756         (gnus-mime-save-part-and-strip): Added file argument.
9757         (gnus-article-part-wrapper): Added interactive argument.
9758
9759         * gnus-sum.el (gnus-summary-mime-map): Add
9760         `gnus-article-replace-part'.
9761
9762 2005-09-19  Didier Verna  <didier@xemacs.org>
9763
9764         The nnml compaction feature:
9765         * nnml.el (nnml-request-compact-group): New function.
9766         * nnml.el (nnml-request-compact): New function.
9767         * gnus-int.el (gnus-request-compact-group): New function.
9768         * gnus-int.el (gnus-request-compact): New function.
9769         * gnus-group.el (gnus-group-compact-group): New function.
9770         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9771         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9772         * gnus-srvr.el (gnus-server-compact-server): New function.
9773         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9774         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9775
9776 2005-09-18  Deepak Goel  <deego@gnufans.org>
9777
9778         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9779         format spec.
9780
9781 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9784
9785 2005-09-15  Romain Francoise  <romain@orebokech.com>
9786
9787         * message.el (message-fill-paragraph): Clarify docstring.
9788
9789 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * gnus-art.el (gnus-mime-display-part): Protect against broken
9792         MIME messages.
9793
9794 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9797         before parsing header.
9798
9799 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9800
9801         * html2text.el (html2text-replace-list): Add new entities.
9802
9803 2005-09-11  Romain Francoise  <romain@orebokech.com>
9804
9805         * message.el (message-alternative-emails): Improve docstring.
9806         (message-setup-1): Call `message-use-alternative-email-as-from'
9807         after `message-setup-hook' to give it precedence over posting
9808         styles, etc.
9809         (message-use-alternative-email-as-from): Add docstring.  Remove
9810         the original From header if present.
9811
9812         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9813         (nnml-save-mail): Use it.
9814
9815         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9816         articles.  Add new argument `silent'.
9817         (gnus-uu-mark-all): Report the total number of marked articles.
9818
9819 2005-09-10  Romain Francoise  <romain@orebokech.com>
9820
9821         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9822         (gnus-uu-mark-series): Likewise.
9823
9824 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * spam-report.el (spam-report-gmane): Fix generation of spam
9827         report URL.
9828
9829 2005-09-10  Simon Josefsson  <jas@extundo.com>
9830
9831         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9832         t, based on discussion on the ding list with Robert Epprecht
9833         <epprecht@solnet.ch>.
9834
9835 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * spam-report.el (spam-report-gmane): Make it work without
9838         X-Report-Spam header.  Gmane now only provides Archived-At.
9839         This is only used if `spam-report-gmane-use-article-number' is nil.
9840         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9841
9842         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9843         make `gnus-summary-sort-by-recipient' work with threading.
9844
9845         * nnweb.el (nnweb-google-wash-article): Print a message if article
9846         is not available.
9847
9848 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9849
9850         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9851         change.  Decode text/* parts content before displaying.
9852
9853 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9856
9857 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9860
9861         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9862         url-package-name, url-package-version,
9863         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9864         w3m-display-inline-images, and w3m-minor-mode-map.
9865
9866 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * message.el (message-tab-body-function): Fix mismatched custom type.
9869
9870         * gnus.el (gnus-group-change-level-function): Ditto.
9871
9872         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9873
9874         * gnus-art.el (gnus-signature-limit)
9875         (gnus-article-mime-part-function): Ditto.
9876
9877 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * mml.el (mml-mode): Silence the byte compiler.
9880
9881         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9882         using `(sit-for 0)' before moving the point to the specified part;
9883         skip unbuttonized parts.
9884         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9885         return to the summary window if gnus-auto-select-part is non-nil.
9886
9887 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9890         variables.
9891         (mml-dnd-attach-file, mml-mode): Use them.
9892
9893         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9894         Make fetching article by MID work again for Google Groups.  Added
9895         FIXME concerning gnus-group-make-web-group.
9896
9897         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9898         Don't depend on Gnus by using mail-extract-address-components if
9899         gnus-extract-address-components is not bound.
9900
9901 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902
9903         * gnus-art.el (gnus-mime-display-security): Don't display the
9904         signature, but only the signed part.
9905
9906 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9909
9910         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9911         list, not listp.
9912
9913 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9914
9915         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9916         when encoding.
9917
9918         * mm-bodies.el (mm-decode-content-transfer-encoding):
9919         De-canonicalize CRLF for all text content types, not just
9920         text/plain.
9921
9922 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9925         valid article; point arrow and cursor at the MIME button.
9926
9927 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9930         Suggested by Dan Christensen <jdc@uwo.ca>.
9931
9932         * mm-decode.el (mm-save-part): Enable change of prompt.
9933
9934 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9935
9936         * gnus-msg.el (gnus-inews-add-send-actions): Made
9937         `message-post-method' lambda parameter ARG `&optional'.
9938
9939 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * gnus-sum.el (gnus-summary-mime-map): Added
9942         gnus-article-save-part-and-strip, gnus-article-delete-part and
9943         gnus-article-jump-to-part.
9944
9945         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9946         (gnus-article-edit-part): Use it.
9947         (gnus-article-part-wrapper): Added no-handle argument.
9948         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9949         functions.
9950
9951 2005-08-29  Romain Francoise  <romain@orebokech.com>
9952
9953         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9954         docstring.
9955         (gnus-face-from-file): Likewise.
9956
9957 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9960         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9961         non-nil.
9962         (gnus-auto-select-part): New variable.
9963         (gnus-article-jump-to-part): New function.
9964         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9965         (gnus-mime-delete-part): Allow selecting specified part after
9966         deleting or stripping parts.
9967         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9968         part if argument is bogus.
9969
9970 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9971
9972         * gnus-art.el (w3m-minor-mode-map):
9973         * gnus-spec.el (gnus-newsrc-file-version):
9974         * gnus-util.el (nnmail-active-file-coding-system)
9975         (gnus-original-article-buffer, gnus-user-agent):
9976         * gnus.el (gnus-ham-process-destinations)
9977         (gnus-parameter-ham-marks-alist)
9978         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9979         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9980         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9981         * mm-decode.el (gnus-current-window-configuration):
9982         * mm-extern.el (gnus-article-mime-handles):
9983         * mm-url.el (url-current-object, url-package-name)
9984         (url-package-version):
9985         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9986         (smime-keys, w3m-cid-retrieve-function-alist)
9987         (w3m-current-buffer, w3m-display-inline-images)
9988         (w3m-minor-mode-map):
9989         * mml-smime.el (gnus-extract-address-components):
9990         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9991         (gnus-newsrc-hashtb, message-default-charset)
9992         (message-deletable-headers, message-options)
9993         (message-posting-charset, message-required-mail-headers)
9994         (message-required-news-headers):
9995         * mml1991.el (mc-pgp-always-sign):
9996         * mml2015.el (mc-pgp-always-sign):
9997         * nnheader.el (nnmail-extra-headers):
9998         * rfc1843.el (gnus-decode-encoded-word-function)
9999         (gnus-decode-header-function, gnus-newsgroup-name):
10000         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10001
10002 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10003
10004         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10005         the end of the date treatments.
10006
10007 2005-08-15  Simon Josefsson  <jas@extundo.com>
10008
10009         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10010         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10011         Capello and Romain Francoise.
10012         (pgg-fetch-key-function): Removed, not used?
10013         (pgg-insert-url-with-w3): Require url, to get
10014         url-insert-file-contents regardless of where it is defined.
10015
10016 2005-08-13  Romain Francoise  <romain@orebokech.com>
10017
10018         * message.el (message-cite-original-1): New function.
10019         (message-cite-original): Use it.
10020         (message-cite-original-without-signature): Ditto.
10021
10022 2005-08-08  Romain Francoise  <romain@orebokech.com>
10023
10024         * message.el (message-yank-empty-prefix): New variable.
10025         (message-indent-citation): Use it.
10026         (message-cite-original-without-signature): Respect X-No-Archive.
10027
10028 2005-08-08  Simon Josefsson  <jas@extundo.com>
10029
10030         * pgg.el: Autoload url-insert-file-contents instead of loading
10031         w3/url.
10032         (pgg-insert-url-with-w3): Don't load url here.
10033
10034 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10035
10036         * message.el (message-kill-to-signature): Don't insert newline at
10037         bol.
10038         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10039
10040 2005-08-06  Romain Francoise  <romain@orebokech.com>
10041
10042         * message.el (message-user-fqdn): Fix typo in docstring.
10043
10044 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10045
10046         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10047
10048         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10049
10050 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * mm-bodies.el (mm-encode-body): Use coding system rather than
10053         charset to encode text.
10054
10055         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10056         number of charsets if utf-8 is available (XEmacs).
10057
10058 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10061         taken from `gnus-button-mid-or-mail-regexp'.
10062         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10063         (gnus-button-alist): Improve regexp for domain part of the MIDs
10064         for news:localpart@domain buttons.
10065         (gnus-button-ctan-directory-regexp): Update.
10066
10067 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * sieve-manage.el (sieve-manage-interactive-login): Use
10070         make-local-variable rather than make-variable-buffer-local.
10071         (sieve-manage-open): Ditto.
10072         (sieve-manage-authenticate): Ditto.
10073
10074         * mml.el (mml-generate-mime-1): Make the content type default to
10075         text/plain if the filename is not specified.
10076
10077 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10080         instead of insert-buffer.
10081
10082         * message.el (message-yank-original): Ditto; set the mark at the
10083         end of the yanked message.
10084
10085 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10088         lines to scroll rather than to stop it.
10089
10090         * mml.el (mml-generate-default-type): Add doc string.
10091         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10092         default to application/octet-stream when determining the content
10093         type if it is not specified for the part or the mml contents; add
10094         a comment about mml-generate-default-type.
10095
10096 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10099         make it default to application/octet-stream when determining the
10100         content type if it is not specified for the external contents.
10101
10102 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10105         segmented parameter but also other parameters might be there.
10106
10107 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * mm-decode.el (mm-display-external): Delete temp file, directory
10110         and buffer immediately if the external process is exited.
10111
10112 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10115         fewer lines than that of scroll-margin.
10116         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10117
10118 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * gnus-art.el (gnus-article-next-page): Revert.
10121         (gnus-article-beginning-of-window): New macro.
10122         (gnus-article-next-page-1): Use it.
10123         (gnus-article-prev-page): Ditto.
10124         (gnus-article-edit-part): Use insert-buffer-substring instead of
10125         insert-buffer.
10126         (gnus-article-edit-exit): Ditto.
10127
10128         * gnus-util.el (gnus-beginning-of-window): Remove.
10129         (gnus-end-of-window): Remove.
10130
10131         * lpath.el: Don't bind header-line-format and scroll-margin.
10132
10133 2005-07-25  Simon Josefsson  <jas@extundo.com>
10134
10135         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10136         to have the url package without w3.  Reported by Daiki Ueno
10137         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10138
10139 2005-07-20  Didier Verna  <didier@xemacs.org>
10140
10141         * gnus-diary.el: Remove the description comment (nndiary is now
10142         properly documented in the Gnus manual).
10143         Fix the spelling of "Back End".
10144         * nndiary.el: Ditto.
10145         Fix the copyright notice.
10146
10147 2005-07-18  Romain Francoise  <romain@orebokech.com>
10148
10149         * gnus-sum.el (gnus-summary-to-prefix)
10150         (gnus-summary-newsgroup-prefix): New variables.
10151         (gnus-summary-from-or-to-or-newsgroups): Use them.
10152
10153 2005-07-17  Romain Francoise  <romain@orebokech.com>
10154
10155         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10156         space as it's generally not especially interesting to the user.
10157
10158 2005-07-16  Romain Francoise  <romain@orebokech.com>
10159
10160         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10161         nil to avoid prompting and file modification if one of the
10162         messages at the top of the nnfolder file contains a copyright
10163         notice.
10164         Update copyright notice.
10165
10166         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10167         instead of `current-time-string' as the latter creates a time
10168         string that is not RFC 2822 compliant (it lacks the zone).
10169         Update copyright notice.
10170
10171 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10172
10173         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10174         for text/rtf.  Display default in prompt.  Pass default for M-n.
10175
10176         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10177
10178 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * gnus-msg.el (gnus-button-mailto): Remove
10181         save-selected-window-window hackery because it relies on
10182         save-selected-window internals.
10183
10184 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10187         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10188         (gnus-article-prev-page): Ditto.
10189
10190         * gnus-util.el (gnus-beginning-of-window): New function.
10191         (gnus-end-of-window): New function.
10192
10193         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10194
10195 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10196
10197         * gnus-score.el (gnus-score-edit-all-score): Set
10198         gnus-score-edit-exit-function to gnus-score-edit-done and call
10199         gnus-message.
10200
10201 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10202
10203         * gnus-msg.el (gnus-button-mailto): Remove
10204         save-selected-window-window hackery because it relies on
10205         save-selected-window internals.
10206
10207 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10210         add-minor-mode.
10211         (gnus-binary-mode): Ditto.
10212
10213         * gnus-topic.el (gnus-topic-mode): Ditto.
10214
10215 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10216
10217         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10218         (gnus-article-prev-page): Take scroll-margin into consideration.
10219
10220 2005-07-04  Lute Kamstra  <lute@gnu.org>
10221
10222         Update FSF's address in GPL notices.
10223
10224 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10225
10226         * gnus.el (gnus-exit):
10227         * gnus-group.el (gnus-group-icons):
10228         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10229
10230         * gnus-nocem.el (gnus-nocem):
10231         * message.el (message-various, message-buffers, message-sending)
10232         (message-interface, message-forwarding, message-insertion)
10233         (message-headers, message-news, message-mail):
10234         * pgg-gpg.el (pgg-gpg):
10235         * pgg-parse.el (pgg-parse):
10236         * pgg-pgp.el (pgg-pgp):
10237         * pgg-pgp5.el (pgg-pgp5):
10238         * pop3.el (pop3): Finish `defgroup' description with period.
10239
10240 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus-art.el (article-display-face): Improve the efficiency.
10243         (article-display-x-face): Ditto; remove grey x-face stuff.
10244
10245 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-art.el (article-display-face): Correct the position in
10248         which Faces are inserted.
10249
10250 2005-06-29  Didier Verna  <didier@xemacs.org>
10251
10252         * gnus-art.el (article-display-face): Display faces in correct
10253         order.
10254
10255 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10258         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10259         (gnus-nocem-check-article): Fetch the Type header.
10260         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10261         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10262         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10263         make sure gnus-nocem-hashtb is initialized.
10264         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10265         (gnus-nocem-unwanted-article-p): Ditto.
10266
10267         * pgg.el (pgg-verify): Return the verification result.
10268
10269 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10270
10271         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10272         is ascii.
10273
10274 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10275
10276         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10277         `show-nonbreak-escape'.
10278
10279 2005-06-23  Lute Kamstra  <lute@gnu.org>
10280
10281         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10282
10283         * dig.el (dig-mode):
10284         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10285
10286 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10287
10288         * nnimap.el (nnimap-split-download-body): Fix spellings.
10289
10290 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10291
10292         * gnus-art.el (gnus-article-encrypt-body):
10293         * gnus-cus.el (gnus-score-customize):
10294         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10295         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10296
10297 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10298
10299         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10300         header by looking for magic "MII" at the beginnig.
10301
10302 2005-06-16  Miles Bader  <miles@gnu.org>
10303
10304         * gnus-xmas.el (gnus-xmas-group-startup-message):
10305         Use renamed gnus-splash face.
10306
10307         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10308         (assistant-field-face): New backward-compatibility alias for renamed
10309         face.
10310         (assistant-render-text): Use renamed assistant-field face.
10311
10312         * spam.el (spam): Remove "-face" suffix from face name.
10313         (spam-face): New backward-compatibility alias for renamed face.
10314         (spam-face, spam-initialize): Use renamed spam face.
10315
10316         * message.el (message-header-to, message-header-cc)
10317         (message-header-subject, message-header-newsgroups)
10318         (message-header-other, message-header-name)
10319         (message-header-xheader, message-separator, message-cited-text)
10320         (message-mml): Remove "-face" suffix from face names.
10321         (message-header-to-face, message-header-cc-face)
10322         (message-header-subject-face, message-header-newsgroups-face)
10323         (message-header-other-face, message-header-name-face)
10324         (message-header-xheader-face, message-separator-face)
10325         (message-cited-text-face, message-mml-face):
10326         New backward-compatibility aliases for renamed faces.
10327         (message-font-lock-keywords): Use renamed message faces.
10328
10329         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10330         (sieve-test-commands, sieve-tagged-arguments):
10331         Remove "-face" suffix from face names.
10332         (sieve-control-commands-face, sieve-action-commands-face)
10333         (sieve-test-commands-face, sieve-tagged-arguments-face):
10334         New backward-compatibility aliases for renamed faces.
10335         (sieve-control-commands-face, sieve-action-commands-face)
10336         (sieve-test-commands-face, sieve-tagged-arguments-face):
10337         Use renamed sieve faces.
10338
10339         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10340         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10341         (gnus-group-news-3-empty, gnus-group-news-4)
10342         (gnus-group-news-4-empty, gnus-group-news-5)
10343         (gnus-group-news-5-empty, gnus-group-news-6)
10344         (gnus-group-news-6-empty, gnus-group-news-low)
10345         (gnus-group-news-low-empty, gnus-group-mail-1)
10346         (gnus-group-mail-1-empty, gnus-group-mail-2)
10347         (gnus-group-mail-2-empty, gnus-group-mail-3)
10348         (gnus-group-mail-3-empty, gnus-group-mail-low)
10349         (gnus-group-mail-low-empty, gnus-summary-selected)
10350         (gnus-summary-cancelled, gnus-summary-high-ticked)
10351         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10352         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10353         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10354         (gnus-summary-low-undownloaded)
10355         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10356         (gnus-summary-low-unread, gnus-summary-normal-unread)
10357         (gnus-summary-high-read, gnus-summary-low-read)
10358         (gnus-summary-normal-read, gnus-splash):
10359         Remove "-face" suffix from face names.
10360         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10361         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10362         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10363         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10364         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10365         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10366         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10367         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10368         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10369         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10370         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10371         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10372         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10373         (gnus-summary-normal-ticked-face)
10374         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10375         (gnus-summary-normal-ancient-face)
10376         (gnus-summary-high-undownloaded-face)
10377         (gnus-summary-low-undownloaded-face)
10378         (gnus-summary-normal-undownloaded-face)
10379         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10380         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10381         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10382         (gnus-splash-face):
10383         New backward-compatibility aliases for renamed faces.
10384         (gnus-group-startup-message): Use renamed gnus faces.
10385
10386         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10387         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10388         (gnus-server-agent): Remove "-face" suffix from face names.
10389         (gnus-server-agent-face, gnus-server-opened-face)
10390         (gnus-server-closed-face, gnus-server-denied-face)
10391         (gnus-server-offline-face):
10392         New backward-compatibility aliases for renamed faces.
10393         (gnus-server-agent-face, gnus-server-opened-face)
10394         (gnus-server-closed-face, gnus-server-denied-face)
10395         (gnus-server-offline-face): Use renamed gnus faces.
10396
10397         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10398         Remove "-face" suffix from face names.
10399         (gnus-picon-xbm-face, gnus-picon-face):
10400         New backward-compatibility aliases for renamed faces.
10401
10402         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10403         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10404         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10405         (gnus-cite-11): Remove "-face" suffix from face names.
10406         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10407         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10408         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10409         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10410         New backward-compatibility aliases for renamed faces.
10411         (gnus-cite-attribution-face, gnus-cite-face-list)
10412         (gnus-article-boring-faces): Use renamed gnus faces.
10413
10414         * gnus-art.el (gnus-signature, gnus-header-from)
10415         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10416         (gnus-header-content): Remove "-face" suffix from face names.
10417         (gnus-signature-face, gnus-header-from-face)
10418         (gnus-header-subject-face, gnus-header-newsgroups-face)
10419         (gnus-header-name-face, gnus-header-content-face):
10420         New backward-compatibility aliases for renamed faces.
10421         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10422
10423         * gnus-sum.el (gnus-summary-selected-face)
10424         (gnus-summary-highlight): Use renamed gnus faces.
10425         * gnus-group.el (gnus-group-highlight): Likewise.
10426
10427 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10428
10429         * gnus-sieve.el (gnus-sieve-article-add-rule):
10430         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10431         * spam-stat.el (spam-stat-buffer-change-to-spam)
10432         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10433
10434         * message.el (message-is-yours-p):
10435         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10436
10437 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * mm-view.el (mm-inline-text): Withdraw the last change.
10440
10441 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10444         executing enriched-decode.
10445
10446 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10449         charset of tar files.
10450
10451 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10452
10453         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10454
10455 2005-06-04  Lute Kamstra  <lute@gnu.org>
10456
10457         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10458         information is never recorded.
10459
10460 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10461
10462         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10463
10464 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * pop3.el (pop3-apop): Run md5 in the binary mode.
10467
10468         * starttls.el (starttls-set-process-query-on-exit-flag):
10469         Use eval-and-compile.
10470
10471 2005-05-31  Simon Josefsson  <jas@extundo.com>
10472
10473         * smime.el (smime-replace-in-string): Define.
10474         (smime-cert-by-ldap-1): Use it.
10475
10476 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * gnus-art.el (article-display-x-face): Replace
10479         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10480
10481         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10482         set-process-query-on-exit-flag or process-kill-without-query.
10483
10484         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10485         loop instead of replace-regexp.
10486
10487         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10488         instead of process-kill-without-query if it is available.
10489
10490         * lpath.el: Fbind ldap-search-entries.
10491
10492         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10493         instead of find-file-hooks if it is available.
10494
10495         * mml1991.el: Bind pgg-default-user-id when compiling.
10496
10497         * mml2015.el: Bind pgg-default-user-id when compiling.
10498
10499         * nndraft.el (nndraft-request-associate-buffer):
10500         Use write-contents-functions instead of write-contents-hooks if it is
10501         available.
10502
10503         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10504         instead of find-file-hooks if it is available.
10505
10506         * nntp.el (nntp-open-connection): Replace
10507         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10508         (nntp-open-ssl-stream): Ditto.
10509         (nntp-open-tls-stream): Ditto.
10510
10511         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10512         set-process-query-on-exit-flag or process-kill-without-query.
10513         (starttls-open-stream-gnutls): Use it instead of
10514         process-kill-without-query.
10515         (starttls-open-stream): Ditto.
10516
10517 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10518
10519         * smime.el (smime-cert-by-ldap-1): Don't use
10520         replace-regexp-in-string.
10521
10522 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10523
10524         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10525
10526         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10527         in PEM format.  Adjust to the XEmacs compability.
10528
10529 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10530
10531         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10532         by `string-to-number'.
10533         * gnus-agent.el (gnus-agent-regenerate-group)
10534         (gnus-agent-fetch-articles): Ditto.
10535         * gnus-art.el (gnus-button-fetch-group): Ditto.
10536         * gnus-cache.el (gnus-cache-generate-active)
10537         (gnus-cache-articles-in-group): Ditto.
10538         * gnus-group.el (gnus-group-set-current-level)
10539         (gnus-group-insert-group-line): Ditto.
10540         * gnus-score.el (gnus-score-set-expunge-below)
10541         (gnus-score-set-mark-below, gnus-summary-score-effect)
10542         (gnus-summary-score-entry): Ditto.
10543         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10544         (gnus-soup-pack): Ditto.
10545         * gnus-spec.el (gnus-xmas-format): Ditto.
10546         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10547         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10548         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10549         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10550         * nndb.el (nndb-get-remote-expire-response): Ditto.
10551         * nndiary.el (nndiary-parse-schedule-value)
10552         (nndiary-string-to-number, nndiary-request-replace-article)
10553         (nndiary-request-article): Ditto.
10554         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10555         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10556         * nneething.el (nneething-make-head): Ditto.
10557         * nnfolder.el (nnfolder-request-article)
10558         (nnfolder-retrieve-headers): Ditto.
10559         * nnheader.el (nnheader-file-to-number): Ditto.
10560         * nnkiboze.el (nnkiboze-request-article): Ditto.
10561         * nnmail.el (nnmail-process-unix-mail-format)
10562         (nnmail-process-babyl-mail-format): Ditto.
10563         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10564         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10565         (nnmh-request-create-group, nnmh-request-list-1)
10566         (nnmh-request-group, nnmh-request-article): Ditto.
10567         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10568         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10569         * nnsoup.el (nnsoup-make-active): Ditto.
10570         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10571         * nntp.el (nntp-find-group-and-number)
10572         (nntp-retrieve-headers-with-xover): Ditto.
10573         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10574         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10575         (pgg-format-key-identifier): Ditto.
10576         * pop3.el (pop3-last, pop3-stat): Ditto.
10577         * qp.el (quoted-printable-decode-region): Ditto.
10578
10579         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10580         of concat.
10581
10582 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10585
10586         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10587
10588         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10589
10590         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10591
10592         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10593
10594         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10595
10596         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10597         (gnus-carpal-mode): Ditto.
10598
10599         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10600         (gnus-browse-mode): Ditto.
10601
10602         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10603
10604         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10605
10606 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10607
10608         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10609
10610 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * gnus-util.el (gnus-run-mode-hooks): New function.
10613
10614         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10615
10616         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10617         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10618
10619 2005-05-27  Lute Kamstra  <lute@gnu.org>
10620
10621         * dns-mode.el (dns-mode): Specify customization group.
10622
10623 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10624
10625         * gnus-agent.el (gnus-agent-make-mode-line-string):
10626         Use mode-line-highlight as mouse-face.
10627
10628 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * canlock.el (canlock): Change the parent group to news.
10631
10632         * deuglify.el (gnus-outlook-deuglify): Add :group.
10633
10634         * dig.el (dig): Add :group.
10635
10636         * dns-mode.el (dns-mode): Add :group.
10637
10638         * encrypt.el (encrypt): Add :group.
10639
10640         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10641         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10642         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10643         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10644         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10645
10646         * gnus-diary.el (gnus-diary): Add :group.
10647
10648         * gnus.el (gnus-group-news-1-face): Add :group.
10649         (gnus-group-news-1-empty-face): Ditto.
10650         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10651         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10652         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10653         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10654         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10655         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10656         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10657         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10658         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10659         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10660         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10661         (gnus-summary-high-ticked-face): Ditto.
10662         (gnus-summary-low-ticked-face): Ditto.
10663         (gnus-summary-normal-ticked-face): Ditto.
10664         (gnus-summary-high-ancient-face): Ditto.
10665         (gnus-summary-low-ancient-face): Ditto.
10666         (gnus-summary-normal-ancient-face): Ditto.
10667         (gnus-summary-high-undownloaded-face): Ditto.
10668         (gnus-summary-low-undownloaded-face): Ditto.
10669         (gnus-summary-normal-undownloaded-face): Ditto.
10670         (gnus-summary-high-unread-face): Ditto.
10671         (gnus-summary-low-unread-face): Ditto.
10672         (gnus-summary-normal-unread-face): Ditto.
10673         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10674         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10675
10676         * hashcash.el (hashcash): New custom group.
10677         (hashcash-default-payment): Add :group.
10678         (hashcash-payment-alist): Ditto.
10679         (hashcash-default-accept-payment): Ditto.
10680         (hashcash-accept-resources): Ditto.
10681         (hashcash-path): Ditto.
10682         (hashcash-extra-generate-parameters): Ditto.
10683         (hashcash-double-spend-database): Ditto.
10684         (hashcash-in-news): Ditto.
10685
10686         * message.el (message-minibuffer-local-map): Add :group.
10687
10688         * netrc.el (netrc): Add :group.
10689
10690         * sieve-manage.el (sieve-manage-log): Add :group.
10691         (sieve-manage-default-user): Diito.
10692         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10693         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10694         (sieve-manage-authenticators): Ditto.
10695         (sieve-manage-authenticator-alist): Ditto.
10696         (sieve-manage-default-port): Ditto.
10697
10698         * sieve-mode.el (sieve-control-commands-face): Add :group.
10699         (sieve-action-commands-face): Ditto.
10700         (sieve-test-commands-face): Ditto.
10701         (sieve-tagged-arguments-face): Ditto.
10702
10703         * smime.el (smime): Add :group.
10704
10705         * spam-report.el (spam-report): Add :group.
10706
10707         * spam.el (spam, spam-face): Add :group.
10708
10709 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10712         return \n.\n.\n at the end of articles.  Protect against that.
10713         (nntp-with-open-group): Allow debugging.
10714
10715         * nnheader.el (mail-header-set-extra): Make into a function
10716         because I just could't understand how to quote the list properly.
10717
10718         * dns.el (query-dns-cached): New function.
10719
10720 2005-05-26  Lute Kamstra  <lute@gnu.org>
10721
10722         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10723
10724 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10727
10728         * gnus-art.el: Don't autoload mail-extract-address-components.
10729
10730         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10731         eval-and-compile to evaluate it.
10732
10733         * hashcash.el: Don't autoload executable-find.
10734
10735         * nndb.el: Don't declare the nndb back end two or more times; don't
10736         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10737
10738         * nntp.el: Autoload format-spec instead of format; use
10739         eval-and-compile to evaluate autoload forms.
10740
10741 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10742
10743         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10744
10745 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * gnus.el (gnus-version-number): Bump version.
10748
10749 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10750
10751         * gnus.el: No Gnus v0.3 is released.
10752
10753 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10754
10755         * lpath.el (featurep): Bind show-nonbreak-escape.
10756
10757 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * gnus-art.el (gnus-article-edit-part): Disable undo.
10760
10761 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10764         gnus-article-date-lapsed-new-header is t if date timer is active;
10765         skip headers in which the original date value is empty.
10766         (gnus-article-save-original-date): Redefine it as a macro.
10767         (gnus-display-mime): Use it.
10768
10769 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus-art.el (article-date-ut): Support converting date in
10772         forwarded parts as well.
10773         (gnus-article-save-original-date): New function.
10774         (gnus-display-mime): Use it.
10775
10776 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10777
10778         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10779         enclosure element of <item>.
10780
10781 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * message.el (message-kill-buffer-query): Renamed from
10784         `message-kill-buffer-query-if-modified'.  Added :version.
10785
10786 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10789         window layout.
10790
10791 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * mml.el: Autoload dnd when compiling.
10794
10795 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10798         x-dnd-*.
10799
10800 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * qp.el (quoted-printable-encode-region): Save excursion.
10803
10804 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10805
10806         * message.el (message-kill-buffer-query-if-modified): Add new variable
10807         so the user can kill a modified message buffer quickly.
10808         (message-kill-buffer): Use it.
10809
10810 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * lpath.el: Fbind display-time-event-handler; don't fbind
10813         string-to-multibyte.
10814
10815         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10816
10817 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10820         contained in text because xml.el decodes entities) with LFs.
10821
10822 2005-04-11  Lute Kamstra  <lute@gnu.org>
10823
10824         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10825         differently.
10826
10827 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10828
10829         * mm-util.el (mm-detect-coding-region): Typo.
10830
10831 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10834
10835 2005-04-06  Deepak Goel  <deego@gnufans.org>
10836
10837         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10838         user-function allow user modifications of the scores.
10839         (spam-stat-score-buffer-user): New function, to allow
10840         user-computed modifications to the score.
10841         (spam-stat-score-buffer-user-functions): List of additional
10842         scoring functions.
10843         (spam-stat-error-holder): Global temporary error holder.
10844         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10845         variable.
10846
10847 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10848
10849         * gnus-registry.el (gnus-registry-clean-empty-function)
10850         (gnus-registry-trim, gnus-registry-fetch-groups)
10851         (gnus-registry-delete-group): Groups that match
10852         `gnus-registry-ignored-groups' are removed from the registry
10853         entries, not just ignored for splitting.  This helps clean up the
10854         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10855         to get all the groups a message ID is in.
10856
10857         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10858         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10859         (spam-stat-score-buffer-user-functions): Add :number custom type.
10860
10861 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10864         argument in XEmacs.
10865
10866         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10867         (nnrss-request-group): Decode group name first.
10868         (nnrss-request-article): Make a text/plain article if mml-to-mime
10869         failed.
10870         (nnrss-get-encoding): Return a compatible encoding according to
10871         nnrss-compatible-encoding-alist.
10872         (nnrss-find-el): Use consp instead of listp.
10873         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10874
10875 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10878         which Emacs 20 doesn't support.
10879         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10880
10881 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10882
10883         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10884         silence the byte compiler inside the defun.
10885
10886         * gnus-demon.el (parse-time-string): Add autoload.
10887
10888         * gnus-delay.el (parse-time-string): Add autoload.
10889
10890         * gnus-art.el (parse-time-string): Add autoload.
10891
10892         * nnultimate.el (parse-time): Require for `parse-time-string'.
10893
10894 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10897
10898         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10899
10900         * smime.el (smime-ldap-host-list): Add :version.
10901
10902 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10905         pass it to `gnus-browse-read-group'.
10906         (gnus-browse-read-group): Add NUMBER argument and pass it to
10907         `gnus-group-read-ephemeral-group'.
10908
10909         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10910         argument and pass it to `gnus-group-read-group'.
10911
10912 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10913
10914         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10915         mm-xemacs-find-mime-charset-1 if we have the mule feature
10916         available at runtime.
10917
10918 2005-03-25  Werner Lemberg  <wl@gnu.org>
10919
10920         * nnmaildir.el: Replace `illegal' with `invalid'.
10921
10922 2005-03-23  Lute Kamstra  <lute@gnu.org>
10923
10924         * time-date.el: Add comment on time value formats.
10925         Don't require parse-time.
10926         (with-decoded-time-value): New macro.
10927         (encode-time-value): New function.
10928         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10929         (days-to-time): Return a valid time value when arg is huge.
10930         (time-since): Use time-subtract.
10931         (time-to-number-of-days): Use time-to-seconds.
10932
10933 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10934
10935         * gnus-start.el (gnus-display-time-event-handler):
10936         Check display-time-timer at runtime rather than only at load time
10937         in case display-time-mode is turned off in the mean time.
10938
10939 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10942         used.
10943
10944         * nneething.el (nneething-map-file-directory): Derive from
10945         `gnus-directory'.
10946
10947         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10948         the To/Cc button.
10949
10950 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10951
10952         * nnmaildir.el (nnmaildir-request-accept-article):
10953         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10954
10955 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10956
10957         * gnus-async.el: Require timer-funcs at compile time when in
10958         XEmacs for `run-with-idle-timer'.
10959
10960 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10961
10962         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10963         autoloaded function.
10964
10965 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10966
10967         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10968
10969 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10970
10971         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10972
10973 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10974
10975         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10976         gnus-expert-user to default.
10977
10978 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10979
10980         * nnimap.el (nnimap-open-server): Ditto.
10981
10982         * imap.el (imap-authenticate): Fix typo.
10983
10984 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10985
10986         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10987         buffer (since IMAP server might return FETCH response out of
10988         order, and the nntp buffer must be sorted).
10989
10990 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10991
10992         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10993         comparison on string.
10994
10995         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10996         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10997         (gnus-agent-summary-fetch-series): Modified to protect against
10998         gnus-agent-summary-fetch-group clearing processable flags.
10999         (gnus-agent-synchronize-group-flags): Update live group buffer as
11000         synchronization may occur due to the user toggle the plugged
11001         status.
11002         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11003         successfully downloaded.
11004         (gnus-agent-expire-group-1): Avoid using markers when the overview
11005         is in ascending order; greatly improves performance.
11006         (gnus-agent-regenerate-group): Use
11007         gnus-agent-synchronize-group-flags to reset read status in both
11008         gnus and server.
11009         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11010
11011 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11012
11013         * message.el: Don't autoload former message-utils variables.
11014         (message-strip-subject-trailing-was): Change doc string.
11015
11016         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11017         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11018         (nnweb-google-search): Add "hl=en" here.
11019         (nnweb-google-parse-1, nnweb-google-create-mapping):
11020         Don't hardcode URL.
11021
11022 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * message.el (message-get-reply-headers, message-followup):
11025         Mention related variables `message-use-followup-to' and
11026         `message-use-mail-followup-to', in the information buffer.
11027
11028         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11029         of broken groups(-beta).google.com.
11030
11031 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11032
11033         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11034         parameter to invoked gnus-request-move-article; remove the
11035         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11036         all at once instead of once per article.
11037         (gnus-summary-remove-process-mark): Accept a list of articles as
11038         well as a single article for processing.
11039
11040         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11041         parameter.
11042
11043         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11044
11045         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11046
11047         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11048         parameter.
11049
11050         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11051         parameter.
11052
11053         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11054         parameter and remove the gnus-sum-hint-move-is-internal variable.
11055
11056         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11057         parameter.
11058
11059         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11060         parameter.
11061
11062         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11063         parameter.
11064
11065         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11066
11067         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11068         parameter.
11069
11070         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11071         parameter.
11072
11073 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11074
11075         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11076         a more conservative way.
11077
11078 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11079
11080         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11081         buffer, so it moves the window's cursor.
11082
11083 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11084
11085         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11086         `mm-dissect-multipart' and receive the from field as an (optional)
11087         argument from `mm-dissect-multipart'.
11088         (mm-dissect-multipart): Receive the from field as an argument and
11089         pass it on when we call `mm-dissect-buffer' on MIME parts.
11090         Fixes verification/decryption of signed/encrypted MIME parts.
11091
11092 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11093
11094         * gnus-sum.el (gnus-summary-move-article): Set
11095         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11096         whatever it calls (right now, only nnimap-request-move article
11097         respects it).
11098
11099         * nnimap.el (nnimap-request-move-article): When
11100         gnus-sum-hint-move-is-internal is set, don't do the extra
11101         nnimap-request-article.
11102
11103 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11106
11107         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11108         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11109
11110         * gnus-sum.el (gnus-summary-caesar-message):
11111         Apply `gnus-treat-article' after rotation.
11112
11113         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11114         doc string.
11115
11116 2005-02-22  Simon Josefsson  <jas@extundo.com>
11117
11118         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11119         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11120         <arne@arnested.dk>.
11121         (encrypt): Add password-cache and password-cache-expiry as group
11122         members.
11123
11124 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11125
11126         * smime.el (smime-ldap-host-list): Doc fix.
11127         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11128         cache) password.
11129         (smime-sign-region): Use it.
11130         (smime-decrypt-region): Use it.
11131         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11132         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11133         fails.
11134         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11135         certificate from DER to PEM format rather than calling openssl.
11136
11137         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11138
11139         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11140         for signing/encryption.
11141
11142         * mml.el (mml-parse-1): Use them.
11143
11144 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11145
11146         * nnrss.el (nnrss-verbose): Removed.
11147         (nnrss-request-group): Use `nnheader-message' instead.
11148
11149 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11150
11151         * nnrss.el (nnrss-verbose): New variable.
11152         (nnrss-request-group): Make it say nnrss is requesting a group.
11153
11154 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11155
11156         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11157         Handle news URL with given port correctly.
11158
11159 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11162         containing special characters.
11163
11164         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11165
11166         * mml.el (mime-to-mml): Ditto.
11167
11168         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11169         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11170         (rfc2047-decode-region): Quote decoded words containing special
11171         characters when rfc2047-quote-decoded-words-containing-tspecials
11172         is non-nil.
11173
11174 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11175
11176         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11177
11178         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11179
11180 2005-02-15  Simon Josefsson  <jas@extundo.com>
11181
11182         * nnimap.el (nnimap-debug): Doc fix.
11183
11184         * imap.el (imap-debug): Doc fix.
11185
11186 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11189
11190 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11191
11192         * gnus.el (spam-contents): Improve docs for spam-contents
11193         parameter in its variable incarnation.
11194
11195 2005-02-14  Simon Josefsson  <jas@extundo.com>
11196
11197         * smime-ldap.el: Use require instead of load-library for ldap.
11198         (smime-ldap-search): Indent.
11199         (smime-ldap-search-internal): Shorten line.
11200
11201         * smime.el (smime-cert-by-dns): Add doc-string.
11202         (smime-cert-by-ldap-1): Indent.
11203
11204         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11205         mml-smime-get-dns-ldap.
11206         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11207
11208 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11209
11210         * smime.el: Require smime-ldap.
11211         (smime-ldap-host-list): New variable.
11212         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11213
11214         * mml-smime.el (mml-smime-encrypt-query): New function.
11215         (mml-smime-encrypt-query): Use it.
11216
11217         * smime-ldap.el: New file.
11218
11219 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11222
11223 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11226         argument in doc string.  Make query for type more clear.
11227
11228 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * gnus.el (gnus-group-startup-message): Search for gnus images in
11231         etc/images/gnus.
11232         * mm-util.el (mm-image-load-path): Likewise.
11233         * smiley.el (smiley-data-directory): Search for smilies in
11234         etc/images/smilies.
11235
11236 2005-02-09  Kim F. Storm  <storm@cua.dk>
11237
11238         Change Emacs release version from 21.4 to 22.1 throughout.
11239         Change Emacs development version from 21.3.50 to 22.0.50.
11240
11241 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11244
11245         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11246         non-Mule XEmacs as well.
11247         (mm-decompress-buffer): Signal an error intentionally if it does
11248         not decompress compressed data because auto-compression-mode is
11249         disabled.
11250
11251 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11252
11253         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11254         an ID in the registry even if it has no groups.
11255
11256 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11259         merge it into mm-decompress-buffer.
11260         (gnus-mime-copy-part): Use the MIME part charset, the value which
11261         a user specified or gnus-newsgroup-charset for decoding, like
11262         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11263         save-buffer what was used.  Suggested by Kevin Ryde
11264         <user42@zip.com.au>.
11265         (gnus-mime-inline-part): Allow the name parameter as well as the
11266         filename parameter; force decompressing of compressed data; always
11267         display contents being not decoded as unibyte.
11268
11269         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11270         as well as the filename parameter.
11271
11272         * mm-util.el (mm-decompress-buffer): Merge
11273         gnus-mime-jka-compr-maybe-uncompress.
11274         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11275         of compressed data.
11276
11277 2005-02-08  Simon Josefsson  <jas@extundo.com>
11278
11279         * imap.el (imap-log): Doc fix.
11280
11281 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11284         the coding cookies; decompress compressed parts.
11285
11286         * mml.el (mml-generate-mime-1): Add the charset parameter according
11287         to the value which a user specified manually or the coding cookie.
11288
11289         * mm-util.el (mm-string-to-multibyte): New function.
11290         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11291         (mm-coding-system-to-mime-charset): New function.
11292         (mm-decompress-buffer): New function.
11293         (mm-find-buffer-file-coding-system): New function.
11294
11295         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11296         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11297         parts.
11298
11299 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11300
11301         * mm-view.el (mm-display-inline-fontify): Decode a part according
11302         to the charset parameter.
11303
11304 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11307         prefix arg is neither nil nor a number, as info specifies.
11308
11309 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11310
11311         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11312         timestamps.
11313
11314 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11315
11316         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11317         groups error checking and notify user.
11318
11319 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11320
11321         * message.el (message-send-mail-function): Check existence of
11322         sendmail-program first before using default value
11323         `message-send-mail-with-sendmail'.  Otherwise use more generic
11324         `smtpmail-send-it'.
11325
11326 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * nntp.el (nntp-request-update-info): Always return nil.
11329
11330 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11331
11332         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11333
11334 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11335
11336         * message.el (message-beginning-of-line): Change the behavior when
11337         invoked between BOL and : so that it first moves backward.
11338
11339 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11340
11341         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11342         article buffer when editing of the article is discarded.
11343         (gnus-article-prepare): Revert.
11344
11345 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * gnus-art.el (gnus-article-prepare):
11348         Remove message-strip-forbidden-properties from the local hook.
11349
11350 2005-01-27  Simon Josefsson  <jas@extundo.com>
11351
11352         * password.el (password-cache-add): Only start one timer per key.
11353         Reported by Derek Atkins <warlord@MIT.EDU>.
11354
11355 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11356
11357         * run-at-time.el: Removed.  It is no longer needed as
11358         timer-funcs.el in the xemacs-base package has a working version of
11359         `run-at-time'.
11360
11361         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11362
11363         * password.el: Require timer-funcs instead of run-at-time in
11364         XEmacs.
11365         Remove `password-run-at-time' macro.
11366         (password-cache-add): Use `run-at-time' instead of
11367         `password-run-at-time'.
11368
11369         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11370         Remove `nnheader-cancel-function-timers' alias,
11371         `cancel-function-timers' exists in XEmacs in timer-funcs.
11372
11373         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11374         for `run-with-idle-timer'.
11375
11376         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11377         for `run-at-time'.
11378
11379         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11380         for `with-timeout'.
11381
11382         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11383         the same as for XEmacs 21.4.
11384         No need to ignore `run-with-idle-timer', this function exists in
11385         XEmacs now in timer-funcs.el in the xemacs-base package.
11386         (dgnushack-compile): No need to delete
11387         run-at-time.el from the list of files to compile because it
11388         doesn't exist anymore.
11389
11390 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11393         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11394
11395 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11396
11397         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11398         sensitively.
11399
11400 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11401
11402         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11403
11404 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11407         which will be inserted according to the multibyteness of a buffer
11408         rather than the type of contents.  Suggested by ARISAWA Akihiro
11409         <ari@mbf.ocn.ne.jp>.
11410
11411         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11412         of string which old xml.el may return rather than a string.
11413
11414 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11417
11418 2005-01-16  Simon Josefsson  <jas@extundo.com>
11419
11420         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11421         idn/idna.el isn't available.
11422         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11423         <michael@waxrat.com>.
11424
11425         * hashcash.el: Remove non-FSF copyright header.
11426
11427         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11428         (hashcash-generate-payment): Use it.
11429         (hashcash-generate-payment-async): Use it.
11430
11431 2005-01-15  Simon Josefsson  <jas@extundo.com>
11432
11433         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11434         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11435
11436         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11437         gnus-summary-idna-message.
11438         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11439         (gnus-summary-idna-message): New function.
11440
11441 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11442
11443         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11444         gnus-novice-user.
11445
11446 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * nnrss.el (nnrss-request-delete-group): Delete entries in
11449         nnrss-group-alist as well.
11450         (nnrss-save-server-data): Insert newline.
11451
11452 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * gnus.el (gnus-user-agent): Use list of symbols instead of
11455         symbols.  Display full version number for (S)XEmacs.  Optionally
11456         display (S)XEmacs codename.
11457
11458         * gnus-util.el (gnus-emacs-version): Update for new
11459         `gnus-user-agent'.
11460
11461         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11462         Gnus version.
11463
11464 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11465
11466         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11467         which is unreadable in some setups.
11468
11469 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * gnus-spec.el (gnus-update-format-specifications): Flush the
11472         group format spec cache if it doesn't support decoded group names.
11473
11474 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11477         Allow to apply decay on score files matching a regexp.
11478
11479 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11482         compatibility in %g and %c.
11483
11484 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11487         name for only %g and %c.
11488         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11489         of gnus-tmp-group to decoded group name.
11490         (gnus-group-make-rss-group): Exclude `/'s from group names.
11491
11492 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * nnrss.el (nnrss-get-encoding): Fix regexp.
11495
11496 2004-12-27  Simon Josefsson  <jas@extundo.com>
11497
11498         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11499         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11500         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11501
11502 2004-12-17  Kim F. Storm  <storm@cua.dk>
11503
11504         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11505
11506         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11507
11508 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11509
11510         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11511
11512 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * nnrss.el: Require rfc2047 and mml.
11515         (nnrss-file-coding-system): New variable.
11516         (nnrss-format-string): Redefine it as an inline function.
11517         (nnrss-decode-group-name): New function.
11518         (nnrss-string-as-multibyte): Remove.
11519         (nnrss-retrieve-headers): Decode group name; don't use
11520         nnrss-format-string.
11521         (nnrss-request-group): Decode group name.
11522         (nnrss-request-article): Decode group name; allow a Message-ID as
11523         well as an article number; don't use nnrss-format-string; encode a
11524         Message-ID string which may contain non-ASCII characters; use
11525         mml-to-mime to compose a MIME article.
11526         (nnrss-request-expire-articles): Decode group name.
11527         (nnrss-request-delete-group): Decode group name.
11528         (nnrss-fetch): Clarify error message.
11529         (nnrss-read-server-data): Use insert-file-contents instead of load;
11530         bind file-name-coding-system; use multibyte buffer.
11531         (nnrss-save-server-data): Bind coding-system-for-write to the
11532         value of nnrss-file-coding-system; bind file-name-coding-system;
11533         add coding cookie.
11534         (nnrss-read-group-data): Use insert-file-contents instead of load;
11535         bind file-name-coding-system; use multibyte buffer.
11536         (nnrss-save-group-data): Bind coding-system-for-write to the
11537         value of nnrss-file-coding-system; bind file-name-coding-system.
11538         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11539         make it work with non-ASCII text.
11540         (nnrss-find-el): Make it work with old xml.el as well.
11541
11542 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11543
11544         * nnrss.el (nnrss-get-encoding): New function.
11545         (nnrss-fetch): Use unibyte buffer initially; bind
11546         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11547         decode contents according to the encoding attribute.
11548         (nnrss-save-group-data): Add coding cookie.
11549         (nnrss-mime-encode-string): New function.
11550         (nnrss-check-group): Use it to encode subject and author.
11551
11552 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11553
11554         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11555         imaginary variable.
11556
11557 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11560         correctly even if there are wide characters.
11561
11562 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11563
11564         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11565         downcased symbol names; make a new cache instead of reusing
11566         bbdb-hashtable.
11567
11568 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11571         concatenating segments rather than before concatenating them.
11572         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11573
11574         * message.el (message-get-reply-headers): Bind `extra'.
11575
11576 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11577
11578         * message.el (message-extra-wide-headers): New variable.
11579         (message-get-reply-headers): Use it.
11580
11581 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11584         (gnus-agent-group-pathname): Ditto.
11585
11586         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11587
11588         * gnus-group.el (gnus-group-make-group): Decode group name.
11589         (gnus-group-make-rss-group): Register the group data after opening
11590         the nnrss group.
11591
11592 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11593
11594         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11595         by expiry now get marked as read.
11596
11597 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11600
11601 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11602
11603         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11604         unify Latin characters in XEmacs.
11605         (mm-find-mime-charset-region): Use it.
11606
11607 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * gnus-util.el (gnus-delete-directory): New function.
11610
11611         * gnus-agent.el (gnus-agent-delete-group): Use it.
11612
11613         * gnus-cache.el (gnus-cache-delete-group): Use it.
11614
11615 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11618         names.
11619
11620 2004-12-16  Simon Josefsson  <jas@extundo.com>
11621
11622         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11623
11624 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11627
11628         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11629         (gnus-group-set-current-level): Decode group name.
11630
11631 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11632
11633         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11634         failed.
11635
11636 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * gnus-group.el (gnus-group-delete-group): Decode group name.
11639         (gnus-group-make-rss-group): Encode group name.
11640         (gnus-group-catchup-current): Decode group name.
11641         (gnus-group-kill-group): Decode group name.
11642
11643 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11644
11645         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11646
11647 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * gnus-group.el (gnus-group-make-rss-group):
11650         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11651
11652         * gnus-start.el (gnus-setup-news): Honor user's setting to
11653         gnus-message-archive-method.  Suggested by Lute Kamstra
11654         <lute@gnu.org>.
11655
11656 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11657
11658         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11659         global counterparts of the buffer-local variables.
11660
11661 2004-11-16  Romain Francoise  <romain@orebokech.com>
11662
11663         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11664         counterparts of the buffer-local variables.
11665
11666 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * message.el (message-forbidden-properties): Fixed typo in doc
11669         string.
11670
11671 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * gnus-util.el (gnus-replace-in-string): Added doc string.
11674
11675         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11676         to avoid problems when splitting mails with many recipients.
11677
11678 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11679
11680         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11681         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11682
11683 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11684
11685         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11686         if there is no hashtable in memory or file modification time is
11687         newer than cached timestamp.
11688
11689 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11690
11691         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11692         not-matching option.
11693
11694 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11697         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11698         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11699         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11700         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11701         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11702
11703 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11704
11705         * message.el (message-forward-make-body-mml): Remove headers
11706         according to message-forward-ignored-headers if a message is decoded.
11707
11708 2004-12-02  Romain Francoise  <romain@orebokech.com>
11709
11710         * message.el (message-forward-make-body-plain): Always remove
11711         headers according to message-forward-ignored-headers.
11712
11713 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11714
11715         * spam.el (spam-summary-prepare-exit): Remove the
11716         gnus-summary-limit pop for now, it has problems with ham marks for
11717         me.
11718
11719 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11720
11721         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11722         correctly.
11723
11724 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11725
11726         * format-spec.el (format-spec): Message the char.
11727
11728 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11729
11730         * gnus-art.el (gnus-split-methods): Reformat comments.
11731
11732         * spam.el (spam-summary-prepare-exit): Remove article limits
11733         before exiting the summary buffer.
11734
11735 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11738         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11739
11740         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11741         order to silence the byte compiler.
11742
11743         * spam.el: Fix the way to silence the byte compiler, which
11744         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11745         bbdb-search-simple, spam-BBDB-register-routine,
11746         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11747         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11748         spam-stat-buffer-is-spam, spam-stat-load,
11749         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11750         spam-stat-save and spam-stat-split-fancy.
11751
11752 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11753
11754         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11755         which may confuse users.
11756         (canlock-password-for-verify): Ditto.
11757
11758         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11759
11760         * gnus-art.el (gnus-emphasis-alist): Ditto.
11761
11762         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11763
11764         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11765
11766         * gnus-start.el (gnus-save-killed-list): Ditto.
11767
11768         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11769         (gnus-sum-thread-tree-root): Ditto.
11770         (gnus-sum-thread-tree-false-root): Ditto.
11771         (gnus-sum-thread-tree-single-indent): Ditto.
11772
11773         * message.el (message-courtesy-message): Ditto.
11774         (message-archive-note): Ditto.
11775         (message-subscribed-address-file): Ditto.
11776         (message-user-fqdn): Ditto.
11777
11778         * spam-report.el (spam-report-gmane-regex): Ditto.
11779
11780         * spam.el (spam-blackhole-good-server-regex): Ditto.
11781
11782 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * mml.el (mml-preview): Widen the message buffer before copying
11785         the contents to the preview buffer; sort headers before previewing.
11786
11787         * message.el (message-hidden-headers): Fix the way to avoid a bug
11788         in the `repeat' widget in Emacs 21.3 or earlier.
11789
11790 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * message.el (message-hidden-headers): Default to "^References:".
11793         Improve customization type.  Suggested by Reiner Steib
11794         <Reiner.Steib@gmx.de>.
11795
11796 2004-11-25  Romain Francoise  <romain@orebokech.com>
11797
11798         * message.el (message-strip-forbidden-properties): Remove check for
11799         obsolete `message-hidden' text property, hidden headers are not
11800         accessible in the buffer anymore.
11801
11802 2004-11-22  Romain Francoise  <romain@orebokech.com>
11803
11804         * message.el (message-header-format-alist): Add `From' in list
11805         so that it can be sorted.
11806         (message-fix-before-sending): Widen and sort headers before
11807         sending.
11808         (message-hide-headers): Use narrowing to hide headers by moving
11809         them to the top of the buffer and narrowing to the region
11810         underneath.
11811
11812 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813
11814         * message.el (message-strip-forbidden-properties): Bind
11815         buffer-read-only (etc) to nil.
11816
11817 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11820         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11821
11822 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11823
11824         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11825
11826 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11827
11828         * dns.el (query-dns): Use sit-for to time instead of
11829         accept-process-output, since that doesn't seem to work on udp
11830         sockets.
11831
11832 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11835
11836 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11837
11838         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11839         doc string.  Improve doc string.
11840
11841 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * nntp.el (nntp-request-update-info): Return nil if
11844         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11845         may not call gnus-activate-group which uselessly issues the GROUP
11846         commands for all nntp groups and wastes time.  Reported by Romain
11847         Francoise <romain@orebokech.com>.
11848
11849         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11850
11851 2004-11-15  Simon Josefsson  <jas@extundo.com>
11852
11853         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11854         headers separately.
11855         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11856         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11857
11858 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * gnus-start.el (gnus-convert-old-newsrc):
11861         Assign legacy-gnus-agent to 5.10.7.
11862
11863 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11864
11865         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11866         start of the lines.
11867
11868 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11869
11870         * hashcash.el (hashcash-default-payment): Change default to 20.
11871         (hashcash-default-accept-payment): Change default to 20.
11872         (hashcash-process-alist): New variable.
11873         (hashcash-generate-payment-async): Add.
11874         (hashcash-already-paid-p): Add.
11875         (hashcash-insert-payment): Don't generate payments twice.
11876         (hashcash-insert-payment-async): Add.
11877         (hashcash-insert-payment-async-2): Add.
11878         (hashcash-cancel-async): Add.
11879         (hashcash-wait-async): Add.
11880         (hashcash-processes-running-p): Add.
11881         (hashcash-wait-or-cancel): Add.
11882         (mail-add-payment): New optional argument.  Conditionally start
11883         asynchronous calculation.
11884         (mail-add-payment-async): Add.
11885
11886         * message.el (message-send-mail): Wait for asynchronous hashcash
11887         results.  Don't clobber existing X-Hashcash headers.
11888         (message-setup-1): Call mail-add-payment-async when
11889         message-generate-hashcash is non-nil.
11890
11891 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11892
11893         * message.el (message-use-alternative-email-as-from): Examine the
11894         From header as well; use message-make-from in order to include a
11895         user's full name.
11896
11897 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11900         default; improve customization type.
11901         (gnus-emphasis-custom-with-format): New macro.
11902         (gnus-emphasis-custom-value-to-external): New function.
11903         (gnus-emphasis-custom-value-to-internal): New function.
11904
11905 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11906
11907         * dns.el (query-dns): Resolve reverse addresses.
11908
11909 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11910
11911         * gnus-group.el (gnus-group-get-new-news): Use it.
11912
11913         * gnus-start.el (gnus-check-reasonable-setup): New function.
11914
11915 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11918         "Args out of range" error.  Reported by Arnaud Giersch
11919         <arnaud.giersch@free.fr>.
11920
11921 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11922
11923         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11924
11925 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11926
11927         * spam.el (spam group): Add :version.
11928
11929         * pgg-def.el (pgg group): Add :version.
11930
11931 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gnus-art.el (gnus-article-edit-article): Don't associate the
11934         article buffer with a draft file.  This is a temporary measure
11935         against the 2004-08-22 change to gnus-article-edit-mode.
11936
11937 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11940         (html2text-format-tags): Remove unused variable `attr'.
11941
11942 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11943
11944         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11945
11946         * tls.el (tls-process-connection-type, tls-success)
11947         (tls-certtool-program): Add :version.
11948
11949         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11950         (starttls-extra-arguments, starttls-process-connection-type)
11951         (starttls-connect, starttls-failure, starttls-success): Add :version.
11952
11953         * spam-stat.el (spam-stat): Add :version.
11954
11955         * sieve.el (sieve): Add :version.
11956
11957         * sha1.el (sha1): Add :version.
11958         (sha1-use-external): Remove redundant version.
11959
11960         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11961         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11962         (nnmail-split-fancy-match-partial-words)
11963         (nnmail-split-lowercase-expanded): Add :version.
11964
11965         * nndiary.el (nndiary): Add :version.
11966
11967         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11968
11969         * mml-sec.el (mml-default-sign-method)
11970         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11971         Add :version.
11972
11973         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11974
11975         * mm-url.el (mm-url-use-external, mm-url-program)
11976         (mm-url-arguments): Add :version.
11977
11978         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11979         (mm-attachment-file-modes, mm-decrypt-option)
11980         (mm-w3m-safe-url-regexp): Add :version.
11981
11982         * message.el (message-cite-prefix-regexp)
11983         (message-sendmail-envelope-from, message-minibuffer-local-map)
11984         (message-user-fqdn, message-completion-alist): Add :version.
11985
11986         * gnus-win.el (gnus-configure-windows-hook)
11987         (gnus-use-frames-on-any-display): Add :version.
11988
11989         * gnus-art.el (gnus-article-address-banner-alist)
11990         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11991         (gnus-treat-from-picon, gnus-treat-mail-picon)
11992         (gnus-treat-x-pgp-sig): Add :version.
11993
11994         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11995         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11996         (gnus-summary-article-delete-hook)
11997         (gnus-summary-display-while-building): Add :version.
11998
11999         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12000         (gnus-get-top-new-news-hook): Add :version.
12001
12002         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12003         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12004
12005         * gnus-registry.el (gnus-registry): Add :version.
12006
12007         * gnus-spec.el (gnus-use-correct-string-widths)
12008         (gnus-make-format-preserve-properties): Add :version.
12009
12010         * gnus.el (gnus-group-charter-alist)
12011         (gnus-group-fetch-control-use-browse-url)
12012         (gnus-install-group-spam-parameters): Add :version.
12013
12014         * gnus-diary.el (gnus-diary): Add :version.
12015
12016         * gnus-delay.el (gnus-delay): Add :version.
12017
12018         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12019         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12020         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12021         Add :version.
12022
12023         * gnus-agent.el (gnus-agent-max-fetch-size)
12024         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12025         (gnus-agent-prompt-send-queue): Add :version.
12026
12027         * deuglify.el (gnus-outlook-deuglify): Add :version.
12028
12029         * html2text.el: Beautify code.  Improve doc strings.  Some
12030         checkdoc cleanup.
12031         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12032
12033 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12034
12035         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12036
12037 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12038
12039         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12040         when package is loaded.
12041
12042         * spam.el (spam-summary-score-preferred-header): Add global preference
12043         for people who want to override the default SpamAssassin over
12044         Bogofilter preference (when both are set).
12045         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12046         (spam-user-format-function-S): Check
12047         spam-summary-score-preferred-header.
12048         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12049         (spam-user-format-function-S): Format the score correctly.
12050
12051 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12054         signature file.  Suggested by Manoj Srivastava
12055         <srivasta@golden-gryphon.com>.
12056
12057         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12058         iso-2022-jp even in the Japanese language environment.
12059         Suggested by Jason Rumney <jasonr@gnu.org>.
12060
12061 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12064         use the same characters as the dummy marks; make it free from
12065         getting affected by the language environment.
12066         (gnus-summary-read-group-1): Update mark positions only when the
12067         format spec is updated.
12068
12069         * gnus-spec.el (gnus-update-format-specifications): Return a list
12070         of updated types.
12071
12072 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12075         of boundp to check if display-warning is available.
12076
12077 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12078
12079         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12080
12081 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * nnspool.el (nnspool-spool-directory): Use news-path if the
12084         news-directory variable is not bound.
12085
12086         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12087         function instead of display-warning if it is not available.
12088
12089 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12092         v5-10: Use `point-at-bol'.
12093
12094 2004-10-26  Simon Josefsson  <jas@extundo.com>
12095
12096         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12097         <chenggao@gmail.com>.
12098
12099 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12100
12101         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12102         instead.
12103
12104 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12105
12106         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12107         to remove a server from the nnimap-server-buffer-alist.
12108         (nnimap-open-connection, nnimap-close-server): Use it.
12109
12110         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12111
12112 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12115         running the major-mode function.
12116
12117 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12120         dummy marks in the right way.
12121
12122 2004-10-18  David Edmondson  <dme@dme.org>
12123
12124         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12125         excessively.
12126
12127 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12128
12129         * gnus-util.el (gnus-split-references): Accept a nil references
12130         string and go on blissfully.
12131
12132         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12133         cases where the references string is non-nil but has no references.
12134
12135         * encrypt.el: Add autoload tags.
12136
12137         * spam.el (spam-resolve-registrations-routine): Remove article
12138         from unregistration list too.  Reported by David Hanak
12139         <dhanak@isis.vanderbilt.edu>
12140
12141 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12144         nil.  Changed custom type.
12145
12146 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12149
12150         * gnus-sum.el (gnus-summary-move-article): Use it.
12151
12152 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12153
12154         * encrypt.el: Add autoload cookies.
12155
12156         * spam.el (spam-backend-article-list-property)
12157         (spam-backend-get-article-todo-list)
12158         (spam-backend-put-article-todo-list)
12159         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12160         Resolve registrations separately.
12161         (spam-register-routine): Format comments.
12162         (spam-unregister-routine, spam-register-routine): Always call with
12163         specific-articles, no default list.
12164         (spam-summary-prepare-exit): Use the spam-classifications function.
12165
12166         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12167         gnus-encrypt.el.
12168
12169         * encrypt.el: Copied from gnus-encrypt.el.
12170
12171         * gnus-encrypt.el: Commented that it's obsolete.
12172
12173 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12174
12175         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12176         (gnus-score-save): Use it.
12177
12178         * message.el (message-bury): Use `window-dedicated-p'.
12179
12180 2004-10-15  Simon Josefsson  <jas@extundo.com>
12181
12182         * pop3.el (top-level): Don't require nnheader.
12183         (pop3-read-timeout): Add.
12184         (pop3-accept-process-output): Add.
12185         (pop3-read-response, pop3-retr): Use it.
12186
12187 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12188
12189         * spam.el (spam-register-routine): Move comment.
12190         (spam-verify-bogofilter): Use 'unknown for the initial
12191         spam-bogofilter-valid state, not 'never.
12192
12193         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12194         for netrc-machine.
12195
12196         * nnimap.el (nnimap-open-connection): Use
12197         netrc-machine-user-or-password.
12198
12199 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12200
12201         * gnus-registry.el (gnus-registry-unload-hook):
12202         Set as a variable with add-hook.
12203
12204         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12205         of news-path.
12206
12207         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12208
12209         * spam.el: Delete duplicate `provide'.
12210         (spam-unload-hook): Set as a variable with add-hook.
12211
12212 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12215         in the doc string.
12216
12217         * message.el (message-ignored-news-headers)
12218         (message-ignored-supersedes-headers)
12219         (message-ignored-resent-headers)
12220         (message-forward-ignored-headers): Improve custom type.
12221
12222 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * message.el (message-tokenize-header): Fix 2004-09-06 change
12225         which used point-min in the wrong place.
12226
12227 2004-10-12  Simon Josefsson  <jas@extundo.com>
12228
12229         * tls.el (tls-certtool-program): New variable.
12230         (tls-certificate-information): New function, based on
12231         ssl-certificate-information.
12232
12233 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * compface.el: Move the version of ELisp-based uncompface program
12236         to the contrib directory because of the copyright problem.
12237
12238 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12239
12240         * message.el (message-kill-buffer): Raise the current frame.
12241
12242 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12243
12244         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12245
12246         * gnus.el (message-y-or-n-p): Autoload.
12247
12248         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12249         (pop3-password-required, pop3-authentication-scheme)
12250         (pop3-leave-mail-on-server): Made customizable.
12251         (pop3): New custom group.
12252         (pop3-retr): Remove `sleep-for' statements.
12253         Suggested by Dave Love <fx@gnu.org>.
12254
12255         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12256         Windows/DOS.
12257
12258         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12259         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12260         Dave Love <fx@gnu.org>.
12261
12262         * mml.el (mml-minibuffer-read-disposition): Require match.
12263         Suggested by Dave Love <fx@gnu.org>.
12264
12265 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12268         doc string.
12269
12270 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12273
12274 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12275
12276         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12277         instead of calling `mm-insert-inline', to decode text/* parts
12278         before displaying them.
12279
12280 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * mm-uu.el (mm-uu-text-plain-type): New variable.
12283         (mm-uu-pgp-signed-extract-1): Use it.
12284         (mm-uu-pgp-encrypted-extract-1): Use it.
12285         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12286         bind mm-uu-text-plain-type with that value.
12287         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12288         mm-uu-dissect.
12289
12290 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12291
12292         * gnus-group.el (gnus-update-group-mark-positions):
12293         * gnus-sum.el (gnus-update-summary-mark-positions):
12294         * message.el (message-check-news-body-syntax):
12295         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12296         of string-as-multibyte.
12297
12298 2004-10-05  Juri Linkov  <juri@jurta.org>
12299
12300         * gnus-group.el (gnus-update-group-mark-positions):
12301         * gnus-sum.el (gnus-update-summary-mark-positions):
12302         * message.el (message-check-news-body-syntax):
12303         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12304         8-bit unibyte values to a multibyte string for search functions.
12305
12306 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12309         (mm-uu-dissect-text-parts): New function.
12310
12311         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12312         dissect text parts.
12313
12314         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12315         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12316
12317         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12318
12319         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12320         gnus-current-topics instead of gnus-current-topic.
12321
12322 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12323
12324         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12325
12326 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12327
12328         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12329         where approriate.
12330
12331         * nnml.el (nnml-generate-active-info): do.
12332
12333         * nndiary.el (nndiary-generate-active-info): do.
12334
12335         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12336         (gnus-topic-move): do.
12337
12338         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12339         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12340
12341         * gnus-srvr.el (gnus-server-prepare)
12342         (gnus-server-open-all-servers): do.
12343
12344         * gnus-msg.el (gnus-summary-cancel-article)
12345         (gnus-summary-resend-message)
12346         (gnus-summary-mail-crosspost-complaint): do.
12347
12348         * gnus-move.el (gnus-change-server): do.
12349
12350         * gnus-group.el (gnus-group-unmark-all-groups)
12351         (gnus-group-set-current-level): do.
12352
12353 2004-10-04  Simon Josefsson  <jas@extundo.com>
12354
12355         * message.el (message-generate-hashcash): Doc fix.
12356
12357 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12358
12359         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12360         avoid infinite recursion via gnus-get-function.
12361
12362 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12363
12364         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12365
12366         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12367
12368         * nnmail.el (nnmail-split-history): do.
12369
12370         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12371         (nnml-request-delete-group): do.
12372
12373         * nnslashdot.el (nnslashdot-read-groups): do.
12374
12375         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12376         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12377
12378         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12379         (nnspool-sift-nov-with-sed): Use last.
12380         (nnspool-retrieve-headers-with-nov): Use mapc.
12381         (nnspool-request-newgroups): Use dolist.
12382         (nnspool-request-group): Use last.
12383
12384         * nntp.el (nntp-read-server-type): Use dolist.
12385
12386         * nnvirtual.el (nnvirtual-create-mapping)
12387         (nnvirtual-update-read-and-marked): Use dolist.
12388         (nnvirtual-convert-headers): Simplify.
12389
12390 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12391
12392         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12393         support for sync'ing tick marks.
12394
12395 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12398         there's no visible header.
12399
12400 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12401
12402         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12403         necessary, pass full group name to gnus-request-set-marks.
12404
12405 2004-10-01  Simon Josefsson  <jas@extundo.com>
12406
12407         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12408         acroread.
12409
12410 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12411
12412         * spam-report.el (spam-report-gmane): Fix interactive.
12413
12414         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12415
12416         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12417         when writing file.
12418         (gnus-agent-synchronize-flags): Don't default to being
12419         interactive.
12420
12421 2004-09-30  Simon Josefsson  <jas@extundo.com>
12422
12423         * message.el (message-generate-hashcash): Add.
12424         (message-send-mail): Use it, call mail-add-payment.
12425
12426 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12427
12428         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12429
12430 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12431
12432         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12433         gnus-requst-update-info with explicit code to sync the in-memory
12434         info read flags with the marks being sync'd to the backend.
12435
12436         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12437
12438 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12439
12440         * spam.el (spam-verify-bogofilter): Add new function.
12441         (spam-check-bogofilter)
12442         (spam-bogofilter-register-with-bogofilter): Use it.
12443         (spam-verify-bogofilter): Add small fixes.
12444
12445 2004-09-28  Simon Josefsson  <jas@extundo.com>
12446
12447         * hashcash.el (hashcash-generate-payment): Revert.
12448
12449 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12450
12451         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12452         gnus-extract-references instead of gnus-split-references.
12453
12454         * gnus-util.el (gnus-extract-references): Add new function, analogous
12455         to gnus-split-references but extracts only the message-ID without
12456         anything extra.
12457
12458         * hashcash.el (hashcash-generate-payment)
12459         (hashcash-check-payment): Do the right thing if hashcash-path is
12460         nil (because the hashcash program could not be found).
12461
12462         * spam.el (spam-use-hashcash): Remove comment.
12463
12464 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12465
12466         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12467         (gnus-cache-enter-article, gnus-cache-remove-article)
12468         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12469
12470         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12471
12472         * gnus-art.el (article-hide-boring-headers)
12473         (article-translate-strings, article-display-face)
12474         (gnus-article-mime-match-handle-first)
12475         (gnus-article-highlight-headers)
12476         (gnus-article-add-buttons-to-head): do.
12477
12478 2004-09-27  Simon Josefsson  <jas@extundo.com>
12479
12480         * hashcash.el: New version, from
12481         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12482         ../contrib/.
12483
12484 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12487
12488 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12489
12490         * gnus-dup.el (gnus-dup-open): Use mapc.
12491         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12492
12493         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12494         Reported by Stefan Wiens <s.wi@gmx.net>.
12495
12496         * gnus.el (gnus-shutdown): Use dolist.
12497
12498         * gnus-undo.el (gnus-undo): Use mapc.
12499
12500         * nnrss.el (nnrss-generate-active): do.
12501
12502         * message.el (message-cite-original-without-signature)
12503         (message-cite-original): Use mapc.
12504         (message-do-actions, message-make-forward-subject): Use dolist.
12505
12506 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12507
12508         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12509         deletion to remove entire duplicate line.  Fixes merged article
12510         number bug.
12511
12512 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12513
12514         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12515         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12516         first ask if you want to open a server and then, even when you
12517         responded with no, asking if you want to synchronize the server's
12518         flags.
12519         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12520         multi-line expressions.
12521         (gnus-agent-synchronize-group-flags): New internal function.
12522         Updates marks in memory (in the info structure) AND in the
12523         backend.
12524
12525         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12526
12527         * nnagent.el (nnagent-request-set-mark): Use
12528         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12529         method, to ensure that synchronization updates marks in the
12530         backend and in the info (in memory) structure.
12531
12532 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12535         convention fully; don't miss the root article of a thread; make
12536         the X-Draft-From header with correct article numbers.
12537
12538 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12539
12540         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12541         unless plugged.  Disable the agent so that an open failure causes
12542         an error.
12543
12544         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12545         Reverted 2004-09-21 change.  The backend must be opened while
12546         synchronizing flags even when the backend stores the flags
12547         locally.
12548
12549 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12552         in `header' match.  Reported by Svend Tollak Munkejord.
12553
12554         * message.el (message-cite-original): Fix use of
12555         `message-cite-articles-with-x-no-archive'.
12556
12557 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12560         (gnus-window-to-buffer): Ditto.
12561
12562         * mml.el (mml-preview-buffer): New variable.
12563         (mml-preview): Manage window layout with gnus-buffer-configuration.
12564
12565         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12566         X-Draft-From header even if those articles aren't quoted.
12567
12568 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12569
12570         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12571         (gnus-request-set-mark, gnus-request-update-mark): Use new
12572         g-s-t-u-l-m to decide to use backend even when unplugged.
12573
12574 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12577         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12578
12579 2004-09-20  Simon Josefsson  <jas@extundo.com>
12580
12581         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12582         "utf-16-le".
12583
12584 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12585
12586         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12587
12588 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12589
12590         * uudecode.el (uudecode-use-external): Add :version.
12591
12592         * smime.el (smime-CA-file, smime-encrypt-cipher)
12593         (smime-dns-server): Add :version.
12594
12595         * smiley.el (gnus-smiley-file-types): Add :version.
12596
12597         * sha1.el (sha1-use-external): Add :version.
12598
12599         * pgg-def.el (pgg-query-keyserver): Add :version.
12600
12601         * nnmail.el (nnmail-fancy-expiry-targets)
12602         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12603         Add :version.
12604
12605         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12606         (nnimap-retrieve-groups-asynchronous): Add :version.
12607         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12608
12609         * mml.el (mml-content-disposition-parameters)
12610         (mml-insert-mime-headers-always): Add :version.
12611
12612         * mm-util.el (mm-coding-system-priorities): Add :version.
12613
12614         * mm-decode.el (mm-inline-text-html-with-images)
12615         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12616         (mm-verify-option): Add :version.
12617         (mm-text-html-renderer): Change :version.
12618
12619         * message.el (message-fcc-externalize-attachments)
12620         (message-required-headers, message-draft-headers)
12621         (message-subject-trailing-was-query)
12622         (message-subject-trailing-was-ask-regexp)
12623         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12624         (message-mark-insert-end, message-archive-header)
12625         (message-archive-note, message-cross-post-default)
12626         (message-cross-post-note, message-followup-to-note)
12627         (message-cross-post-note-function, message-use-mail-followup-to)
12628         (message-subscribed-address-functions)
12629         (message-subscribed-address-file, message-subscribed-addresses)
12630         (message-subscribed-regexps, message-allow-no-recipients)
12631         (message-yank-cited-prefix, message-signature-insert-empty-line)
12632         (message-hidden-headers, message-hierarchical-addresses)
12633         (message-mail-user-agent, message-use-idna)
12634         (message-valid-fqdn-regexp)
12635         (message-strip-special-text-properties, message-header-synonyms)
12636         (message-beginning-of-line, message-tab-body-function): Add :version.
12637         (message-insert-canlock, message-wide-reply-confirm-recipients):
12638         Change :version.
12639
12640         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12641         and :version.
12642         (mail-source-delete-old-incoming-confirm)
12643         (mail-source-movemail-program): Add :version.
12644
12645         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12646         (gnus-agent-cache, gnus-agent): Change :version.
12647
12648         * gnus-util.el (gnus-use-byte-compile): Change :version.
12649
12650         * gnus-sum.el (gnus-summary-make-false-root-always)
12651         (gnus-summary-default-high-score)
12652         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12653         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12654         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12655         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12656         (gnus-sum-thread-tree-single-indent)
12657         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12658         (gnus-sum-thread-tree-leaf-with-other)
12659         (gnus-sum-thread-tree-single-leaf): Add :version.
12660         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12661         (gnus-article-loose-mime): Change :version.
12662
12663         * gnus-start.el (gnus-backup-startup-file)
12664         (gnus-save-startup-file-via-temp-buffer): Add :version.
12665
12666         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12667         (gnus-server-offline-face): Add :version.
12668
12669         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12670
12671         * gnus-msg.el (gnus-gcc-externalize-attachments)
12672         (gnus-debug-files, gnus-debug-exclude-variables)
12673         (gnus-discouraged-post-methods): Change :version.
12674         (gnus-confirm-mail-reply-to-news)
12675         (gnus-confirm-treat-mail-like-news): Add :version.
12676
12677         * gnus-int.el (gnus-server-unopen-status): Add :version.
12678
12679         * gnus-group.el (gnus-group-jump-to-group-prompt)
12680         (gnus-large-ephemeral-newsgroup)
12681         (gnus-fetch-old-ephemeral-headers): Add :version.
12682
12683         * gnus-fun.el (gnus-x-face-directory)
12684         (gnus-convert-pbm-to-x-face-command)
12685         (gnus-convert-image-to-x-face-command)
12686         (gnus-convert-image-to-face-command): Add :version.
12687
12688         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12689
12690         * gnus-cite.el (gnus-cite-blank-line-after-header)
12691         (gnus-article-boring-faces): Add :version.
12692
12693         * gnus-art.el (gnus-buttonized-mime-types)
12694         (gnus-inhibit-mime-unbuttonizing)
12695         (gnus-treat-display-face)
12696         (gnus-treat-body-boundary): Change :version.
12697         (gnus-body-boundary-delimiter, gnus-picon-databases)
12698         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12699         (gnus-treat-date-english, gnus-treat-fold-headers)
12700         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12701         (gnus-treat-mail-picon, gnus-treat-wash-html)
12702         (gnus-article-encrypt-protocol)
12703         (gnus-use-idna, gnus-article-over-scroll)
12704         (gnus-mime-display-multipart-alternative-as-mixed)
12705         (gnus-mime-display-multipart-related-as-mixed)
12706         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12707         (gnus-ctan-url, gnus-button-ctan-handler)
12708         (gnus-button-handle-ctan-bogus-regexp)
12709         (gnus-button-ctan-directory-regexp)
12710         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12711         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12712         (gnus-button-man-level, gnus-button-emacs-level)
12713         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12714
12715         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12716         (gnus-agent-go-online): Change :version.
12717         (gnus-agent-expire-unagentized-dirs)
12718         (gnus-agent-auto-agentize-methods): Add :version.
12719
12720         * flow-fill.el (fill-flowed-display-column)
12721         (fill-flowed-encode-column): Add :version.
12722
12723         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12724         (gnus-outlook-deuglify-unwrap-max)
12725         (gnus-outlook-deuglify-cite-marks)
12726         (gnus-outlook-deuglify-unwrap-stop-chars)
12727         (gnus-outlook-deuglify-no-wrap-chars)
12728         (gnus-outlook-deuglify-attrib-cut-regexp)
12729         (gnus-outlook-deuglify-attrib-verb-regexp)
12730         (gnus-outlook-deuglify-attrib-end-regexp)
12731         (gnus-outlook-display-hook): Add :version.
12732
12733         * binhex.el (binhex-use-external): Add :version.
12734
12735 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12736
12737         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12738         and `invisible'.
12739
12740 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12741
12742         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12743         in gnus-registry-trim.
12744
12745 2004-09-13  Simon Josefsson  <jas@extundo.com>
12746
12747         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12748
12749         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12750
12751         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12752         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12753         <yamaoka@jpl.org>.
12754         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12755         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12756         <yamaoka@jpl.org>.
12757
12758         * sieve.el (sieve-manage-mode): Ditto.
12759
12760 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12763
12764 2004-09-11  Simon Josefsson  <jas@extundo.com>
12765
12766         * dns-mode.el: Add.
12767
12768         * mm-view.el (mm-display-dns-inline): Add.
12769
12770         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12771         (mm-automatic-display): Ditto.
12772
12773         * mailcap.el (mailcap-mime-data): Add text/dns.
12774         (mailcap-mime-extensions): Map .soa to text/dns.
12775
12776 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12777
12778         * gnus-art.el (article-decode-mime-words, article-babel)
12779         (gnus-article-highlight-signature, gnus-article-add-buttons)
12780         (gnus-signature-toggle): Remove unnecessary bindings of
12781         `inhibit-read-only' inherited from v5.10 merge.
12782
12783 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12784
12785         * nntp.el (nntp): New customization group.
12786         (nntp-authinfo-file): Add customization group.
12787
12788         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12789
12790         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12791
12792         * gnus.el (to-address, to-list, subscribed)
12793         (large-newsgroup-initial): Ditto.
12794
12795         * flow-fill.el (fill-flowed-display-column)
12796         (fill-flowed-encode-column): Ditto.
12797
12798 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12799
12800         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12801         Use point-min rather than 1.
12802         (message-send-mail): Use buffer-size rather than point-max.
12803
12804         * gnus-sum.el (gnus-summary-search-article-forward):
12805         Signal a specific `search-failed' rather than a generic `error'.
12806
12807         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12808         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12809         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12810
12811 2004-09-10  Simon Josefsson  <jas@extundo.com>
12812
12813         * nndb.el (require): Remove tcp and duplicate cl.
12814
12815 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * gnus-agent.el (directory-files-and-attributes): Move forward.
12818
12819 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12820
12821         * gnus-agent.el (directory-files-and-attributes): Optionally
12822         defined to support XEmacs.
12823
12824 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12825
12826         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12827         to avoid run-time CL dependencies.
12828         (gnus-agent-unfetch-articles): New function.
12829         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12830         article numbers even when local .overview file is missing.
12831         (gnus-agent-read-article-number): New function.  Only accepts
12832         27-bit article numbers.
12833         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12834         gnus-agent-read-article-number.
12835         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12836         from backend while recognizing that article numbers in .overview
12837         must be valid.
12838         (gnus-agent-update-files-total-fetched-for): Use
12839         directory-files-and-attributes to improve performance.
12840         * gnus-int.el (gnus-request-move-article): Use
12841         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12842         improve performance.
12843
12844         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12845         some users confused by references to .newsrc when they only have a
12846         .newsrc.eld file.
12847         (gnus-convert-mark-converter-prompt)
12848         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12849         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12850         New function.  Used internally to only display 'gnus converting
12851         files' message when actually necessary.
12852
12853         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12854         methods now autoloaded.
12855
12856 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12859         identifiers.
12860
12861 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12862
12863         * gnus-picon.el: Fix indentation and closing parenthesis.
12864
12865 2004-09-01  Simon Josefsson  <jas@extundo.com>
12866
12867         * message.el (message-canlock-generate): Require sha1, not
12868         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12869         to require within a function.  Sadly, if sha1.el isn't loaded, the
12870         let binding in m-c-g will hide the defcustom definition, which is
12871         bad.)
12872
12873         * canlock.el: Require sha1, not sha1-el.
12874
12875         * message.el: Don't autoload sha1 (there is a autoload cookie in
12876         sha1.el).
12877
12878         * sha1-el.el: Renamed to sha1.el.
12879
12880 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12881
12882         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12883
12884 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12885
12886         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12887
12888 2004-08-30  Kim F. Storm  <storm@cua.dk>
12889
12890         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12891
12892         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12893         Add :group 'nnimap.
12894
12895 2004-08-30  Andreas Schwab  <schwab@suse.de>
12896
12897         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12898         ?* and ?\;.
12899
12900         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12901         and ?\' to symbol instead of whitespace.
12902
12903 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12906
12907         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12908         instead of re-search-forward.
12909
12910         * gnus-uu.el (gnus-uu-save-article): Ditto.
12911         (gnus-uu-post-encode-uuencode): Ditto.
12912
12913         * html2text.el (html2text-clean-list-items): Ditto.
12914         (html2text-clean-dtdd): Ditto.
12915         (html2text-format-tags): Ditto.
12916
12917         * message.el (message-send-mail-with-sendmail): Fix regexp.
12918         (message-fill-field-general): Use search-forward instead of
12919         re-search-forward.
12920         (unbold-region): Ditto.
12921
12922         * nnrss.el (nnrss-request-article): Ditto.
12923
12924         * nnslashdot.el (nnslashdot-request-article): Ditto.
12925
12926         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12927
12928         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12929         "Unrecognized menu descriptor" error in XEmacs.
12930
12931 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12932
12933         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12934         parent article of a sparse article in the thread hashtb.
12935
12936 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12937
12938         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12939         (nnmail-expand-newtext): Lowercase expanded entries if
12940         nnmail-split-lowercase-expanded is non-nil.
12941
12942 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12943
12944         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12945
12946         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12947         of gnus-tmp-news-method into string under XEmacs.  It will be
12948         passed to gnus-correct-length which takes only a string argument.
12949
12950 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * gnus-util.el (gnus-bind-print-variables): New macro.
12953         (gnus-prin1): Use it.
12954         (gnus-prin1-to-string): Use it.
12955         (gnus-pp): New function.
12956         (gnus-pp-to-string): New function.
12957
12958         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12959         Replace pp-to-string with gnus-pp-to-string.
12960         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12961         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12962         * gnus-msg.el (gnus-debug): Ditto.
12963         * gnus-score.el (gnus-score-save): Ditto.
12964         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12965         gnus-pp-to-string.
12966         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12967         with gnus-pp.
12968         * score-mode.el (gnus-score-pretty-print): Ditto.
12969         * webmail.el (webmail-debug): Ditto.
12970
12971 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * gnus-art.el (article-display-face, article-display-x-face):
12974         Use buffer-read-only.
12975
12976 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * gnus-art.el (article-hide-list-identifiers):
12979         Bind inhibit-read-only as t.
12980
12981 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12984
12985 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12986
12987         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12988         (gnus-narrow-to-page): Don't assume point-min == 1.
12989         (gnus-article-edit-mode): Derive from message-mode.
12990
12991         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12992         point-min == 1.
12993
12994         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12995         Disable incorrect use of `assert'.
12996
12997         * message.el (message-mode): Set comment-start-skip.
12998
12999
13000 2004-08-22  Sam Steingold  <sds@gnu.org>
13001
13002         * pop3.el (pop3-leave-mail-on-server): New user variable.
13003         (pop3-movemail): Delete mail only when it is nil.
13004
13005 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13006
13007         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13008
13009         * mml.el (mml-preview): Use `pop-to-buffer'.
13010
13011         * message.el (message-goto-mail-followup-to): Insert after "To".
13012         (message-carefully-insert-headers): Add comment.
13013
13014         * gnus.el: Remove unused variable `gnus-article-check-size'.
13015
13016         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13017
13018         * gnus-art.el (gnus-button-alist): Improve
13019         `gnus-button-handle-library' entry.
13020
13021 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13022
13023         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13024         downcase, since XEmacs capitalizes error messages differently.
13025
13026 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13027
13028         * nntp.el: Add (require 'gnus) due to reference to
13029         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13030
13031 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13032
13033         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13034         `mm-fill-flowed'.
13035
13036         * mm-decode.el (mm-dissect-singlepart): Check it.
13037
13038 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13039
13040         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13041         'imap' for netrc parsing.
13042
13043 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13044
13045         * mailcap.el (mailcap-mime-data): Mark as risky.
13046
13047 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13050         may be included in the encoded word.
13051         (rfc2047-encode): Don't append a space if the encoded word
13052         includes close parenthesis.
13053
13054 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13057         of text within parentheses.
13058
13059 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13060
13061         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13062         (gnus-encrypt-write-file-contents): Make the password key the file
13063         name PLUS the cipher, not just the cipher.  Also remove failed
13064         passwords from the cache.
13065
13066 2004-08-06  Simon Josefsson  <jas@extundo.com>
13067
13068         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13069         fix.
13070
13071 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13074         LWSP.
13075
13076 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13077
13078         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13079         to append in-reply-to: data to the references: header.
13080
13081         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13082         (netrc-parse): Use gnus-encrypt.el functions.
13083
13084         * gnus-encrypt.el: Add new file for encryption support; currently
13085         does only a few GPG ciphers and an internal XOR cipher.
13086
13087         * password.el: Add comments on using password-read-and-add.
13088         (password-read-and-add): Add function to read and add the
13089         password to the cache at once.
13090
13091 2004-07-28  Simon Josefsson  <jas@extundo.com>
13092
13093         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13094         parameter (but don't use it, for now).
13095
13096         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13097         instead of hard coding to nil.
13098
13099 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13102         as mm-inline-image-xemacs does.
13103
13104 2004-07-26  Simon Josefsson  <jas@extundo.com>
13105
13106         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13107         Revert part of 2004-07-17 change below.
13108
13109 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13112         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13113
13114 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13115
13116         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13117         quotes that actually start with ">" at the beginning of the
13118         lines.
13119
13120 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * rfc2047.el (rfc2047-encode-region): Fix last change.
13123         (rfc2047-encode-parameter): Remove useless concat.
13124
13125 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13128         encode special characters; fix some kind of misconfigured headers;
13129         signal a real error if debug-on-quit or debug-on-error is non-nil.
13130         (rfc2047-encode-max-chars): New variable.
13131         (rfc2047-encode-1): Use it.
13132         (rfc2047-encode-parameter): New function.
13133
13134         * mml.el (mml-insert-parameter): Remove an excessive space.
13135
13136 2004-07-17  Simon Josefsson  <jas@extundo.com>
13137
13138         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13139         Kai Grossjohann <kai@emptydomain.de>.
13140         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13141         (gnus-group-make-menu-bar): Ditto.
13142
13143         * gnus-util.el (gnus-group-server): Add.
13144
13145 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13146
13147         * message.el (message-clone-locals): Clone sendmail and smtp
13148         variables.
13149
13150 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * rfc2047.el (rfc2047-encode-region): Fix last change.
13153
13154 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13157         characters as non-special.
13158
13159 2004-07-09  Simon Josefsson  <jas@extundo.com>
13160
13161         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13162         Users will lose all flag changes made while unplugged with
13163         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13164         good default.  See numerous reports on ding mailing list.
13165
13166 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13169         add generate-head-function and generate-article-function to the
13170         rfc822-forward entry.
13171         (nndoc-rfc822-forward-generate-article): New function.
13172         (nndoc-rfc822-forward-generate-head): New function.
13173
13174         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13175
13176 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13177
13178         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13179         respect display group parameter and gnus-summary-expunge-below.
13180         (gnus-articles-to-read): Remove unused reference to display group
13181         parameter.
13182
13183 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13184
13185         * nnheader.el (nnheader-uniquify-message-id): New experimental
13186         variable.
13187         (nnheader-nov-read-message-id): Use it.
13188
13189         * spam-report.el (spam-report-gmane): Add interactive.
13190
13191 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13194         qp-or-base64 for the application/* types.
13195
13196 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13197
13198         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13199
13200 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13201
13202         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13203         trim value.
13204
13205 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13206
13207         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13208         New macro and function.
13209         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13210
13211 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13214         after-load-alist.
13215
13216 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13217
13218         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13219         update info that isn't there.
13220
13221 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13222
13223         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13224         entry.
13225
13226 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * mm-view.el (mm-inline-render-with-function): Use multibyte
13229         buffer; decode html source by charset.
13230
13231         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13232
13233         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13234         Mule-UCS is loaded under XEmacs.
13235         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13236
13237 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13238
13239         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13240
13241 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * mm-util.el (mm-coding-system-p): Return a coding-system.
13244         (mm-mime-mule-charset-alist): Use shift_jis instead of
13245         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13246         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13247         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13248         instead of japanese-shift-jis and iso-latin-1 respectively in
13249         order to share the default value with both Emacs and XEmacs-mule.
13250         (mm-mule-charset-to-mime-charset): Make
13251         mm-coding-system-priorities effective.
13252         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13253         while predicating of candidates upon the priorities.
13254
13255 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13256
13257         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13258         gnus-uu-invert-processable.
13259
13260         * gnus.el: Autoload gnus-uu-invert-processable.
13261
13262 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * mm-util.el (mm-with-multibyte-buffer): New macro.
13265
13266         * rfc2047.el (rfc2047-encode-string): Use it.
13267         (rfc2047-encode-region): Move point to the end of the region after
13268         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13269
13270 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13273         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13274
13275 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13278         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13279         Karl Chen <quarl@nospam.quarl.org>.
13280
13281 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13282
13283         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13284         invalid addresses.
13285
13286 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13287
13288         * spam.el: Change section markers, revise TODO list.
13289         (spam-backends): Make new master list of all installed backends.
13290         (spam-summary-exit-behavior): Add new variable to determine how
13291         messages moves are done at summary exit.
13292         (spam-move-spam-nonspam-groups-only)
13293         (spam-process-ham-in-nonham-groups)
13294         (spam-process-ham-in-spam-groups): Remove variables, the
13295         spam-summary-exit-behavior variable should be used to manage this
13296         behavior.
13297         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13298         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13299         and spam-old-spam-articles.
13300         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13301         Add empty variables, placeholders for the backends they represent.
13302         (spam-set-difference): Move, unchanged.
13303         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13304         unless the user has a processor variable.
13305         (spam-classifications, spam-classification-valid-p)
13306         (spam-backend-properties, spam-backend-property-valid-p)
13307         (spam-backend-function-type-valid-p)
13308         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13309         (spam-report-articles-gmane, spam-report-articles-resend):
13310         Remove functions, they are not needed.
13311         (spam-install-backend-super, spam-backend-list)
13312         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13313         (spam-backend-function, spam-backend-ham-registration-function)
13314         (spam-backend-spam-registration-function)
13315         (spam-backend-ham-unregistration-function)
13316         (spam-backend-spam-unregistration-function)
13317         (spam-backend-statistical-p, spam-backend-mover-p)
13318         (spam-install-backend-alias, spam-install-checkonly-backend)
13319         (spam-install-mover-backend, spam-install-nocheck-backend)
13320         (spam-install-backend, spam-install-statistical-backend)
13321         (spam-install-statistical-checkonly-backend): Add backend installation
13322         support.
13323         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13324         (spam-group-processor-p): Use the new backend code and respect the
13325         summary exit behavior.
13326         (spam-mark-spam-as-expired-and-move-routine): Remove.
13327         (spam-summary-prepare): Change to use the new spam-old-articles
13328         variable.
13329         (spam-copy-or-move-routine, spam-copy-spam-routine)
13330         (spam-move-spam-routine, spam-copy-ham-routine)
13331         (spam-move-ham-routine): Add code to copy/move ham or spam.
13332         (spam-fetch-field-fast): Improve doc and code, plus allow the
13333         'number request.
13334         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13335         variables.
13336         (spam-split, spam-find-spam): Use the new backend code.
13337         (spam-registration-functions): Remove variable.
13338         (spam-unregister-routine): Add convenience wrapper.
13339         (spam-log-undo-registration, spam-register-routine)
13340         (spam-log-processing-to-registry)
13341         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13342         where possible.
13343         (spam-check-gmane-xref, spam-check-regex-headers)
13344         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13345         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13346         (spam-check-bogofilter-headers, spam-check-spamoracle)
13347         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13348         (spam-check-crm114-headers): Use the spam-split-group that
13349         spam-split prepares, no need to determine it every time.
13350
13351         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13352         to the nnheader-parse-naked-head call.
13353
13354         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13355
13356         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13357         the nnheader-nov-read-message-id call.
13358
13359 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13362         gnus-activate-group twice.  Suggested by Markus Peter
13363         <warp@spin.de>.
13364
13365 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * gnus-art.el (gnus-article-time-format): Exchange the order of
13368         day and month in the default value; fix customization type.
13369         (article-date-ut): Use add-text-properties.
13370         (article-make-date-line): Use message-make-date instead of
13371         current-time-string.
13372
13373         * message.el (message-fetch-field): Don't use set-text-properties.
13374         (message-make-date): Simplify.
13375
13376         * messagexmas.el (message-xmas-make-date): New function.
13377         (message-xmas-redefine): Defalias message-make-date to it.
13378
13379 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13382         (rfc2047-encode-region): Treat text within parentheses as special;
13383         show the original text when error has occurred.
13384
13385         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13386         already-computed method to gnus-activate-group.
13387
13388         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13389         same select-methods identical Lisp objects.
13390
13391         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13392         object when modifying the info.
13393
13394 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13397         gnus-opened-servers since it has never been opened with the new
13398         configuration yet.
13399
13400 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13403         arg to nnheader-generate-fake-message-id.
13404
13405 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13406
13407         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13408         number and build a fake message ID localized to a group and
13409         article number (so it's repeatable from that point on).
13410         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13411         ID format.
13412
13413         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13414         nnheader-generate-fake-message-id with the article number.
13415
13416 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13417
13418         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13419         end-of-buffer.
13420
13421 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13422
13423         * message.el (message-ignored-supersedes-headers): Add Approved.
13424
13425 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13428         goto-char.
13429         (rfc2047-encode): Fold the line before encoding.
13430
13431 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13432
13433         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13434         folding -- not all headers can be folded, and this should be done
13435         by the message composition mode.  Probably.  I think.
13436
13437 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13440         fast.
13441
13442         * gnus-ems.el (gnus-remove-image): Don't use
13443         message-text-with-property; remove only the image found first.
13444
13445         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13446         found first.
13447
13448 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13449
13450         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13451
13452 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * message.el (message-text-with-property): Make it fast and accept
13455         optional arguments.
13456         (message-strip-forbidden-properties): Use it.
13457         (message-fix-before-sending): Follow the m-t-w-p change.
13458
13459         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13460
13461 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * gnus-art.el (article-hide-headers): Don't change the buffer
13464         mistakenly when performing mml-preview even if
13465         gnus-single-article-buffer is nil.
13466
13467 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13468
13469         * message.el (message-expand-name-databases): New user option.
13470         (message-expand-name): Use it.
13471
13472 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13473
13474         * spam.el (spam-report-articles-resend)
13475         (spam-report-resend-register-routine): Allow ham reporting.
13476         (spam-report-resend-register-ham-routine): Add wrapper.
13477         (spam-registration-functions): Add ham resending functions.
13478         (spam-list-of-processors): Add ham resend processor.
13479
13480         * gnus.el (ham-resend-to): Add new group parameter.
13481         (spam-process): Add ham resend option.
13482
13483         * spam-report.el (spam-report-resend): Allow reporting ham.
13484         (spam-report-resend-ham): Add wrapper.
13485
13486 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13487
13488         * message.el (message-cite-articles-with-x-no-archive): New
13489         variable.
13490         (message-cite-original): Use it.
13491
13492 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13493
13494         * message.el (message-cite-original): Respect X-No-Archive.
13495
13496 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * gnus-art.el (article-hide-headers): Refer to the values for
13499         gnus-ignored-headers and gnus-visible-headers in the summary
13500         buffer since a user may have set them as group parameters.
13501
13502 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13503
13504         * assistant.el (assistant-node-name): Add convenience function.
13505         (assistant-render-text, assistant-render-node): Add error handling,
13506         plus handle multiple next nodes.
13507         (assistant-find-next-node): Comment out for now.
13508         (assistant-find-next-nodes): Add function, returns list of next
13509         nodes.
13510
13511 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * mail-source.el (mail-source-directory): Fix doc-string.
13514
13515 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13516
13517         * assistant.el (assistant-render-text, assistant-eval): Add :set
13518         widget type, which is different because it takes and returns a
13519         list.  Much hilarity ensues.
13520
13521 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13524
13525         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13526         doc-string.
13527
13528         * gnus-start.el (gnus-activate-group): Added doc-string.
13529
13530 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13533
13534 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13535
13536         * assistant.el (assistant-render-text): Try to add a :set
13537         widget, more to come.
13538
13539         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13540         strings.
13541         (spam-report-articles-resend)
13542         (spam-register-routine): Do registration iff any articles warrant
13543         it.
13544         (spam-summary-prepare-exit): Change log message for nil group
13545         destinations.
13546
13547 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13548
13549         * spam.el (spam-report-resend-register-routine): Allow
13550         spam-report-resend-to to be a group parameter or a global value.
13551
13552 2004-05-26  Simon Josefsson  <jas@extundo.com>
13553
13554         * starttls.el: Merge with my GNUTLS based starttls.el.
13555         (starttls-gnutls-program, starttls-use-gnutls)
13556         (starttls-extra-arguments, starttls-process-connection-type)
13557         (starttls-connect, starttls-failure, starttls-success): New
13558         variables.
13559         (starttls-program, starttls-extra-args): Doc fix.
13560         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13561         functions.
13562         (starttls-negotiate, starttls-open-stream): Check
13563         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13564         function if it is set.
13565
13566 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13569         structured fields.
13570
13571 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13574
13575 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13576
13577         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13578         variable.
13579         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13580         assigning the spam-mark to new messages.
13581
13582 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13583
13584         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13585
13586 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13589
13590         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13591         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13592         default.
13593
13594 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13595
13596         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13597         correct data.
13598
13599 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13600
13601         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13602         (spam-group-processor-p): Fix function.
13603         (spam-group-processor-multiple-p)
13604         (spam-group-spam-processor-report-gmane-p)
13605         (spam-group-spam-processor-report-resend-p)
13606         (spam-group-spam-processor-bogofilter-p)
13607         (spam-group-spam-processor-blacklist-p)
13608         (spam-group-spam-processor-ifile-p)
13609         (spam-group-ham-processor-ifile-p)
13610         (spam-group-spam-processor-spamoracle-p)
13611         (spam-group-spam-processor-crm114-p)
13612         (spam-group-ham-processor-bogofilter-p)
13613         (spam-group-spam-processor-stat-p)
13614         (spam-group-ham-processor-stat-p)
13615         (spam-group-ham-processor-whitelist-p)
13616         (spam-group-ham-processor-BBDB-p)
13617         (spam-group-ham-processor-spamoracle-p)
13618         (spam-group-ham-processor-copy-p): Remove functions with some
13619         prejudice against unneeded code.
13620         (spam-report-articles-resend)
13621         (spam-report-resend-register-routine): Allow the group/topic
13622         spam-resend-to value to override spam-report-resend-to.
13623         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13624         properly now.
13625
13626         * gnus.el (spam-resend-to): Add group/topic parameter.
13627         (spam-process): Move the OBSOLETE processors to the end of the
13628         choices.
13629
13630 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13631
13632         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13633         with resend-to set to nil, and then ask the user if necessary.
13634         (spam-report-resend): spam-report-resend takes a list of articles, not
13635         separate article numbers.
13636
13637 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13640         addition to emacs-w3m.
13641
13642 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13643
13644         * assistant.el (assistant-authinfo-data): New function.
13645         (assistant-eval): Eval for entire assistant.
13646
13647         * netrc.el (netrc-services-file): New variable.
13648         (netrc-parse-services): New function.
13649         (netrc-find-service-name): New function.
13650         (netrc-find-service-number): New function.
13651         (netrc-port-equal): New function.
13652         (netrc-machine): Use it.
13653
13654         * nnimap.el (nnimap-open-connection): Use netrc.
13655
13656         * gnus-util.el (gnus-netrc-get): Remove aliases.
13657
13658         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13659
13660         * assistant.el (wid-edit): Fix compilation.
13661
13662         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13663
13664 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13665
13666         * gnus-util.el (gnus-set-file-modes): New function.  (small
13667         patch).
13668
13669 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13670
13671         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13672
13673         * assistant.el (assistant-render-node): Fix up rendering and
13674         read-only text.
13675         (assistant-render-node): Reset.
13676         (assistant-make-read-only): Not sticky.
13677
13678 2004-05-20  Danny Siu  <dsiu@adobe.com>
13679
13680         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13681         centered even when gnus-auto-center-summary is t.
13682
13683 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13684
13685         * dns.el (dns-get-txt-answer): New function.
13686         (dns-read-txt): Ditto.
13687         (query-dns): Use it.
13688
13689 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13692         active for foreign groups even if the group level is higher than
13693         the specified value.
13694
13695 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13696
13697         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13698         non-active groups.
13699
13700         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13701
13702 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13703
13704         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13705
13706 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13707
13708         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13709         (spam-crm114-header, spam-crm114-spam-switch)
13710         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13711         (spam-crm114-positive-spam-header)
13712         (spam-crm114-database-directory, spam-list-of-processors)
13713         (spam-group-spam-processor-crm114-p)
13714         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13715         (spam-generic-score, spam-list-of-checks)
13716         (spam-list-of-statistical-checks, spam-registration-functions)
13717         (spam-check-crm114-headers, spam-crm114-score)
13718         (spam-check-crm114, spam-crm114-register-with-crm114)
13719         (spam-crm114-register-spam-routine)
13720         (spam-crm114-unregister-spam-routine)
13721         (spam-crm114-register-ham-routine)
13722         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13723         asjo@koldfront.dk (Adam Sjøgren).
13724
13725         * gnus.el: Add spam-use-crm114.
13726
13727         * spam.el (spam-list-of-processors, spam-registration-functions):
13728         Add spam-use-resend.
13729         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13730         (spam-report-articles-gmane): Add doc fix.
13731         (spam-report-articles-resend, spam-report-resend-register-routine):
13732         Add wrappers around spam-report-resend-to.
13733
13734         * spam-report.el (spam-report-resend-to, spam-report-resend):
13735         Add support for resending spam.
13736         (spam-report-gmane): Fix line length >80.
13737
13738         * gnus.el (spam-process): Add spam-use-resend.
13739
13740 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13741
13742         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13743         number of processed spam messages.
13744         (spam-ham-copy-or-move-routine): Return the number of processed
13745         ham messages.
13746         (spam-summary-prepare-exit): Use the above values to decide
13747         whether status messages shouled be displayed.
13748
13749 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13752         `rfc2047-encoding-function-alist' in order to avoid conflicting
13753         with the old version.
13754         (rfc2047-encode-region): Concatenate words containing non-ASCII
13755         characters in structured fields; don't encode space-delimited
13756         ASCII words even in unstructured fields; don't break words at
13757         char-category boundaries.
13758         (rfc2047-encode-1): New function.
13759         (rfc2047-encode): Use it; encode text so that it occupies the
13760         maximum width within 76-column; work correctly on Q encoding for
13761         iso-2022-* charsets.
13762         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13763         sure not to break a line just after the header name.
13764         (rfc2047-b-encode-region): Removed.
13765         (rfc2047-b-encode-string): New function.
13766         (rfc2047-q-encode-region): Removed.
13767         (rfc2047-q-encode-string): New function.
13768
13769         * mm-util.el (mm-replace-in-string): New function.
13770
13771 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13772
13773         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13774         get it right.
13775         (gnus-inews-make-draft): Really.
13776
13777 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13778
13779         * nnmh.el (nnmh-request-list-1): Don't check the link count
13780         before descending.  (small patch)
13781
13782 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13783
13784         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13785         stuff.
13786
13787         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13788         on real group name.
13789
13790         * gnus-art.el (gnus-signature-limit): Doc fix.
13791
13792         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13793
13794         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13795
13796 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13797
13798         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13799         isn't a string.
13800
13801 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13802
13803         * gnus-draft.el (gnus-draft-send): Bind
13804         rfc2047-encode-encoded-words.
13805
13806         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13807         (rfc2047-encodable-p): Say that =? needs encoding.
13808         (rfc2047-encode-encoded-words): New variable.
13809
13810         * gnus-group.el (gnus-group-select-group): Doc fix.
13811
13812         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13813
13814         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13815         to nil.
13816
13817         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13818
13819         * nnheader.el (nnheader-get-lines-and-char): New function.
13820
13821 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13822
13823         * gnus-msg.el (gnus-summary-followup-with-original): Document
13824         yanking of region when active.
13825
13826 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13829         groups if the group level is higher than the specified value.
13830
13831 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13832
13833         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13834         (gnus-group-jump-to-group): Added prefix argument using
13835         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13836         non-active group.
13837
13838         * compface.el (uncompface): Be verbose when changing
13839         `uncompface-use-external'.
13840
13841         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13842         handle manual section.
13843
13844 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13845
13846         * gnus-art.el (gnus-button-alist): Revert previous change.
13847
13848 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13849
13850         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13851
13852 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13853
13854         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13855         whether backend can accept message.
13856
13857         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13858
13859 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13860
13861         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13862         Avoid creating directory when nntp-marks-is-evil is true.
13863         Reported by Reiner Steib.
13864
13865 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13866
13867         * gnus-picon.el (gnus-picon-style): New variable.
13868         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13869         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13870         Jesper Harder <harder@ifa.au.dk>.
13871
13872 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13873
13874         * message.el (message-fill-field): Return point.
13875         (message-generate-headers): Go to end of field.
13876
13877         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13878         stuff for non-living groups.
13879
13880 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13881
13882         * gnus-art.el (gnus-article-followup-with-original)
13883         (gnus-article-reply-with-original): gnus-mark-active-p ->
13884         gnus-region-active-p.
13885
13886 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13887
13888         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13889         only when there is spam or ham to be processed.
13890
13891 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13892
13893         * mail-source.el (mail-source-delete-crash-box): Refactor.
13894         (mail-source-fetch): Use it.
13895         (mail-source-fetch-file): Ditto.
13896         (mail-source-fetch-directory): Run postscript in loop.
13897         (mail-source-fetch-pop): Delete.
13898         (mail-source-fetch-maildir): Ditto.
13899         (mail-source-fetch-imap): Ditto.
13900
13901         * imap.el (imap-authenticators): Comment out sasl.
13902
13903         * message.el (message-skip-to-next-address): New function.
13904         (message-fill-header-address): Refactor.
13905         (message-fill-address): Use it.
13906         (message-delete-address): Use it.
13907         (message-fill-header-general): Refactor.
13908         (message-fill-field-address): Rename.
13909         (message-narrow-to-field): Find the start of the header.
13910         (message-header-format-alist): Don't pre-fill.
13911         (message-fill-header): Removed.
13912         (message-insert-header): New function.
13913         (message-shorten-references): Use it.
13914
13915         * rfc2047.el (rfc2047-field-value): Strip props.
13916
13917         * mail-parse.el (mail-header-make-address): New alias.
13918
13919         * ietf-drums.el (ietf-drums-make-address): New function.
13920
13921         * imap.el: Add compiler directives.
13922
13923         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13924
13925         * gnus-art.el (article-decode-idna-rhs): Don't use
13926         message-idna-inside-rhs-p.
13927
13928 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13929
13930         * message.el (message-idna-inside-rhs-p): Removed.
13931         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13932
13933         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13934         false positives.
13935
13936 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13937
13938         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13939
13940 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13941
13942         * nneething.el (nneething-file-name): Don't create spurious
13943         files.
13944
13945         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13946         (gnus-inews-do-gcc): Remove sleep.
13947
13948         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13949         part under point.
13950
13951         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13952         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13953
13954 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13955
13956         * spam.el (spam-summary-prepare-exit): Fixed (length).
13957
13958 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13959
13960         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13961         as expired without moving it" message when there are spam
13962         messages left.
13963
13964 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13965
13966         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13967         header is not nil.
13968
13969 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13970
13971         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13972         nntp-possibly-create-directory, not nntp-possibly-change-group.
13973         (nntp-marks-changed-p): New arg SERVER.
13974         (nntp-request-update-info): Adjust caller.
13975
13976 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13977
13978         * nntp.el (nntp-save-marks): Pass missing arg.
13979
13980 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13981
13982         * nntp.el: Support marks.
13983         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13984         (nntp-marks-modtime, nntp-marks-directory): New variables.
13985         (nntp-request-set-mark, nntp-request-update-info)
13986         (nntp-possibly-create-directory, nntp-marks-changed-p)
13987         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13988         functions.
13989
13990 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13991
13992         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13993         (gnus-xmas-redefine): Rename.
13994
13995         * gnus-score.el (gnus-score-insert-help): Use
13996         gnus-select-lowest-window.
13997
13998         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13999         appt-select-lowest-window and rename to gnus-select-lowest-window.
14000
14001         * gnus.el: do.
14002
14003 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14004
14005         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14006         encodings of MIME-encoded words, in order to improve
14007         interoperability with several broken MUAs.
14008
14009 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14010
14011         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14012         tags, only when charsets are not specified in headers.
14013         (mm-inline-text-html-render-with-w3m): Ditto.
14014
14015         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14016         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14017
14018 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14019
14020         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14021         instead of MIME-decoded from fields when checking
14022         `gnus-article-address-banner-alist'.
14023
14024 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14025
14026         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14027         description rather than subject.
14028
14029 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14030
14031         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14032
14033 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14034
14035         * gnus.el (gnus-version-number): Bump.
14036
14037 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14038
14039         * gnus.el: No Gnus v0.2 is released.
14040
14041 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14042
14043         * gnus-agent.el (gnus-agent-read-agentview): Inline
14044         gnus-uncompress-range.
14045
14046 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14047
14048         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14049         `exec-installed-p'.
14050
14051 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14052
14053         * gnus.el (spam-process, spam-autodetect-methods): Add
14054         bsfilter and bsfilter-headers.
14055
14056         * spam.el (spam-bsfilter): New customize group.
14057         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14058         (spam-bsfilter-header, spam-bsfilter-probability-header)
14059         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14060         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14061         (spam-bsfilter-database-directory): New options.
14062         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14063         (spam-list-of-statistical-checks, spam-registration-functions):
14064         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14065         (spam-bsfilter-score): New command.
14066         (spam-check-bsfilter-headers, spam-check-bsfilter)
14067         (spam-bsfilter-register-with-bsfilter)
14068         (spam-bsfilter-register-spam-routine)
14069         (spam-bsfilter-unregister-spam-routine)
14070         (spam-bsfilter-register-ham-routine)
14071         (spam-bsfilter-unregister-ham-routine): New functions.
14072         (spam-generic-score): Support bsfilter; Accept an optional argument
14073         to recalcurate spam score even if scoring header has already been
14074         added.
14075         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14076         optional argument to recalcurate spam score even if scoring header
14077         has already been added.
14078
14079 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14080
14081         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14082         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14083         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14084         link is missing.
14085
14086 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14087
14088         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14089         (html2text-get-attr): Rewrite.
14090
14091         * message.el (message-setup-1): Remove redundant put-text-property
14092         on mail-header-separator.
14093
14094 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14095
14096         * gnus-registry.el (gnus-registry-cache-whitespace)
14097         (gnus-registry-action, gnus-registry-spool-action)
14098         (gnus-registry-split-fancy-with-parent): Change message levels
14099         from 5 to 3 or 7, as needed.
14100
14101         * spam.el (spam-summary-prepare-exit)
14102         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14103         (spam-split, spam-find-spam, spam-log-undo-registration)
14104         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14105         level from 5 to 6.
14106
14107 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14110         2004-03-04 change).
14111
14112 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14113
14114         * sieve-manage.el (sieve-manage-open):
14115         * nnweb.el (nnweb-insert-html):
14116         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14117         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14118         * nnspool.el (nnspool-request-group):
14119         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14120         * nnml.el (nnml-request-update-info):
14121         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14122         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14123         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14124         (nnimap-request-set-mark):
14125         * nnfolder.el (nnfolder-request-update-info):
14126         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14127         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14128         * gnus-uu.el (gnus-uu-find-articles-matching):
14129         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14130         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14131         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14132         * gnus-nocem.el (gnus-nocem-scan-groups):
14133         * gnus-int.el (gnus-start-news-server):
14134         * gnus-group.el (gnus-group-make-kiboze-group)
14135         (gnus-group-browse-foreign-server):
14136         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14137         Use mapc when appropriate.
14138
14139 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14140
14141         FIXME: Make separate entries for each person.
14142
14143         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14144         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14145         <shields@msrl.com>:
14146
14147         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14148         may need for spam sorting and scoring.
14149         (spam-user-format-function-S): Add user format function suitable for
14150         general use.
14151         (spam-article-sort-by-spam-status): Add sorting function for summary
14152         sorting.
14153         (spam-extra-header-to-number): Add function to get a score from a
14154         header.
14155         (spam-summary-score): Add function to get a numeric score from the
14156         headers.
14157         (spam-generic-score): Fix function doc, was in wrong place.
14158         (spam-initialize): Take symbols when it's run, and install the
14159         extra headers that spam-necessary-extra-headers thinks we need.
14160
14161 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14162
14163         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14164         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14165
14166 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14167
14168         * gnus-sum.el (gnus-set-global-variables)
14169         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14170         (gnus-article-get-xrefs, gnus-summary-best-group)
14171         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14172         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14173         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14174         Use with-current-buffer.
14175
14176 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14177
14178         * spam.el (spam-summary-prepare-exit): Simplify logic.
14179         (spam-fetch-article-header): Read the article header if it's not
14180         available.
14181         (spam-list-articles): Simplify logic.
14182         (spam-filelist-register-routine): Fix bug with unregister-list.
14183
14184         * gnus-registry.el: Fix comments at beginning.
14185
14186 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14187
14188         * message.el (message-cater-to-broken-inn): Remove.
14189         (message-shorten-references): Make sure the total folded length of
14190         References is shorter than 998 characters to cater to a bug in INN
14191         2.3.  Also, don't pretend that references aren't folded -- this
14192         hasn't worked for a while.
14193
14194 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14195
14196         * gnus-agent.el (gnus-agentize):
14197         gnus-agent-send-mail-real-function no longer set to current value
14198         of message-send-mail-function but rather a lambda that calls
14199         message-send-mail-function.  The change makes the agent real-time
14200         responsive to user changes to message-send-mail-function.
14201
14202 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14203
14204         * legacy-gnus-agent.el
14205         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14206         help from Florian Weimer <fw@deneb.enyo.de>
14207
14208 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14209
14210         * nnmail.el (nnmail-cache-insert): Revert last change.
14211
14212 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14213
14214         * nnmail.el (nnmail-cache-insert): Always check whether
14215         nnmail-cache-ignore-groups matches a group name.
14216
14217 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14218
14219         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14220         (spam-find-spam, spam-log-processing-to-registry)
14221         (spam-log-registered-p, spam-log-unregistration-needed-p)
14222         (spam-log-undo-registration): Use gnus-message instead of
14223         gnus-error, none of these errors are fatal.
14224
14225         * gnus-registry.el (gnus-registry-clean-empty-function)
14226         (gnus-registry-clean-empty): Remove only empty entries without
14227         extra data.
14228
14229 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14230
14231         * spam-stat.el (spam-stat-buffer-change-to-spam)
14232         (spam-stat-buffer-change-to-non-spam): Change (error) to
14233         (gnus-message 8) invocation.
14234
14235 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * nntp.el (nntp-via-netcat-command): New variable.
14238         (nntp-via-netcat-switches): New variable.
14239         (nntp-open-via-rlogin-and-netcat): New function.
14240         (nntp-open-connection-function): Doc fix.
14241         (nntp-telnet-command): Doc fix.
14242         (nntp-end-of-line): Doc fix.
14243         (nntp-via-rlogin-command): Doc fix.
14244         (nntp-via-user-name): Doc fix.
14245         (nntp-via-address): Doc fix.
14246
14247 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14250         error in Emacs 21.1.
14251
14252 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14253
14254         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14255
14256 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14257
14258         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14259         (gnus-agent-with-refreshed-group): New macro.
14260         (gnus-agent-rename-group): New function.
14261         (gnus-agent-delete-group): New function.
14262         (gnus-agent-save-group-info): Use gnus-command-method when
14263         `method' parameter is nil.  Don't write nil entries into the
14264         active file.
14265         (gnus-agent-get-group-info): New function.
14266         (gnus-agent-fetch-articles): Use
14267         gnus-agent-update-files-total-fetched-for to increment disk space
14268         used.
14269         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14270         gnus-agent-update-view-total-fetched-for to increment disk space
14271         used.
14272         (gnus-agent-get-local): Added optional parameters to avoid calling
14273         gnus-group-real-name and gnus-find-method-for-group.
14274         (gnus-agent-set-local): Delete stored entry if either min, or max,
14275         are nil.
14276         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14277         quit, use gnus-agent-regenerate-group to record existance of any
14278         articles fetched to disk before the quit occurred.
14279         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14280         gnus-agent-update-view-total-fetched-for, and
14281         gnus-agent-update-files-total-fetched-for to decrement disk space
14282         used.
14283         (gnus-agent-retrieve-headers): Use
14284         gnus-agent-update-view-total-fetched-for to increment disk space
14285         used.
14286         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14287         with gnus-agent-update-files-total-fetched-for to decrement disk
14288         space and fresh group buffer.
14289         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14290         (gnus-agent-need-update-total-fetched-for): New variable.
14291         (gnus-agent-update-files-total-fetched-for): New function.
14292         (gnus-agent-update-view-total-fetched-for): New function.
14293         (gnus-agent-total-fetched-for): New function.
14294
14295         * gnus-cache.el (gnus-cache-save-buffers): Use
14296         gnus-cache-update-overview-total-fetched-for to change disk space
14297         used by this group.
14298         (gnus-cache-possibly-enter-article): Use
14299         gnus-cache-update-file-total-fetched-for to increment disk space
14300         used by this group.
14301         (gnus-cache-possibly-remove-article): Use
14302         gnus-cache-update-file-total-fetched-for to decrement disk space
14303         used by this group.
14304         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14305         (gnus-cache-rename-group): New function.
14306         (gnus-cache-delete-group): New function.
14307         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14308         (gnus-cache-need-update-total-fetched-for): New variable.
14309         (gnus-cache-with-refreshed-group): New macro.
14310         (gnus-cache-update-file-total-fetched-for): New function.
14311         (gnus-cache-update-overview-total-fetched-for): New function.
14312         (gnus-cache-rename-group-total-fetched-for): New function.
14313         (gnus-cache-delete-group-total-fetched-for): New function.
14314         (gnus-cache-total-fetched-for): New function.
14315
14316         * gnus-group.el: Require gnus-sum and autoload functions to
14317         resolve warnings when gnus-group.el compiled alone.
14318         (gnus-group-line-format): Documented new %F.
14319         (size of Fetched data) group line format; identifies disk space
14320         used by agent and cache.
14321         (gnus-group-line-format-alist): Defined new F format.
14322         (gnus-total-fetched-for): New function.
14323         (gnus-group-delete-group): No longer update
14324         gnus-cache-active-altered as gnus-request-delete-group now keeps
14325         the cache in sync.
14326         (gnus-group-list-active): Let the agent store a server's active
14327         list if currently plugged.
14328
14329         * gnus-int.el (gnus-request-delete-group):
14330         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14331         local disk in sync with the server.
14332         (gnus-request-rename-group):
14333         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14334         local disk in sync with the server.
14335
14336         * gnus-start.el (gnus-get-unread-articles):
14337         Cosmetic simplification to logic.
14338
14339         * gnus-util.el (gnus-rename-file): New function.
14340
14341 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14342
14343         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14344
14345 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14346
14347         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14348         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14349
14350 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14351
14352         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14353         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14354
14355 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14356
14357         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14358
14359 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14360
14361         * spam.el (spam-set-difference): Add function to replace
14362         gnus-set-difference in spam.el.
14363         (spam-summary-prepare-exit): Use spam-set-difference.
14364
14365 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14366
14367         * gnus-registry.el (gnus-registry-cache-file): Update to use
14368         gnus-dribble-directory OR gnus-home-directory OR ~.
14369         (gnus-registry-split-fancy-with-parent): Fix doc.
14370
14371 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * message.el (message-exchange-point-and-mark): Use
14374         message-mark-active-p.  Suggested by Jesper Harder
14375         <harder@ifa.au.dk>.
14376
14377 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * message.el (message-exchange-point-and-mark): Don't activate
14380         region if it was inactive.  Suggested by Hiroshi Fujishima
14381         <pooh@nature.tsukuba.ac.jp>.
14382
14383 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * gnus-art.el (article-display-face): Display Faces in the same
14386         order as X-Faces.
14387
14388 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14391
14392 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14395         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14396         (gnus-article-mime-hierarchy): Remove.
14397         (gnus-article-mime-hierarchy-next): Remove.
14398         (gnus-article-mode): Revert 2004-03-19 change.
14399         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14400         (gnus-insert-mime-button): Revert 2004-03-19 change.
14401         (gnus-mime-accumulate-hierarchy): Remove.
14402         (gnus-mime-enter-multipart): Remove.
14403         (gnus-mime-leave-multipart): Remove.
14404         (gnus-mime-display-part): Revert 2004-03-19 change.
14405         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14406
14407         * mml.el (mml-preview): Revert 2004-03-19 change.
14408
14409 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14410
14411         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14412
14413 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14414
14415         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14416         t while entering a file name using the mm-with-multibyte macro.
14417         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14418
14419         * mm-util.el (mm-with-multibyte): New macro.
14420
14421 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14424         user option.
14425         (gnus-mime-multipart-functions): Doc and customization fix.
14426         (gnus-article-mime-hierarchy): New variable.
14427         (gnus-article-mime-hierarchy-next): New variable.
14428         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14429         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14430         gnus-article-mime-hierarchy-next to nil.
14431         (gnus-insert-mime-button): Show hierarchy numbers.
14432         (gnus-mime-accumulate-hierarchy): New function.
14433         (gnus-mime-enter-multipart): New function.
14434         (gnus-mime-leave-multipart): New function.
14435         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14436         (gnus-mime-display-alternative): Show hierarchy numbers.
14437
14438         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14439         gnus-article-mime-hierarchy-next to nil.
14440
14441 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14442
14443         * dns.el: Don't require gnus-xmas.
14444
14445 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14446
14447         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14448         inline PGP.
14449         (mml-menu): Disable mml-quote-region if mark is inactive.
14450
14451 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14454         when the group's active is not available.
14455
14456 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14457
14458         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14459         error.
14460
14461 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * imap.el (imap-store-password): New variable.
14464         (imap-interactive-login): Use it.
14465         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14466
14467 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14470         window-start and hscroll to summary window.
14471
14472 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14473
14474         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14475         conversion message to newsrc-dribble when an actual conversion is
14476         performed.
14477
14478 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14479
14480         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14481
14482 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * mm-decode.el (mm-complicated-handles): New function reviving
14485         former definition of mm-multiple-handles.
14486
14487         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14488         (gnus-mime-delete-part): Use it.
14489
14490 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14491
14492         * gnus-agent.el (gnus-agent-read-local): Bind
14493         nnheader-file-coding-system to gnus-agent-file-coding-system to
14494         avoid the implicit assumption that they will always be equal.
14495         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14496         coding-system-for-write, as the with-temp-file macro first prints
14497         to a buffer then saves the buffer.
14498
14499 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * gnus-art.el (gnus-article-edit-part): New function.
14502         (gnus-mime-save-part-and-strip): Use it; do query instead of
14503         signaling an error; don't use mm-multiple-handles.
14504         (gnus-mime-delete-part): Ditto.
14505
14506 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14507
14508         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14509         old file versions.
14510         (gnus-group-prepare-hook): Removed function that converted list
14511         form of gnus-agent-expire-days to group properties.
14512
14513         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14514         (gnus-request-accept-article): Re-indented.
14515
14516         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14517         converters to handle old agent file formats.  Added logic for a
14518         "backup before upgrading warning".
14519         (gnus-convert-mark-converter-prompt): Developers can mark
14520         functions as needing (default), or not needing,
14521         gnus-convert-old-newsrc's "backup before upgrading warning".
14522         (gnus-convert-converter-needs-prompt): Tests whether the user
14523         should be protected from potentially irreversable changes by the
14524         function.
14525
14526         * legacy-gnus-agent.el: New.  Provides converters that are only
14527         loaded when gnus-convert-old-newsrc needs to call them.
14528
14529 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * mail-source.el (mail-source-touch-pop): Doc fix.
14532
14533         * message.el (message-smtpmail-send-it): Doc fix.
14534
14535 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14536
14537         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14538
14539         * nnmail.el (nnmail-split-fancy): do.
14540
14541         * gnus-kill.el (gnus-kill, gnus-execute): do.
14542
14543 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14544
14545         * gnus-sum.el (gnus-widget-reversible-match)
14546         (gnus-widget-reversible-to-internal)
14547         (gnus-widget-reversible-to-external): New functions.
14548         (gnus-widget-reversible): New widget.
14549         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14550
14551 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14552
14553         * gnus-sum.el (gnus-thread-sort-functions)
14554         (gnus-article-sort-functions): Document `(not F)' items.
14555
14556 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14557
14558         * spam.el (spam-use-gmane-xref): Add new backend.
14559         (spam-gmane-xref-spam-group): Add variable to control the name of the
14560         Gmane spam group.
14561         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14562         (spam-regex-headers-spam, spam-regex-headers-ham)
14563         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14564         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14565         backends and checks.
14566         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14567
14568         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14569         an autodetect method.
14570
14571 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14572
14573         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14574         articles are being added to a group.
14575         (gnus-request-replace-article): Inform the agent that articles
14576         need to be uncached as the cached contents are no longer valid.
14577
14578 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * binhex.el: Don't autoload executable-find.
14581
14582         * canlock.el: Don't autoload mail-fetch-field.
14583
14584         * dgnushack.el: Autoload c-mode for XEmacs.
14585
14586         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14587
14588         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14589         rmail-dont-reply-to and rmail-output.
14590
14591         * gnus-score.el: Don't autoload ffap-string-at-point.
14592
14593         * gnus-setup.el: Don't autoload sc-cite-original.
14594
14595         * imap.el: Don't autoload base64-decode-string,
14596         base64-encode-string and md5.
14597
14598         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14599         and rmail-msg-restore-non-pruned-header.
14600
14601         * mm-decode.el: Don't autoload executable-find.
14602
14603         * mm-url.el: Don't autoload executable-find.
14604
14605         * mm-view.el: Don't autoload diff-mode.
14606
14607         * nndb.el: Don't autoload news-reply-mode, news-setup,
14608         cancel-timer and telnet.
14609
14610         * password.el: Don't autoload run-at-time for Emacs.
14611
14612         * sha1-el.el: Don't autoload executable-find.
14613
14614         * sieve-mode.el: Don't autoload c-mode.
14615
14616         * uudecode.el: Don't autoload executable-find.
14617
14618 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14619
14620         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14621         (gnus-agent-possibly-alter-active): Avoid null in numeric
14622         comparison.
14623         (gnus-agent-set-local): Refuse to save null in local object table.
14624         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14625         list of articles that will be marked as unread.
14626
14627 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14630
14631 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14632
14633         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14634         language tags.
14635
14636 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14637
14638         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14639         Don't bind "obarray".
14640
14641         * gnus-sum.el (gnus-thread-sort-functions): Added
14642         `gnus-thread-sort-by-most-recent-number' and
14643         `gnus-thread-sort-by-most-recent-date'.
14644         Reported by Kai Grossjohann <kai@emptydomain.de>.
14645
14646 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14649
14650 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14651
14652         * gnus-cus.el (gnus-agent-customize-category): Removed
14653         ignore-errors macro reference that required cl to be loaded at
14654         run-time.
14655
14656         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14657         single-interval range of the form (min . max).  Previously the
14658         range had to look like ((min . max)).  Likewise, return
14659         (min . max) rather than ((min . max)).
14660         (gnus-range-map): Use gnus-range-normalize to accept
14661         single-interval range.
14662
14663         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14664         the cache, but not the agent, now appear with their usual face.
14665
14666         * dgnushack.el (loaddir): New variable that is bound to the
14667         directory containing the dgnushack.el file. Use loaddir, rather
14668         than srcdir, to update load-path. Change lets dgnushack compile
14669         code in directories other than GNUS/lisp.
14670
14671 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * lpath.el: Don't bind w3m-safe-url-regexp.
14674
14675         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14676         w3m-safe-url-regexp variable buffer-local.
14677
14678         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14679
14680 2004-02-27  Simon Josefsson  <jas@extundo.com>
14681
14682         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14683         gnus-group-real-prefix.
14684         (gnus-summary-move-article): Use it, instead of
14685         gnus-group-real-prefix.
14686
14687 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * lpath.el: Bind w3m-safe-url-regexp.
14690
14691         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14692         w3m-safe-url-regexp variable buffer-local and set it as the value
14693         of mm-w3m-safe-url-regexp.
14694
14695         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14696
14697         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14698         parsing gnus-posting-styles when the message is not for replying.
14699
14700         * dgnushack.el: Autoload sgml-mode for XEmacs.
14701
14702         * nnrss.el (nnrss-opml-export): Use
14703         mm-set-buffer-file-coding-system instead of
14704         set-buffer-file-coding-system.
14705
14706 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14707
14708         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14709         of checkdoc.el).
14710         * nnrss.el: do.
14711         * gnus-mlspl.el: do.
14712         * gnus-ml.el: do.
14713         * gnus-srvr.el: do.
14714
14715         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14716
14717 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14718
14719         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14720         Corrections to custom-manual links.
14721
14722         * gnus-art.el (gnus-article): Ditto.
14723
14724         * mm-decode.el (mime-display, mime-security): Ditto.
14725
14726 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14727
14728         * flow-fill.el: Typo.
14729
14730 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14731
14732         * spam-wash.el: New file.
14733
14734 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14735
14736         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14737
14738 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14739
14740         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14741         to be run with new-articles as LIST1, not LIST2.
14742         (spam-registration-functions): Add spam-use-ham-copy as a nil
14743         registration backend.
14744
14745 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14746
14747         * spam-stat.el (spam-stat-washing-hook): New option.
14748         (spam-stat-buffer-words): Use it.
14749         (spam-stat-process-directory, spam-stat-test-directory): Use
14750         insert-file-contents-literally.
14751         (spam-stat-coding-system): New variable.
14752         (spam-stat-load, spam-stat-save): Use it.
14753
14754 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * spam-report.el (spam-report-plug-agent): Quote
14757         spam-report-url-to-file and spam-report-url-ping-plain.
14758
14759 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14760
14761         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14762         / in mailto URLs.
14763
14764 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14765
14766         * spam-report.el (spam-report-process-queue): Fix interactive use.
14767         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14768         (spam-report-unplug-agent): Doc fixes.
14769         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14770         (spam-report-agentize, spam-report-deagentize): Autoload.
14771
14772 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14775
14776         * message.el (message-setup-fill-variables): Add mml tags to
14777         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14778         <ajk@iu.edu>.
14779         (message-mode): Don't modify paragraph-separate there.
14780
14781 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * compface.el (uncompface-use-external): Default to undecided.
14784         (uncompface-use-external-threshold): New variable.
14785         (uncompface-float-time): New macro.
14786         (uncompface): Determine whether to use the external decoder if
14787         uncompface-use-external is undecided.
14788
14789 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14790
14791         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14792         after images.
14793
14794         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14795
14796 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14797
14798         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14799
14800         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14801
14802         * gnus-sum.el (gnus-summary-limit-to-age)
14803         (gnus-summary-limit-children): do.
14804
14805         * gnus-int.el (gnus-request-scan): do.
14806
14807         * gnus-group.el (gnus-group-suspend): do.
14808
14809         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14810
14811         * gnus-cite.el (gnus-cite-parse-attributions): do.
14812
14813         * gnus-agent.el (gnus-summary-set-agent-mark)
14814         (gnus-agent-regenerate-group): do.
14815
14816         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14817
14818         * binhex.el (binhex-decode-region-internal): do.
14819
14820 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * gnus-fun.el (gnus-face-properties-alist): New user option.
14823         (gnus-display-x-face-in-from): Use it.
14824
14825         * gnus-art.el (article-display-face): Ditto.
14826
14827         * compface.el (uncompface-use-external): Default to nil.
14828
14829 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14830
14831         * nntp.el (nntp-erase-buffer): New function.
14832         (nntp-retrieve-data, nntp-send-command)
14833         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14834         (nntp-possibly-change-group): Use it.
14835
14836         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14837         with-current-buffer.
14838
14839 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14840
14841         * compface.el: Merge the ELisp-based uncompface program.
14842         (compface): New customization group.
14843         (uncompface-use-external): New user option.
14844         (uncompface): Call uncompface-internal if uncompface-use-external
14845         is nil.
14846         (uncompface-internal): New function.  Note that there are also
14847         some other functions and variables added for this function.
14848
14849 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14850
14851         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14852         if necessary.
14853
14854 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14855
14856         * spam-report.el (spam-report-unplug-agent)
14857         (spam-report-plug-agent, spam-report-deagentize)
14858         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14859         Add support for the Agent in spam-report: when unplugged, report to a
14860         file; when plugged, submit all the requests.
14861
14862         * spam.el (spam-register-routine): Fix message about
14863         registration.
14864
14865 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14866
14867         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14868         dependencies.
14869         (rfc2047-encode): Use it.
14870
14871         * gnus-art.el (gnus-button-marker-list): Move before first
14872         reference.
14873
14874         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14875         (imap-parse-body): Fix format string mismatch.
14876
14877         * gnus-score.el (gnus-summary-increase-score): do.
14878
14879         * nnrss.el (nnrss-close): New function.
14880
14881 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14882
14883         * nnrss.el (nnrss-make-filename): New function.
14884         (nnrss-request-delete-group, nnrss-read-server-data)
14885         (nnrss-save-server-data, nnrss-read-group-data)
14886         (nnrss-save-group-data): Use it.
14887         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14888         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14889         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14890
14891 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14892
14893         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14894
14895 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14896
14897         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14898         files.
14899
14900         * message.el (message-generate-headers-first): Don't quote nil
14901         and t in docstrings.
14902
14903         * imap.el (imap-id): do.
14904
14905         * gnus-agent.el (gnus-agent-consider-all-articles)
14906         (gnus-agent-queue-mail): do.
14907
14908 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14909
14910         * spam-report.el (spam-report-process-queue): New function.
14911         Process requests from `spam-report-requests-file'.
14912         (spam-report-process-queue): Doc fix.
14913
14914 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14915
14916         * spam.el (spam-register-routine)
14917         (spam-log-processing-to-registry, spam-log-registered-p)
14918         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14919         Change "check" to "spam-check" for semi-clarity.
14920
14921 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14922
14923         * pop3.el: Require nnheader.
14924
14925         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14926
14927         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14928
14929         * gnus-picon.el: Require cl.
14930
14931         * gnus-fun.el: Require gnus-ems and gnus-util.
14932
14933         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14934
14935         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14936
14937         * gnus-art.el (gnus-article-edit-mode): Define before first
14938         reference.
14939
14940 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14941
14942         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14943         (gnus-uu-post-encoded): Use point-at-bol.
14944
14945         * gnus-topic.el (gnus-group-active-topic-p): do.
14946
14947         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14948
14949         * gnus-group.el (gnus-group-kill-region): do.
14950
14951         * gnus-art.el (article-date-ut): do.
14952
14953         * message.el (message-fetch-field): Remove redundant
14954         case-fold-search binding.
14955         (message-narrow-to-field): Simplify.
14956
14957 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14958
14959         * spam.el (spam-directory): Derive from `gnus-directory'.
14960
14961         * spam-report.el (spam-report-url-to-file)
14962         (spam-report-requests-file): New function and variable for offline
14963         reporting.
14964         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14965         and user defined function.
14966         (spam-report-url-ping-mm-url): Remove doubled slash.
14967
14968 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14969
14970         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14971
14972 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14973
14974         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14975         format string mismatch.
14976
14977         * sieve.el (sieve-deactivate-all): do.
14978
14979         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14980
14981         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14982
14983         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14984
14985         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14986
14987 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14988
14989         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14990         the list of checks.
14991
14992 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14993
14994         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14995         padding.
14996
14997 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14998
14999         * mm-view.el (mm-fill-flowed): New variable.
15000         (mm-inline-text): Use it.
15001
15002 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15003
15004         * spam.el (spam-spamassassin-register-ham-routine)
15005         (spam-spamassassin-register-spam-routine): Fix function names.
15006
15007 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * gnus.el (gnus-tmp-grouplens): Remove.
15010         (gnus-summary-line-format): Remove grouplens.
15011
15012         * gnus-group.el (gnus-group-line-format): Ditto.
15013
15014         * gnus-spec.el (gnus-format-specs): Ditto.
15015         (gnus-update-format-specifications): Flush the group format spec
15016         cache if there's the grouplens stuff.
15017         (gnus-parse-simple-format): Replace %l with the empty string.
15018
15019 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15020
15021         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15022         omission.
15023
15024 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15027         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15028
15029 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15030
15031         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15032         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15033         New macros and functions.
15034         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15035         Handle > NLINK_MAX messages.
15036         * nnmaildir.el (nnmaildir-request-set-mark): Use
15037         nnmaildir--emlink-p and nnmaildir--eexist-p.
15038
15039 2004-01-25  Alex Schroeder  <alex@gnu.org>
15040
15041         * spam-stat.el (spam-stat-process-directory-age): New option.
15042         (spam-stat-process-directory): Use it.
15043
15044 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15045
15046         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15047         (spam-stat-save): Accept prefix argument.
15048
15049 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15050
15051         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15052         links" error.
15053
15054 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15057         the rest of the and/or forms.
15058
15059 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15060
15061         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15062         compatibility with old .newsrc.eld files.
15063
15064         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15065
15066         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15067
15068         * gnus-start.el (gnus-1): do.
15069
15070         * gnus-group.el (gnus-group-line-format-alist): do.
15071
15072         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15073
15074         * gnus-gl.el: Remove.
15075
15076 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15077
15078         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15079         marks consisting of a single range {for example, (3 . 5)} rather
15080         than a list of a single range { ((3 . 5)) }.
15081
15082 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15083
15084         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15085         with-current-buffer.
15086         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15087         avoid consing a string.
15088
15089         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15090         Remove obsolete entries for big5 and gb2312.
15091
15092 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15093
15094         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15095         uncompressed list.
15096
15097 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15098
15099         * spam-stat.el (spam-stat-strip-xref): New function.
15100         (spam-stat-process-directory): Use it.
15101
15102         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15103         here -- it's done in message-fetch-field.
15104
15105 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15106
15107         * gnus-agent.el (gnus-agent-queue-mail)
15108         (gnus-agent-prompt-send-queue): New variables.
15109         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15110         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15111         "nndraft:queue" along to gnus-draft-send.  Use
15112         gnus-agent-prompt-send-queue.
15113         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15114         is "nndraft:queue".  Suggested by Gaute Strokkenes
15115         <gs234@srcf.ucam.org>
15116
15117         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15118         (agent-enable-undownloaded-faces): Added.
15119         (gnus-agent-cat-groups): Use eval-and-compile, not
15120         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15121         method of gnus-agent-cat-groups even when the buffer has been
15122         evaled.
15123         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15124         delete gnus-agent-save-active-1.
15125         (gnus-agent-save-groups): Deleted.  Identical to
15126         gnus-agent-save-active.
15127         (gnus-agent-write-active): No longer adjust agent's copy of active
15128         file as agent's adjustments are now stored in their own
15129         file.  Removed optional parameter.
15130         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15131         servers.  Add use of min/max range limits from server's local
15132         file.
15133         (gnus-agent-save-alist): Removed unused optional argument.
15134         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15135         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15136         (gnus-agent-set-local): A per-server file that keeps min/max range
15137         limits for articles known to the agent.  Provides a fast mechanism
15138         for altering many active ranges.
15139         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15140         active file (local makes it unnecessary).
15141         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15142
15143         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15144         (agent-enable-undownloaded-faces): Added.
15145
15146         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15147         disable it when sending to "nndraft:queue".
15148         (gnus-group-send-queue): Add safety check to avoid sending queue
15149         when unplugged.
15150
15151         * gnus-group.el (gnus-group-catchup): Use new
15152         gnus-sequence-of-unread-articles, not
15153         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15154         numbers of articles.  Use gnus-range-map to avoid having to
15155         uncompress the unread list.
15156         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15157         Fixed invalid ange-ftp reference.
15158
15159         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15160         (gnus-sorted-range-intersection): Intersection of two ranges
15161         without requiring that they first be uncompressed.
15162
15163         * gnus-start.el (gnus-activate-group): Unless blocked by the
15164         caller, possibly expand the active range to include both cached
15165         and agentized articles.
15166         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15167         multiple version-dependent converters.
15168         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15169         gnus-agent-save-active.
15170         (gnus-save-newsrc-file): Save dirty agent range limits.
15171
15172         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15173         gnus-agent-possibly-alter-active.
15174         (gnus-adjust-marked-articles): Faster handling of simple lists.
15175
15176 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15177
15178         * spam-stat.el (spam-stat-test-directory): New optional argument
15179         displays a list of files detected.  Suggested by Andrew Cohen
15180         <cohen@andy.bu.edu>.
15181         (spam-stat-buffer-words-with-scores): Don't narrow and change
15182         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15183
15184 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15185
15186         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15187         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15188         (spam-spamassassin-arguments)
15189         (spam-spamassassin-spam-flag-header)
15190         (spam-spamassassin-positive-spam-flag-header)
15191         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15192         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15193         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15194         (spam-list-of-processors, spam-list-of-checks)
15195         (spam-list-of-statistical-checks, spam-registration-functions)
15196         (spam-check-spamassassin-headers, spam-check-spamassassin)
15197         (spam-spamassassin-score)
15198         (spam-spamassassin-register-with-sa-learn)
15199         (spam-spamassassin-register-spam-routine)
15200         (spam-spamassassin-register-ham-routine)
15201         (spam-assassin-register-spam-routine)
15202         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15203         (spam-bogofilter-score): Fix to show article before scoring.
15204
15205 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15206
15207         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15208         default scoring function.
15209         (spam-generic-score): Call spam-spamassassin-score if
15210         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15211         spam-bogofilter-score otherwise.
15212
15213         * gnus.el (spam-process, spam-autodetect-methods): Add
15214         spamassassin and spamassassin-headers.
15215
15216 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15217
15218         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15219         Suppress unnecessary messages.
15220
15221 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15222
15223         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15224         make-hash-table.
15225
15226 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * canlock.el (base64-encode-string): Don't autoload it.
15229
15230 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * run-at-time.el: Remove useless (require 'itimer),
15233         eval-and-compile and (featurep 'xemacs).
15234
15235 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15236
15237         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15238         GROUP is a virtual group.
15239
15240 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15241
15242         * gnus.el: Autoload `message-y-or-n-p'.
15243
15244 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15245
15246         * pgg-parse.el: Remove unnecessary (require 'custom).
15247
15248         * pgg-def.el: do.
15249
15250         * nnmail.el: do.
15251
15252         * gnus-undo.el: do.
15253
15254         * gnus-picon.el: do.
15255
15256         * gnus-util.el: do.
15257
15258 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15259
15260         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15261
15262 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15265         handle, as well as a list.
15266
15267         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15268         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15269         (mm-w3m-cid-retrieve): Simplify.
15270
15271 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15272
15273         * message.el (message-kill-to-signature): Allow prefix arg to
15274         specify number of lines to keep before signature.
15275
15276 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15277
15278         * message.el (message-kill-to-signature): Change docstring.
15279
15280 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * canlock.el: Always require sha1-el.
15283         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15284
15285         * message.el: Autoload sha1 only when compiling.
15286
15287         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15288         eudc-expand-inline for XEmacs.
15289
15290 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * message.el (message-canlock-generate): Require sha1-el.
15293
15294 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15295
15296         * message.el (message-expand-name): Silence the byte compiler.
15297
15298         * lpath.el: Add detect-coding-system.
15299
15300         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15301         cus-edit.
15302
15303 2004-01-13  Simon Josefsson  <jas@extundo.com>
15304
15305         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15306         Invoke gnus-score-mode.  Reported by
15307         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15308
15309         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15310         Jim Blandy <jimb@redhat.com> (tiny change).
15311
15312 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15313
15314         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15315
15316 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15317
15318         * spam.el (spam-get-article-as-string): Update to use
15319         gnus-request-article-this-buffer, much simpler.
15320         (spam-get-article-as-buffer): Remove.
15321
15322 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15323
15324         * message.el (message-expand-name): Use EUDC if the user uses that.
15325
15326 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15327
15328         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15329         character for the encoding to avoid consing a string.
15330
15331         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15332         unnecessarily.
15333
15334         * mm-util.el (mm-replace-chars-in-string): Remove.
15335
15336         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15337         of mm-replace-chars-in-string.
15338
15339 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15340
15341         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15342
15343         * mm-util.el (mm-subst-char-in-string): Support inplace.
15344
15345         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15346         a new string in every iteration.  Use shy groups.
15347
15348 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15349
15350         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15351         * gnus-soup.el (gnus-soup-group-brew):
15352         * gnus-msg.el (gnus-put-message):
15353         * gnus-move.el (gnus-group-move-group-to-server):
15354         * gnus-kill.el (gnus-batch-score):
15355         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15356         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15357         (gnus-group-update-group, gnus-group-read-group)
15358         (gnus-group-make-group, gnus-group-make-help-group)
15359         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15360         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15361         (gnus-group-sort-by-unread, gnus-group-catchup)
15362         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15363         (gnus-group-yank-group, gnus-group-set-info)
15364         (gnus-group-list-groups):
15365         * gnus.el (gnus-generate-new-group-name):
15366         * gnus-delay.el (gnus-delay-send-queue):
15367         * nnvirtual.el (nnvirtual-catchup-group):
15368         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15369         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15370         (gnus-group-prepare-topics, gnus-topic-check-topology):
15371         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15372         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15373         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15374         (gnus-group-make-articles-read):
15375         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15376         (gnus-group-change-level, gnus-kill-newsgroup)
15377         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15378         (gnus-get-unread-articles, gnus-make-articles-unread)
15379         (gnus-make-ascending-articles-unread): Use accessor
15380         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15381         to get group information for improved readability.
15382
15383
15384 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15385
15386         * gnus-art.el (article-decode-mime-words, article-babel)
15387         (gnus-article-highlight-signature, gnus-article-add-buttons)
15388         (gnus-signature-toggle): Use gnus-with-article-buffer.
15389
15390         * gnus-art.el (gnus-article-highlight-headers)
15391         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15392
15393         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15394         (gnus-article-set-globals, gnus-request-article-this-buffer)
15395         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15396         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15397         (gnus-mime-display-alternative): Use with-current-buffer.
15398
15399 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15400
15401         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15402         also under 80 char limit, and call gnus-error if needed.
15403         (spam-fetch-article-header): Fix - it was a
15404         buffer-local variable (gnus-newsgroup-data).
15405         (spam-find-spam): Use spam-generate-fake-headers, forget about
15406         spam-insert-fake-headers.
15407         (spam-insert-fake-headers): Remove.
15408
15409 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15410
15411         * deuglify.el (gnus-article-outlook-unwrap-lines)
15412         (gnus-outlook-rearrange-article)
15413         (gnus-outlook-repair-attribution-outlook)
15414         (gnus-outlook-repair-attribution-block)
15415         (gnus-outlook-repair-attribution-other): Remove redundant
15416         save-excursion.
15417
15418 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15419
15420         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15421         (spam-fetch-field-subject-fast)
15422         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15423         (spam-fetch-article-header): Add functions to deal with Gnus
15424         internals for fast retrieval of article header data.
15425         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15426
15427 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15428
15429         * pop3.el (pop3-md5): Remove.
15430         (pop3-apop): Replace pop3-md5 with md5.
15431
15432         * mm-bodies.el: base64 is always built-in.
15433
15434         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15435         with-current-buffer.
15436
15437 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * canlock.el (canlock-insert-header): Remove excessive grouping in
15440         regexp.
15441
15442         * gnus-sum.el (gnus-summary-read-document): Ditto.
15443
15444         * gnus-uu.el (gnus-uu-part-number): Ditto.
15445
15446         * html2text.el (html2text-remove-tags): Ditto.
15447         (html2text-format-tags): Ditto.
15448         (html2text-format-single-elements): Ditto.
15449
15450         * mml.el (mml-parse-1): Ditto.
15451
15452 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15453
15454         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15455
15456         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15457
15458         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15459
15460         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15461
15462 2003-11-15  Simon Josefsson  <jas@extundo.com>
15463
15464         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15465         (pgg-gpg-lookup-key): Use regexp match instead of
15466         split-string (split-string is different between emacs 21.2 and
15467         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15468
15469 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15470
15471         * gnus-art.el (gnus-mime-view-all-parts)
15472         (gnus-article-part-wrapper, gnus-article-view-part): Use
15473         with-current-buffer.
15474
15475 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15476
15477         * spam.el (spam-disable-spam-split-during-ham-respool)
15478         (spam-spamoracle-database, spam-cache-lookups)
15479         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15480         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15481         (spam-group-ham-marks, spam-group-spam-marks)
15482         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15483         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15484         also add spam-use-blackholes to the statistical checks.
15485         (spam-fetch-field-fast): Add interface to fetching fields, may
15486         become a macro.
15487         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15488         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15489         (spam-insert-fake-headers): Fake an article when needed.
15490         (spam-find-spam): Fake article when possible.
15491         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15492         (spam-check-bogofilter-headers): Use message-fetch-field instead
15493         of nnmail-fetch-field.
15494
15495 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15498
15499 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15500
15501         * spam.el (spam-split): Do not require spam-use-CHECK to be
15502         enabled if that check is passed to spam-split explicitly; also
15503         fix so 'spam doesn't get converted to spam-split-group when
15504         spam-split-symbolic-return is t.
15505         (spam-find-spam): Find registrations of the article and use those
15506         instead of re-running spam-split to find the spam/ham
15507         classification of the article.
15508         (spam-log-processing-to-registry, spam-log-registered-p)
15509         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15510         Use gnus-error instead of gnus-message.
15511         (spam-log-registration-type): Add function to determine the
15512         classification of a message based on registry entries; will
15513         return nil if both 'spam and 'ham are found.
15514         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15515         a reasonably fast local cache without the loading errors.
15516         (spam-cache-lookups): Set to t by default.
15517         (spam-find-spam): Don't try to guess spam-cache-lookups.
15518         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15519         spam-caches entry.
15520         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15521         caching of whitelist/blacklist entries.
15522         (spam-check-whitelist, spam-check-blacklist): Invoke
15523         spam-from-listed-p with a type, not a cache variable.
15524         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15525
15526 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15527
15528         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15529
15530         * nnmail.el (nnmail-split-fancy): do.
15531
15532         * mml.el (mml-parse): do.
15533
15534         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15535         (gnus-score-adaptive): do.
15536
15537 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15540         (gnus-mime-button-map): Don't set keymap parent.
15541         (gnus-button-ctan-directory-regexp): Use shy grouping.
15542         (gnus-prev-page-map): Don't set keymap parent.
15543         (gnus-prev-page-map): Remove duplicated one.
15544         (gnus-next-page-map): Don't set keymap parent.
15545         (gnus-mime-security-button-map): Ditto.
15546
15547         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15548         version number.
15549
15550         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15551
15552 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * canlock.el (canlock-sha1-function): Remove.
15555         (canlock-sha1-function-for-verify): Remove.
15556         (canlock-openssl-program): Remove.
15557         (canlock-openssl-args): Remove.
15558         (canlock-ignore-errors): Remove.
15559         (canlock-sha1-with-openssl): Remove.
15560         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15561         (canlock-verify): Don't use canlock-ignore-errors.
15562
15563         * sha1-el.el (sha1-string-external): Make it can return a string
15564         in binary form.
15565         (sha1-region-external): Ditto.
15566         (sha1-string-internal): Ditto.
15567         (sha1-region-internal): Ditto.
15568         (sha1-region): Ditto.
15569         (sha1-string): Ditto.
15570         (sha1): Ditto.
15571
15572 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15573
15574         * spam.el (spam-report-articles-gmane): New command.
15575
15576 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15579
15580         * run-at-time.el (run-at-time-saved): Remove.
15581         (run-at-time): Doc fix.
15582
15583 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15584
15585         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15586         (gnus-summary-limit-map): Add it.
15587         (gnus-summary-make-menu-bar): do.
15588
15589 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15590
15591         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15592         Make attempt at some caching support (done for BBDB only now).
15593         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15594         addresses to be checked.
15595         (spam-clear-cache-BBDB): Add function, to be invoked by
15596         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15597         (spam-check-BBDB): Check and use the caches, if
15598         spam-cache-lookups is on, remove superfluous (provide).
15599
15600 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15601
15602         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15603
15604 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15605
15606         * run-at-time.el (run-at-time-saved): Move to after the definition
15607         of `run-at-time'.
15608
15609         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15610
15611 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15614         mm-w3m-local-map-property.
15615
15616         * mm-view.el (mm-w3m-mode-map): Remove.
15617         (mm-w3m-local-map-property): Remove.
15618         (mm-inline-text-html-render-with-w3m): Don't use
15619         mm-w3m-local-map-property.
15620
15621 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15622
15623         * run-at-time.el: New file.
15624
15625         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15626         under Emacs.
15627
15628         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15629         of gnus-set-text-properties.
15630
15631         * gnus-uu.el (gnus-uu-save-article): Ditto.
15632
15633         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15634
15635         * gnus-cite.el (gnus-cite-parse): Ditto.
15636
15637         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15638         of gnus-.
15639
15640         * gnus-xmas.el (run-at-time): Require run-at-time.
15641
15642         * gnus.el: Changed calls to nnheader-run-at-time and
15643         password-run-at-time throughout to use run-at-time directly.
15644
15645         * password.el: Removed definition of run-at-time.
15646
15647         * nnheaderxm.el: Remove definition of run-at-time.
15648
15649 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15650
15651         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15652         in prompt.
15653
15654 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15655
15656         * messagexmas.el (message-xmas-redefine): Alias
15657         `message-make-caesar-translation-table' to
15658         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15659         version.
15660
15661         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15662         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15663         `gnus-xmas-set-text-properties'.
15664         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15665         `gnus-xmas-completing-read'.
15666         (gnus-xmas-completing-read): Removed.
15667         (gnus-xmas-open-network-stream): Removed.
15668
15669         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15670         XEmacs version.
15671
15672         * dns.el (dns-make-network-process): Use `open-network-stream'
15673         instead of `gnus-xmas-open-network-stream'.
15674
15675         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15676
15677         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15678
15679 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15680
15681         * gnus-art.el (gnus-mime-display-alternative)
15682         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15683         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15684         Don't use gnus-local-map-property.
15685
15686         * gnus-util.el (gnus-local-map-property): Remove.
15687
15688         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15689         gnus-completing-read-maybe-default with completing-read.
15690
15691         * gnus-util.el (gnus-completing-read): do.
15692         (gnus-completing-read-maybe-default): Remove.
15693
15694 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15695
15696         * password.el: Only autoload `run-at-time' if not XEmacs.
15697         Only autoload the itimer functions if XEmacs.
15698
15699 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15702         XEmacsen.
15703
15704         * dgnushack.el: Autoload executable-find for XEmacs.
15705
15706 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15707
15708         * gnus-art.el (gnus-read-string): Remove.
15709         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15710         read-string.
15711
15712 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15713
15714         * netrc.el: Autoload password-read.
15715         (netrc): Add configuration group.
15716         (netrc-encoding-method, netrc-openssl-path): Add
15717         variables for encoding and decoding of files with symmetric
15718         ciphers.
15719         (netrc-encode): Add assistant function to encode a file with
15720         netrc-encoding-method.
15721         (netrc-parse): Add interactive parameter, added optional
15722         decoding if netrc-encoding-method is non-nil but otherwise
15723         behavior is standard.
15724         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15725         Do s/encode/encrypt/ everywhere.
15726
15727         * spam.el: Remove executable-find autoload.
15728
15729 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15730
15731         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15732
15733         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15734
15735 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15736
15737         * gnus-art.el (gnus-treat-ansi-sequences)
15738         (article-treat-ansi-sequences): New variable and function.
15739         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15740
15741         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15742         Use it.
15743
15744 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15745
15746         * mm-util.el (mm-quote-arg): Remove.
15747
15748         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15749         shell-quote-argument.
15750
15751         * gnus-uu.el (gnus-uu-command): do.
15752
15753         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15754
15755         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15756         with make-char.
15757
15758         * mm-util.el (mm-make-char): Remove.
15759
15760         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15761         add-minor-mode.
15762
15763         * gnus-undo.el (gnus-undo-mode): do.
15764
15765         * gnus-topic.el (gnus-topic-mode): do.
15766
15767         * gnus-sum.el (gnus-dead-summary-mode): do.
15768
15769         * gnus-start.el (gnus-slave-mode): do.
15770
15771         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15772
15773         * gnus-ml.el (gnus-mailing-list-mode): do.
15774
15775         * gnus-gl.el (gnus-grouplens-mode): do.
15776
15777         * gnus-draft.el (gnus-draft-mode): do.
15778
15779         * gnus-dired.el (gnus-dired-mode): do.
15780
15781         * gnus-ems.el (gnus-add-minor-mode): Remove.
15782
15783         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15784         Replace gnus-char-width with char-width.
15785
15786         * gnus-ems.el (gnus-char-width): Remove.
15787
15788         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15789         Replace gnus-char-width with char-width.
15790
15791         * gnus-ems.el (gnus-char-width): Remove.
15792
15793         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15794         definition.
15795         Remove Emacs 20 hash table compatibility code.
15796
15797         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15798         20 compatibility code.
15799
15800         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15801
15802         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15803
15804         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15805         with point-at-{eol,bol}.
15806
15807         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15808
15809         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15810
15811         * flow-fill.el (fill-flowed-point-at-bol)
15812         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15813
15814         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15815         Replace with point-at-{eol,bol} throughout all files.
15816
15817 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * ntlm.el (ntlm-string-as-unibyte): New macro.
15820         (ntlm-build-auth-response): Use it.
15821
15822         Remove Emacs 20 stuff:
15823         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15824         (butlast, mapc, remove): Remove the compiler macros.
15825         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15826         of delq and copy-sequence.
15827         * gnus-art.el (popup-menu): Remove the compiler macro.
15828         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15829         Emacs 20.
15830
15831 2004-01-05  Simon Josefsson  <jas@extundo.com>
15832
15833         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15834         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15835         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15836         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15837         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15838         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15839         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15840         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15841         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15842         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15843         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15844         string-xor into ntlm-string-xor.  Suggested by
15845         Jesper Harder <harder@myrealbox.com>.
15846
15847         * ntlm.el: Don't include poem.
15848
15849         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15850         Jesper Harder <harder@myrealbox.com>.
15851
15852         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15853
15854         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15855         probably breaks emacs with DL patch, but do we care? Is anyone
15856         still using the DL stuff?)
15857
15858         * sieve-manage.el: Use the password package.
15859         (sieve-manage-read-passwd): Remove.
15860         (sieve-manage-interactive-login): Use password.  Re-add
15861         condition-case around loop.
15862
15863         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15864         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15865         the password package.
15866
15867 2003-02-19  Simon Josefsson  <jas@extundo.com>
15868
15869         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15870         token.
15871
15872 2002-08-07  Simon Josefsson  <jas@extundo.com>
15873
15874         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15875         (sieve-manage-authenticators):
15876         (sieve-manage-authenticator-alist): Add some SASL mechs.
15877         (sieve-sasl-auth): New function.
15878         (sieve-manage-cram-md5-auth):
15879         (sieve-manage-plain-auth): Rewrite using SASL library.
15880         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15881         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15882         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15883         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15884
15885 2004-01-05  Simon Josefsson  <jas@extundo.com>
15886
15887         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15888         New files.
15889
15890 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15891
15892         * gnus-group.el (gnus-no-groups-message): Update.
15893
15894         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15895
15896 2003-11-09  Simon Josefsson  <jas@extundo.com>
15897
15898         * imap.el: Support for ID IMAP extension (RFC 2971).
15899         (imap-local-variables): Add imap-id.
15900         (imap-id): New variable.
15901         (imap-id): New function.
15902         (imap-parse-response): Parse untagged ID response.
15903         * nnimap.el (nnimap-id): New variable.
15904         (nnimap-open-connection): Use it.
15905
15906 2003-12-28  Simon Josefsson  <jas@extundo.com>
15907
15908         * gnus-score.el (gnus-score-edit-all-score): New.
15909         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15910
15911 2004-01-04  Simon Josefsson  <jas@extundo.com>
15912
15913         * password.el: Add.
15914
15915 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15916
15917         * dns.el (dns-query-types): Fix typo.
15918         (dns-query-types): New function.
15919         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15920         PTR and SOA replies, see RFC 1035.
15921
15922 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15923
15924         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15925
15926         * Moved to Changelog.2.
15927
15928 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15929
15930         * gnus.el (gnus-version-number): Bump version.
15931
15932 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15933
15934         * gnus.el: No Gnus v0.1 is released.
15935
15936 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15937
15938         * gnus.el: No Gnus v0.0 is released.
15939
15940 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15941
15942         * gnus.el (gnus-version-number): Bump.
15943         (gnus-version): No.
15944
15945 See ChangeLog.2 for earlier changes.
15946
15947     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15948       Free Software Foundation, Inc.
15949
15950   This file is part of GNU Emacs.
15951
15952   GNU Emacs is free software: you can redistribute it and/or modify
15953   it under the terms of the GNU General Public License as published by
15954   the Free Software Foundation, either version 3 of the License, or
15955   (at your option) any later version.
15956
15957   GNU Emacs is distributed in the hope that it will be useful,
15958   but WITHOUT ANY WARRANTY; without even the implied warranty of
15959   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15960   GNU General Public License for more details.
15961
15962   You should have received a copy of the GNU General Public License
15963   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15964
15965 ;; Local Variables:
15966 ;; coding: utf-8
15967 ;; fill-column: 79
15968 ;; add-log-time-zone-rule: t
15969 ;; End: