15c779b70f21ffa7a7aa09963511a34f6d7a5e6d
[gnus] / lisp / ChangeLog
1 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4         before feeding URLs to curl.
5
6 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9         internal images as deletable by `W D D'.
10
11         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12         (gnus-async-article-callback): Fix typo.
13
14 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
17         current line to work around bugs in the output from w3m.
18
19         * gnus-async.el (gnus-async-article-callback): Always prefetch images
20         for groups that want that.
21
22         * nntp.el (nntp-wait-for-string): Supply a timeout for
23         accept-process-output to ensure progress.
24
25         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
26         level to get unread articles from, then use that for foreign groups,
27         too.
28
29         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
30         confuses the rest of the function.
31
32         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
33         for the methods that support -retrieve-groups, too.
34
35         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
36
37 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
40         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
41
42         * pop3.el: Require cl when compiling.
43         (pop3-number-of-responses): Search for "+OK", not "+OK ".
44
45 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
48         that aren't going to be activated.
49         (gnus-get-unread-articles): Fix up the last commit.
50
51         * gnus-html.el (gnus-article-html): Allow calling without specifying
52         the handle.  In that case, dissect the buffer first.
53
54         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
55
56         * nnimap.el (nnimap-open-connection): Revert the change that would look
57         into authinfo for imaps instead of imap.
58
59         * gnus-start.el (gnus-activate-group): Take an optional parameter to
60         say that you don't want to call gnus-request-group with don-check, but
61         do check the reponse.  This is for virtual groups only.
62         (gnus-get-unread-articles): Count the archive groups as secondary, so
63         that they're activated the same way as before.
64
65         * imap.el (imap-message-map): Removed optional buffer parameter, since
66         no callers use it.
67         (imap-message-get): Ditto.
68         (imap-message-put): Ditto.
69         (imap-mailbox-map): Ditto.
70         (imap-mailbox-put): Ditto.
71         (imap-mailbox-get): Ditto.
72         (imap-mailbox-get): Revert last change for this function.
73
74         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
75         case-insensitively.
76         (nnimap-debug): Removed.
77
78         * imap.el (imap-fetch-safe): Removed function, and altered all callers
79         to use `imap-fetch' instead.  According to the comments, this should be
80         safe, since all other IMAP clients use the 1:* syntax.
81         (imap-enable-exchange-bug-workaround): Removed.
82         (imap-debug): Removed -- doesn't seem very useful.
83
84         * mail-source.el (mail-source-fetch): Don't message if we're fetching
85         mail from a file, and the file doesn't exist.
86
87         * imap.el (imap-log): New convenience function used throughout instead
88         of repeating the same code all over the place.
89
90         * pop3.el (pop3-streaming-movemail): Return t for success.
91
92         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
93         .authinfo if we're using ssl connection.
94
95         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
96         already have if we're in a main Gnus `g' run.
97
98         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
99
100 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
103
104         * nnmh.el (nnmh-request-list-1): Bind `file'.
105
106         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
107         alias to set-process-query-on-exit-flag or process-kill-without-query.
108         (pop3-open-server): Use it.
109
110 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111
112         * mail-source.el (mail-source-delete-crash-box): Always move the crash
113         box to the Incoming file.  Fixes mistake in previous checkin.
114
115         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
116         request loop (for debugging purposes) removed.
117
118         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
119         culprit is more visible.
120         (nnml-save-incremental-nov, nnml-open-incremental-nov)
121         (nnml-add-incremental-nov): New functions to do "incremental" nov
122         updates, where we just append to the end of the existing nov files
123         without reading/writing them in full.
124
125         * mail-source.el (mail-source-delete-crash-box): Really only check the
126         incoming files once in a while.
127
128         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
129
130         * mail-source.el (mail-source-delete-crash-box): Only check the
131         incoming files for deletion once per day to save a lot of file
132         accesses.
133
134         * pop3.el (pop3-logon): Fix up unbound variable typo.
135
136         * mail-source.el (pop3-streaming-movemail): Autoload.
137
138         * pop3.el (pop3-streaming-movemail): Respect
139         pop3-leave-mail-on-server.
140
141         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
142         retrieval.
143
144         * pop3.el (pop3-process-filter): Removed unused function.
145         (pop3-streaming-movemail, pop3-send-streaming-command)
146         (pop3-wait-for-messages, pop3-write-to-file)
147         (pop3-number-of-responses): New functions for streaming pop3
148         retrieval.
149
150         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
151         come from no known methods.
152         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
153         list.
154
155         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
156         message sizes.
157         (pop3-movemail): Use erase-buffer instead of looping and deleting
158         regions, which seems rather odd.
159
160         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
161         file once per `g' run.
162
163         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
164         directories.  This makes the draft queue directory work.
165
166         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
167         data from the backends, so that we only request the list of groups from
168         each method once.  This should speed things up considerably.
169
170         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
171         detect that it's not implemented.
172
173         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
174         we actually do recurse down into the tree, but don't stat all leaf
175         nodes.
176
177         * gnus-html.el (gnus-html-show-images): If there are no images to show,
178         then say so instead of bugging out.
179
180         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
181         files exist before trying to read them.
182
183         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
184         around <pre_int>.
185
186         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
187
188         * nnmh.el (nnmh-request-list-1): Optimize for speed.
189
190 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * mm-util.el (mm-image-load-path): Just return the image directories,
193         not all directories in the path in addition to the image directories.
194         (mm-image-load-path): Maintain a cache of the image directories so that
195         the `g' command in Gnus doesn't have to stat dozens of directories each
196         time.
197
198         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
199         (gnus-html-wash-tags): Add a new `i' command to insert images.
200         (gnus-html-insert-image): New command and keystroke.
201         (gnus-html-redisplay-with-images): New command and keystroke.
202         (gnus-html-show-images): Renamed command.
203         (gnus-html-wash-tags): Remove more white space before <pre_int> image
204         spacers.
205         (gnus-html-wash-tags): Decode entities at the end, so that entities
206         inside the tags don't mess up the rest of the "parsing".
207
208         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
209         so that nnimap methods aren't agentized by default.  There's apparently
210         many problems related to agent/imap behaviour.
211
212         * gnus-art.el (gnus-article-copy-string): New command and key binding.
213
214         * gnus-html.el: Doc fix.
215
216 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
219         specifier-spec-list for Emacs 21.
220
221         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
222         glyph-width and glyph-height instead of display-graphic-p and
223         image-size; make avoidance of displaying small images work for XEmacs.
224
225         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
226         for XEmacs.
227
228         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
229         of symbol that holds plist data.
230         (gnus-process-plist): Remove plist of process after getting it.
231
232 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
233
234         * message.el (message-generate-hashcash): Change default to
235         'opportunistic if hashcash is installed.
236
237         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
238         (gnus-html-put-image): Only call image-size once, since it's somewhat
239         time-consuming on remote X servers.
240
241 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
244         type on data, not a file name.
245
246         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
247         window-pixel-edges for Emacs 21.
248
249         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
250         decoded contents.
251         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
252
253 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
256         group line format, since it isn't very interesting.
257
258         * gnus-agent.el (gnus-agent-short-article),
259         (gnus-agent-long-article): Increase values for these two variables,
260         since most people are likely to have more network connection and
261         storage than before.
262
263         * gnus.el (gnus-refer-article-method): Change default to 'current.
264         When referring an article, the common behaviour is to refer it from the
265         current select method, not the native select method.  The chances of
266         the native select method having the message in question is rather slim
267         these days.
268
269         * gnus-sum.el (gnus-auto-select-subject): Change default to
270         `unseen-or-unread'.  I think it's likely that most people want to
271         select an unseen article over a previously seen, but unread one.
272
273         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
274         means that in the article buffer none of the minor mode elements will
275         be shown, usually, and this is not desirable in most cases.
276
277         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
278         that commands like `d' (and the like) go to the next line in the
279         buffer, instead of the next unread article.  I think this is the
280         behaviour that is most natural for most users.
281         (gnus-single-article-buffer): Change default to nil, so that people can
282         have as many article buffers open as they have summary buffer.  I think
283         this is the most natural way for the groups to behave.
284
285         * message.el (message-generate-new-buffers): Change default to
286         `unsent', so that all new message buffers start their names with the
287         string "*unsent", and it's easier to find the buffers if you move from
288         them.
289
290 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291
292         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
293         small. They're probably tracking images.
294         (gnus-html-wash-tags): Remove all <pre_int> place holders.
295         (gnus-html-rescale-image): Yet another try at getting the image sizing
296         right.
297
298         * nntp.el (nntp-request-set-mark): Refuse to do marks if
299         nntp-marks-file-name is nil.
300
301 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
302
303         * gnus-html.el (gnus-html-wash-tags)
304         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
305         Better logging.
306
307 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
308
309         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
310
311         * gnus-html.el (gnus-html-wash-tags): Check the value of
312         gnus-blocked-images in the summary buffer.
313
314 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
315
316         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
317
318 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
321         like "a", it seems like.
322         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
323         since it needs to be picked from the correct buffer.
324
325         * nnwfm.el: Removed.
326
327         * nnlistserv.el: Removed.
328
329 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
330
331         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
332         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
333
334 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * nnkiboze.el: Removed.
337
338         * nndb.el: Removed.
339
340         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
341         alt text.
342         (gnus-html-rescale-image): Try to get the rescaling logic right for
343         images that are just wide and not tall.
344
345         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
346         overshadow variable bindings.
347
348 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
349
350         * gnus-html.el (gnus-html-wash-tags)
351         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
352         extra logging.
353
354 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
357         (gnus-max-image-proportion): New variable.
358         (gnus-html-rescale-image): New function.
359         (gnus-html-put-image): Rescale images.
360
361 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
362
363         Fix up some byte-compiler warnings.
364         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
365         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
366         (gnus-article-fill-cited-article, gnus-article-hide-citation)
367         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
368         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
369         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
370         (gnus-group-update-group): Use save-excursion and with-current-buffer.
371
372 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * gnus-html.el (gnus-article-html): Decode contents by charset.
375
376 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
379         (gnus-html-frame-width, gnus-blocked-images)
380         * message.el (message-prune-recipient-rules): Add custom version.
381         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
382
383         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
384         functions.
385
386         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
387         gnus-process-get.
388
389 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
390
391         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
392         instead of lsub directly.
393
394 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * nnwarchive.el: Removed.
397
398         * gnus-soup.el: Removed.
399
400         * nnsoup.el: Removed.
401
402         * nnultimate.el: Removed.
403
404         * gnus-html.el (gnus-blocked-images): New variable.
405
406         * message.el (message-prune-recipients): New function.
407         (message-prune-recipient-rules): New variable.
408
409         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
410         guess whether a long line is natural text or not.
411
412         * gnus-html.el (gnus-html-schedule-image-fetching): Use
413         gnus-process-plist and friends for compatibility.
414
415 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
416
417         * gnus-html.el: Require packages that define macros used in this file.
418         (gnus-article-mouse-face): Declare to silence byte-compiler.
419         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
420         process-get.
421         (gnus-html-put-image): Use plist-get to avoid getf.
422         (gnus-html-prefetch-images): Use with-current-buffer.
423
424 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * gnus-ems.el: Provide compatibility functions for
427         gnus-set-process-plist.
428
429         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
430         header-line-format for XEmacs 21.4.
431
432         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
433         * gnus.el (gnus-valid-select-methods)
434         * message.el (message-send-mail-partially-limit)
435         * mm-decode.el (mm-text-html-renderer)
436         * mml.el (mml-insert-mime-headers-always)
437         * smiley.el (smiley-regexp-alist): Bump custom version.
438
439 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * gnus-html.el: require mm-url.
442         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
443         with the url to `url'.
444         (gnus-html-wash-tags): Support cid: URLs/images.
445
446 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
449         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
450         bindings, as they aren't useful at all. `w' is moved to `W w'.
451
452         * gnus-move.el: Removed file, since it doesn't really work.
453
454         * gnus-html.el (gnus-article-html): Tell w3m that the input is
455         UTF-8. This seems to fix problems with some German web feeds.
456
457         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
458         at the top so that the proper colours are applied.
459
460         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
461         don't have dots in their names.
462
463         * gnus-art.el (gnus-article-view-part): Doc fix.
464
465         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
466         XEmacs-compatible.
467         (gnus-html-put-image): Don't do images on non-graphic displays.
468
469         * nnslashdot.el: Removed this unused backend.
470
471         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
472         actions.
473         (gnus-undo-register-1): Revert last change.
474
475         * gnus-group.el (gnus-group-completing-read): Protect against not
476         having completion-styles bound.
477
478         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
479         make broken recipients happier.
480
481         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
482
483         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
484         point parameter.
485
486         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
487
488         * gnus-group.el (gnus-group-completing-read): Add 'substring to
489         completion-styles for group selection.
490
491 2009-02-04  Andreas Schwab  <schwab@suse.de>
492
493         * gnus-score.el (gnus-score-string): Fix regex for matching extra
494         headers and regexp-quote the match if necessary.
495
496 2009-03-24  Miles Bader  <miles@gnu.org>
497
498         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
499         the blinking smiley.
500
501 2009-03-24  Simon Josefsson  <simon@josefsson.org>
502
503         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
504         blink smiley.
505
506 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
509         where the dribbel file lives exists.
510
511         * message.el (message-send-mail-partially-limit): Change the default to
512         nil, since most people don't want this.
513
514         * mm-url.el (mm-url-decode-entities): Also decode entities like
515         &#x3212.
516
517 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
518
519         * gnus-sum.el (gnus-summary-idna-message):
520         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
521         Hyperlink urls in docstrings with URL `...'.
522
523 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
524
525         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
526         functions.
527
528 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
531         say what the mouseover text should be.
532
533         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
534         version of the mm-w3m-safe-url-regexp variable to only download images
535         in the groups where we want that to happen.
536
537         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
538
539         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
540         easier debugging.
541         (gnus-article-beginning-of-window): Add kludge to allow spacing past
542         big pictures in the article buffer.
543
544         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
545         gnus-article-html.
546         (mm-text-html-renderer): gnus-article-html needs curl in addition to
547         w3m.
548
549         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
550
551 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
552
553         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
554         which doesn't exist.
555
556         * message.el (message-inhibit-ecomplete): New variable to allow some
557         function to inhibit ecomplete address storage.
558         (message-resend): Disable ecomplete message storage when resending
559         messages.
560
561         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
562
563 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
566         Save excursion while copying, moving, and deleting articles in order to
567         prevent the cursor from jumping to unforeseen place.
568
569 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * lpath.el: No need to bind bookmark-current-buffer,
572         bookmark-yank-point and bookmark-make-record-function.
573
574 2010-08-17  Glenn Morris  <rgm@gnu.org>
575
576         * gnus-sync.el: Require gnus components whose functions are used.
577
578         * gnus-art.el (bookmark-make-record-function):
579         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
580         Declare for compiler.
581
582         * mm-url.el (mml-compute-boundary): Autoload.
583
584 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
587
588 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
589
590         Typo fix "hoo4a" -> "hook".
591
592         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
593
594 2010-08-14  Glenn Morris  <rgm@gnu.org>
595
596         * gnus-sync.el (gnus-sync): Fix defgroup version.
597
598 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
599
600         Doc fixes and keep unknown groups (ammended for nunion bug fix).
601
602         * gnus-sync.el: Fix docs.
603         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
604         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
605
606 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
607
608         Optimizations for gnus-sync.el.
609
610         * gnus-sync.el: Add docs about gnus-sync-backend
611         possibilities.
612         (gnus-sync-save): Remove unnecessary message.
613         (gnus-sync-read): Optimize and show what groups were skipped.
614
615 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
616
617         Minor bug fixes for gnus-sync.el.
618
619         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
620         read the sync on get-new-news.
621
622         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
623         quiet.
624
625         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
626
627 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
628
629         Make saving and restoring of hidden threads work with overlays.
630         Patch applied by Ted Zlatanov.
631
632         * gnus-sum.el (gnus-hidden-threads-configuration)
633         (gnus-restore-hidden-threads-configuration): Update to deal with text
634         properties, rather than searching for a magic character.
635
636 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
637
638         New gnus-sync.el library for synchronization of marks.
639
640         * gnus-sync.el: New library for synchronization of marks.
641
642         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
643         renamed from `gnus-registry-grep-in-list'.
644
645         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
646
647         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
648
649 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
652         determining charset of text fails.
653
654 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
655
656         * nnmail.el (nnmail-get-new-mail-1): Revert.
657
658         * nnml.el (nnml-active-number): Make sure names of newly created groups
659         in nnml-group-alist are encoded.
660
661 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
664         containing non-ASCII characters in active file for nnml back end.
665
666 2010-07-24  David Engster  <dengste@eml.cc>
667
668         * mml-smime.el (mml-smime-epg-verify): Also accept the older
669         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
670
671 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
672
673         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
674         tag (Bug#6654).
675
676 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
679         the article buffer, not the summary buffer.
680
681 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
684         Emacs 23 as well.
685
686 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
689         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
690
691 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
692
693         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
694         Patch applied by Karl Fogel.
695
696         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
697         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
698
699 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
700
701         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
702         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
703         C-w still not working correctly from Article buffers; Thierry's
704         patch to fix that will be applied after this.
705
706         * gnus-art.el (bookmark-make-record-function): New local variable.
707
708         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
709         article buffer.
710         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
711
712 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
713
714         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
715         on changes in bookmark.el.
716
717 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
720         `no-log' instead of message not to log prompt string.
721
722 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
723
724         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
725         the *other* type of HTML form submission.
726
727 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
728
729         * auth-source.el (auth-source-pick): If choice does not contain a
730         questioned keyword, set the check to t.
731
732 2010-06-12  Romain Francoise  <romain@orebokech.com>
733
734         * gnus-util.el (gnus-date-get-time): Move up before first use.
735
736 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
739         (gnus-article-edit-part): Bind it to make last part that is substituted
740         or deleted visible.
741         (gnus-mime-display-single): Buttonize part of which id equals to
742         gnus-mime-buttonized-part-id.
743
744 2010-06-10  Dan Christensen  <jdc@uwo.ca>
745
746         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
747         (gnus-dd-mmm): Use gnus-date-get-time.
748         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
749         simplify logic.
750         (gnus-summary-limit-to-age): Use gnus-date-get-time.
751         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
752
753 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
754
755         * auth-source.el (top): Autoload `secrets-list-collections',
756         `secrets-create-item', `secrets-delete-item'.
757         (auth-sources): Fix tag string.
758         (auth-get-source, auth-source-retrieve, auth-source-create)
759         (auth-source-delete): New defuns.
760         (auth-source-pick): Rewrite in order to avoid 2 passes.
761         (auth-source-forget-user-or-password): New parameter USERNAME.
762         (auth-source-user-or-password): New parameters CREATE-MISSING and
763         DELETE-EXISTING.  Retrieve password interactively, if needed.
764
765 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
766
767         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
768         deleting unused directories when gnus-expert-user is t.
769
770 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
773         for each temp file when gnus-article-browse-delete-temp is ask.
774
775 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
776
777         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
778         Lisp calls to delete-backward-char by calls to delete-char.
779
780 2010-05-20  Kevin Ryde  <user42@zip.com.au>
781
782         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
783
784 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
785
786         * password-cache.el (password-cache-remove): Fix docstring.
787
788 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
791         article unless decoding article to be saved.
792
793 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
796         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
797         generated within the mm-with-unibyte-current-buffer macro.
798
799 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
802         to nil when we're in a mml-preview buffer and no group is selected.
803
804 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
805
806         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
807         when catching the `C-g'.  Reported by "Leo".
808
809 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * message.el (message-forward-make-body-plain)
812         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
813         multibyte-string-p.
814
815         * lpath.el: Revert.
816
817 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * message.el (message-forward-make-body-mml): Assume original message
820         is multibyte string; error on unibyte.
821         (message-forward-make-body-plain): Ditto; don't add excessive newline
822         in body end.
823
824         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
825
826 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
827
828         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
829         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
830
831 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * mm-extern.el (mm-extern-url): Don't use
834         mm-with-unibyte-current-buffer.
835         (mm-extern-cache-contents): Use with-current-buffer instead of
836         save-excursion + set-buffer.
837
838 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * mm-util.el (mm-emacs-mule): Remove.
841
842 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
843
844         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
845         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
846         change.
847
848 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
851         bind the default value of enable-multibyte-characters to nil.
852
853 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * message.el (message-forward-make-body-plain)
856         (message-forward-make-body-mml):
857         Don't use mm-with-unibyte-current-buffer.
858
859 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
860
861         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
862
863 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
864
865         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
866         (Bug#5592).
867
868 2010-05-07  Julien Danjou  <julien@danjou.info>
869
870         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
871         it to mm-pipe-part.
872
873         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
874         it is given.
875
876 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
877
878         * binhex.el (binhex-decode-region-internal)
879         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
880         (dns-query)
881         * nnweb.el (nnweb-gmane-search)
882         * pgg-parse.el (pgg-parse-armor)
883         * pgg.el (pgg-verify-region)
884         * sha1.el (sha1-string-external)
885         * uudecode.el (uudecode-decode-region-internal)
886         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
887         XEmacs.
888
889         * gnus-art.el (gnus-article-browse-html-parts)
890         * gnus-group.el (gnus-read-ephemeral-gmane-group)
891         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
892         make-temp-file.
893
894         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
895         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
896         compiling.
897
898         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
899         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
900         XEmacs when compiling.
901
902         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
903         gnus-pick-mode-off-hook for XEmacs when compiling.
904         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
905         gnus-binary-mode-off-hook for XEmacs when compiling.
906
907         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
908         nil if char-charset is not available.
909
910         * imap.el (imap-disable-multibyte)
911         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
912         macros.
913
914         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
915         instead of encode-coding-string.
916
917         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
918         'xemacs) instead of mm-emacs-mule to switch function definitions.
919         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
920
921         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
922         bind temporary-file-directory for XEmacs;
923         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
924         timer-set-function for XEmacs 21.4 and SXEmacs;
925         bind timer-list for XEmacs 21.4 and SXEmacs;
926         fbind char-charset and find-charset-region for non-Mule XEmacs;
927         fbind decode-coding-region, decode-coding-string, detect-coding-region,
928         encode-coding-region and encode-coding-string for XEmacs having no
929         file-coding feature.
930
931 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
932
933         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
934
935 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
938         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
939
940 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
941
942         * mm-util.el (mm-decompress-buffer): Use `delete-file';
943         alias `jka-compr-delete-temp-file' no longer exists.
944
945 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
946
947         Use define-minor-mode in Gnus where applicable.
948         * mml.el (mml-mode): Use define-minor-mode.
949         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
950         (gnus-undo-mode): Use define-minor-mode.
951         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
952         (gnus-dead-summary-mode): Use define-minor-mode.
953         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
954         Initialize in declaration.
955         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
956         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
957         (gnus-mailing-list-mode): Use define-minor-mode.
958         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
959         (gnus-draft-mode): Use define-minor-mode.
960         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
961         (gnus-dired-mode): Use define-minor-mode.
962
963 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
964
965         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
966         handles on recursive mml-to-mime translation and check them for
967         boundary delimiter collisions.  Reported by Greg Troxel.
968
969 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
972
973 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
974
975         * mm-util.el (mm-find-buffer-file-coding-system):
976         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
977
978 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
979
980         * message.el (message-generate-headers): Record insertion of optional
981         headers as well.  Otherwise the check to prevent repeated insertion of
982         optional headers is a no-op.
983
984 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
985
986         * smime.el: Don't mention CVS.
987
988         * nnrss.el (nnrss-fetch): Don't mention CVS.
989
990         * nnir.el: Don't mention CVS.
991
992 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
993
994         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
995
996 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * lpath.el: Fbind bookmark-default-handler,
999         bookmark-get-bookmark-record, bookmark-make-record-default,
1000         bookmark-prop-get for Emacs <23 and XEmacs.
1001
1002 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1003
1004         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1005         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1006         Use with-current-buffer to silence the byte-compiler.
1007         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1008         bother to require `gnus'.
1009         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1010
1011 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1012
1013         * gnus-sum.el (gnus-summary-bookmark-make-record)
1014         (gnus-summary-bookmark-jump): New functions.
1015         (gnus-summary-mode): Setup bookmark support.
1016
1017 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1018
1019         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1020         if set.
1021
1022 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1025         gnus-article-browse-html-save-cid-image; make it work recursively for
1026         forwarded messages as well.
1027         (gnus-article-browse-html-parts): Work when prefix arg is given.
1028         (gnus-article-browse-html-article): Doc fix.
1029
1030 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1031
1032         * message.el (message-default-mail-headers):
1033         (message-default-headers): Carry the value mail-default-headers over
1034         into message-default-mail-headers, rather than message-default-headers.
1035
1036 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1037
1038         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1039         charset.
1040
1041         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1042         charset into the <meta> tag when the article is encoded to utf-8.
1043
1044 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1047         directories as well.
1048         (gnus-article-browse-html-parts): Work for images that do not specify
1049         file names; delete temp directory when quitting; insert header at the
1050         right place; use file: scheme for image files.
1051
1052 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1053
1054         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1055         (gnus-article-browse-html-parts): Use it to make temporary cid image
1056         files in addition to html file so that browser may display them.
1057
1058 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1061
1062 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1063
1064         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1065
1066 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1067
1068         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1069         about Secret Service API sources.  Improve Customize options.
1070         (auth-source-pick): Change to accept any number of search parameters.
1071         Implement fallbacks iteratively, not recursively.  Add scoring on the
1072         second pass and sort by score.  Call Secret Service API when needed.
1073         (auth-source-user-or-password): Use it.  Call Secret Service API
1074         directly when needed to get the user name and the password.
1075
1076 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1077
1078         * message.el (message-interactive): Doc fix.
1079         (message-qmail-inject-args): Reflow.
1080         (message-kill-to-signature): Fix typo in docstring.
1081
1082         * smiley.el (smiley-buffer): Fix typo in docstring.
1083
1084 2010-03-24  Glenn Morris  <rgm@gnu.org>
1085
1086         * mail-source.el (gnus-message): Declare.
1087         (mail-source-delete-old-incoming): Require gnus-util.
1088
1089 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1092
1093         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1094
1095         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1096         password-cache's default if it is not bound.
1097         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1098         password-cache-expiry's default if it is not bound.
1099
1100         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1101         available in Emacs 21.
1102
1103         * lpath.el: Suppress compiler warnings for:
1104         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1105         XEmacs;
1106         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1107         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1108         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1109
1110 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1111
1112         * auth-source.el (auth-sources): Fix up definition so extra parameters
1113         are always inline.
1114
1115 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1116
1117         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1118         wasn't updated after mismatch.  Clear cached mailbox info correctly
1119         when uidvalidity changes.
1120         (nnimap-group-prefixed-name): New function to avoid some code
1121         duplication.
1122         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1123         (nnimap-request-group): Use it.
1124         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1125         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1126         with many imap folders.  This is done by caching the group status from
1127         the imap server persistently in a group parameter `imap-status'.  (This
1128         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1129         but not persistently, so every Gnus startup was still very slow.)
1130
1131 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1132
1133         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1134         delete the extra newline.  Otherwise editing of :string and :number
1135         types don't work.
1136
1137 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1138
1139         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1140         secrets.el dependency.
1141         (auth-sources): Add optional user name.  Add secrets.el configuration
1142         choice (unused right now).
1143
1144 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1145
1146         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1147         `gnus-registry-install-shortcuts' fill in the functions.
1148
1149         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1150         warnings.
1151         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1152         (gnus-registry-install-shortcuts): Populate and use it in a
1153         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1154
1155 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1156
1157         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1158         In-place substitutions for the group name encoding/decoding.
1159         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1160         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1161         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1162         (nnimap-update-unseen, nnimap-request-list)
1163         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1164         (nnimap-request-set-mark, nnimap-split-to-groups)
1165         (nnimap-split-articles, nnimap-request-newgroups)
1166         (nnimap-request-create-group, nnimap-request-accept-article)
1167         (nnimap-request-delete-group, nnimap-request-rename-group)
1168         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1169         `encoded-mbx' for consistency.
1170         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1171         variable `imap-current-mailbox'.
1172
1173         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1174         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1175
1176 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1177
1178         * pop3.el (pop3-display-message-size-flag): Display message size byte
1179         counts during POP3 download.
1180         (pop3-movemail): Use it.
1181         (pop3-list): Implement listing of available messages.
1182
1183 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1184
1185         * nnir.el (nnir-get-article-nov-override-function): New function to
1186         override the normal NOV retrieval.
1187         (nnir-retrieve-headers): Use it.
1188
1189 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1190
1191         * auth-source.el (netrc-machine-user-or-password): Autoload.
1192
1193 2010-03-19  Glenn Morris  <rgm@gnu.org>
1194
1195         Stop message.el from loading about 40 libraries it doesn't always need.
1196         The general approach is to autoload rather than require, and to
1197         require in the specific functions rather than the file.  (Bug#5642)
1198
1199         * gmm-utils.el: Don't require wid-edit.
1200         (widget-create-child-value, widget-convert, widget-default-get):
1201         Autoload.
1202
1203         * gnus-util.el: Don't require time-date, netrc.
1204         (message-fetch-field, gnus-group-name-decode): Declare rather than
1205         autoloading.
1206         (gnus-fetch-field): Require message.
1207         (gnus-decode-newsgroups): Require gnus-group.
1208
1209         * ietf-drums.el: Don't require time-date.
1210
1211         * message.el: Don't require hashcash, canlock, ecomplete.
1212         Do require mail-utils.  Require nnheader only when compiling.
1213         (smtpmail-default-smtp-server): Remove declaration.
1214         (message-send-mail-function): Check smtpmail-default-smtp-server
1215         is bound rather than requiring smtpmail.
1216         (message-auto-save-directory, message-insert-signature): Use
1217         expand-file-name rather than nnheader-concat.
1218         (nnheader-insert-file-contents): Autoload.
1219         (hashcash-wait-async): Declare.
1220         (message-send-mail): Only call gnus-setup-posting-charset if
1221         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1222         (message-send-mail-with-sendmail): Require sendmail.
1223         (canlock-password, canlock-password-for-verify): Declare.
1224         (message-canlock-password): Require canlock.
1225         (nnheader-get-report): Autoload.
1226         (gnus-setup-posting-charset): Declare.
1227         (message-send-news): Require gnus-msg.
1228         (message-make-references, message-make-in-reply-to): Use mail-header-id
1229         rather than the alias mail-header-message-id.
1230         (ecomplete-add-item, ecomplete-save): Declare.
1231         (message-put-addresses-in-ecomplete): Require ecomplete.
1232         (ecomplete-display-matches): Autoload.
1233
1234         * mm-decode.el: Don't require mailcap, gnus-util.
1235         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1236         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1237         Autoload.
1238         (mailcap-mime-extensions): Declare.
1239
1240         * mm-encode.el: Don't require mailcap.
1241         (mailcap-extension-to-mime): Autoload.
1242
1243         * mml-sec.el: Don't require password-cache.
1244
1245         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1246         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1247         (mml-minibuffer-read-type): Require mailcap.
1248         (mml-preview): Require gnus-msg.
1249
1250         * mml1991.el: Require password-cache.
1251         (password-cache-expiry): Remove declaration.
1252
1253         * mml2015.el: Require password-cache.
1254         (password-cache-expiry): Remove declaration.
1255
1256         * nneething.el (mailcap): Require mailcap.
1257
1258         * nnheader.el (declare-function): Add compatibility stub.
1259         (message-remove-header): Declare rather than autoload.
1260         (nnheader-replace-header): Require message.
1261
1262         * nnimap.el (declare-function): Add compatibility stub.
1263         (netrc-parse, netrc-machine-user-or-password): Declare.
1264         (nnimap-open-connection): Require netrc.
1265
1266         * nntp.el (declare-function): Add compatibility stub.
1267         (netrc-parse, netrc-machine, netrc-get): Declare.
1268         (nntp-send-authinfo): Require netrc.
1269
1270         * rfc2047.el: Don't require qp.
1271         (quoted-printable-encode-region, quoted-printable-decode-string):
1272         Autoload.
1273
1274         * sieve-mode.el: Don't require easymenu.
1275         (easy-menu-add-item): Autoload it.
1276
1277         * spam-stat.el (time-to-number-of-days): Autoload it.
1278
1279 2010-03-19  Glenn Morris  <rgm@gnu.org>
1280
1281         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1282
1283 2010-03-18  Glenn Morris  <rgm@gnu.org>
1284
1285         * hashcash.el (declare-function): Remove duplicate definition.
1286
1287 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1288
1289         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1290         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1291         value if any backslash escapes).
1292
1293 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1296         if it is available.  (bug#5647)
1297
1298         * lpath.el: Suppress compiler warning for coding-system-from-name for
1299         Emacs 21 and XEmacs.
1300
1301 2010-03-14  Juri Linkov  <juri@jurta.org>
1302
1303         * hmac-def.el:
1304         * hmac-md5.el:
1305         * netrc.el: Fix keywords.
1306
1307 2010-02-26  Glenn Morris  <rgm@gnu.org>
1308
1309         * message.el (message-send-mail-function): Change the default, so that
1310         it inherits from a customized send-mail-function.  (Bug#5643)
1311
1312 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1313
1314         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1315         shell-command-to-string signals an error (bug#5299).
1316
1317 2010-02-24  Glenn Morris  <rgm@gnu.org>
1318
1319         * message.el (message-smtpmail-send-it)
1320         (message-send-mail-with-mailclient): Doc fixes.
1321
1322 2010-02-16  Glenn Morris  <rgm@gnu.org>
1323
1324         * message.el (message-default-mail-headers): Change the default value
1325         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1326
1327 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1330         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1331
1332 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1333
1334         * time-date.el (date-to-time): Doc fix (Bug#5408).
1335
1336 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1337
1338         * message.el (message-mail): Just pass yank-action on to message-setup.
1339         (message-setup): Handle (FUN . ARGS) form of yank-action.
1340         (message-with-reply-buffer, message-widen-reply)
1341         (message-yank-original): Handle non-buffer values of
1342         message-reply-buffer (Bug#4080).
1343         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1344
1345 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1346
1347         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1348         Fix typo in docstring.
1349
1350 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1351
1352         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1353         response.
1354
1355 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1358
1359         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1360
1361         * message.el (message-check-news-header-syntax): Protect against a
1362         string that `rfc822-addresses' returns when parsing fails.
1363
1364 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1367         (gnus-previous-char-property-change): New functions.
1368
1369         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1370
1371 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1372
1373         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1374         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1375
1376 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1377
1378         * message.el (message-exchange-point-and-mark): Rework last change to
1379         avoid using optional arg of exchange-point-and-mark, for backward
1380         compatibility.
1381
1382 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1383
1384         * message.el (message-exchange-point-and-mark): Call
1385         exchange-point-and-mark with an argument rather than setting
1386         mark-active by hand (Bug#5175).
1387
1388 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * nntp.el (nntp-service-to-port): Work for service expressed with
1391         numeric string; replace [:digit:] with [0-9] for XEmacs.
1392
1393 2009-12-17  Glenn Morris  <rgm@gnu.org>
1394
1395         * gnus-group.el (gnus-bug-group-download-format-alist):
1396         Change emacs entry to debbugs.gnu.org.  Bump :version.
1397
1398 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1399
1400         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1401
1402 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1403
1404         * message.el (message-info): Explain why we use `Info-goto-node'.
1405
1406 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1409
1410 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1411
1412         * message.el (message-completion-in-region): New compatibility function.
1413         (message-expand-group): Use it.
1414
1415 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1418         with no unread article should be listed if the 2nd arg `predicate' is
1419         given.
1420
1421 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1424
1425 2009-11-29  Juri Linkov  <juri@jurta.org>
1426
1427         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1428         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1429         on `gnus-recenter'. (Bug#4698, Bug#4981)
1430
1431 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1432
1433         * sha1.el (sha1-string-external): default-directory "/" in case
1434         otherwise non-existent.  process-connection-type pipe for touch of
1435         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1436
1437 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1438
1439         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1440         it's comms related and sgml-mode.el has "comm" on that basis too.
1441
1442 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1445         containing tspecial characters if they have been already quoted.
1446
1447 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1448
1449         * dns-mode.el (auto-mode-alist): Purecopy string.
1450
1451 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1452
1453         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1454
1455 2009-10-24  Glenn Morris  <rgm@gnu.org>
1456
1457         * gnus-art.el (help-xref-stack-item): Define for compiler.
1458
1459 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1460
1461         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1462
1463 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1466
1467 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1470         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1471
1472 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1475         (gnus-overlays-in): New alias to overlays-in.
1476
1477         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1478         gnus-overlay-get, and gnus-delete-overlay.
1479         (gnus-summary-show-thread): Make it work as well for systems in which
1480         next-single-char-property-change is not available.
1481         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1482
1483         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1484         (gnus-overlay-get): New alias to extent-property.
1485         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1486
1487         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1488         SXEmacs.
1489
1490         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1491         SXEmacs.
1492
1493 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1494
1495         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1496
1497 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1498
1499         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1500         and XEmacs that don't have `remove-overlays'.
1501
1502 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1503
1504         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1505         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1506         selective display.  Use overlays instead.
1507
1508 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1509
1510         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1511
1512 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1513
1514         * spam-stat.el (spam-stat-load): Fix typo in message.
1515
1516 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1517
1518         * dig.el (dig-invoke): Fix typo in docstring.
1519         (query-dig): Reflow docstring.
1520
1521 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1522
1523         * gnus-art.el (gnus-article-encrypt-body):
1524         * message.el (message-check-recipients):
1525         * mm-util.el (mm-codepage-setup):
1526         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1527         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1528
1529 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1530
1531         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1532         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1533         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1534         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1535         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1536
1537 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1538
1539         * dig.el: Add "Keywords: comm", as per net-utils.el.
1540
1541 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1542
1543         * dig.el (dig-mode): Use define-derived-mode.
1544
1545 2009-09-19  Glenn Morris  <rgm@gnu.org>
1546
1547         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1548
1549 2009-09-18  Glenn Morris  <rgm@gnu.org>
1550
1551         * gnus-diary.el (gnus-diary-check-message):
1552         * message.el (message-insert-formatted-citation-line):
1553         * nnbabyl.el (top-level):
1554         * nndiary.el (nndiary-schedule):
1555         Fix typos in condition-case handlers.
1556
1557 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1560         configuration that provides the sole article window in a frame;
1561         position point correctly after deleting a part.
1562
1563 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1564
1565         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1566         (spam-resolve-registrations-routine): Use it to unregister articles
1567         that change status.
1568
1569 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1572         with XEmacs.
1573         (parse-time-string-chars): Use it.
1574
1575 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1576
1577         * imap.el (imap-interactive-login): Better messages.
1578         (imap-open): Fix bug with renamed buffer on reconnect.
1579         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1580         for easier debugging and cleaner code.  On successful (guessed based on
1581         server capabilities) secondary authentication, set imap-state
1582         correctly.
1583         (imap-last-authenticator): Define imap-last-authenticator as a variable
1584         to avoid warnings.
1585
1586 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * nnrss.el (nnrss-request-article): Remove binding of
1589         default-enable-multibyte-characters that has gotten needless by
1590         the 2007-07-13 change in rfc2047-encode-message-header.
1591
1592         * mml.el (mml-insert-multipart): Error on the message header.
1593         (mml-insert-part): Error on the message header; position point at
1594         the end of a MIME tag.
1595
1596 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * time-date.el (autoload): Expand define-obsolete-function-alias into
1599         defalias and make-obsolete for old Emacsen that Gnus supports.
1600         (with-no-warnings): Define it for old Emacsen.
1601         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1602         is available.
1603         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1604         float-time is available; suppress compile warning for time-to-seconds.
1605
1606         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1607         (gnus-float-time): Alias to float-time if it exists.
1608
1609         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1610         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1611         float-time is available; suppress compile warning for time-to-seconds.
1612
1613         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1614         XEmacs.
1615
1616 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1617
1618         * imap.el (imap-message-map): Docstring fix.
1619
1620 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1623         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1624         Add the optional argument `encoding' that overrides the default.
1625
1626         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1627         mm-encode-buffer.
1628
1629 2009-09-04  Glenn Morris  <rgm@gnu.org>
1630
1631         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1632         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1633         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1634         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1635         * mm-util.el (mm-with-unibyte-current-buffer)
1636         (mm-find-buffer-file-coding-system):
1637         * yenc.el (yenc-decode-region): Use default-value rather than
1638         default-enable-multibyte-characters.
1639
1640 2009-09-03  Glenn Morris  <rgm@gnu.org>
1641
1642         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1643         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1644         than default-enable-multibyte-characters.
1645
1646 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1647
1648         * gnus-art.el (gnus-article-read-summary-keys):
1649         Fix gnus-buffer-configuration's value temporarily used.
1650
1651 2009-09-02  Glenn Morris  <rgm@gnu.org>
1652
1653         * gnus-util.el (gnus-float-time): New function.
1654         * gnus-delay.el (gnus-delay-article):
1655         * gnus-sum.el (gnus-thread-latest-date):
1656         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1657         * nnspool.el (nnspool-request-newgroups):
1658         Use gnus-float-time rather than time-to-seconds.
1659         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1660
1661         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1662         (gnus-header-subject-face, gnus-header-newsgroups-face)
1663         (gnus-header-name-face, gnus-header-content-face):
1664         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1665         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1666         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1667         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1668         (gnus-cite-face-11):
1669         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1670         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1671         (gnus-server-closed-face, gnus-server-denied-face)
1672         (gnus-server-offline-face):
1673         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1674         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1675         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1676         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1677         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1678         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1679         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1680         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1681         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1682         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1683         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1684         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1685         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1686         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1687         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1688         (gnus-summary-high-undownloaded-face)
1689         (gnus-summary-low-undownloaded-face)
1690         (gnus-summary-normal-undownloaded-face)
1691         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1692         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1693         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1694         (gnus-splash-face):
1695         * message.el (message-header-to-face, message-header-cc-face)
1696         (message-header-subject-face, message-header-newsgroups-face)
1697         (message-header-other-face, message-header-name-face)
1698         (message-header-xheader-face, message-separator-face)
1699         (message-cited-text-face, message-mml-face):
1700         * sieve-mode.el (sieve-control-commands-face)
1701         (sieve-action-commands-face, sieve-test-commands-face)
1702         (sieve-tagged-arguments-face):
1703         * spam.el (spam-face):
1704         Mark face aliases with "-face" in the name as obsolete.
1705
1706 2009-09-01  Glenn Morris  <rgm@gnu.org>
1707
1708         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1709         than goto-line.
1710
1711 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1714         Don't move point if the command is invoked inside the message header.
1715
1716 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1717
1718         * imap.el (imap-send-command): Simplify.
1719         (imap-wait-for-tag): point-max -> buffer-size.
1720
1721 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1722
1723         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1724         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1725         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1726         * nnir.el (nnir-swish-e-index-file):
1727         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1728         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1729         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1730         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1731         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1732         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1733
1734 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1737         Don't save excursion.
1738
1739 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1740
1741         * nnheader.el (nnheader-find-file-noselect):
1742         * mm-util.el (mm-insert-file-contents):
1743         Use (default-value 'major-mode) instead of default-major-mode.
1744
1745 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1746
1747         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1748
1749 2009-08-26  Glenn Morris  <rgm@gnu.org>
1750
1751         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1752         than placing in files.el.
1753
1754 2009-08-25  Glenn Morris  <rgm@gnu.org>
1755
1756         * nnir.el (top-level): Don't require cl at run-time.
1757         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1758         Replace cl-function substitute with gnus-replace-in-string.
1759         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1760         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1761         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1762         simplified expansions.
1763
1764 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1765
1766         * dig.el (dig): Add autoload cookie.
1767
1768 2009-08-22  Glenn Morris  <rgm@gnu.org>
1769
1770         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1771         goto-line.
1772
1773 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1774
1775         * parse-time.el (parse-time-string-chars): Save match data.
1776
1777 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1778
1779         * parse-time.el (parse-time-string-chars): Compute using character
1780         classes, to handle non-ascii characters (Bug#3190).
1781
1782 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1785
1786         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1787         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1788         (gnus-mm-display-part, gnus-mime-display-single)
1789         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1790         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1791
1792         * gnus-sum.el
1793         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1794         (gnus-summary-move-article): Add expirable mark to articles copied or
1795         moved to group that has auto-expire turned on if the option is non-nil.
1796
1797 2009-07-24  Glenn Morris  <rgm@gnu.org>
1798
1799         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1800         Fix typo.  (Bug#3903)
1801
1802 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1805         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1806         that should not be used for draft articles.
1807         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1808         that has no concern in minor mode keys.
1809         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1810         Abolish.
1811
1812 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1815         article without making inquiry to a user for unknown encoding.
1816
1817         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1818         (nnmaildir--scan): Assume i-node and device number that file-attributes
1819         returns might be cons-cell.
1820
1821         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1822
1823         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1824
1825 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1826
1827         * auth-source.el: Remove docs now in auth.texi.  Don't use
1828         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1829         `auth-source-hide-passwords' and use them.
1830
1831 2009-07-15  Glenn Morris  <rgm@gnu.org>
1832
1833         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1834
1835 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1838         excessive whitespace from the default values of title and description.
1839
1840 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1843         mail-fetch-field to fetch Content-Description header in order to
1844         exclude newlines.
1845
1846 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1847
1848         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1849         format used by GnuPG 2.0.11.
1850
1851 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1852
1853         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1854         to deleted part.
1855
1856 2009-05-30  David Engster  <dengste@eml.cc>
1857
1858         * nnmairix.el: Remove old documentation in the commentary block.
1859         (nnmairix-request-group): Do not update active file for nnml back ends.
1860         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1861         end so that overview files are ignored.
1862         (nnmairix-update-groups): Make updating the groups more robust by using
1863         marks.
1864         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1865         with dollar characters in message-id.
1866
1867 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1868
1869         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1870         2008-12-25 in dns.el.
1871
1872 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1873
1874         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1875         could happen if the text is only composed of spaces and/or tabs.
1876
1877 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1878
1879         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1880         when sending a queued message to avoid extra mml tags.
1881
1882 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1885
1886 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1889         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1890         rmail-toggle-header for XEmacs;
1891         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1892
1893 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * gnus-dired.el: Remove autoload for gnus-setup-message.
1896         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1897         displaying Gnus logo; always use compose-mail.
1898
1899 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1902
1903 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1906         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1907         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1908         available.
1909         (gnus-nocem-epg-verify): New function.
1910
1911 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1912
1913         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1914
1915 2009-02-15  Glenn Morris  <rgm@gnu.org>
1916
1917         * gnus-util.el (rmail-insert-rmail-file-header)
1918         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1919         autoloads.
1920         (rmail-default-rmail-file): Remove unnecessary declaration.
1921         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1922
1923 2009-02-14  Glenn Morris  <rgm@gnu.org>
1924
1925         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1926         variable (only used in gnus-util, which declares it anyway).
1927         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1928         which was only needed by gnus-art (changed to not use it any more).
1929         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1930         only used in gnus-util, which autoloads it itself.
1931         (rmail-update-summary): Fix autoload.
1932
1933         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1934         rather than rmail-output-to-rmail-file.
1935
1936 2009-02-07  Glenn Morris  <rgm@gnu.org>
1937
1938         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1939         autoload of function that no longer exists.
1940         (rmail-toggle-header): Declare.
1941         (message-forward-rmail-make-body): Handle mbox Rmail.
1942
1943 2009-01-31  Glenn Morris  <rgm@gnu.org>
1944
1945         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1946         2009-01-09 change.
1947
1948 2009-01-31  Dave Love  <fx@gnu.org>
1949
1950         * imap.el (imap-fetch-safe): Bind debug-on-error.
1951         (imap-debug): Add imap-fetch-safe.
1952
1953 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1954
1955         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1956         (auth-source-forget-all-cached): New convenience function.
1957         (auth-source-user-or-password): Accept list of modes or a single mode.
1958
1959         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1960         auth-source modes.
1961
1962         * netrc.el (netrc-machine-user-or-password): Use list of
1963         auth-source modes.
1964
1965         * nnimap.el (nnimap-open-connection): Use list of
1966         auth-source modes.
1967
1968         * nntp.el (nntp-send-authinfo): Use list of
1969         auth-source modes.
1970
1971 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1972
1973         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1974         now.
1975
1976 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1977
1978         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1979         coding system in XEmacs; add a workaround for XEmacs.
1980
1981         * lpath.el: Fbind coding-system-aliasee.
1982
1983 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1986         of current-language-environment.
1987
1988 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1989
1990         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1991         available at runtime.
1992
1993 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1996
1997 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1998
1999         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2000         the greatest positive fixnum value doesn't work under an XEmacs with
2001         bignum support; use the most-positive-fixnum constant instead,
2002         available since Emacs 21.1 with cl and XEmacs 21.1.
2003
2004 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2007         XEmacs gets not to work.
2008
2009 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * mm-util.el (mm-coding-system-priorities): Allow the value like
2012         "Japanese (UTF-8)" of current-language-environment.
2013
2014 2009-01-09  Glenn Morris  <rgm@gnu.org>
2015
2016         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2017         with last-command-event.
2018
2019 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2020
2021         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2022         in the doc string.
2023
2024         * message.el (message-fix-before-sending): Amend comment.
2025
2026 2009-01-08  Dave Love  <fx@gnu.org>
2027
2028         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2029
2030 2009-01-07  David Engster  <dengste@eml.cc>
2031
2032         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2033         simplified server definitions by converting it via
2034         gnus-server-to-method.
2035
2036 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2039         parameter's operands.
2040
2041 2009-01-06  David Engster  <dengste@eml.cc>
2042
2043         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2044         primary select method (for gnus-group-mark-article-as-read).
2045
2046 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2047
2048         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2049         `(gnus)Face', not `(gnus)X-Face'.
2050
2051 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * mm-util.el (mm-ucs-to-char): New function.
2054
2055         * mm-url.el (mm-url-decode-entities): Use it.
2056
2057         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2058         unicode-to-char.
2059
2060 2009-01-05  Dave Love  <fx@gnu.org>
2061
2062         * time-date.el: Require cl for `declare'.
2063
2064 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2065
2066         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2067         Dave Love.
2068
2069 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2070
2071         * message.el (message-fix-before-sending): Add `eight-bit' to
2072         illegible-text check.
2073
2074 2009-01-03  Michael Olson  <mwolson@gnu.org>
2075
2076         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2077         `headers' is nil.  This can occur if the IMAP server does not have
2078         permissions to read messages from a folder, but can write new messages
2079         to the folder.
2080         (nnimap-request-article-part): Do not insert `data' if it is nil.
2081
2082         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2083         characters which will confuse `read', so skip past them.
2084
2085 2009-01-01  Dave Love  <fx@gnu.org>
2086
2087         * imap.el (imap-string-to-integer): Fix typo.
2088         (imap-fetch-safe): New function.
2089         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2090
2091         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2092
2093         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2094         (imap-parse-greeting): Fix doc strings.
2095         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2096         (imap-parse-flag-list): Make messages unique.
2097         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2098
2099         * nnimap.el: Fix author email.
2100         (nnimap-split-rule): Add FIXME comment.
2101         (nnimap-debug): Fix doc string.
2102
2103 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2104
2105         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2106
2107 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2108
2109         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2110         nslookup if resolv.conf isn't available.
2111         (dns-query): Rename from query-dns.
2112         (dns-query-cached): Rename from query-dns-cached.
2113
2114 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2117         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2118         to check if those variables exist (first appeared in Emacs 18.50).
2119
2120 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * mm-util.el (mm-line-number-at-pos): New function.
2123
2124         * spam-report.el (spam-report-process-queue): Use it.
2125
2126 2008-12-24  David Engster  <dengste@eml.cc>
2127
2128         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2129         parameters that haven't existed as variables as buffer-local variables.
2130
2131 2008-12-23  Dave Love  <fx@gnu.org>
2132
2133         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2134         cadar.
2135
2136         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2137         imap-starttls-p.
2138         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2139
2140 2008-12-22  Dave Love  <fx@gnu.org>
2141
2142         * imap.el: Fix author email.  Doc fixes.
2143         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2144         reply.
2145
2146 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2147
2148         * spam-report.el (spam-report-gmane-max-requests): New constant.
2149         (spam-report-gmane-wait): New variable.
2150         (spam-report-gmane-ham, spam-report-gmane-spam)
2151         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2152         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2153         the server.
2154
2155         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2156         Add explanations.
2157
2158         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2159         nnheader-accept-process-output and nnheader-read-timeout if available.
2160         (pop3-movemail): Use it.
2161
2162         * message.el (message-check-news-body-syntax): Fix signature check if
2163         there's an attachment.
2164
2165 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * mm-util.el: Add comments to the mm- emulating functions.
2168
2169 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2170
2171         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2172         by Stephen Berman <stephen.berman@gmx.net>.
2173
2174 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * mm-util.el (mm-substring-no-properties): New function.
2177         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2178         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2179         (mm-string-to-multibyte): Doc fix.
2180
2181         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2182
2183 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2184
2185         * mml.el (mml-attach-file): Strip text properties from file name.
2186         (Bug#1574)
2187
2188 2008-12-16  Glenn Morris  <rgm@gnu.org>
2189
2190         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2191
2192 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2193
2194         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2195         knows since the charset specified might be a bogus alias that
2196         mm-charset-synonym-alist provides.
2197
2198 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2199
2200         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2201         "ISO_8859-1".
2202
2203         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2204
2205 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * mm-util.el (mm-charset-eval-alist):
2208         Define it before mm-charset-to-coding-system.
2209         (mm-charset-to-coding-system): Add optional argument `silent';
2210         define it before mm-charset-override-alist.
2211         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2212         default value if it can be used in Emacs currently running;
2213         silence mm-charset-to-coding-system.
2214
2215 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2218         `allow-override' which says whether to use `mm-charset-override-alist'.
2219         (rfc2047-decode-encoded-words): Use it.
2220
2221         * mm-util.el (mm-charset-override-alist): Fix custom type;
2222         add `(gb2312 . gbk)' to choices.
2223
2224 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2227         fast.
2228
2229         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2230
2231         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2232
2233 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2234
2235         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2236         on links.
2237
2238         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2239
2240 2008-12-03  Lute Kamstra  <lute@gnu.org>
2241
2242         * sha1.el: Remove leading * from docstrings of defcustoms,
2243         deffaces, defconsts and defuns.
2244
2245 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2248         users' addresses that don't have domain parts.
2249         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2250         rather than message-narrow-to-head since there will be the message
2251         header separator.
2252
2253 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2254
2255         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2256         since the result is inserted in a unibyte buffer anyway.
2257         (nnimap-demule-use-string-to-multibyte): Remove.
2258         (nnimap-demule): Alias it to mm-string-to-multibyte.
2259
2260 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2261
2262         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2263         variable for debugging bug#464 and bug#1174.
2264         (nnimap-demule): Use it.
2265
2266 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2267
2268         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2269         score calculation correctly.
2270
2271 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2272
2273         * message.el (message-send-mail): Just set the buffer to unibyte
2274         rather than use mm-with-unibyte-current-buffer which does a lot more.
2275         (message-send-mail-partially): Don't bother with
2276         mm-with-unibyte-current-buffer since it's already been made unibyte by
2277         message-send-mail.
2278
2279 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2280
2281         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2282
2283 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2284
2285         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2286
2287 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2290         require itself and to remove `with-no-warnings'.
2291
2292 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2293
2294         * starttls.el (starttls-any-program-available): Get the name of the
2295         available TLS layer program.
2296         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2297         well as the host name in the "opening" message.
2298
2299         * auth-source.el (auth-source-cache, auth-source-do-cache)
2300         (auth-source-user-or-password): Cache passwords and logins by default,
2301         allow override with `auth-source-do-cache'.
2302         (auth-source-forget-user-or-password): Allow users to remove cache
2303         entries if needed.
2304
2305 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2306
2307         * md4.el (md4-buffer): Fix typo in docstring.
2308         (md4, md4-64): Doc fixes.
2309         (md4-pack-int32): Reflow docstring.
2310
2311 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2312
2313         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2314         condition-case to only the forward-sexp call.
2315
2316 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2317
2318         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2319         quotes contained.  Make it more robust regardless by an extra
2320         condition-case wrapper.
2321
2322 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2325
2326 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * nnml.el (nnml-request-expire-articles): Check if the function set to
2329         `nnmail-expiry-target' returns the symbol `delete'.
2330
2331         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2332
2333         * nnmail.el (nnmail-expiry-target): Fix custom type.
2334
2335 2008-10-02  Glenn Morris  <rgm@gnu.org>
2336
2337         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2338         Silence compiler warning.
2339
2340 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2341
2342         * tls.el (open-tls-stream): Show the actual command being
2343         executed, instead of the format string.
2344
2345 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * lpath.el: Fbind codepage-setup for Emacs 23.
2348
2349 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2350
2351         * mml.el (mml-menu): Don't assume mml2015 is bound.
2352
2353 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2354
2355         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2356         exists.
2357
2358 2008-09-27  Glenn Morris  <rgm@gnu.org>
2359
2360         * gnus-util.el (mail-header-remove-comments): Autoload it.
2361
2362 2008-09-27  Andreas Schwab  <schwab@suse.de>
2363
2364         * gnus-util.el (gnus-split-references): Strip comments.
2365         (gnus-parent-id): Likewise.
2366
2367 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2368
2369         * message.el (message-confirm-send): Fix version.
2370
2371 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * message.el (message-idna-to-ascii-rhs-1): Use
2374         mail-extract-address-components rather than mail-header-parse-addresses
2375         that is an alias by default to ietf-drums-parse-addresses that does not
2376         support non-ASCII names in headers' contents.
2377
2378 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2379
2380         * message.el (message-confirm-send): Fixed variable documentation to
2381         avoid the "y/n" wording.
2382
2383 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2384
2385         * message.el (message-set-auto-save-file-name): Save to a different
2386         filename so multiple messages (especially drafts) can be recovered.
2387
2388 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2389
2390         * message.el (message-confirm-send): Add appropriate version.
2391
2392 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2393
2394         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2395         defvar.
2396
2397 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2398
2399         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2400         (mm-pkcs7-enveloped-magic): Ditto.
2401
2402 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2403
2404         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2405         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2406
2407 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2408
2409         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2410         default, it's better.
2411
2412 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2413
2414         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2415         summary line gnus-number property and ignore them (with a warning
2416         message).
2417
2418 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2421         macro caddr in the interactive form since it won't be expanded.
2422
2423 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2426         `charset'; fix name of function called recursively.
2427         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2428
2429 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2432         (gnus-mime-set-charset-parameters): New function.
2433         (gnus-mime-view-part-as-charset): Use it to correctly display part
2434         specifying wrong charset.
2435
2436 2008-09-08  David Engster  <dengste@eml.cc>
2437
2438         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2439         in completing-read for back end server.
2440
2441 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2442
2443         * message.el (message-confirm-send): New variable to confirm sending a
2444         message.
2445         (message-send): Use it.
2446
2447 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2448
2449         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2450
2451 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2454
2455 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2456
2457         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2458         prevent tracking too many groups.
2459         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2460         Use it.
2461
2462 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2463
2464         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2465         moving point to the bottom of the window in order to avoid recentering.
2466
2467 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2470
2471         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2472         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2473         (gnus-article-beginning-of-window): Fix calculation.
2474
2475 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * gnus-msg.el (gnus-summary-supersede-article)
2478         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2479         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2480         message header.
2481
2482 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2483
2484         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2485         pending output coming after the status change.
2486
2487 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2488
2489         * message.el:
2490         * gnus-start.el:
2491         * gnus-registry.el: Remove VMS support.
2492
2493 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2496         macro.
2497         (rfc2104-hash): Use it.
2498
2499 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2500
2501         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2502         (gnus-summary-sort-by-most-recent-date): New commands.
2503         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2504         and menu entries.
2505
2506 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2509         don't redisplay article for raw contents; remove plural articles stuff.
2510
2511         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2512         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2513         on gnus-summary-save-article; display results properly.
2514
2515 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * lpath.el: No need to fbind ns-focus-frame.
2518
2519 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2522
2523 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2526         gnus-save-all-headers.
2527
2528 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2529
2530         * gnus-util.el (ns-focus-frame): Remove declaration.
2531         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2532         like x.
2533
2534 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2535
2536         * rfc2104.el (rfc2104-zero): Delete defconst.
2537         (rfc2104-hex-alist): Likewise.
2538         (rfc2104-hex-to-int): Delete func.
2539         (rfc2104-hexstring-to-bitstring): Likewise.
2540         (rfc2104-nybbles): New defconst.
2541         (rfc2104-hash): Rewrite for speed.
2542
2543 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * tls.el (open-tls-stream): Make it work with the 2nd argument
2546         BUFFER that is a string but does not exist as a buffer object, as
2547         mentioned in the doc-string.
2548
2549 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2550
2551         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2552         SXEmacs.
2553
2554 2008-07-16  Glenn Morris  <rgm@gnu.org>
2555
2556         * gnus-util.el (ns-focus-frame): Declare for compiler.
2557
2558 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2561         set as a group parameter.
2562         (gnus-summary-save-in-pipe): Work when it is called independently.
2563         (gnus-summary-pipe-to-muttprint): Don't modify
2564         gnus-summary-pipe-output-default-command.
2565
2566 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2567
2568         * message.el (message-send-mail-with-sendmail):
2569         Display the error message.
2570
2571 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * gnus-art.el (gnus-default-article-saver):
2574         Add gnus-summary-save-in-pipe to choices.
2575         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2576         gnus-summary-pipe-output-default-command as the default command.
2577         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2578         instead of gnus-last-shell-command.
2579
2580         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2581         New user option.
2582         (gnus-summary-muttprint-program): Mention the value will be changed.
2583         (gnus-summary-save-article): Force showing of all headers.
2584         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2585
2586 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2587
2588         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2589
2590 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2591
2592         * nnimap.el (nnimap-id):
2593         * sieve-manage.el (sieve-manage-open): Doc fixes.
2594
2595 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2596
2597         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2598         if available.
2599
2600 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2601
2602         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2603
2604         * nnkiboze.el (nnkiboze-generate-group):
2605         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2606
2607         * nnmairix.el: Require CL.
2608
2609 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * dgnushack.el: Autoload get-display-table and put-display-table for
2612         XEmacs 21.5.
2613
2614         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2615         21.4 and SXEmacs.
2616
2617 2008-06-15  David Engster  <dengste@eml.cc>
2618
2619         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2620
2621 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2622
2623         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2624         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2625         runtime choice under XEmacs.
2626
2627         * gnus-sum.el (gnus-summary-set-display-table):
2628         Use `gnus-put-display-table', `gnus-get-display-table',
2629         `gnus-set-display-table' for the display table, instead of `aset'.
2630
2631         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2632         Use `gnus-put-display-table', `gnus-get-display-table',
2633         `gnus-set-display-table' for the display table.
2634
2635 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2636
2637         * nnmairix.el: Add autoloads.
2638
2639 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2640
2641         * nnmairix.el (nnmairix-delete-recreate-group)
2642         (nnmairix-update-and-clear-marks): Fix error messages.
2643
2644 2008-06-14  David Engster  <dengste@eml.cc>
2645
2646         * nnmairix.el: Upgrade to version 0.6.
2647         (nnmairix-group-toggle-propmarks-this-group)
2648         (nnmairix-group-toggle-readmarks-this-group)
2649         (nnmairix-group-delete-recreate-this-group)
2650         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2651         (nnmairix-remove-tick-mark-original-article): New commands.
2652         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2653         (nnmairix-propagate-marks-to-nnmairix-groups)
2654         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2655         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2656         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2657         functions needed for marks propagation and manipulation of read marks.
2658         (nnmairix-update-groups): New function.
2659         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2660         (nnmairix-determine-original-group-from-registry)
2661         (nnmairix-determine-original-group-from-path)
2662         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2663         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2664         New helper functions.
2665         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2666         keystrokes for new commands.
2667         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2668         (nnmairix-request-group): Check allow-fast group parameter.
2669         (nnmairix-request-create-group): Set allow-fast group parameter if
2670         nnmairix-allowfast-default is set.
2671         (nnmairix-close-group): Propagate marks upon closing if needed.
2672         (nnmairix-group-toggle-threads-this-group): Use new.
2673         nnmairix-group-toggle-parameter helper function.
2674         (nnmairix-search): Better check for empty search result.
2675         (nnmairix-goto-original-article): Use new helper functions for
2676         determining original article.
2677         (nnmairix-show-original-article): Make sure message-id is in brackets.
2678         (nnmairix-call-mairix-binary): Change variable name.
2679         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2680         helper function.
2681         (nnmairix-widget-toggle-activate): Fix doc string.
2682
2683 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * nnir.el: Require edmacro when compiling with XEmacs.
2686         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2687         available in Emacs 21.
2688
2689 2008-06-11  Glenn Morris  <rgm@gnu.org>
2690
2691         * gnus-util.el (x-focus-frame):
2692         * gnus.el (image-size):
2693         * mm-decode.el (image-size): Declare.
2694
2695         * gnus-picon.el (declare-function): Add compat definition.
2696         (image-size): Declare.
2697
2698         * gnus-group.el (tool-bar-map):
2699         * gnus-sum.el (tool-bar-map): Define for compiler.
2700
2701         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2702
2703         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2704
2705         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2706         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2707         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2708         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2709         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2710         * sieve-manage.el, spam-report.el, spam.el:
2711         Remove unnecessary eval-and-compile of autoloads.
2712
2713 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2714
2715         * auth-source.el: Precise Tramp doc.
2716
2717 2008-06-07  Glenn Morris  <rgm@gnu.org>
2718
2719         * nnmairix.el: Remove unnecessary eval-when-compile.
2720
2721 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * lpath.el: Fbind propertize for XEmacs 21.4.
2724
2725 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2726
2727         * nnir.el: Move here from ../contrib.
2728
2729 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2730
2731         * gnus-util.el (gnus-read-shell-command): New function.
2732         * mm-decode.el (mm-pipe-part):
2733         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2734
2735 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2738
2739 2008-06-03  Glenn Morris  <rgm@gnu.org>
2740
2741         * pop3.el (nnheader-accept-process-output): Autoload it.
2742
2743 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2746         are not 2-digit hexadecimal characters that follow `%'s.
2747
2748 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2749
2750         * message.el (message-bogus-recipient-p): Fix type in doc string.
2751         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2752         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2753         Improve custom options.
2754         (message-bogus-recipient-p): Adjust accordingly.
2755
2756 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2757
2758         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2759         long-form month and day names.
2760
2761 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * dgnushack.el: Autoload debug, eudc-expand-inline and
2764         pgg-snarf-keys-region for XEmacs.
2765
2766         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2767
2768         * nnmairix.el: Require edmacro when compiling with XEmacs.
2769
2770 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2771
2772         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2773         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2774
2775 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2776
2777         * auth-source.el: Add more docs.
2778
2779         * netrc.el (netrc-machine): Always match if the port is not given.
2780
2781 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2784         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2785         retrieval faster in some cases, but might make CPU usage larger.  If
2786         this has any bad side effects, we might revert this change.
2787
2788         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2789         seems to make mail retrieval much, much faster.
2790         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2791         unconditionally.
2792
2793         * gnus-draft.el (gnus-group-send-queue): Bind
2794         message-send-mail-partially-limit to nil to avoid being prompted.
2795
2796 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2797
2798         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2799
2800         * message.el (message-bogus-address-regexp): Fix and improve custom
2801         type.
2802         (message-setup-hook): Add message-check-recipients as custom option.
2803
2804 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2805
2806         * message.el (message-cite-function): Remove bogus autoload which crept
2807         in during merge from v5-10.
2808
2809 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2810
2811         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2812
2813         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2814
2815         * auth-source.el: Preliminary Tramp docs.
2816         (auth-sources): Change the default auth-sources to use
2817         EPA .gpg files.
2818
2819 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2820
2821         * nntp.el: Autoload `auth-source-user-or-password'.
2822         (nntp-send-authinfo): Use it.
2823
2824         * nnimap.el: Autoload `auth-source-user-or-password'.
2825         (nnimap-open-connection): Use it.
2826
2827         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2828         for the gnus-message function.
2829         (auth-source-user-or-password): Use it.
2830
2831 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2832
2833         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2834         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2835         (rfc2104-hash): Use it.
2836
2837 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2838
2839         * gnus-art.el (gnus-article-toggle-truncate-lines):
2840         Don't use `iff' in docstring.
2841
2842 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2843
2844         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2845
2846         * gnus-util.el (gnus-extract-address-component-name)
2847         (gnus-extract-address-component-email): Convenience functions around
2848         `gnus-extract-address-components'.
2849
2850         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2851         Use `gnus-extract-address-component-email' to fix bug of comparing full
2852         sender name to `user-mail-address'.
2853
2854 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2855
2856         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2857         catch/throw to optimize.
2858         (gnus-registry-find-keywords): Just use member to find a keyword.
2859
2860 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2861
2862         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2863         is current before calling gnus-server-prepare.
2864         (gnus-server-setup-buffer, gnus-server-update-server)
2865         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2866
2867 2008-05-04  Juri Linkov  <juri@jurta.org>
2868
2869         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2870         (mailcap-file-default-commands): Use mailcap-replace-in-string
2871         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2872         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2873
2874 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2875
2876         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2877
2878 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2879
2880         * gnus.el: Bump version to 0.11.
2881
2882 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2883
2884         * gnus.el: No Gnus v0.10 is released.
2885
2886 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2889         hooks.
2890         (gnus-update-read-articles): Speed up non-marks-using users.
2891         (gnus-use-marks): Define gnus-use-marks.
2892         (gnus-propagate-marks): Rename variable to something more sensible.
2893
2894 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2895
2896         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2897         (gmm-image-load-path-for-library): Fix typos in docstrings.
2898         (gmm-message): Reflow docstring.
2899
2900 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2901
2902         * mail-source.el (mail-source-set-1, mail-source-bind):
2903         Move auth-source code out of the macro to clean it up and fix bugs.
2904
2905 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2906
2907         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2908         by sender if it's equal to user-mail-address, it's likely to be
2909         useless.
2910
2911         * mail-source.el (mail-source-bind): Don't use user or password if they
2912         are not bound.  Unintern them if they are nil.  Don't use server unless
2913         it's bound, and default it to empty string otherwise.
2914
2915 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2916
2917         * mail-source.el: Load auth-source.el.
2918         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2919         get user name or password, if auth-sources is set up.
2920
2921         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2922         strategy of splitting with parent.
2923         (gnus-registry-split-fancy-with-parent)
2924         (gnus-registry-post-process-groups): Use it and fix prior
2925         bug (returning a list as the split result).
2926
2927         * auth-source.el (auth-sources): Remove server parameter.
2928         (auth-source-pick, auth-source-user-or-password)
2929         (auth-source-user-or-password-imap)
2930         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2931         (auth-source-user-or-password-sftp)
2932         (auth-source-user-or-password-smtp): Remove server parameter.
2933
2934 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2935
2936         * smime.el (smime-sign-region, smime-encrypt-region)
2937         (smime-decrypt-region):
2938         Remove redundant calls to `generate-new-buffer-name'.
2939
2940 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2941
2942         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2943         Don't use QP for message/rfc822.
2944         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2945
2946 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2947
2948         * sieve-manage.el (sieve-string-bytes): Remove.
2949         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2950         correct byte-length only if the process's coding-system is the same as
2951         the one used internally by Emacs to represent strings.
2952
2953 2008-04-22  Juri Linkov  <juri@jurta.org>
2954
2955         * mailcap.el (mailcap-file-default-commands): New function.
2956
2957 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2958
2959         * message.el (message-signature-separator, message-cite-function):
2960         Change custom version.
2961
2962 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2963
2964         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2965         commands.
2966         (tls-checktrust): Ditto.
2967
2968 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2969
2970         * mm-decode.el (mm-display-external): Make temp file read-only.
2971
2972 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2973
2974         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2975         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2976         `C-c C-f d'.
2977
2978 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2979
2980         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2981
2982 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2983
2984         * gnus.el: Bump version to 0.9.
2985
2986 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2987
2988         * gnus.el: No Gnus v0.8 is released.
2989
2990 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2991
2992         * mail-source.el (mail-source-value):
2993         Prefer fboundp to functionp so it works with macros as well.
2994
2995 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2996
2997         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2998         Fix last change in case the element is not even a symbol.
2999
3000 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3001
3002         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3003         Prefer fboundp to functionp so it works with macros as well.
3004
3005 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3006
3007         * auth-source.el: Added docs.
3008         (auth-sources): Modify format to support server.
3009         (auth-source-pick, auth-source-user-or-password)
3010         (auth-source-user-or-password-imap)
3011         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3012         (auth-source-user-or-password-sftp)
3013         (auth-source-user-or-password-smtp): Add server parameter.
3014
3015 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3016
3017         * gnus-registry.el: Initialize the registry when gnus-registry-install
3018         is t.
3019
3020 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3021
3022         * compface.el (uncompface): Make buffer unibyte.
3023
3024 2008-04-05  Glenn Morris  <rgm@gnu.org>
3025
3026         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3027
3028 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3029
3030         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3031         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3032
3033         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3034         multibyteness after rather than before erasing it.
3035
3036         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3037         mm-with-multibyte.
3038         (gnus-request-article-this-buffer): Make sure the proper decoding is
3039         used if gnus-original-article-buffer happens to be unibyte.
3040
3041         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3042         default-enable-multibyte-characters.
3043
3044         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3045         default-enable-multibyte-characters.
3046
3047         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3048
3049         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3050
3051 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3052
3053         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3054         (imap-message-copyuid-1): Use it.
3055         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3056         J. Williams in
3057         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3058
3059         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3060         imap-enable-exchange-bug-workaround.
3061         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3062
3063 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3064
3065         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3066         a 100 byte status-checks into a 2-3MB transfer for each group.
3067         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3068         to enable bug workaround or not.
3069         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3070
3071 2008-03-31  Glenn Morris  <rgm@gnu.org>
3072
3073         * message.el (mml2015-use): Declare for compiler.
3074         (message-info): Require mml2015 when appropriate.
3075
3076 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3079         whitespace.
3080
3081 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3082
3083         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3084         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3085         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3086         (nntp-service-to-port): New function.
3087         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3088         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3089         (nntp-open-netcat-stream): New function.
3090         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3091
3092 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3093
3094         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3095
3096 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3097
3098         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3099
3100 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3101
3102         * dns.el (dns-write): Use set-buffer-multibyte.
3103
3104 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3105
3106         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3107
3108 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3109
3110         * message.el (message-signature-separator): Change default.
3111         Improve custom type.
3112         (message-cite-function): Change default to
3113         message-cite-original-without-signature.
3114
3115         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3116         toggle.
3117
3118         * message.el (message-check-news-body-syntax): Fix signature check.
3119         (message-setup-1): Mark buffer as unmodified _after_ running
3120         message-setup-hook and handling message-alternative-emails.
3121         (message-shorten-references): Be more strict when building list of
3122         valid references to comply with GNKSA.
3123
3124         * gnus-group.el (gnus-read-ephemeral-bug-group)
3125         (gnus-read-ephemeral-debian-bug-group)
3126         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3127
3128         * message.el (message-info): Don't use booleanp which isn't supported
3129         in Emacs 21 and XEmacs.
3130
3131 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3132
3133         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3134         gnus-group-gmane-group-download-format.
3135         (gnus-group-read-ephemeral-gmane-group): Rename from
3136         gnus-group-read-ephemeral-gmane-group.
3137         (gnus-read-ephemeral-gmane-group-url): Rename from
3138         gnus-group-read-ephemeral-gmane-group-url.
3139         (gnus-bug-group-download-format-alist): New variable.
3140         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3141         (gnus-read-ephemeral-emacs-bug-group): New commands.
3142
3143 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3144
3145         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3146         (gnus-visible-headers): Improve custom type.
3147
3148 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3149
3150         * mml.el (mml-menu): Add workarounds for XEmacs.
3151
3152         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3153         X-Boundary header.
3154
3155         * message.el (message-simplify-recipients): Fix previous commit.
3156
3157 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3158
3159         * mm-util.el (mm-set-buffer-multibyte): New function.
3160         * mm-decode.el (mm-copy-to-buffer): Use it.
3161
3162 2008-03-19  Glenn Morris  <rgm@gnu.org>
3163
3164         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3165         Accidentally removed in the sync process with Emacs.
3166
3167 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3168
3169         * message.el (message-alter-recipients-discard-bogus-full-name):
3170         New function.
3171         (message-alter-recipients-function): New variable.
3172         (message-get-reply-headers): Use it.
3173         (message-replace-header): New helper function.
3174         (message-recipients-without-full-name): New variable.
3175         (message-simplify-recipients): New command.
3176
3177         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3178
3179         * message.el (message-info): Handle EasyPG manual.
3180
3181         * mml.el (mml-menu): Add entry for EasyPG.
3182
3183 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3184
3185         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3186         parameter.
3187
3188         * message.el (message-disassociate-draft): Specify drafts group name
3189         fully.
3190
3191 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3192
3193         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3194         unnecessary duplicates from the match list.
3195
3196 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3199
3200         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3201
3202         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3203         args of `how-many' of which the XEmacs version doesn't take; declare
3204         Info-index-next as function.
3205
3206 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3207
3208         * gnus-score.el (gnus-score-headers): Fix handling of
3209         gnus-inhibit-slow-scoring.
3210
3211         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3212         string.
3213         (gnus-button-url-regexp): Improve handling of parenthesis.
3214         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3215         (gnus-button-handle-info-keystrokes): Handle index entries.
3216
3217 2008-03-15  Glenn Morris  <rgm@gnu.org>
3218
3219         * parse-time.el (parse-time-string): Simplify.
3220
3221 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3224         Incoming* files.
3225
3226 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3227
3228         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3229         (auth-source-pick): Use it.
3230
3231 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3232
3233         * binhex.el (binhex-decode-region-internal):
3234         * uudecode.el (uudecode-decode-region-internal):
3235         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3236         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3237         setting default-enable-multibyte-characters.
3238
3239 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3240
3241         * auth-source.el (auth-source-protocols)
3242         (auth-source-protocols-customize, auth-source-choices): Added and
3243         modified variable customizations and defaults.
3244         (auth-source-pick, auth-source-user-or-password)
3245         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3246         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3247         (auth-source-user-or-password-sftp)
3248         (auth-source-user-or-password-smtp): Use new variables and provide an
3249         interface to netrc.el.
3250
3251 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3254         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3255         Make sure the nntp port to specify is a string.
3256
3257 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3258
3259         * nntp.el: Use with-current-buffer.
3260         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3261         dubious mm-with-unibyte-current-buffer.
3262         (nntp-with-open-group-function): New function extracted from
3263         nntp-with-open-group macro.
3264         (nntp-with-open-group): Use the function, so it's easier to debug.
3265         Add indentation and debugging info.
3266         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3267         the use of the netcat alternatives.
3268
3269         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3270         Avoid mm-string-as-multibyte as well.
3271
3272         * nnweb.el (nnweb-insert-html):
3273         Remove use of nnheader-string-as-multibyte.
3274
3275         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3276         (nnheader-string-as-multibyte): Remove.
3277
3278         * mm-view.el: Use inhibit-read-only.
3279         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3280         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3281         or unibyte-string.
3282
3283         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3284         (mm-uu-yenc-extract): Use with-current-buffer.
3285
3286         * gnus-soup.el (gnus-soup-send-packet): Don't use
3287         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3288
3289         * nnmh.el: Use with-current-buffer.
3290         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3291         mm-string-as-multibyte on the output of mm-encode-coding-string.
3292
3293         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3294         (nnimap-request-move-article): Use with-current-buffer.
3295
3296         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3297         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3298         conversion uses string-make-unibyte rather than string-as-unibyte.
3299
3300         * gnus-msg.el: Use with-current-buffer.
3301
3302         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3303
3304 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3305
3306         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3307         string for caching if it is 'PIN.
3308
3309 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * lpath.el: Consider the case without Emacs/W3.
3312
3313 2008-03-08  Glenn Morris  <rgm@gnu.org>
3314
3315         * time-date.el (date-to-time, time-subtract, time-add)
3316         (safe-date-to-time): Doc fixes.
3317
3318 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3319
3320         * mail-source.el (mail-source-delete-old-incoming-confirm):
3321         Change default to nil.
3322         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3323
3324 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * lpath.el: Rearrange.
3327
3328         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3329         (gnus-article-goto-prev-page): Work for articles having ^L's.
3330
3331         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3332
3333         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3334
3335 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3336
3337         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3338         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3339         (gnus-bookmark-jump): Adjust some variable names.
3340
3341 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3342
3343         * auth-source.el: New package.
3344         (auth-source-choices): Add customization entry point variable.
3345
3346         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3347         bug.
3348
3349 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3350
3351         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3352         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3353         (gnus-registry-install-shortcuts): Rename from
3354         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3355         the `gnus-registry-mark-map' keymap dynamically from
3356         `gnus-registry-marks'.  The generated functions update the summary line
3357         when a registry mark is added or deleted, and will call
3358         `gnus-registry-install-p' (see the comments in the code).
3359         (gnus-registry-user-format-function-M): Use concat intelligently.
3360
3361         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3362         the registry mark functions.
3363
3364 2008-03-05  Glenn Morris  <rgm@gnu.org>
3365
3366         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3367         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3368         gnus-art.
3369         (top-level): No need to load own source when compiling.
3370
3371 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3372
3373         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3374         Suggested by <chris.anderton@zetnet.co.uk>.
3375
3376 2008-03-04  Glenn Morris  <rgm@gnu.org>
3377
3378         * gnus-sum.el (top-level): No need to require gnus when compiling,
3379         since unconditionally required near start of file.
3380         (gnus-summary-display-while-building): Move definition before use.
3381
3382 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3383
3384         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3385         formatting function.
3386
3387 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3388
3389         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3390         with plists.
3391         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3392         Use new format.
3393
3394 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3397         `where-is-internal' that returns a range of key sequences.
3398
3399 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3400
3401         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3402
3403         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3404         (gnus-summary-jump-to-group): Consider windows on other displayed
3405         frames as well.  Similar changes might be needed elsewhere, but that's
3406         the one I've bumped into during my use.
3407
3408         * nndoc.el (nndoc-oe-dbx-type-p):
3409         * gnus-msg.el (gnus-debug):
3410         * gnus-group.el (gnus-update-group-mark-positions):
3411         Use mm-string-to-multibyte.
3412
3413 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3414
3415         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3416         doesn't handle NotDashEscaped.
3417
3418         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3419         (mml-dnd-attach-options): Fix typo in custom choice.
3420
3421         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3422         nndoc-article-type to mbox.
3423         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3424
3425         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3426         to nil, instead of html2text.
3427
3428         * imap.el (imap-debug): Add `imap-ping-server'.
3429
3430         * gnus-bookmark.el: Add FIXMEs.
3431
3432         * message.el (message-form-letter-separator)
3433         (message-send-form-letter-delay): New variables.
3434         (message-send-form-letter): Use them.  New command to send form
3435         letters.  Requested by Uwe Siart.
3436         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3437
3438 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3439
3440         * Update copyright years.
3441
3442 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3443
3444         Sync from EMACS_22_BASE.
3445
3446         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3447
3448 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3449
3450         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3451         empty author.
3452
3453 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3454
3455         * gnus-registry.el (gnus-registry-marks): Add variable for
3456         customization of marks and their appearance.
3457         (gnus-registry-read-mark): Use it.
3458         (gnus-registry-do-marks): Add utility function to loop through
3459         `gnus-registry-marks'.
3460         (gnus-registry-install-shortcuts-and-menus): Add function to install
3461         shortcuts and menus.
3462         (gnus-registry-initialize): Use it.
3463         (gnus-registry-default-mark): Clarify documentation.
3464
3465 2008-02-29  Glenn Morris  <rgm@gnu.org>
3466
3467         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3468         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3469         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3470         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3471         Change defcustom :version from 23.0 to 23.1.
3472
3473 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3474
3475         * gnus-registry.el (gnus-registry-follow-group-p)
3476         (gnus-registry-post-process-groups): Add functions to aid registry
3477         splitting and improve logging.  Clarify behavior in function
3478         documentation.
3479         (gnus-registry-split-fancy-with-parent): Use them.
3480
3481 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3482
3483         * gnus-art.el: Use with-current-buffer.
3484
3485 2008-02-27  David Engster  <dengste@eml.cc>
3486
3487         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3488         Express real group name in the response.
3489
3490 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3493         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3494         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3495         autoload gnus-registry-fetch-group when compiling.
3496         (nnmairix-request-group-with-article-number-correction): Remove
3497         unreferenced argument passed to nnmairix-call-backend.
3498
3499 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3500
3501         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3502         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3503         Wilde.
3504
3505 2008-02-27  Glenn Morris  <rgm@gnu.org>
3506
3507         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3508         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3509         variables to defconsts.  Convert comments to doc-strings.
3510         (nnmairix-last-server, nnmairix-current-server): Convert from free
3511         variables to defvars.  Convert comments to doc-strings.
3512         (gnus-registry-fetch-group): Autoload.
3513         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3514         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3515         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3516         caddr.
3517         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3518         nnmairix-request-group-with-article-number-correction call.
3519         (nnmairix-fast, nnmairix-group): New, less general names, for free
3520         variables passed from nnmairix-request-group to
3521         nnmairix-request-group-with-article-number-correction.  Declare.
3522         (nnmairix-request-group-with-article-number-correction):
3523         Use nnmairix-fast, nnmairix-group rather than fast, group.
3524
3525 2008-02-26  David Engster  <dengste@eml.cc>
3526
3527         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3528         version 0.5.
3529
3530 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3531
3532         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3533         instead of making an extra function call.  Don't add the current group
3534         to articles only when they have the group.  Use
3535         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3536         Reported by David <de_bb@arcor.de>.
3537
3538 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3541         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3542
3543 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3544
3545         * mail-source.el (mail-source-delete-incoming): Change default.
3546         Supplement doc string.
3547
3548         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3549
3550 2008-02-14  Glenn Morris  <rgm@gnu.org>
3551
3552         * time-date.el (format-seconds): New function.
3553
3554 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3555
3556         * nnmail.el (nnmail-message-id-cache-file): Derive from
3557         `gnus-home-directory'.
3558
3559 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3560
3561         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3562         Document negative prefix.
3563
3564         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3565
3566 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3567
3568         * message.el (message-unsent-separator): Add the Exim bounce
3569         separator.
3570
3571 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3572
3573         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3574         list.
3575         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3576         recipient/signer list.
3577
3578 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * Makefile.in (datarootdir): Define.
3581         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3582         name that might contain whitespace.
3583
3584 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3585
3586         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3587         fbound (Emacs 23 unicode), signal an error.
3588
3589 2008-02-08  Glenn Morris  <rgm@gnu.org>
3590
3591         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3592
3593 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3594
3595         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3596         ports to the calls to `netrc-machine-user-or-password' in addition to
3597         "imap" and "imaps".
3598
3599 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3600
3601         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3602
3603         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3604
3605 2008-02-01  Kenichi Handa  <handa@m17n.org>
3606
3607         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3608         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3609         (rfc2104-hash): Convert the result of concat to unibyte string.
3610
3611 2008-02-01  Dave Love  <fx@gnu.org>
3612
3613         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3614         coding-system-for-read.
3615         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3616
3617 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3618
3619         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3620         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3621         <hanche@math.ntnu.no>.
3622
3623 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3626
3627         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3628
3629 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3630
3631         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3632         * message.el (message-beginning-of-line): Use featurep instead of bound
3633         tests in order to resolve conditionals at compile time.
3634
3635 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3636
3637         * mail-source.el (mail-sources): Add `group' choice.
3638
3639         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3640         parameter `in-group' to control into which group the articles go.
3641         Add treatment of `group' mail-source.
3642
3643 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3646
3647         * mm-decode.el (mm-dissect-buffer): Decode description.
3648
3649         * mml.el (mml-to-mime): Encode message header first.
3650
3651 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3654         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3655
3656         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3657         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3658
3659 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3660
3661         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3662
3663 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3666         prefix keys.
3667         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3668         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3669         gnus-xmas.el.
3670
3671         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3672         (gnus-xmas-article-describe-bindings): New function.
3673         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3674         gnus-xmas-article-describe-bindings.
3675
3676         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3677
3678 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3679
3680         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3681         Add new variables for article mark management.
3682         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3683         list of extra data entries which, when present, will indicate that the
3684         article ID should not be trimmed from the registry.
3685         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3686         functions.
3687         (gnus-registry-read-mark): New function to read a mark name from the
3688         user.
3689         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3690         (gnus-registry-set-article-mark-internal): New functions to add and
3691         remove marks.
3692         (gnus-registry-get-article-marks): New function to show the marks for
3693         an article, or retrieve them for further use.
3694
3695 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3698         keys when no argument is given.
3699
3700 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3701
3702         * imap.el (imap-ping-server): New variable.
3703         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3704         (imap-ping-server): Minor doc string fixes.
3705
3706 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3707
3708         * imap.el (imap-ping-server): New function.
3709         (imap-opened): Call imap-ping-server.
3710
3711 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3712
3713         * gnus-sum.el (gnus-article-sort-by-random)
3714         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3715         jidanni@jidanni.org.
3716
3717 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * gnus-art.el (gnus-article-describe-bindings): New function.
3720         (gnus-article-read-summary-keys): Use it.
3721         (gnus-article-mode-map): Bind `C-h b' to it.
3722
3723 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3726         XEmacs.
3727         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3728         against non-character events.
3729
3730         * lpath.el: Fbind map-keymap for Emacs 21.
3731
3732 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3733
3734         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3735         command.
3736         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3737         instead of END.  Change name of the temp file.
3738         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3739         customizable.
3740
3741 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3744         bind `S W' to gnus-article-wide-reply-with-original; set default
3745         binding to gnus-article-read-summary-send-keys.
3746         (gnus-article-read-summary-keys): Fix the order of keys; display
3747         continuation keys correctly in the echo area; describe bindings
3748         correctly when keys end with `C-h'.
3749         (gnus-article-read-summary-send-keys): New function.
3750         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3751         for gnus-article-read-summary-send-keys; display continuation keys
3752         correctly in the echo area.
3753         (gnus-article-reply-with-original): Ignore prefix argument.
3754         (gnus-article-wide-reply-with-original): New function.
3755
3756         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3757         Emacs 21.
3758
3759 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3762         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3763
3764 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3765
3766         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3767         (gnus-group-read-ephemeral-gmane-group): New command.
3768
3769 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3770
3771         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3772
3773 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3774
3775         * message.el (message-send-mail-function): Increase custom version.
3776
3777         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3778         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3779
3780 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3781
3782         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3783         for the cases where imap-authenticate is called with a nil buffer
3784         parameter.
3785
3786 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3789         html parts correctly; support forwarded messages.
3790         (gnus-article-browse-html-article): Remove work buffers.
3791
3792         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3793         compiling.
3794         (netrc-bound-and-true-p): New macro.
3795         (netrc-parse): Use it instead of bound-and-true-p that is not available
3796         in XEmacs 21.4.
3797
3798 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3799
3800         * gnus-registry.el (gnus-registry-mark-article)
3801         (gnus-registry-article-marks): Add functionality to mark articles
3802         through the Gnus registry.
3803
3804         * encrypt.el: Clarify documentation for the new pgg method.
3805         (encrypt-file-alist): Add PGG option.
3806         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3807         functionality.  Abstract password key and messaging to external
3808         functions.
3809         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3810         (encrypt-message-method-and-cipher): Add new convenience external
3811         functions.
3812         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3813         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3814
3815         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3816         (netrc-parse): Use encrypt-file-alist to determine if
3817         encrypt-find-model or encrypt-insert-file-contents should be used.
3818
3819         * encrypt.el: Clarify documentation.  Load password-cache or
3820         password, whichever one is found first, instead of autoloading.
3821
3822 2007-12-19  Glenn Morris  <rgm@gnu.org>
3823
3824         * mml.el (message-options-set, message-narrow-to-head)
3825         (message-in-body-p, message-mail-p, message-encode-message-body):
3826         Autoload.
3827         (message-remove-header, message-narrow-to-headers-or-head)
3828         (message-subscribed-p, message-make-mail-followup-to)
3829         (message-position-on-field, message-news-p)
3830         (message-options-set-recipient, message-generate-headers)
3831         (message-sort-headers): Declare as functions.
3832
3833 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3834
3835         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3836         convention in doc string.
3837
3838 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3841         title to html parts.
3842         (gnus-article-browse-html-article): Pass message header to it.
3843
3844         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3845
3846 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3847
3848         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3849         or password compatible with XEmacs.
3850
3851 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3852
3853         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3854         format document.
3855         (gnus-mime-delete-part): Don't write description line if empty.
3856         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3857
3858 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3859
3860         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3861         (gnus-summary-mark-read-and-unread-as-read)
3862         (gnus-summary-mark-current-read-and-unread-as-read)
3863         (gnus-summary-mark-unread-as-ticked): Doc fix.
3864         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3865
3866 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3867
3868         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3869         Christoph Conrad <christoph.conrad@gmx.de>.
3870
3871 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3872
3873         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3874         yes-or-no-p.
3875
3876 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * mm-decode.el (mm-add-meta-html-tag): New function.
3879         (mm-save-part-to-file, mm-pipe-part): Use it.
3880
3881         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3882         gnus-y-or-n-p instead of y-or-n-p.
3883         (gnus-article-browse-html-parts): Work with message/external-body; use
3884         mm-add-meta-html-tag.
3885
3886 2007-12-11  Glenn Morris  <rgm@gnu.org>
3887
3888         * gnus-cache.el: Require gnus-sum not just when compiling.
3889
3890         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3891
3892         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3893         definitions before use.
3894
3895         * mm-decode.el: Require gnus-util.
3896         (mm-remove-part): Only call delete-annotation on XEmacs.
3897
3898         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3899
3900         * nnmail.el: Require gnus-int.
3901
3902         * spam.el: Move `require's before `eval-when-compile's.
3903
3904         * gnus-ems.el (gnus-alive-p):
3905         * gnus-fun.el (message-goto-eoh):
3906         * gnus-util.el (gnus-group-name-decode):
3907         * mail-source.el (gnus-compress-sequence):
3908         * message.el (Info-goto-node, format-spec):
3909         * mm-bodies.el (message-options-get):
3910         * mm-decode.el (mm-view-pkcs7):
3911         * mm-util.el (gmm-write-region):
3912         * mml-smime.el (mml-compute-boundary)
3913         (gnus-completing-read-with-default):
3914         * mml.el (widget-button-press, gnus-make-hashtable):
3915         * mml1991.el (mm-decode-content-transfer-encoding)
3916         (mm-encode-content-transfer-encoding)
3917         (message-options-get, message-options-set):
3918         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3919         * nnfolder.el (gnus-request-group):
3920         * nnheader.el (ietf-drums-unfold-fws):
3921         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3922         * smime.el (gnus-run-mode-hooks):
3923         * spam-stat.el (gnus-message): Autoload.
3924
3925         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3926         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3927         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3928         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3929         Add declare-function compatibility definition.
3930
3931         * gnus-cache.el (nnvirtual-find-group-art):
3932         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3933         (gnus-add-image, gnus-add-wash-type):
3934         * gnus-group.el (nnkiboze-score-file):
3935         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3936         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3937         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3938         (message-tokenize-header, gnus-get-buffer-create)
3939         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3940         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3941         * gnus.el (gnus-group-decoded-name):
3942         * mail-source.el (imap-capability):
3943         * mm-bodies.el (message-options-set):
3944         * mm-decode.el (gnus-configure-windows):
3945         * mm-extern.el (message-goto-body):
3946         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3947         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3948         (epg-sub-key-validity, message-options-set):
3949         * mml.el (widget-event-point, gnus-configure-windows):
3950         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3951         * mml2015.el (epg-check-configuration, epg-configuration)
3952         (message-options-set):
3953         * nndb.el (nndb-request-article):
3954         * nnfolder.el (gnus-request-create-group):
3955         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3956         * nnmaildir.el (gnus-group-mark-article-read):
3957         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3958         * rfc1843.el (message-fetch-field):
3959         * spam.el (gnus-extract-address-components):
3960         Declare as functions.
3961
3962 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3965
3966         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3967
3968         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3969         bind show-trailing-whitespace for XEmacs.
3970
3971 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3972
3973         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3974         new no-op macro for backward compatibility.
3975
3976         * imap.el (imap-string-to-integer): New function.
3977
3978 2007-12-09  Glenn Morris  <rgm@gnu.org>
3979
3980         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3981
3982         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3983         * message.el, mm-view.el, sieve-manage.el, smime.el:
3984         Add declare-function compatibility definition.
3985
3986         * gnus-art.el (w3-region, w3m-region, Info-menu):
3987         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3988         * gnus-sum.el (gnus-get-predicate):
3989         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3990         * message.el (mail-abbrev-in-expansion-header-p):
3991         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3992         (w3m-detect-meta-charset, w3m-region):
3993         * sieve-manage.el (password-read, password-cache-add)
3994         (password-cache-remove):
3995         * smime.el (password-read-and-add): Declare as functions.
3996
3997 2007-12-08  David Kastrup  <dak@gnu.org>
3998
3999         * gnus-sum.el (gnus-summary-simplify-subject-query):
4000         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4001         `message'.
4002
4003 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4006         it to bind idna-program, installation-directory, defined-colors, and
4007         face-attribute for XEmacs of the version that compiles defcustom forms.
4008
4009 2007-12-07  Glenn Morris  <rgm@gnu.org>
4010
4011         * gnus-art.el (article-make-date-line): Revert previous change.
4012
4013 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4014
4015         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4016
4017 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4018
4019         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4020         Call gnus-add-to-range ranges only once with a prepared article-list.
4021
4022 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4023
4024         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4025         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4026         group names with backslashes.  Reported by Tassilo Horn
4027         <tassilo@member.fsf.org>.
4028
4029 2007-12-06  Deepak Goel  <deego3@gmail.com>
4030
4031         * gnus-art.el (article-make-date-line):
4032         * gnus-start.el (gnus-load):
4033         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4034
4035 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * gnus-art.el (gnus-use-idna)
4038         * gnus-start.el (gnus-site-init-file)
4039         * message.el (message-use-idna)
4040         * mm-uu.el (mm-uu-hide-markers)
4041         * smiley.el (smiley-style): Revert changes that suppress warnings.
4042
4043 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4046         specify charset to html source.  Reported by Christoph Conrad
4047         <christoph.conrad@gmx.de>.
4048
4049 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4052         idna-program in order to suppress byte compile warning issued by XEmacs
4053         that came to byte compile the default value section of defcustom forms
4054         recently.
4055
4056         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4057         value of installation-directory.
4058
4059         * message.el (message-use-idna): Don't directly refer to the value of
4060         idna-program.
4061
4062         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4063
4064         * smiley.el (smiley-style): Don't directly call face-attribute.
4065
4066 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4067
4068         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4069
4070         * gnus-dired.el: Reduce Gnus dependencies.
4071         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4072         require.  Use autoloads instead.
4073         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4074         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4075         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4076         (gnus-dired-mode): Adjust doc string.
4077         (gnus-dired-mail-mode): New variable.
4078         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4079         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4080         (gnus-dired-mail-buffers): New function.  Return mail or message
4081         composition buffers.
4082         (gnus-dired-attach): Use it.
4083         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4084         NO-DECODE.
4085         (gnus-dired-print): Use `gnus-print-buffer' depending on
4086         `gnus-dired-mail-mode'.
4087
4088 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * rfc2047.el (rfc2047-encoded-word-regexp)
4091         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4092         explaining what regexp patterns are for.
4093
4094 2007-12-04  Glenn Morris  <rgm@gnu.org>
4095
4096         * password.el: Move to password-cache.el.
4097
4098         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4099         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4100         * mml-smime.el (password-read, password-cache-add)
4101         (password-cache-remove):
4102         No need to autoload, since mml-sec requires password.
4103
4104         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4105         * message.el (gnus-extract-address-components):
4106         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4107
4108         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4109         password.
4110
4111 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4112
4113         * mailcap.el: Reduce dependencies.
4114         (mail-header-parse-content-type): Autoload.
4115         (mailcap-delete-duplicates): New alias.
4116         (mailcap-mime-info): Add optional argument NO-DECODE.
4117         (mailcap-mime-types): Use mailcap-delete-duplicates.
4118
4119         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4120
4121 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4122
4123         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4124         (imap-parse-status): Upcase status-att for servers that sends them
4125         lower-case (e.g., MS Exchange 2007).
4126
4127 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4128
4129         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4130         function.
4131
4132         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4133         (gnus-uu-yenc-article): New function.
4134
4135         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4136
4137         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4138         buffer.
4139
4140 2007-12-02  Glenn Morris  <rgm@gnu.org>
4141
4142         * binhex.el (binhex): New custom group.
4143         (binhex-decoder-program, binhex-decoder-switches)
4144         (binhex-use-external): Move to the binhex custom group.
4145
4146         * uudecode.el (uudecode): New custom group.
4147         (uudecode-decoder-program, uudecode-decoder-switches)
4148         (uudecode-use-external): Move to the uudecode custom group.
4149
4150         * netrc.el (top-level): Don't load `encrypt' features.
4151         (netrc-parse): Don't use encrypt.
4152         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4153
4154         * encrypt.el: Remove file.
4155
4156 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4157
4158         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4159         matches on patches.
4160
4161         * gnus-art.el (gnus-article-browse-html-article): Mention
4162         `mm-text-html-renderer' in the doc string.
4163
4164         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4165         string.  Add comments.
4166
4167         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4168         if rhs is ASCII.
4169
4170 2007-12-01  Glenn Morris  <rgm@gnu.org>
4171
4172         * mail-source.el (top-level): Require format-spec before
4173         eval-when-compile.
4174
4175 2007-11-30  Glenn Morris  <rgm@gnu.org>
4176
4177         * encrypt.el: Require password, rather than autoloading password-read.
4178
4179 2007-11-29  Glenn Morris  <rgm@gnu.org>
4180
4181         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4182         (sasl-make-client, sasl-next-step, sasl-step-data)
4183         (sasl-step-set-data): Declare as functions.
4184
4185 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4186
4187         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4188
4189 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4190
4191         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4192         certs should be verified and what is to be done in the event of a
4193         verification failure.
4194
4195         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4196         caller can indicate whether the cache should be disregarded for this
4197         call.  This way the result of the call is reproducible at all times and
4198         can be considered a canonical server name for the supplied method.
4199         (gnus-agent-method-p): Canonicalize server names by pushing their
4200         method through `gnus-method-to-server' using the no-cache argument.
4201
4202         * gnus-srvr.el (gnus-server-insert-server-line): Call
4203         `gnus-method-to-server' with `no-cache' argument.
4204
4205         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4206         gnus-agent-possibly-synchronize-flags as this should be called when the
4207         server is actually being opened.
4208         (gnus-agent-possibly-synchronize-flags)
4209         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4210         flags file of an agentized server to the latter function.
4211
4212         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4213         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4214         after a connection has been established successfully.
4215
4216 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * gnus-art.el (article-display-face): Force to display face if called
4219         interactively; check if gnus-article-x-face-too-ugly matches author.
4220         (article-display-x-face): Display face even if From header is missing
4221         as article-display-face does.
4222
4223 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4224
4225         * hashcash.el (message-narrow-to-headers-or-head)
4226         (message-fetch-field, message-goto-eoh)
4227         (message-narrow-to-headers): Declare as functions.
4228
4229 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4230
4231         * mail-source.el (mail-sources): Default to fetch from file for
4232         compatibility with default of nnmail-spool-file.
4233
4234 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4237         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4238         to look for encoded word that should be encoded again.
4239         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4240         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4241         encoding pattern.
4242         (rfc2047-decode-region): Switch strict regexp and loose one according
4243         to rfc2047-allow-irregular-q-encoded-words.
4244
4245 2007-11-25  Romain Francoise  <romain@orebokech.com>
4246
4247         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4248
4249 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4250
4251         * tls.el (tls-program): Provide more custom choices from
4252         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4253         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4254
4255 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4256
4257         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4258         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4259
4260         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4261         `nnmail-spool-file'.
4262
4263         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4264         `nnmail-spool-file'.
4265
4266         * gnus-move.el (gnus-change-server): Ditto.
4267
4268         * gnus-kill.el (gnus-batch-score): Ditto.
4269
4270         * gnus-cache.el (gnus-jog-cache): Ditto.
4271
4272         * gnus-msg.el (gnus-summary-reply):
4273         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4274
4275 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4276
4277         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4278         version.  Minor improvement to doc strings.
4279         (tls-program): Add comment.
4280
4281 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4282
4283         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4284         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4285         mismatch between the hostname provided in the certificate and the name
4286         of the host connnecting to.
4287         (open-tls-stream): Use them.  Check certificates against trusted root
4288         certificates.
4289
4290 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4291
4292         * gnus-cache.el (gnus-cache-generate-nov-databases):
4293         Use nnml-generate-nov-databases-directory instead of
4294         nnml-generate-nov-databases-1.
4295
4296 2007-11-24  Glenn Morris  <rgm@gnu.org>
4297
4298         * message.el (message-tool-bar-retro): Update for rename
4299         mail_send.xpm->mail-send.xpm.
4300
4301 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4302
4303         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4304         `smime-ldap-search' for Emacs 22 and up.
4305
4306 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4307
4308         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4309
4310         * message.el (message-send-mail-function): Fix error convention.
4311         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4312         (message-widen-reply, message-send-mail, message-talkative-question)
4313         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4314         (message-clone-locals, message-send-news): Use with-current-buffer.
4315         (message-insert-or-toggle-importance): Remove unused var `valid'.
4316         (message-make-references): Remove unused var `new-references'.
4317         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4318
4319 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4320
4321         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4322         (spam-split-symbolic-return-positive): Reflow docstring.
4323         (spam-backends, spam-summary-exit-behavior)
4324         (spam-mark-ham-unread-before-move-from-spam-group)
4325         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4326         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4327         (spam-clear-cache, spam-backend-check, spam-install-backend)
4328         (spam-install-statistical-backend, spam-list-of-processors)
4329         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4330         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4331         (spam-check-crm114, spam-initialize, spam-unload-hook):
4332         Fix typos in docstrings.
4333
4334 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4337         been checked if they have never been read and those group levels are
4338         higher than the one that a user specified.
4339
4340 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4343         foreign groups unless a group level is specified by a user.
4344         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4345
4346 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4347
4348         * message.el (message-send-mail-function): Require sendmail.
4349
4350 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4351
4352         * message.el (message-send-mail-function): Check for smtpmail too.
4353
4354         * utf7.el (utf7-encode, utf7-decode): Use coding system
4355         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4356
4357         * message.el (message-send-mail-function): New function.
4358         (message-send-mail-function): Set default using
4359         message-send-mail-function.  Adjust doc string.
4360         (message-send-mail-with-mailclient): New function.
4361
4362 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4363
4364         * smime.el (from):
4365         * rfc2047.el (message-posting-charset):
4366         * qp.el (mm-use-ultra-safe-encoding):
4367         * pop3.el (parse-time-months):
4368         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4369         * nnml.el (files):
4370         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4371         (jka-compr-compression-info-list, ange-ftp-path-format)
4372         (efs-path-regexp):
4373         * nndiary.el (files):
4374         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4375         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4376         (epg-digest-algorithm-alist, inhibit-redisplay)
4377         (password-cache-expiry):
4378         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4379         (pgg-output-buffer, password-cache-expiry):
4380         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4381         (efs-path-regexp):
4382         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4383         (inhibit-redisplay):
4384         * mm-uu.el (file-name, start-point, end-point, entry)
4385         (gnus-newsgroup-name, gnus-newsgroup-charset):
4386         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4387         (latin-unity-ucs-list):
4388         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4389         (mm-uu-binhex-decode-function):
4390         * message.el (gnus-message-group-art, gnus-list-identifiers)
4391         (rmail-enable-mime-composing, gnus-local-organization)
4392         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4393         (gnus-read-active-file, facemenu-add-face-function)
4394         (facemenu-remove-face-function, gnus-article-decoded-p)
4395         (tool-bar-mode):
4396         * mail-source.el (display-time-mail-function):
4397         * gnus-util.el (nnmail-pathname-coding-system)
4398         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4399         (gnus-original-article-buffer, gnus-user-agent)
4400         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4401         (xemacs-codename, sxemacs-codename, emacs-program-version):
4402         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4403         * gnus-start.el (gnus-agent-covered-methods)
4404         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4405         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4406         (gnus-newsgroup-headers, gnus-group-list-mode)
4407         (gnus-group-mark-positions, gnus-newsgroup-data)
4408         (gnus-newsgroup-unreads, nnoo-state-alist)
4409         (gnus-current-select-method, mail-sources)
4410         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4411         (nnmail-spool-file, gnus-cache-active-hashtb):
4412         * gnus-mh.el (mh-lib-progs):
4413         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4414         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4415         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4416         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4417         (gnus-group-buffer):
4418         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4419         (font-lock-set-defaults):
4420         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4421         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4422         (gnus-summary-post-menu, total-parts, type, condition, length):
4423         * gnus-agent.el (gnus-agent-read-agentview):
4424         * flow-fill.el (show-trailing-whitespace):
4425         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4426         eval-and-compile wrappers for byte compiler pacifiers.
4427
4428         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4429         (mm-display-inline-fontify): Check for featurep 'xemacs not
4430         extent-list.
4431
4432         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4433         itimer-list.
4434         (mm-create-image-xemacs): Only do something for XEmacs.
4435         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4436
4437         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4438
4439         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4440         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4441
4442 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4443
4444         * nnimap.el (nnimap-split-download-body):
4445         * gnus-demon.el (gnus-demon):
4446         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4447
4448 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4451         macros.
4452         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4453         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4454         copy data from unibyte buffer to multibyte current buffer.
4455         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4456         to copy data from unibyte current buffer to multibyte buffer.
4457         (nntp-make-process-buffer): Make process buffer unibyte.
4458
4459         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4460
4461 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4462
4463         * pop3.el (pop3-open-server): Accept and process data more robustly at
4464         connexion start to avoid spurious "POP SSL connexion failed" errors.
4465
4466 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4469         read group names.
4470
4471 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4474
4475 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4478         (nnmail-save-active): Use a unibyte buffer when saving active file,
4479         which may contain non-ASCII group names.
4480
4481         * nnml.el (nnml-request-group): Decode group names in messages.
4482
4483 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4484
4485         * message.el (message-citation-line-function)
4486         (message-insert-formatted-citation-line): Fix spelling of
4487         `message-insert-formated-citation-line'.
4488
4489 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4490
4491         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4492
4493 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4496         nnmail-pathname-coding-system.
4497
4498         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4499         that a user enters; decode group names in messages.
4500
4501         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4502
4503 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4504
4505         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4506
4507         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4508
4509         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4510         risky local variable.
4511
4512         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4513
4514 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4515
4516         * encrypt.el: Improve documentation to fix function name typo.
4517         Reported by Daiki Ueno <ueno@unixuser.org>.
4518
4519 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4522         even if the point is not in the last page of an article.
4523         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4524         back to the previous page.
4525
4526 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4527
4528         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4529
4530 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4533
4534 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4535
4536         * message.el (message-check-news-body-syntax): Avoid
4537         mm-string-as-multibyte.
4538         (message-hide-headers): Don't assume (point-min)==1.
4539
4540 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4541
4542         * message.el (message-remove-blank-cited-lines): Fix if remove is
4543         given.
4544         (message-bogus-address-regexp): New variable.
4545         (message-bogus-recipient-p): New function.
4546         (message-check-recipients): New command.
4547         (message-syntax-checks): Add `bogus-recipient'.
4548         (message-fix-before-sending): Add `bogus-recipient'.
4549
4550         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4551         (gnus-treat-body-boundary): Don't test window-system.
4552
4553 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4554
4555         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4556
4557 2007-10-28  Miles Bader  <miles@gnu.org>
4558
4559         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4560         at compile-time too.
4561
4562 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * gnus-msg.el (gnus-message-setup-hook): Add
4565         `message-remove-blank-cited-lines' to options.
4566
4567 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4568
4569         * message.el (message-remove-blank-cited-lines): New function.
4570         Suggested by Karl Plästerer.
4571
4572 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4575         mapc.
4576
4577         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4578         (top-level): Use mapc to set functions to be traced for debugging.
4579
4580         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4581         called for effect with while loop.
4582
4583         * message.el (message-talkative-question): Replace mapcar called for
4584         effect with mapc.
4585
4586         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4587         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4588         called for effect with dolist.
4589
4590         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4591
4592         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4593         gnus-extra-headers and nnmail-extra-headers.
4594
4595         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4596         called for effect with dolist.
4597         (top-level): Use mapc to set functions to be traced for debugging.
4598
4599         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4600         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4601         dolist.
4602
4603         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4604         Replace mapcar called for effect with mapc.
4605         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4606         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4607         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4608         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4609
4610         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4611         remove-if that's a cl function.
4612
4613         * webmail.el (webmail-debug): Replace mapcar called for effect with
4614         dolist.
4615
4616         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4617         with mapc.
4618
4619 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4622         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4623         with while loop.
4624
4625         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4626         functions from article-* functions.
4627         (gnus-multi-decode-header): Replace mapcar called for effect with
4628         dolist.
4629
4630         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4631         (gnus-bookmark-show-details): Replace mapcar called for effect with
4632         while loop.
4633
4634         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4635         called for effect with while loop.
4636
4637         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4638         with dolist.
4639
4640         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4641         mapcar called for effect with dolist.
4642
4643         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4644
4645         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4646         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4647         Replace mapcar called for effect with dolist.
4648         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4649         mapc.
4650
4651         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4652         Replace mapcar called for effect with dolist.
4653         (gnus-topic-list): Replace mapcar called for effect with mapc.
4654
4655         * gnus.el: Use mapc instead of mapcar to add autoloads.
4656
4657 2007-10-23  Richard Stallman  <rms@gnu.org>
4658
4659         * gnus-group.el (gnus-group-highlight): Mark as risky.
4660
4661 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * gnus.el (gnus-server-to-method): Return method found first in
4664         gnus-newsrc-alist.
4665
4666         * gnus-art.el (gnus-article-highlight-signature)
4667         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4668         button overlay without the front stickiness.
4669
4670 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4671
4672         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4673         overview buffer needed a catch to receive its throw.
4674         (gnus-agent-flush-cache): Declared as interactive to make this function
4675         easier to use.
4676
4677 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4678
4679         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4680         `next-line'.
4681
4682 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4685         exclude address matching message-dont-reply-to-names.
4686
4687 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * gnus-util.el (gnus-string<): New function.
4690
4691         * gnus-sum.el (gnus-article-sort-by-author)
4692         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4693
4694 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4697         the frame-focus tag is set in gnus-buffer-configuration.
4698
4699 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4702         the front stickiness.
4703
4704 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4707         url pattern; remove duplicate one.
4708         (gnus-article-extend-url-button): New function.
4709         (gnus-article-add-buttons): Use it.
4710         (gnus-button-push): Use concatenated url that it makes.
4711
4712 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4713
4714         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4715
4716 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4717
4718         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4719         Don't hardcode point-min==1.
4720
4721 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4722
4723         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4724         Fix comment about "iso8859-1".
4725
4726 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4727
4728         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4729         ones returned from the verify-function.
4730
4731         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4732         mml2015-extract-cleartext-signature if extraction failed.
4733
4734 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4735
4736         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4737         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4738         failed.
4739
4740 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4741
4742         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4743
4744 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4745
4746         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4747         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4748         recommends to use EasyPG instead of PGG.
4749
4750         * pgg.el: Revert to revision 6.23.2.16.
4751
4752         * pgg-def.el: Revert to revision 6.6.2.14.
4753
4754         * pgg-gpg.el: Revert to revision 6.23.2.34.
4755
4756 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4757
4758         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4759         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4760         thread for both the null and zero (kill/expire thread) universal prefix
4761         cases.
4762         (gnus-summary-expire-thread): Add new function to expire a thread,
4763         using gnus-summary-kill-thread.
4764         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4765         shortcuts for gnus-summary-expire-thread.
4766         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4767         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4768
4769 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4770
4771         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4772         extras value, so an extras entry can be deleted.
4773         (gnus-registry-delete-extra-entry): Use it.
4774         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4775         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4776         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4777         storage through the gnus-registry, and provide an appropriate API for
4778         it.
4779
4780 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4783         Suggested by Leo <sdl.web@gmail.com>.
4784
4785         * gnus.el: Do.
4786
4787 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4790         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4791
4792         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4793
4794         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4795         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4796
4797 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4800         newline.
4801         (nnmbox-request-accept-article): Don't change article in source buffer;
4802         narrow to header to use message-fetch-field rather than
4803         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4804         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4805         as delimiters; make sure article ends with newline.
4806         (nnmbox-delete-mail): Correct last position of article to be deleted;
4807         ignore X-Gnus-Newsgroup header in article body.
4808         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4809         positions; make sure article ends with newline.
4810
4811         * message.el (message-display-abbrev): Don't infloop when a user
4812         inserts SPC in the beginning of header.
4813
4814         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4815         coding-system-for-read and coding-system-for-write for XEmacs having no
4816         file-coding feature.
4817
4818         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4819
4820 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4821
4822         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4823         list of groups not followed by default.  Fix type to be regexp.
4824         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4825
4826 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4827
4828         * hmac-def.el (define-hmac-function): Switch from old-style to
4829         new-style backquotes.
4830
4831         * md4.el (md4-make-step): Likewise.
4832
4833 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4836         raw-text coding system when saving .newsrc file, which may contain
4837         non-ASCII group names.
4838
4839 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * gnus-cus.el (gnus-score-extra): New widget.
4842         (gnus-score-extra-convert): New function.
4843         (gnus-score-customize): Use it for Extra.
4844
4845 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4846
4847         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4848         (mml2015-mailcrypt-clear-verify): Use it.
4849         (mml2015-gpg-clear-verify): Use it.
4850         (mml2015-pgg-clear-verify): Use it.
4851         (mml2015-epg-clear-verify): Replace the current part with the output
4852         from GnuPG; don't extract the plaintext by itself.
4853
4854         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4855         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4856         mml2015-clear-verify-function; don't touch the armor headers or
4857         dash-escaped text here.
4858
4859 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4862         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4863         parts, or application/octet-stream as a last resort.
4864         (gnus-mime-view-part-as-type): Don't toggle display.
4865         (gnus-mime-view-part-as-charset): Don't turn off display before
4866         querying charset.
4867
4868         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4869         stuff to undisplayer function in Emacs.
4870         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4871
4872         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4873         text/calendar parts.
4874
4875 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4878         decoding text/calendar parts.
4879
4880         * message.el (message-forward-make-body-mime): Always mark body as
4881         having no illegible text; remove signed-or-encrypted argument.
4882         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4883
4884         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4885         (mml-generate-mime-1): Don't encode body if it is specified to be in
4886         raw form; don't make buffer be unibyte when inserting multibyte string.
4887
4888 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4889
4890         * sha1.el: Fix up comment style.
4891         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4892         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4893
4894         * hex-util.el: Fix up comment style.
4895         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4896
4897         * gnus-salt.el: Use with-current-buffer.
4898         (gnus-pick-setup-message): Fix long-standing typo.
4899
4900 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * imap.el (imap-logout-timeout): New variable.
4903         (imap-logout, imap-logout-wait): New functions.
4904         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4905
4906         * nnimap.el (nnimap-logout-timeout): New server variable.
4907         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4908         nnimap-logout-timeout.
4909
4910         * gnus-art.el (gnus-article-summary-command-nosave)
4911         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4912
4913 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * gnus.el (gnus-maximum-newsgroup): New variable.
4916
4917         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4918         according to gnus-maximum-newsgroup.
4919
4920         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4921         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4922         Limit the range of articles according to gnus-maximum-newsgroup.
4923
4924 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4925
4926         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4927         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4928         Don't perform gnus-configure-windows here; reuse existing sticky
4929         article buffer.
4930
4931         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4932         it doesn't exist in gnus-article-mode.
4933
4934 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4937         (gnus-agent-decoded-group-name): New function.
4938         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4939         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4940
4941 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4942
4943         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4944         Add binding for gnus-sticky-article.
4945         (gnus-summary-exit): Don't kill sticky article buffers.
4946
4947         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4948         article buffer.
4949         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4950         (gnus-kill-sticky-article-buffers): New commands.
4951
4952 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * nntp.el (nntp-xref-number-is-evil): New server variable.
4955         (nntp-find-group-and-number): If it is non-nil, don't trust article
4956         numbers in the Xref header.
4957
4958 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * gnus-agent.el (gnus-agent-read-group): New function.
4961         (gnus-agent-flush-group, gnus-agent-expire-group)
4962         (gnus-agent-regenerate-group): Use it.
4963         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4964         nnmail-pathname-coding-system.
4965
4966 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4969
4970         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4971         that are unread as unread, and also as selected so that information of
4972         marks having been changed by a user may be updated when exiting group.
4973
4974 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4977         calculated ignoring signature parts to gnus-treat-article.
4978
4979 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4982         a point here in order to keep the window start.
4983         (gnus-insert-mime-security-button): Make a button overlay without the
4984         front stickiness.
4985         (gnus-mime-display-security): Goto the end of a button.
4986
4987         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4988
4989 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4992         group-name-at-point.
4993         (gnus-group-completing-read): New function that offers decoded
4994         non-ASCII group names for completion.
4995         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4996         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4997         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4998         (gnus-group-fetch-control): Use it.
4999         (gnus-fetch-group): Use group-name-at-point for the initial value
5000         rather than the default value; use gnus-alive-p.
5001
5002         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5003         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5004         (gnus-summary-post-news): Use gnus-group-completing-read.
5005
5006         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5007         (gnus-read-move-group-name): Decode group name for completion.
5008
5009 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5010
5011         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5012         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5013         Yamaoka slightly modified the code).
5014
5015 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5018         (nnmail-split-incoming): Bind it.
5019
5020         * nnml.el (nnml-group-name-charset): New function.
5021         (nnml-decoded-group-name): Use it; don't decode group name if
5022         nnmail-group-names-not-encoded-p is non-nil.
5023         (nnml-encoded-group-name): New function.
5024         (nnml-group-pathname): Inline nnml-decoded-group-name.
5025         (nnml-request-expire-articles): Decode group name in message.
5026         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5027         nnmail-pathname-coding-system.
5028         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5029         not decoded ones according to nnmail-group-names-not-encoded-p.
5030         (nnml-generate-active-info): Use nnml-encoded-group-name.
5031
5032 2007-08-08  Glenn Morris  <rgm@gnu.org>
5033
5034         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5035         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5036         doc-strings and comments.
5037
5038 2007-07-25  Glenn Morris  <rgm@gnu.org>
5039
5040         * Relicense all FSF files to GPLv3 or later.
5041
5042 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * gnus-sum.el (gnus-summary-move-article): Make
5045         gnus-summary-respool-article work.
5046
5047 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5050         string.
5051
5052 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5053
5054         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5055         that should be ignored when comparing distant RSS articles with local
5056         ones.
5057         (nnrss-make-hash-index): New function.  Create a hash index according
5058         to the ignored fields.
5059         (nnrss-check-group): Use it.
5060
5061 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5064
5065         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5066
5067         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5068         the new optional argument ENCODED is non-nil.
5069         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5070         coding system for encoding group name.
5071         (gnus-group-make-rss-group): Pass un-encoded group name to
5072         gnus-group-make-group.
5073         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5074         encoded.
5075
5076         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5077         Encode group name to which articles are moved or copied.
5078         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5079         coding system for encoding Newsgroup, Followup-To and Xref headers.
5080
5081         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5082         marks; use nnheader-file-coding-system to write a file.
5083         (nnagent-retrieve-headers): Bind file-name-coding-system to
5084         nnmail-pathname-coding-system.
5085
5086         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5087
5088         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5089         (nnml-request-article, nnml-request-create-group)
5090         (nnml-request-rename-group, nnml-find-id)
5091         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5092         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5093         (nnml-save-marks): Use nnml-group-pathname instead of
5094         nnmail-group-pathname.
5095
5096         (nnml-request-create-group, nnml-request-expire-articles)
5097         (nnml-request-move-article, nnml-request-delete-group)
5098         (nnml-deletable-article-p, nnml-possibly-create-directory)
5099         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5100         (nnml-open-marks): Bind file-name-coding-system to
5101         nnmail-pathname-coding-system.
5102
5103         (nnml-request-article): Pass server argument to nnml-find-group-number.
5104         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5105         server argument to nnml-possibly-create-directory.
5106         (nnml-request-accept-article): Pass server argument to
5107         nnml-active-number and nnml-save-mail.
5108         (nnml-find-group-number): Pass server argument to nnml-find-id.
5109         (nnml-request-update-info): Pass server argument to
5110         nnml-marks-changed-p.
5111
5112         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5113         (nnml-save-mail, nnml-active-number): Add server argument.
5114
5115         (nnml-request-delete-group): Warn if group is missing.
5116         (nnml-get-nov-buffer): Decode group name.
5117         (nnml-generate-active-info): Encode group name.
5118         (nnml-open-marks): Decode group name in messages.
5119
5120 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5123         if it is not specified.
5124         (gnus-article-pipe-part, gnus-article-save-part)
5125         (gnus-article-interactively-view-part, gnus-article-copy-part)
5126         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5127         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5128         (gnus-article-replace-part, gnus-article-delete-part)
5129         (gnus-article-view-part-as-type): Pass raw prefix argument to
5130         gnus-article-part-wrapper.
5131
5132 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-agent.el (gnus-agent-save-active): Bind
5135         nnheader-file-coding-system to gnus-agent-file-coding-system.
5136
5137         * gnus-cache.el (gnus-cache-save-buffers)
5138         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5139         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5140         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5141         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5142         (gnus-cache-generate-active, gnus-cache-rename-group)
5143         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5144         (gnus-cache-update-overview-total-fetched-for): Bind
5145         file-name-coding-system to nnmail-pathname-coding-system.
5146         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5147         variables.
5148         (gnus-cache-decoded-group-name): New function.
5149         (gnus-cache-file-name): Use it.
5150         (gnus-cache-generate-active): Use non-decoded group name for active.
5151
5152         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5153         right place.
5154         (gnus-write-active-file): Don't break non-ASCII group names.
5155
5156         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5157         nnmail-pathname-coding-system.
5158
5159         * lpath.el: Bind default-file-name-coding-system,
5160         file-name-coding-system and language-info-alist for XEmacs.
5161
5162         * gnus-uu.el (gnus-uu-decode-save): Typo.
5163
5164 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5167
5168 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5171         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5172         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5173         (gnus-agent-flush-group, gnus-agent-flush-cache)
5174         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5175         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5176         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5177         (gnus-agent-regenerate-group)
5178         (gnus-agent-update-files-total-fetched-for)
5179         (gnus-agent-update-view-total-fetched-for): Bind
5180         file-name-coding-system to nnmail-pathname-coding-system.
5181         (gnus-agent-group-pathname): Don't encode file names by
5182         nnmail-pathname-coding-system.
5183         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5184         coding-system-for-write instead of buffer-file-coding-system to
5185         gnus-agent-file-coding-system.
5186
5187         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5188         Decode group name.
5189
5190         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5191
5192         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5193         (gnus-read-newsrc-el-file): Make group names unibyte.
5194
5195         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5196         nnmail-pathname-coding-system.
5197
5198         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5199         (nnrss-request-delete-group): Bind file-name-coding-system to
5200         nnmail-pathname-coding-system.
5201         (nnrss-read-server-data, nnrss-read-group-data): Bind
5202         file-name-coding-system correctly.
5203         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5204
5205         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5206         (nntp-server-to-method-cache): New variable.
5207         (nntp-group-pathname): New function that decodes non-ASCII group names.
5208         (nntp-possibly-create-directory, nntp-marks-changed-p)
5209         (nntp-save-marks, nntp-open-marks): Use it.
5210         (nntp-possibly-create-directory, nntp-open-marks):
5211         Bind file-name-coding-system to nnmail-pathname-coding-system.
5212         (nntp-open-marks): Decode group names when bootstrapping marks.
5213
5214         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5215         Newsgroups and Folowup-To headers.
5216
5217 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5220         (gnus-server-closed-face, gnus-server-denied-face)
5221         (gnus-server-offline-face): Remove variable.
5222         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5223
5224         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5225         of modifying message-stack directly for XEmacs.
5226
5227         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5228         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5229         if the coding-system argument is nil for XEmacs.
5230
5231         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5232         mm-charset-override-alist.
5233
5234         * rfc2047.el: Don't require base64; require rfc2045 for the function
5235         rfc2045-encode-string.
5236         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5237         to quote the parameter value.
5238
5239 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5242         form in gnus-group-name-charset-method-alist.
5243
5244         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5245         overrides the default layout edit-form.
5246
5247         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5248
5249         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5250
5251 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5254         as unfetched articles.
5255
5256 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5257
5258         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5259
5260 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5263         original back end that keeps marks in the local system.
5264
5265 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5268         arg of pop-to-buffer for XEmacs.
5269         (gnus-article-read-summary-keys): Ditto; don't restore window
5270         configuration if summary command ends up with neither article buffer
5271         nor summary buffer; describe bindings if summary keys end with C-h.
5272
5273 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * message.el (message-fix-before-sending): Skip raw message part to be
5276         forwarded while checking illegible text.
5277         (message-forward-make-body-mime, message-forward-make-body): Mark
5278         signed or encrypted raw message as having no illegible text.
5279
5280 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5283         (gnus-message-with-timestamp-1): New macro.
5284         (gnus-message-with-timestamp): New function.
5285         (gnus-message): Use them.
5286
5287         * nnheader.el (nnheader-message): Use them.
5288
5289 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5290
5291         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5292         .newsrc.eld file.
5293
5294 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * gnus-agent.el (gnus-agent-fetch-headers)
5297         (gnus-agent-retrieve-headers): Bind
5298         gnus-decode-encoded-address-function to identity.
5299
5300         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5301         available also when the server returns simply a dot.
5302
5303         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5304
5305 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5308
5309 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * gnus-ems.el (gnus-x-splash): Make it work.
5312
5313         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5314         from being used.
5315
5316         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5317
5318 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5321         4th and the 5th arguments.
5322
5323         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5324         the front stickiness.
5325         (gnus-article-summary-command-nosave): Correct the order of the
5326         arguments passed to pop-to-buffer.
5327         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5328         summary command ends up with the article buffer.
5329
5330         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5331         the same faces.
5332
5333 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5334
5335         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5336
5337 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5338
5339         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5340         * gnus-sum.el (gnus-summary-highlight):
5341         * pgg.el (pgg-sign-region, pgg-sign):
5342         * mail-source.el (mail-source-delete-old-incoming-confirm):
5343         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5344
5345 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * gnus-art.el (gnus-mime-view-part-externally)
5348         (gnus-mime-view-part-internally): Fix predicate function passed to
5349         completing-read.
5350
5351         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5352
5353         * gnus.el (gnus-update-message-archive-method): Add :version.
5354
5355 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * gnus.el (gnus-update-message-archive-method): New variable.
5358
5359         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5360         according to gnus-message-archive-method if
5361         gnus-update-message-archive-method is non-nil.
5362
5363 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5366         by Loic Dachary <loic@dachary.org>.
5367         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5368
5369 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * message.el (message-pop-to-buffer): Add switch-function argument.
5372         (message-mail): Pass switch-function argument to it.
5373
5374 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5375
5376         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5377         Improve doc string.
5378
5379 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5382         (gnus-header-content)
5383         * gnus-cite.el (gnus-cite-10)
5384         * gnus-srvr.el (gnus-server-closed)
5385         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5386         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5387         (gnus-group-mail-3-empty, gnus-group-mail-low)
5388         (gnus-group-mail-low-empty, gnus-splash)
5389         * message.el (message-header-to, message-header-cc)
5390         (message-header-subject, message-header-other, message-header-name)
5391         (message-header-xheader, message-separator, message-cited-text)
5392         (message-mml): Lighten colors of faces used for dark background.
5393
5394 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5395
5396         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5397         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5398
5399 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * message.el (message-narrow-to-headers-or-head):
5402         Ignore mail-header-separator in the body.
5403
5404 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5407         same as window size.
5408
5409 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5410
5411         * message.el (message-font-lock-keywords): Use message-header-xheader
5412         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5413         ahead of the anything pattern, to get it recognised.
5414
5415 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5418         spam.el loads uses it in the compiled defadvice form.
5419
5420 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5421
5422         * gnus-sum.el (gnus-articles-to-read)
5423         (gnus-summary-insert-old-articles): Don't truncate group name for
5424         `read-string'.
5425
5426         * gnus-util.el (gnus-limit-string): Delete this function.
5427
5428         * gnus-sum.el (gnus-simplify-subject-fully): Use
5429         `truncate-string-to-width' instead.
5430
5431 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5432
5433         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5434         if, on summary exit, the next group has to be selected.
5435         (gnus-summary-exit): Use it.
5436
5437 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5438
5439         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5440         non-break space.
5441
5442 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5445         Check if group is not a directory.
5446         (nnfolder-request-expire-articles): Don't delete articles if the target
5447         group is not available.
5448
5449         * nnml.el (nnml-request-create-group): Properly check if group is not a
5450         file.
5451         (nnml-request-expire-articles): Don't delete articles if the target
5452         group is not available.
5453
5454         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5455         Don't quote characters that are within parentheses.
5456
5457 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5460         (gnus-handle-ephemeral-exit): Select article according to it.
5461
5462 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * message.el (message-insert-formated-citation-line): Remove newline.
5465         (message-citation-line-format): Add final \n here so that the user can
5466         avoid a blank line.
5467
5468 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5469
5470         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5471         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5472         Update lanl/arXiv support.
5473
5474 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5475
5476         * gnus.el: Bump version number.
5477
5478 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479
5480         * gnus.el (gnus-version-number): Bump version.
5481
5482 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5483
5484         * gnus.el: No Gnus v0.6 is released.
5485
5486 2007-04-27  Didier Verna  <didier@xemacs.org>
5487
5488         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5489         * gmm-utils.el (gmm-regexp-concat): here.
5490         * message.el: Don't require 'gnus-util.
5491         (message-dont-reply-to-names): Handle name change above.
5492         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5493
5494 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5497         since the initial value varies according to the system.
5498
5499 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5502
5503 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5504
5505         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5506
5507 2007-04-24  Didier Verna  <didier@xemacs.org>
5508
5509         Improve the type of gnus-ignored-from-addresses.
5510         * gnus-util.el (gnus-orify-regexp): New function.
5511         * message.el (gnus-util): Require it.
5512         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5513         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5514         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5515
5516 2007-04-24  Didier Verna  <didier@xemacs.org>
5517
5518         * gnus-sum.el:
5519         * gnus-utils.el: Fix some trailing whitespaces.
5520
5521 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5524         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5525         article's Message-ID; refer parent article in summary buffer.
5526
5527         * message.el (message-bounce): Call mime-to-mml.
5528
5529         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5530         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5531         optimize and/or forms properly.
5532
5533 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5534
5535         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5536         URL.
5537
5538 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5541
5542 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5545         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5546         displayed of multipart/alternative part if it is invoked from summary
5547         buffer.
5548
5549         * mm-view.el (mm-inline-text-html-render-with-w3m)
5550         (mm-inline-text-html-render-with-w3m-standalone)
5551         (mm-inline-render-with-function): Use mail-parse-charset by default.
5552
5553 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5554
5555         * parse-time.el (parse-time-string-chars): Check if CHAR
5556         is less than the length of parse-time-syntax.
5557
5558 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5561         from gnus-newsgroup-processable.
5562
5563 2007-04-16  Didier Verna  <didier@xemacs.org>
5564
5565         * gnus-msg.el (gnus-configure-posting-styles): Handle
5566         message-signature-directory properly with :file syntax.  Reported by
5567         "Leo".
5568
5569 2007-04-11  Didier Verna  <didier@xemacs.org>
5570
5571         New user option: message-signature-directory.
5572         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5573         * message.el (message-insert-signature): Ditto.
5574         * message.el (message-signature-file): Doc update.
5575         * message.el (message-signature-directory): New.
5576
5577 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * gnus-msg.el (gnus-inews-yank-articles): Use
5580         message-exchange-point-and-mark instead of exchange-point-and-mark.
5581
5582 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5583
5584         * message.el (message-yank-original): Make sure cited text ends with
5585         newline; don't exchange point and mark.
5586
5587 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5588
5589         * tls.el (open-tls-stream): Properly handle case where there
5590         is no associated buffer.
5591
5592 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5593
5594         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5595         message-yank-original, make sure (< mark TEXT point).
5596
5597 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5598
5599         * message.el (message-fill-column): New variable.
5600         (message-mode): Use it.  Add comment on a possible new hook.
5601
5602         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5603         (nnmail-get-new-mail): Reformat.
5604
5605         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5606
5607         * gmm-utils.el: Fix Commentary.
5608         (gmm-tool-bar-from-list): Fix typo in doc string.
5609
5610 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5611
5612         * message.el (message-yank-original): Don't switch point and mark
5613         unnecessarily to put point and mark as documented.
5614
5615 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5618         from the message heads.
5619
5620 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5621
5622         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5623         article buffer does not have a window.  This may not be the best
5624         solution but is certainly better than setting the start of the null,
5625         that is the current, window.
5626
5627 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5630         (gnus-draft-setup): Run it.
5631
5632         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5633         gnus-score-fast-scoring.  Allow regexp.
5634         (gnus-score-headers): Use it.
5635
5636         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5637         XEmacs.
5638
5639         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5640         string.
5641         (gnus-button-alist): Also catch `<f1> k ...'.
5642         (gnus-treat-display-x-face): Fix doc string.
5643
5644 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5645
5646         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5647         evaluation of gnus-extended-version to ensure correct generation of the
5648         User-Agent header when message-generate-headers-first is used.
5649
5650 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5651
5652         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5653         hashcash-path is nil.  Don't call callback with incorrect number of
5654         parameters if val is 0.
5655
5656 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5657
5658         * message.el (message-required-news-headers):
5659         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5660
5661 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5662
5663         * tls.el (open-tls-stream): In handshake-waiting loop,
5664         don't wait more if there is output available to process.
5665
5666 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5667
5668         * tls.el (tls-program): Doc fix.
5669
5670 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * message.el (message-generate-new-buffers): Change the meaning of the
5673         nil value; add `standard' to the choices; treat t as `unique'; improve
5674         doc string.
5675         (gnus-select-frame-set-input-focus): Autoload.
5676         (message-buffer-name): Search for the existing message buffer if
5677         message-generate-new-buffers is nil or `standard'; treat the value t of
5678         message-generate-new-buffers as `unique'.
5679         (message-pop-to-buffer): Raise the frame already displaying the message
5680         buffer; clear the echo area after querying.
5681         (message-setup): Pass the `continue' argument to compose-mail.
5682         (message-mail): Prefer `switch-function' if it is given; search for the
5683         existing message buffer if the `continue' argument is non-nil; pass
5684         continue and switch-function arguments to compose-mail by way of
5685         message-setup.
5686         (message-mail-other-window): Adjust argument of message-setup.
5687         (message-mail-other-frame): Ditto.
5688
5689 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5692         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5693         to turn font-lock on when turning gnus-message-citation-mode on.
5694
5695 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5696
5697         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5698         (mml-smime-function-alist): New variable; add epg as the backend.
5699         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5700         mml-smime- functions instead.
5701         * mm-view.el: Require smime.
5702
5703 2007-03-05  Didier Verna  <didier@xemacs.org>
5704
5705         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5706         instead of just inheritance for posting styles.
5707         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5708
5709 2007-02-24  Chris Moore  <dooglus@gmail.com>
5710
5711         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5712         * pgg-pgp.el (pgg-pgp-encrypt-region):
5713         * pgg-gpg.el (pgg-gpg-encrypt-region):
5714         Check pgg-encrypt-for-me if no other recipients.
5715
5716 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5717
5718         * tls.el (tls-certtool-program): Fix custom type.
5719
5720 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5723         and point-at-eol instead of line-(beginning|end)-position.
5724
5725         * assistant.el (assistant-parse-buffer): Ditto.
5726
5727         * netrc.el (netrc-parse-services): Ditto.
5728
5729 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5730
5731         * mml2015.el (mml2015-epg-find-usable-key): New function.
5732         (mml2015-epg-sign): Use it.
5733         (mml2015-epg-encrypt): Use it.
5734
5735 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * message.el (message-make-in-reply-to): Quote name containing
5738         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5739         if there are special characters.  Reported by NAKAJI Hiroyuki
5740         <nakaji@jp.freebsd.org>.
5741
5742 2007-02-27  Didier Verna  <didier@xemacs.org>
5743
5744         Include the group parameters as well as the topic ones in the
5745         inheritance filter process.
5746         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5747         argument GROUP-PARAMS-LIST.
5748         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5749
5750 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * nntp.el (nntp-never-echoes-commands)
5753         (nntp-open-connection-functions-never-echo-commands): New variables.
5754         (nntp-send-command): Use them.
5755
5756 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5757
5758         * mml2015.el (mml2015-epg-verify): Simplified.
5759
5760 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * mml.el (mml-content-disposition-alist): New user option.
5763         (mml-content-disposition): New function.
5764         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5765         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5766
5767 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5768
5769         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5770         verification.
5771
5772 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5773
5774         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5775         articles posted in the last 24 hours.
5776
5777 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5778
5779         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5780
5781 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5782
5783         * nntp.el (nntp-send-command): Don't wait for echoes when
5784         nntp-open-ssl-stream is used.
5785
5786 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5789         (gnus-message-add-citation-keywords)
5790         (gnus-message-remove-citation-keywords): Remove.
5791         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5792         directly, make the variables in font-lock-defaults buffer-local, add
5793         gnus-message-citation-keywords to them and then update the value of
5794         font-lock-keywords.
5795
5796 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * message.el (message-cite-original-1): Don't call
5799         gnus-article-highlight-citation.
5800
5801         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5802         citations; fix line count.
5803
5804 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5807         (gnus-message-add-citation-keywords)
5808         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5809         versions of font-lock-add-keywords and font-lock-remove-keywords to
5810         work with XEmacs correctly.
5811
5812 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * gnus-cite.el (gnus-cite-face-list): Set the values of
5815         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5816         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5817         (gnus-message-cite-prefix-regexp): New variable.
5818         (gnus-message-search-citation-line): Use it; protect against long
5819         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5820         the 0th match data for Emacs.
5821         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5822         (gnus-message-add-citation-keywords): Append keywords rather than
5823         prepending; emulate font-lock-add-keywords if it is not available.
5824         (gnus-message-remove-citation-keywords): Emulate
5825         font-lock-remove-keywords if it is not available.
5826
5827         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5828
5829         * message.el (message-cite-prefix-regexp): Set the value of
5830         gnus-message-cite-prefix-regexp.
5831
5832 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5833
5834         * nnweb.el (nnweb-google-parse-1): Update parser.
5835
5836 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5837
5838         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5839
5840 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5841
5842         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5843         regexp.
5844
5845 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5848         string-to-multibyte.
5849         (uudecode-decode-region-internal): Use it.
5850
5851         * lpath.el: Fbind string-as-multibyte for XEmacs.
5852
5853 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5854
5855         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5856         custom choice.
5857
5858         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5859
5860 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5861
5862         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5863
5864         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5865         `write-region' to respect `mm-inhibit-file-name-handlers'.
5866
5867 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5868
5869         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5870         Use gnus-home-directory instead of "~/" or "$HOME".
5871
5872 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5873
5874         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5875         to mention filename.
5876         Add comments at beginning regarding usage.
5877         (encrypt-write-file-contents): Change interactive so a string is
5878         acceptable.  If the file has no associated model, show an error instead
5879         of a nonsense prompt.
5880
5881 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5882
5883         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5884         Thanks to Yoshihiko Yamada for kind notification of this typo.
5885
5886 2007-01-12  Kenichi Handa  <handa@m17n.org>
5887
5888         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5889         multibyte buffer.
5890
5891 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5892
5893         * gnus-score.el (gnus-score-fast-scoring): New variable.
5894         (gnus-score-headers): Use it.
5895
5896         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5897
5898         * message.el (message-cite-original-1): Call
5899         gnus-article-highlight-citation if requested.
5900         (message-make-from): Allow name and address as optional arguments.
5901
5902         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5903
5904         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5905         bugs to doc string.
5906         (gnus-button-alist): Add mid\\|message-id.
5907         (gnus-button-fetch-group): Extend for use in
5908         `browse-url-browser-function'.
5909         (gnus-button-url-regexp): Try to catch paired parentheses like in
5910         Wikipedia URLs.
5911
5912         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5913         Suggested by Simon Krahnke <overlord@gmx.li>.
5914
5915 2007-01-13  Romain Francoise  <romain@orebokech.com>
5916
5917         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5918         Update copyright.
5919
5920 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5921
5922         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5923
5924 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5925
5926         * gnus-registry.el (gnus-registry-unfollowed-groups)
5927         (gnus-registry-split-fancy-with-parent): Fix documentation.
5928
5929 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5930
5931         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5932         from nnweb groups.
5933
5934 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935
5936         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5937         Xref urls.  Erase buffer before requesting head.
5938
5939 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5940
5941         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5942         customizable.
5943
5944 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5945
5946         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5947         no signing key is found.
5948         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5949         no encrypting and/or signing key is found.
5950
5951 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5952
5953         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5954
5955 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5956
5957         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5958         headers read from disk with the ones newly found in the current search.
5959         This should no longer cause problems, because the article numbers in
5960         Gmane's `nov.php' output are ignored since the previous change.
5961
5962 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5963
5964         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5965
5966 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5969         replace-regexp-in-string; bind url-version; fbind display-images-p and
5970         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5971         find-face and set-itimer-function for Emacs; bind itimer-list for
5972         Emacs.
5973
5974         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5975
5976 2007-01-01  Romain Francoise  <romain@orebokech.com>
5977
5978         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5979
5980 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5981
5982         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5983         `define-minor-mode' macro definition expanded properly.
5984         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5985         exclude it there.
5986
5987         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5988         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5989         `fboundp' test.
5990         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5991         This is OK to autoload in (S)XEmacs now.
5992
5993 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5996         keystroke.
5997         (gnus-summary-limit-to-singletons): Fix typo.
5998
5999         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6000         else fails.
6001
6002 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6003
6004         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6005         docstring.
6006
6007         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6008         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6009         (gnus-summary-insert-dormant-articles): Fix typo in message.
6010
6011 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6012
6013         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6014         nil for XEmacs.
6015         (gnus-message-citation-mode): Don't autoload in XEmacs.
6016
6017         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6018
6019 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6020
6021         * nnimap.el (nnimap-expunge-search-string): Mention
6022         nnimap-search-uids-not-since-is-evil in docstring.
6023
6024 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6025
6026         * spam.el: Revert to make-obsolete-variable because
6027         define-obsolete-variable-alias is not supported in Emacs 21.
6028
6029         * spam.el (spam-ifile-path, spam-ifile-database-path)
6030         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6031         make-obsolete-variable.
6032         (spam-bsfilter-path, spam-bsfilter-program)
6033         (spam-spamassassin-path, spam-spamassassin-program)
6034         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6035         use "path" inappropriately.
6036         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6037         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6038         variable names.
6039
6040 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6041
6042         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6043         summary buffer.
6044
6045         * password.el (password-cache-remove): Use clear-string to burn
6046         password, if available.
6047
6048 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6051
6052         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6053
6054         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6055         (gnus-message-highlight-citation): Move defcustom here from
6056         gnus-cite.el.
6057         (gnus-message-citation-mode): Autoload.
6058
6059         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6060         checks to make it compile with XEmacs.
6061         (gnus-message-citation-mode): New minor mode.
6062         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6063         (gnus-message-highlight-citation): New variables.
6064         (gnus-message-search-citation-line)
6065         (gnus-message-add-citation-keywords)
6066         (gnus-message-remove-citation-keywords)
6067         (turn-on-gnus-message-citation-mode)
6068         (turn-off-gnus-message-citation-mode): New functions.
6069
6070 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6071
6072         * gnus-cite.el: Enable highlighting of different citation levels in
6073         message-mode.
6074
6075 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6076
6077         * message.el (message-make-fqdn): Fix comment.
6078         (message-bogus-system-names): Add ".local".
6079
6080         * spam.el (spam-ifile-path, spam-ifile-program)
6081         (spam-ifile-database-path, spam-ifile-database)
6082         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6083         Don't use "path" inappropriately.
6084         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6085         strings.
6086         (spam-check-ifile, spam-ifile-register-with-ifile)
6087         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6088         new variable names.
6089
6090         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6091         (gnus-treat-display-smileys): Simplify using
6092         gnus-image-type-available-p.
6093
6094         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6095         available.
6096
6097         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6098         `display-images-p' if available.
6099
6100 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6103         one after turning on the buffer's multibyteness instead of decoding
6104         them directly in the unibyte buffer that causes unexpected conversion
6105         in Emacs 23 (unicode).
6106
6107 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6108
6109         * message.el (message-generate-hashcash): Fix custom type.
6110
6111 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6114
6115 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6116
6117         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6118         disconnect icons.  Add help text.
6119
6120 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6121
6122         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6123         negated to be consistent with the others we handle.
6124
6125 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6126
6127         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6128         version of gnus-summary-buffer to something, so that we can use two
6129         article buffers at the same time.
6130
6131 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6132
6133         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6134         trigger all the extra headers.
6135         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6136         sorting.
6137
6138 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6139
6140         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6141         solid groups.
6142
6143 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6144
6145         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6146
6147 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6148
6149         * legacy-gnus-agent.el: Add Copyright notice.
6150
6151 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6152
6153         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6154
6155 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6156
6157         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6158
6159         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6160         to make it work reliably in CVS Emacs.
6161         (gnus-summary-limit-strange-charsets-predicate)
6162         (gnus-summary-limit-to-predicate): New functions.
6163
6164 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6165
6166         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6167         specifying array size.
6168         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6169         array if it is too small.
6170         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6171         (gnus-sort-threads-loop): New function.
6172
6173 2006-12-06  Chris Moore  <dooglus@gmail.com>
6174
6175         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6176         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6177
6178 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6179
6180         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6181         options.
6182
6183 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6184
6185         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6186         DOS-ing the recipient.
6187
6188         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6189         the headers when creating the mapping to avoid mismappings.
6190         (nnweb-gmane-create-mapping): Always nix out old mapping.
6191
6192 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6195         and mm-verify-option to never.
6196
6197 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * message.el (message-signed-or-encrypted-p): New function.
6200         (message-forward-make-body): Use it.
6201
6202         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6203         Replace encode-coding-string with mm-encode-coding-string.
6204
6205 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * nneething.el (nneething-decode-file-name): Replace
6208         decode-coding-string with mm-decode-coding-string.
6209
6210         * gnus-int.el (gnus-open-server): Say failed server's name.
6211
6212 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6213
6214         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6215         strings to a single string.  Quote `errors-file-name'.
6216         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6217         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6218         Adjust calls.  Use `shell-quote-argument'.
6219
6220 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6221
6222         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6223         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6224
6225         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6226         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6227         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6228         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6229         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6230         (gnus-subscribe-newsgroup, gnus-1):
6231         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6232         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6233         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6234         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6235
6236 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6237
6238         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6239         keystroke.
6240         (gnus-summary-limit-to-bodies): Implement headersp.
6241
6242 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243
6244         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6245
6246 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6249
6250 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6251
6252         * message.el (message-generate-hashcash): Expand range of values to
6253         include `opportunistic'.
6254         (message-send-mail): Use it.
6255
6256 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6257
6258         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6259         and comment it.
6260
6261         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6262
6263 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6264
6265         * gnus-util.el (gnus-extract-address-components): Improve comment.
6266
6267 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-util.el (gnus-extract-address-components): Work with address in
6270         which the name portion contains @.
6271
6272         * lpath.el: Fbind custom-autoload.
6273
6274 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6275
6276         * gnus.el (gnus-start): Move custom group up.
6277         (gnus-select-method): Don't autoload, but make it available for
6278         `customize-variable'.
6279         (gnus-getenv-nntpserver): Don't autoload.
6280
6281 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6282
6283         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6284
6285 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6286
6287         * message.el (message-sendmail-extra-arguments): New variable.
6288         (message-send-mail-with-sendmail): Use it.
6289
6290 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6293         mm-with-unibyte-current-buffer to make string unibyte.
6294
6295         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6296         mm-string-as-multibyte.
6297
6298 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6299
6300         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6301         Reported by Werner Koch <wk@gnupg.org>.
6302
6303 2006-11-14  Daiki Ueno  <ueno@p360>
6304
6305         * mml2015.el: Autoload epa-select-keys when compiling.
6306
6307 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6308
6309         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6310         message-options.
6311         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6312
6313 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6314
6315         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6316         EasyPG (< 0.0.6).
6317         (mml2015-always-trust): New user option.
6318         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6319         prompt.
6320
6321 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * nntp.el (nntp-authinfo-force): New variable.
6324         (nntp-send-authinfo): Use it.
6325
6326 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6327
6328         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6329         decode encoded words.  Improve prompt.  Add comment about forwarding.
6330         (message-replacement-char): Move up.
6331
6332 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6333
6334         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6335         instead of gnus-intersection because arguments of gnus-sorted-nunion
6336         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6337
6338 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6341         (message-simplify-subject-functions): Enable
6342         message-strip-subject-encoded-words by default.
6343
6344 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6345
6346         * message.el (message-strip-subject-encoded-words): New function.
6347         (message-simplify-subject-functions): New variable.
6348         (message-simplify-subject): Use it.  Fix typo in doc string.
6349         Support message-strip-subject-encoded-words.
6350
6351 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6352
6353         * gnus-diary.el (gnus-diary-delay-format-function):
6354         * nndiary.el (nndiary-reminders):
6355         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6356
6357 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6358
6359         * gnus-art.el (article-hide-boring-headers): Fetch date from
6360         gnus-original-article-buffer to avoid problems with localized date
6361         strings.
6362
6363 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6366
6367 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6368
6369         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6370         New variables.
6371         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6372         (mm-charset-synonym-alist): Move some entries to
6373         mm-codepage-iso-8859-list.
6374         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6375         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6376
6377 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6380
6381 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6382
6383         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6384         with Emacs 21 and XEmacs.
6385
6386 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6387
6388         * spam.el (spam-parse-address): New function for better parsing,
6389         catching errors, etc.
6390         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6391
6392 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * mm-view.el: Add interactive arg to html2text autoload.
6395
6396 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6399
6400 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6401
6402         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6403         variables.
6404         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6405         (mm-charset-synonym-alist): Move some entries to
6406         mm-codepage-iso-8859-list.
6407
6408         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6409
6410 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6411
6412         * message.el (message-citation-line-format)
6413         (message-insert-formated-citation-line): Fix implementation of %E, %N
6414         and %n according to the doc string.
6415
6416 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6417
6418         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6419         car-safe to avoid bad parses.
6420
6421 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6424         names.
6425
6426         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6427
6428 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6429
6430         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6431         header.
6432
6433         * message.el (message-draft-headers): Add Date.
6434         (message-headers-to-generate): Fix typo in docstring.
6435
6436         * nndraft.el (nndraft-required-headers): New variable.
6437         (nndraft-generate-headers): Use it.
6438
6439         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6440
6441 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6442
6443         * gnus-registry.el (gnus-registry-wash-for-keywords)
6444         (gnus-registry-find-keywords): New functions to allow easy searching of
6445         articles that are in the registry.
6446
6447 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6448
6449         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6450         ietf-drums-parse-address instead of gnus-extract-address-components.
6451         Reported by Damien Elmes <damien@repose.cx>.
6452
6453 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * gnus.el (gnus-mime): Remove unused custom group.
6456
6457 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6458
6459         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6460         "blank line" when searching for end of armor headers.
6461
6462 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * gmm-utils.el (gmm-write-region): Fix variable name.
6465
6466 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6467
6468         * gmm-utils.el (gmm-write-region): New function based on compatibility
6469         code from `mm-make-temp-file'.
6470
6471         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6472
6473         * nnmaildir.el (nnmaildir--update-nov)
6474         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6475         Use `gmm-write-region'.
6476
6477 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6478
6479         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6480         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6481
6482         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6483
6484         * message.el (message-replacement-char): New variable.
6485         (message-fix-before-sending): Use it.
6486         (message-simplify-subject): New function to remove duplicate code.
6487         (message-reply, message-followup): Use it.
6488
6489         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6490         gnus-summary-limit-to-articles.
6491
6492 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * gnus-util.el (gnus-with-local-quit): New macro.
6495
6496         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6497
6498 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6499
6500         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6501         ignore non-string data.
6502
6503 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6504
6505         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6506         non-string data (needs to be done in the registry too).
6507
6508 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6509
6510         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6511         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6512         (gnus-registry-split-fancy-with-parent)
6513         (gnus-registry-fetch-simplified-message-subject-fast)
6514         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6515         Remove text properties on ingress into the registry and when it's saved.
6516         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6517         registry from entries with no groups.
6518
6519 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6520
6521         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6522         function to remove string properties.
6523
6524 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6525
6526         * gmm-utils.el (gmm): Adjust custom version.
6527
6528         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6529         custom version.
6530
6531         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6532
6533 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * gnus-art.el (gnus-insert-prev-page-button)
6536         (gnus-insert-next-page-button): Simplify.  Reformat.
6537
6538 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6539
6540         * gnus-art.el (gnus-insert-prev-page-button)
6541         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6542
6543 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6544
6545         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6546
6547 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6548
6549         * gnus-art.el (gnus-insert-mime-button)
6550         (gnus-insert-mime-security-button):
6551         Apply gnus-article-button-face to MIME and security buttons.
6552
6553 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6554
6555         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6556         readable.
6557
6558 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6561
6562 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6563
6564         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6565         `browse-url-of-file' instead of `browse-url'.
6566
6567 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6568
6569         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6570         regexp.  Articles containing quotation were cut prematurely.
6571
6572 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * message.el (message-cite-original-1): Use nobody by default for the
6575         value of From header.
6576         (message-reply): Ditto.
6577
6578 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6579
6580         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6581         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6582         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6583
6584 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6585
6586         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6587         mails in the doc string.  Add some URLs in comment.
6588         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6589
6590 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6593         backslashes handling and the way to find boundaries of quoted strings.
6594
6595 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6596
6597         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6598         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6599         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6600         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6601
6602 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6603
6604         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6605         doc string.
6606         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6607
6608 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * lpath.el: Fbind epg-check-configuration.
6611
6612 2006-09-06  Simon Josefsson  <jas@extundo.com>
6613
6614         * mml2015.el (mml2015-use): Doc fix, mention epg.
6615
6616 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6617
6618         * mml2015.el (mml2015-use): Default to epg, if available.
6619
6620 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6621
6622         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6623         message-sender.
6624         (mml1991-epg-encrypt): Ditto.
6625         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6626         message-sender.
6627         (mml2015-epg-encrypt): Ditto.
6628
6629 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6630
6631         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6632         several common directories.
6633
6634 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6635
6636         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6637         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6638
6639 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-art.el (article-decode-encoded-words): Make it fast.
6642
6643 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6646
6647         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6648         in quoted string into `\'.
6649
6650 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6653         Use standard-syntax-table.
6654
6655 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * gnus-art.el (gnus-decode-address-function): New variable.
6658         (article-decode-encoded-words): Use it to decode headers which are
6659         assumed to contain addresses.
6660         (gnus-mime-delete-part): Remove useless `or'.
6661
6662         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6663         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6664         (gnus-nov-parse-line): Use it to decode From header.
6665         (gnus-get-newsgroup-headers): Ditto.
6666         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6667
6668         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6669         (mail-decode-encoded-address-string): New alias.
6670
6671         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6672         New function.
6673         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6674         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6675         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6676         (rfc2047-decode-string): Ditto.
6677         (rfc2047-decode-address-region): New function.
6678         (rfc2047-decode-address-string): New function.
6679
6680 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * message.el (message-caesar-buffer-body): Allow rotating headers.
6683
6684         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6685
6686         * message.el (message-insert-formated-citation-line): Fix %f.
6687         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6688
6689 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6692         (gnus-bookmark-mouse-available-p): New macro.
6693         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6694         (gnus-bookmark-bmenu-show-infos): Use it.
6695         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6696         (gnus-bookmark-bmenu-hide-infos): Ditto.
6697         (gnus-bookmark-remove-properties): New function.
6698         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6699         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6700         (gnus-bookmark-write-file): Bind coding-system-for-write.
6701         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6702         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6703         group before selecting it.
6704         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6705         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6706         quit-window if it is not available; use gnus-mouse-2 and bind it to
6707         gnus-bookmark-bmenu-select-by-mouse.
6708         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6709         (gnus-bookmark-bmenu-select-by-mouse): New function.
6710
6711 2006-08-13  Romain Francoise  <romain@orebokech.com>
6712
6713         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6714         space.
6715
6716 2006-08-10  Romain Francoise  <romain@orebokech.com>
6717
6718         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6719         (dns-mode-soa-auto-increment-serial): New user option.
6720         (dns-mode-soa-maybe-increment-serial): New function.
6721         (dns-mode): Add the latter to `write-contents-functions'.
6722
6723 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * compface.el (uncompface): Use binary rather than raw-text-unix.
6726
6727 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * compface.el (uncompface): Make sure the eol conversion doesn't take
6730         place when communicating with the external programs.  Reported by
6731         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6732
6733 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6736
6737 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6738
6739         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6740         Make it more robust by parsing author and date independently.
6741
6742 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6745
6746 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6747
6748         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6749         first matching secret key.
6750         (mml2015-epg-encrypt): Ditto.
6751
6752         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6753         first matching secret key.
6754         (mml1991-epg-encrypt): Ditto.
6755
6756         * mml2015.el (mml2015-encrypt-to-self): New user option.
6757         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6758         mml2015-epg-encrypt-to-self is set.
6759
6760         * mml1991.el (mml1991-encrypt-to-self): New variable.
6761         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6762         mml1991-epg-encrypt-to-self is set.
6763
6764         * mml2015.el (mml2015-signers): New user option.
6765         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6766         (mml2015-epg-encrypt): Allow to select signing keys.
6767
6768         * mml1991.el (mml1991-signers): New variable.
6769         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6770         (mml1991-epg-encrypt): Allow to select signing keys.
6771
6772 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * nnheader.el (nnheader-insert-head): Make it work even if the file
6775         uses CRLF for the line-break code.
6776
6777 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6778
6779         * mml2015.el: Require mml-sec instead of password.
6780         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6781         (mml2015-cache-passphrase): Inherit the default value from
6782         mml-secure-cache-passphrase.
6783         (mml2015-passphrase-cache-expiry): Inherit the default value from
6784         mml-secure-passphrase-cache-expiry.
6785
6786         * mml1991.el: Require mml-sec instead of password.
6787         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6788         (mml1991-cache-passphrase): Inherit the default value from
6789         mml-secure-cache-passphrase.
6790         (mml1991-passphrase-cache-expiry): Inherit the default value from
6791         mml-secure-passphrase-cache-expiry.
6792
6793         * mml-sec.el: Require password.
6794         (mml-secure-verbose): New user option.
6795         (mml-secure-cache-passphrase): New user option.
6796         (mml-secure-passphrase-cache-expiry): New user option.
6797
6798 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6799
6800         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6801         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6802         andreas@altroot.de (Andreas Vögele).
6803
6804         FIXME: Use `tiny change'?
6805
6806 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6807
6808         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6809         workaround for the url package included with Emacs.
6810
6811         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6812
6813 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6816         correctly.  This fixes a bug caused by the 2006-05-12 change.
6817
6818 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6819
6820         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6821         some information about the error when saying that the `bogus' mail
6822         group will be used.
6823
6824 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6825
6826         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6827         string.
6828
6829 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6830
6831         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6832
6833 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6834
6835         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6836
6837 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6838
6839         * mml1991.el (mml1991-function-alist): Add epg.
6840         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6841         (mml1991-epg-encrypt): New functions.
6842
6843 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6844
6845         * mml2015.el (mml2015-verbose): New variable.
6846         (mml2015-cache-passphrase): Ditto.
6847         (mml2015-passphrase-cache-expiry): Ditto.
6848         (mml2015-function-alist): Add epg.
6849         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6850         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6851         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6852         functions.
6853
6854 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6855
6856         * message.el (message-cite-original-1): Preserve region when removing
6857         quoted text due to X-No-Archive in order to avoid bogus attribution
6858         when citing multiple messages.
6859
6860 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6861
6862         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6863         Kenneth Jacker <khj@be.cs.appstate.edu>.
6864
6865 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6866
6867         * gnus-diary.el (gnus-user-format-function-d)
6868         (gnus-user-format-function-D): Autoload.
6869
6870         * imap.el (Commentary): Fix typo.
6871
6872         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6873         2006-04-22 contribution.
6874
6875 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6876
6877         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6878         It didn't really fix the bogosity I'm seeing with solid web groups.
6879
6880 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6881
6882         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6883         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6884         created using server names.  If we use the feature without declaring
6885         it, Gnus does not properly manage server and group state.
6886
6887         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6888         bound.
6889
6890 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6891
6892         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6893         looking up the method using GROUP's prefix before inventing a new one.
6894         It is used on killed/unknown groups in various places where returning
6895         an all-new method isn't expected by the caller.
6896
6897         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6898         and match semantics of gnus-group-real-prefix.
6899
6900 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * nnmail.el (nnmail-broken-references-mailers): New variable.
6903         (nnmail-ignore-broken-references): New function generalizing
6904         nnmail-fix-eudora-headers.
6905         (nnmail-fix-eudora-headers): Now obsolete.
6906
6907         * gnus-art.el (gnus-button-handle-custom): Support
6908         `customize-apropos*'.
6909
6910 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6911
6912         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6913
6914         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6915         articles.
6916
6917 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * message.el (message-cite-reply-above): New variable.
6920         (message-yank-original): Use it.
6921
6922 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6925
6926 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6927
6928         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6929         as read.
6930
6931         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6932
6933 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6934
6935         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6936         (gnus-bookmark-default-file): Use gnus-directory.
6937         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6938         Remove "*" in doc string.
6939         (gnus-bookmark-write-file): Simplify.
6940         (gnus-bookmark-maybe-sort-alist): Use `when'.
6941         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6942         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6943         FIXME about Emacs 21 and XEmacs compatibility.
6944         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6945         compatibility.
6946         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6947         compatibility.
6948         (gnus-bookmark-menu-heading): Fix version.
6949
6950 2006-06-19  Bastien Guerry  <bzg@altern.org>
6951
6952         * gnus-bookmark.el: New file.
6953
6954 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * message.el (message-syntax-checks): Doc fix.
6957
6958 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6959
6960         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6961         unsubscribed groups as if they were killed ones.  It causes duplicate
6962         entries in gnus-newsrc-alist.
6963
6964 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * message.el (message-syntax-checks): Doc fix.
6967         (message-send-mail): Add check for continuation headers.
6968         (message-check-news-header-syntax): Fix regexp used to check for
6969         continuation headers.
6970
6971 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6974
6975 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6976
6977         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6978
6979 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6982         default-truncate-lines.
6983
6984 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6987         to fill the utf-8 entry.
6988
6989         * lpath.el: Fbind unicode-precedence-list.
6990
6991 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6992
6993         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6994
6995 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6996
6997         * gnus-agent.el (directory-files-and-attributes): Move all the way
6998         forward (the third and final move).
6999         (gnus-agent-read-agentview): Trap reconstruction errors due to
7000         nonexistant directory.  Handle by returning nil.
7001
7002 2006-05-30  Didier Verna  <didier@xemacs.org>
7003
7004         * message.el (message-dont-reply-to-names): Update the custom type.
7005         * message.el (message-dont-reply-to-names): New defsubst: potentially
7006         convert a list of regexps into a single one.
7007         * message.el (message-get-reply-headers): Use it.
7008         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7009
7010 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * gnus-agent.el (directory-files-and-attributes): Move forward.
7013
7014 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7015
7016         * gnus-ml.el (gnus-mailing-list-subscribe)
7017         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7018         (gnus-mailing-list-message): Fix doc strings.
7019
7020 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7021
7022         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7023         of doing it manually.
7024
7025 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7028         comment.
7029
7030 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7031
7032         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7033         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7034         (gnus-agent-read-local): All symbols allocated in my-obarray.
7035         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7036         (gnus-agent-regenerate-group): Check numeric names to see if they are
7037         messages or groups.
7038         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7039         better way of do this...)
7040
7041         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7042         'dummy.group' (there should be a better way of do this...)
7043
7044 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7047         (gnus-saved-headers): Ditto.
7048         (gnus-default-article-saver): Mention functions may have properties.
7049         (gnus-article-save): Override gnus-save-all-headers and
7050         gnus-saved-headers by :headers property which saver function may have.
7051         (gnus-summary-save-in-file): Add :headers property.
7052         (gnus-summary-write-to-file): Ditto.
7053
7054         * gnus-sum.el (gnus-summary-save-article): Bind
7055         gnus-prompt-before-saving to t when saving many articles in a file;
7056         always show all headers.
7057
7058         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7059
7060 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7061
7062         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7063         marks.
7064
7065         * message.el (message-indent-citation): Add optional arguments to allow
7066         using it outside of message buffers.
7067
7068         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7069         (gnus-article-treat-unfold-headers): Use it.
7070         (gnus-article-truncate-lines): New variable.
7071         (gnus-article-mode): Use it.
7072         (gnus-article-toggle-truncate-lines): New function.
7073
7074         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7075         gnus-article-toggle-truncate-lines.
7076
7077         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7078         coding system in XEmacs, use binary.
7079
7080 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7083         after-load-alist.
7084
7085         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7086         this function should save decoded articles.
7087         (gnus-summary-write-to-file): Use property to specify this function
7088         should save decoded articles and specify gnus-summary-save-in-file
7089         should be used to save articles other than the first one when saving
7090         many articles.
7091         (gnus-summary-save-body-in-file): Use property to specify this
7092         function should save decoded articles.
7093         (gnus-summary-write-body-to-file): Use property to specify this
7094         function should save decoded articles and specify
7095         gnus-summary-save-body-in-file should be used to save articles other
7096         than the first one when saving many articles.
7097
7098         * gnus-sum.el (gnus-summary-save-article): Simplify.
7099
7100 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-art.el (gnus-default-article-saver): Add
7103         gnus-summary-write-body-to-file.
7104         (gnus-article-save-coding-system): Don't use coding system object
7105         in XEmacs.
7106         (gnus-read-save-file-name): Add optional `dir-var' argument which
7107         specifies directory in which files are saved; work even if optional
7108         `variable' argument is not specified.
7109         (gnus-summary-write-to-file): Read file name.
7110         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7111         (gnus-summary-write-body-to-file): New function.
7112
7113         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7114         (gnus-summary-local-variables): Add it.
7115         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7116         (gnus-summary-save-article): Remove optional `decode' argument;
7117         determine whether to decode articles by the value of
7118         gnus-default-article-saver; when saving many files using
7119         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7120         it first and use gnus-summary-save-in-file or
7121         gnus-summary-save-body-in-file thereafter unless
7122         gnus-prompt-before-saving is always; move point to article which
7123         will be saved.
7124         (gnus-summary-save-article-file): Revert.
7125         (gnus-summary-write-article-file): Revert.
7126         (gnus-summary-save-article-body-file): Revert.
7127         (gnus-summary-write-article-body-file): New function.
7128
7129 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * gnus-art.el (gnus-default-article-saver): Doc fix.
7132         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7133         from gnus-summary-save-article-coding-system, and default to a
7134         certain coding system.
7135         (gnus-output-to-file): Add coding cookie and encode text according
7136         to gnus-article-save-coding-system; don't use mm-append-to-file.
7137
7138         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7139         gnus-art.el and rename to gnus-article-save-coding-system.
7140         (gnus-summary-save-article): Require gnus-art; don't show all
7141         headers if it decodes articles; don't add coding cookie here;
7142         don't bind mm-text-coding-system-for-write.
7143         (gnus-summary-save-article-file): Save decoded articles.
7144         (gnus-summary-write-article-file): When saving many files, use
7145         gnus-summary-write-to-file first and gnus-summary-save-in-file
7146         thereafter unless gnus-prompt-before-saving is always.
7147         (gnus-summary-save-article-body-file): Save decoded articles.
7148
7149         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7150
7151 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * nnrss.el (nnrss-check-group): Bind hash-index.
7154
7155 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7156
7157         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7158         its hash index.  Store this hash in `nnrss-group-data'.
7159         (nnrss-read-group-data): Update accordingly.
7160
7161 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7162
7163         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7164         entry.
7165
7166         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7167         gnus-article-browse-html-article.
7168
7169 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7170
7171         * gnus-sum.el (gnus-summary-mime-map): Add
7172         gnus-article-browse-html-article.
7173
7174         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7175
7176 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7179         suitable coding systems in customize.
7180
7181 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7182
7183         * mail-source.el (mail-sources): Fix custom type.
7184
7185 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7186
7187         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7188         (gnus-summary-expire-articles-now): Shorten prompt.
7189
7190         * gmm-utils.el (wid-edit): Require.
7191         (defun-gmm): Renamed from `gmm-defun-compat'.
7192         (gmm-image-search-load-path): Use it.
7193         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7194
7195 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7198         variable.
7199         (gnus-summary-save-article): Add optional `decode' argument.  If
7200         it is set and gnus-summary-save-article-coding-system is non-nil,
7201         save decoded article.
7202         (gnus-summary-write-article-file): Save decoded article if
7203         gnus-summary-save-article-coding-system is non-nil.
7204
7205         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7206         type.
7207
7208 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7211
7212 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7215         first to test gnus-single-article-buffer which may be buffer-local.
7216
7217         * gnus-sum.el (gnus-summary-setup-buffer): Make
7218         gnus-single-article-buffer buffer-local and nil in ephemeral
7219         group; make gnus-article-buffer, gnus-article-current, and
7220         gnus-original-article-buffer always buffer-local.
7221         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7222         group.
7223         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7224
7225 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7226
7227         * nnml.el (nnml-request-compact-group): Compressed files might not
7228         have .gz extension.
7229
7230 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7231
7232         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7233         (mm-copy-to-buffer): Use with-current-buffer.
7234         (mm-display-part): Simplify.
7235         (mm-inlinable-p): Add optional arg `type'.
7236
7237 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7238
7239         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7240         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7241         Try harder to show the attachment internally or externally using
7242         gnus-mime-view-part-as-type.
7243
7244 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7245
7246         * message.el (message-from-style, message-signature-separator)
7247         (message-user-organization-file, message-send-mail-function)
7248         (message-citation-line-function, message-yank-prefix)
7249         (message-indent-citation-function, message-signature)
7250         (message-signature-file, message-signature-insert-empty-line):
7251         Remove autoloads.
7252
7253         * gnus-art.el (gnus-buttonized-mime-types): Remove
7254         "multipart/signed".  Revert 2006-04-26 change.
7255
7256 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7257
7258         * gnus.el (gnus-version-number): Bump version.
7259
7260 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7261
7262         * gnus.el: No Gnus v0.5 is released.
7263
7264 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7265
7266         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7267         fetching articles by message-id.
7268
7269 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * message.el (hashcash): Require hashcash as normal.
7272
7273         * ecomplete.el (ecomplete-highlight-match-line): Use
7274         point-at-eol.
7275         (ecomplete-highlight-match-line): Use `highlight', because that
7276         face exists in both Emacs and XEmacs.
7277
7278         * message.el (message-display-abbrev): Use point-at-bol.
7279
7280         * mail-source.el: Don't require timer/timer-funcs.
7281
7282         * gnus-async.el: Ditto.
7283
7284         * password.el: Ditto.
7285
7286         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7287
7288         * mm-url.el: Ditto.
7289
7290         * gnus-xmas.el: Don't require timer-funcs.
7291
7292         * mm-util.el: Require timer/timer-funcs.
7293
7294 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7295
7296         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7297         Close.
7298
7299 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7302         unibyte after clear-decrypt function runs.
7303
7304         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7305         returns as a unibyte string.
7306
7307 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * lpath.el: Revert.
7310
7311         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7312         (pgg-gpg-process-sentinel): Revert.
7313
7314         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7315         (pgg-pgp-lookup-key): Revert.
7316
7317         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7318         (pgg-pgp5-lookup-key): Revert.
7319
7320         * pgg.el (pgg-fetch-key): Revert.
7321
7322 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * lpath.el: Fbind string-as-multibyte for XEmacs.
7325
7326         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7327         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7328         (mml1991-pgg-encrypt): Ditto.
7329
7330         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7331         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7332         a multibyte buffer.
7333
7334         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7335         (pgg-pgp-lookup-key): Ditto.
7336
7337         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7338         (pgg-pgp5-lookup-key): Ditto.
7339
7340         * pgg.el (pgg-fetch-key): Ditto.
7341
7342 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7343
7344         * message.el (message-user-organization-file): Check several
7345         locations of the organization file.
7346
7347         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7348         Add gnus-article-view-part-as-type.
7349
7350         * gnus-art.el (gnus-article-view-part-as-type): New function.
7351
7352         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7353         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7354
7355         * mml.el: Simplify autoload.
7356         (mml-mode): defvar dnd-protocol-alist instead of using
7357         symbol-value.
7358         (mml-default-directory): New variable.
7359         (mml-minibuffer-read-file): Use it.
7360         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7361
7362         * message.el (message-citation-line-format): New variable.
7363         (message-insert-formated-citation-line): New function.
7364         (message-citation-line-function): Add
7365         `message-insert-formated-citation-line' to custom type.
7366
7367         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7368         to doc string.
7369
7370         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7371         depending on mm-verify-option.
7372
7373 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7376         binding pgg-* variables; reimplement the section which prevents
7377         MIME header from being signed.
7378         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7379         pgg-text-mode; remove a blank line at the top of body.
7380
7381         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7382         lines at the top of body; use gnus-newsgroup-charset if there's no
7383         Charset header.
7384
7385 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * message.el (message-self-insert-commands): Doc fix.
7388
7389         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7390         (mm-uu-pgp-encrypted-test): Ditto.
7391         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7392         between header and body; return application/pgp-encrypted handle
7393         if decryption failed; decode decrypted body by charset.
7394
7395         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7396         element match to application/pgp-*.
7397
7398 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7399
7400         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7401         HTML.
7402
7403 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404
7405         * mail-source.el (mail-source-call-script): Message the error
7406         string.
7407
7408 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7409
7410         * gnus-util.el (gnus-byte-compile): Use it.
7411
7412 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7413
7414         * gnus-util.el (kill-empty-logs): New function.
7415
7416 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417
7418         * message.el (message-mail-alias-type): Doc fix.
7419         (message-mail-alias-type-p): New function.
7420         (message-send): Use it.
7421         (message-mode): Ditto.
7422         (message-strip-forbidden-properties): Ditto.
7423
7424         * ecomplete.el (ecomplete-database-file-coding-system): New
7425         variable.
7426         (ecomplete-save): Use it.
7427         (ecomplete-setup): Use it.
7428
7429 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * message.el (message-self-insert-commands): New variable.
7432         (message-strip-forbidden-properties): Use it.
7433
7434 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7437         that doesn't make XEmacs choke.
7438
7439 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7440
7441         * gnus-util.el (gnus-replace-in-string):
7442         Prefer replace-regexp-in-string over of replace-in-string.
7443
7444 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * gnus-util.el (gnus-select-frame-set-input-focus):
7447         Use select-frame-set-input-focus if it is available in XEmacs; use
7448         definition defined in Emacs 22 for old Emacsen.
7449
7450         * dgnushack.el: Autoload unmorse-region for XEmacs.
7451
7452         * lpath.el: Bind cursor-in-non-selected-windows and
7453         select-frame-set-input-focus for XEmacs.
7454
7455 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7458
7459 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7460
7461         * gnus-registry.el (gnus-registry-cache-save): Remove text
7462         properties when saving via the temp buffer.
7463
7464 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * message.el (message-generate-hashcash): Honor custom type.
7467
7468 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7469
7470         * message.el (message-generate-hashcash): Default to non-nil when
7471         hashcash is found.
7472
7473         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7474         (gnus-refer-thread-limit): Increase default to 500.
7475
7476         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7477
7478         * flow-fill.el (fill-flowed): Allow delete-space.
7479
7480 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7481
7482         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7483         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7484         Remove autoloads.
7485
7486 2006-04-18  Simon Josefsson  <jas@extundo.com>
7487
7488         * message.el (message-generate-hashcash): Default to.
7489
7490 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7493         concatenating segments rather than before concatenating them.
7494
7495 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7496
7497         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7498
7499 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7500
7501         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7502
7503         * message.el (message-forward-make-body-plain): Allow
7504         message-forward-ignored-headers to be a list.
7505         (message-remove-ignored-headers): Factor out into function.
7506         (message-forward-make-body-mml): Use it.
7507
7508         * imap.el (imap-quote-specials): New function.
7509         (imap-login-auth): Quote specials.
7510
7511         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7512         (rfc2231-parse-string): Allow concatanation of parameters that
7513         aren't contiguous.  The test case is
7514           (mail-header-parse-content-type "message/external-body;
7515             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7516             access-type=LOCAL-FILE;
7517             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7518
7519 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7520
7521         * nntp.el (nntp-accept-process-output): Return the value of
7522         `nnheader-accept-process-output'.
7523
7524 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7525
7526         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7527         (gnus-button-alist): Recognize more diff formats.
7528         (gnus-button-patch): Strip directory.
7529
7530 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7531
7532         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7533         Emacs 22 when setting focus.
7534
7535 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * gnus-art.el (gnus-article-treat-types): Do treatment of
7538         text/x-verbatim parts.
7539         (gnus-button-patch): New command.
7540
7541         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7542         addresses that contain invalid characters.
7543
7544 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7545
7546         * message.el (message-put-addresses-in-ecomplete): Use
7547         gnus-replace-in-string.
7548         (message-is-yours-p): Use the more correct
7549         mail-header-parse-address instead of
7550         mail-extract-address-components.
7551         (message-put-addresses-in-ecomplete): Fix typo.
7552
7553         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7554         keystroke.
7555
7556         * gnus-art.el (gnus-treatment-function-alist): Change order of
7557         newsgroups/generic header folding to avoid double-folding.
7558
7559         * message.el (message-hidden-headers): Add X-Draft-From.
7560
7561         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7562         command.
7563         (gnus-summary-repeat-search-article-backward): New command.
7564
7565         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7566         groups in the parent topic.
7567
7568 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7569
7570         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7571         (spam-extra-header-to-number): Return the CRM114 number as a
7572         number instead of a string.
7573
7574 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7575
7576         * gnus-art.el (gnus-face-properties-alist): Moved here from
7577         gnus-fun.
7578
7579         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7580
7581 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582
7583         * message.el (message-strip-forbidden-properties): Only display on
7584         self-insert-command.
7585
7586         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7587         reindent.
7588         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7589
7590 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7591
7592         * smiley.el (smiley-style): Fix typo.
7593
7594 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7595
7596         * hashcash.el (hashcash-insert-payment-async-2): Use
7597         message-goto-eoh instead of doing it manually.
7598         (mail-add-payment): Use message-narrow-to-header instead of trying
7599         to do the same itself.
7600
7601         * message.el (message-hidden-headers): Add Face.
7602
7603         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7604         reparenting code.
7605         (gnus-summary-reparent-children): Refactored out code.
7606         (gnus-summary-thread-map): New keystroke.
7607         (gnus-summary-reparent-children): Make into command.
7608
7609         * smiley.el (smiley-style): Default to `medium' if using a large
7610         font.
7611
7612         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7613         does it itself.
7614
7615         * message.el (message-point-in-header-p): Simplify definition.
7616
7617 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7618
7619         * nnagent.el (nnagent-request-set-mark): Silence log file
7620         writing.
7621         (nnagent-request-set-mark): Use write-region instead of
7622         append-to-file.
7623
7624         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7625         strange select method.
7626
7627         * ecomplete.el (ecomplete-display-matches): Get highlightling
7628         right.
7629         (ecomplete-display-matches): Use literals.
7630         (ecomplete-display-matches): Disable message logging.
7631
7632         * message.el (message-display-abbrev): Small optimization.
7633
7634         * ecomplete.el (ecomplete-display-matches): Allow automatic
7635         display.
7636
7637         * message.el (message-strip-forbidden-properties): Display
7638         abbrevs.
7639         (message-display-abbrev): Get automatic display right.
7640
7641         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7642         keystrokes.
7643
7644 2006-04-13  Romain Francoise  <romain@orebokech.com>
7645
7646         TODO: Backport to v5-10!
7647
7648         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7649         Moved here (and renamed) from gnus-registry.el.
7650
7651         * gnus-registry.el: Require gnus-util.
7652         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7653
7654 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7655
7656         * gnus-group.el (gnus-group-catchup-current): Change
7657         if-then-else-if-then-else into cond.
7658         (gnus-group-catchup): Indent.
7659         (group-name-at-point): New function.
7660         (gnus-fetch-group): Provide default from thing at point.
7661
7662 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663
7664         * message.el (message-display-abbrev): Fix regexp.
7665
7666         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7667         choosing.
7668         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7669         dead variables.
7670
7671         * message.el (message-newline-and-indent): Remove debugging.
7672         (message-display-abbrev): Use new implementation.
7673
7674 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7675
7676         * gnus-art.el (gnus-article-mode): Set
7677         cursor-in-non-selected-windows to nil.
7678
7679         * smiley.el: Revert previous change.
7680         (smiley-data-directory): defvar it before using it in the
7681         defcustom of `smiley-style'.
7682
7683 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7684
7685         * message.el (message-newline-and-indent): New function.
7686
7687         * ecomplete.el: Implement more bits.
7688
7689         * message.el (message-put-addresses-in-ecomplete): Clean up the
7690         string.
7691
7692         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7693
7694         * gnus-sum.el (gnus-summary-save-parts): Bind
7695         gnus-summary-save-parts-counter and use it to make unique file
7696         names.
7697
7698         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7699
7700         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7701         parameter to say whether to actually parse the individual
7702         addresses.
7703
7704         * message.el (message-put-addresses-in-ecomplete): New function.
7705         (ecomplete): Require.
7706         (message-mail-alias-type): Add ecomplete as an option.
7707
7708 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7709
7710         * flow-fill.el (fill-flowed): Remove trailing space from blank
7711         quoted lines.
7712
7713 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7714
7715         * smiley.el (smiley-style): Move definition later to avoid a
7716         compilation warning.
7717
7718 2006-04-12  Kenichi Handa  <handa@m17n.org>
7719
7720         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7721         buffer and then decode the buffer text if necessary.
7722         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7723         first, and after mm-encode-body, change the buffer to unibyte.
7724         Use mm-disable-multibyte instead of set-buffer-multibyte.
7725
7726 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7729         Content-Type header instead of Content-Disposition header.
7730         (gnus-mime-inline-part): Ditto.
7731         (gnus-mime-view-part-as-charset): Ignore charset that the part
7732         specifies.
7733
7734         * mm-decode.el (mm-display-part): Work with external parts and
7735         usual parts similarly.
7736
7737         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7738         instead of gnus-display-mime.
7739
7740         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7741         instead of with-temp-buffer.
7742
7743         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7744         tag to summarized topics part in order to encode non-ASCII text.
7745
7746 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * smiley.el (smiley-style): New variable.
7749         (smiley-directory): New function.
7750         (smiley-data-directory): Derive from `smiley-style' using
7751         `smiley-directory'.
7752         (smiley-regexp-alist): Add new entries.
7753
7754         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7755         (gnus-article-browse-delete-temp): Add :version.
7756
7757 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7758
7759         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7760         the sieve region.
7761
7762 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7763
7764         * gnus.el (gnus-version-number): Bump version.
7765
7766 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * gnus.el: No Gnus v0.4 is released.
7769
7770 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7771
7772         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7773         layout.
7774
7775         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7776         unknown charset.
7777
7778         * message.el (message-header-synonyms): Add Original-To to the
7779         default.
7780
7781         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7782         optional parameter.
7783
7784 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7785
7786         * gnus-fun.el (gnus): Require it for gnus-directory.
7787
7788 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7791
7792 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7793
7794         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7795
7796 2006-04-05  Simon Josefsson  <jas@extundo.com>
7797
7798         * password.el (password-reset): New function.
7799
7800 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7801
7802         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7803         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7804
7805 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7806
7807         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7808         Some whitespace was matched into the url, which broke browsing hits
7809         > 100 when mm-url-use-external was nil.
7810
7811 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7814         gnus-extra-headers for 'Newsgroups.
7815
7816         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7817         bound.
7818
7819 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7820
7821         * pgg-gpg.el: Clean up process buffers every time gpg processes
7822         complete.
7823
7824 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7827         doc string.
7828
7829 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7830
7831         * pgg-gpg.el (pgg-gpg-process-filter)
7832         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7833
7834         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7835         lines, temporary fix.
7836
7837 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7838
7839         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7840
7841 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7842
7843         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7844         default-enable-multibyte-characters.  This reverts the change from
7845         revision 6.17 which is no longer necessary because the passphrase
7846         is sent separately now.  GnuPG messages are unreadable under
7847         multibyte locales with default-enable-multibyte-characters set to
7848         nil.
7849
7850 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * message.el (message-tool-bar-gnome): Move "spell".
7853
7854 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7855
7856         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7857         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7858         instead.
7859
7860 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7861
7862         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7863         newsgroups handling for NNTP overviews which don't include
7864         Newsgroups.
7865
7866 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7867
7868         * message.el (message-resend): Bind message-generate-hashcash to nil.
7869
7870 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7871
7872         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7873         when searching for already-paid recipients.
7874
7875 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7876
7877         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7878         passphrases when it is not needed.
7879         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7880         passphrase stuff from gpg, should only be necessary when you use
7881         gpg with a smartcard.
7882
7883 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * mml.el (mml-insert-mime): Ignore cached contents of
7886         message/external-body part.
7887
7888         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7889         (mm-insert-part): Ditto.
7890
7891 2006-03-23  Simon Josefsson  <jas@extundo.com>
7892
7893         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7894         Reiner.
7895         (pgg-gpg-use-agent-p): Use it again.
7896
7897 2006-03-23  Simon Josefsson  <jas@extundo.com>
7898
7899         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7900         older emacsen.
7901         (pgg-gpg-use-agent-p): Don't use it.
7902
7903 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7906         if we can.
7907
7908 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7909
7910         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7911         (pgg-gpg-update-agent): New function.
7912         (pgg-gpg-use-agent-p): New function.
7913         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7914         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7915         (pgg-gpg-sign-region): Use it.
7916
7917 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7920         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7921
7922 2006-03-21  Simon Josefsson  <jas@extundo.com>
7923
7924         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7925         <wilde@sha-bang.de>.
7926         (pgg-gpg-use-agent): New variable.
7927         (pgg-gpg-process-region): Use it.
7928         (pgg-gpg-encrypt-region): Likewise.
7929         (pgg-gpg-encrypt-symmetric-region): Likewise.
7930         (pgg-gpg-decrypt-region): Likewise.
7931         (pgg-gpg-sign-region): Likewise.
7932         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7933
7934 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7935
7936         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7937
7938         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7939         Add comment on version.
7940
7941 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * smiley.el: Add missing test smiley.
7944
7945 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * mm-decode.el (mm-with-part): New macro.
7948         (mm-get-part): Use it; work with message/external-body as well.
7949         (mm-save-part): Treat name and filename equally.
7950
7951         * mm-extern.el (mm-extern-cache-contents): New function.
7952         (mm-inline-external-body): Use it; force the part to be displayed;
7953         move undisplayer added to the cached handle to the parent.
7954
7955         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7956         (gnus-mime-view-part-as-type): Work with message/external-body.
7957
7958         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7959
7960 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7963         images in image-load-path.  [Sync with image.el, revision 1.60, in
7964         Emacs.]
7965
7966 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7969         path rather than symbol.  Always return list of directories.
7970         Guarantee that image directory comes first.  [Sync with image.el,
7971         revision 1.59, in Emacs.]
7972
7973         * message.el (message-make-tool-bar): Adjust to new API of
7974         `gmm-image-load-path-for-library'.
7975
7976         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7977
7978         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7979
7980 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7981
7982         * gnus-art.el (gnus-article-only-boring-p):
7983         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7984         intangible text.
7985         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7986
7987 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7990         `defun' instead of `gmm-defun-compat'.
7991
7992 2006-03-14  Simon Josefsson  <jas@extundo.com>
7993
7994         * message.el (message-unique-id): Don't use message-number-base36
7995         if (user-uid) is a float.
7996         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7997
7998 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8001
8002         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8003         empty line between a part and a message part.
8004
8005 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * smiley.el: Add more test smileys.
8008         (smiley-data-directory, smiley-regexp-alist)
8009         (gnus-smiley-file-types): Fix doc strings.
8010         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8011         adding new elements.
8012         (smiley-mouse-map): Unused code.  Make it a comment.
8013
8014 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8017         scan latest NoCeM messages instead of old ones.
8018         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8019         delimiters that are recently used.
8020         (gnus-nocem-load-cache): Add autoload cookie.
8021
8022         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8023
8024         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8025         level which is larger than gnus-use-nocem is specified.
8026
8027         * gnus-group.el (gnus-group-get-new-news): Ditto.
8028
8029 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8030
8031         * gnus-util.el (gnus-tool-bar-update): New function.
8032
8033         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8034         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8035
8036         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8037
8038         * gnus-group.el (gnus-group-redraw-when-idle)
8039         (gnus-group-redraw-check): Remove.
8040         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8041
8042 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8045         if optional last element is specified in splits (FIELD VALUE...).
8046
8047 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8048
8049         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8050         to gmm-image-load-path-for-library.  Call with no-error argument.
8051         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8052
8053         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8054
8055         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8056
8057         * gmm-utils.el (gmm-image-load-path): Remove alias.
8058
8059 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8060
8061         * gmm-utils.el (gmm-image-load-path): Add alias.
8062
8063         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8064         nnml-generate-nov-databases-1.
8065         (nnml-generate-nov-databases): Use it.
8066         (nnml-generate-nov-databases-directory): Document no-active
8067         argument.
8068
8069         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8070         directory if path is t.  Add no-error.
8071
8072         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8073         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8074
8075         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8076         resetting gnus-article-browse-html-temp-list.
8077
8078         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8079         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8080         Add example to docstring.  Rename local variables.  Move error
8081         checks to default case in cond and simplify.
8082
8083 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8086         handle is multipart when calling it recursively.
8087         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8088
8089 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8090
8091         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8092         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8093
8094 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8097         is loaded.
8098
8099         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8100         loaded.
8101
8102 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8105         to "Emacs 23 (unicode)" in doc string.
8106
8107         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8108         "Emacs 23 (unicode)" in comment.
8109
8110 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8113
8114         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8115         characters 160 through 255 in Emacs 23.
8116
8117 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8120         gnus-article-browse-html-temp.
8121         (gnus-article-browse-delete-temp): Make it customizable.  Add
8122         `file'.  Adjust doc string.
8123         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8124         query for each file.  Adjust doc string.
8125         (gnus-article-browse-html-parts): Add
8126         `gnus-article-browse-delete-temp-files' to
8127         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8128
8129 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8130
8131         * gnus-art.el (gnus-article-browse-html-temp)
8132         (gnus-article-browse-delete-temp): New variables.
8133         (gnus-article-browse-delete-temp-files): New function.
8134         (gnus-article-browse-html-parts): Use it.
8135
8136 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8137
8138         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8139
8140         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8141         string.
8142
8143         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8144         gnus-summary-insert-new-articles when unplugged.  Remove
8145         gnus-summary-search-article-forward.
8146
8147         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8148         display-visual-class instead of display-color-cells.
8149
8150 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * dgnushack.el: Autoload customize-group for XEmacs.
8153
8154         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8155         message/* containing non-ASCII text properly.
8156
8157 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8158
8159         * message.el: Require gmm-utils, remove autoloads.
8160         (message-tool-bar): Set default based on
8161         gmm-tool-bar-style.
8162         (message-tool-bar-gnome): Add gmm-customize-mode.
8163
8164         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8165         gmm-tool-bar-style.
8166         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8167
8168         * gnus-group.el (gnus-group-tool-bar): Set default based on
8169         gmm-tool-bar-style.
8170         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8171
8172         * gmm-utils.el (gmm-image-directory): Rename variable from
8173         gmm-image-load-path.
8174         (gmm-image-load-path): Use gmm-image-directory.
8175         (gmm-customize-mode): New function.
8176         (gmm-tool-bar-style): New variable.
8177
8178         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8179         gnus-group-redraw-line-number.
8180         (gnus-group-redraw-check): Simplify.
8181         (gnus-group-tool-bar-update): Remove redraw check.
8182         (gnus-group-make-tool-bar): Add redraw check.
8183
8184 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8185
8186         * gnus-art.el (gnus-button): Add missing parentheses.
8187
8188 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * lpath.el: Fbind line-number-at-pos.
8191
8192 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8195
8196 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8197
8198         * gnus-art.el (gnus-button): New face.
8199         (gnus-article-button-face): Use it.
8200
8201         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8202         gnus-summary-next-page.  Re-order.
8203
8204         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8205         next-node are now included.
8206         (gnus-group-redraw-line-number): New internal variable.
8207         (gnus-group-redraw-check): Helper function for updating the tool
8208         bar.
8209         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8210
8211         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8212
8213         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8214         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8215         Use it to match format of Spamassassin 3.0 and later.  Reported by
8216         IRIE Tetsuya <irie@t.email.ne.jp>.
8217         (spam-check-bogofilter)
8218         (spam-bogofilter-register-with-bogofilter): Fix args of
8219         `gnus-error' calls.
8220
8221 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8224         unnecessary interaction when sending queued mails.  Reported by
8225         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8226
8227 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8228
8229         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8230         first or last are nil.
8231
8232 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8233
8234         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8235
8236 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8237
8238         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8239
8240 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8241
8242         * dns.el (query-dns): Protect more against buggy tcp output.
8243
8244 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8247         nov.php.
8248
8249 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8250
8251         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8252         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8253         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8254         output on the server side.
8255         (nnweb-google-create-mapping): Update regexps and add some
8256         progress indication.
8257
8258 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8259
8260         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8261         gnus-agent-toggle-plugged.  Re-order icons.
8262         (gnus-group-tool-bar-gnome): Add
8263         gnus-group-{prev,next}-unread-group.
8264         (gnus-group-tool-bar-gnome): Re-order icons.
8265
8266         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8267         gnus-summary-insert-new-articles.
8268
8269         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8270         comments.
8271
8272         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8273         also available in Emacs 21.3.
8274
8275         * message.el (message-fix-before-sending): Change "Emacs 22" to
8276         "Emacs 23 (unicode)" in comment.
8277
8278         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8279         "Emacs 23 (unicode)" in comment.
8280
8281         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8282         comment.
8283         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8284
8285         * mm-view.el (mm-fill-flowed): Add :version.
8286
8287 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8290         and load-path.
8291
8292 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8293
8294         * message.el: Autoload gmm-image-load-path.
8295         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8296         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8297         consitency.
8298
8299         * gmm-utils.el (gmm-image-load-path): Also search in
8300         "../etc/images".  Don't set gmm-image-load-path if we don't find
8301         the image.
8302
8303 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * gmm-utils.el (gmm-image-load-path): Don't make
8306         `gmm-image-load-path' include subdirectories which the second arg
8307         `image' might specify.
8308
8309         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8310         subdirectory to icon file names.
8311
8312         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8313
8314 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8315
8316         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8317         gmm-image-load-path calls.
8318
8319         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8320
8321         * message.el (message-make-tool-bar): Ditto.
8322
8323         * mml.el (mml-preview): Added comment concerning tool bar icons.
8324
8325         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8326         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8327
8328         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8329         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8330
8331         * message.el (message-tool-bar-gnome): Use new icon names.
8332         (message-make-tool-bar): Use `gmm-image-load-path'.
8333
8334         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8335         functions from MH-E.
8336         (gmm-image-load-path): New variable from MH-E.
8337         (gmm-image-load-path): New function from MH-E.  Added arguments
8338         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8339         *-image-load-path-called-flag.
8340
8341 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8342
8343         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8344
8345 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8346
8347         * nnimap.el (nnimap-request-move-article): Change folder back to
8348         source group before deleting.
8349
8350 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8353
8354         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8355         mm-url.
8356
8357         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8358
8359 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8362         coding system which mm-charset-to-coding-system returns for a
8363         given charset is valid.
8364
8365 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8366
8367         * html2text.el (html2text-remove-tag-list):
8368         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8369
8370 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8371
8372         * gnus-cus.el: Revert 2005-10-17 change.
8373
8374 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-art.el (article-strip-banner): Call
8377         article-really-strip-banner only when the regexp match is made.
8378
8379 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * gnus-art.el (article-strip-banner): Use
8382         gnus-extract-address-components instead of
8383         mail-header-parse-addresses to make it work with non-ASCII text;
8384         remove mail-encode-encoded-word-string.
8385
8386         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8387         values which are surrounded with \"...\"; make it never cause a
8388         Lisp error; give up parsing of parameters if it failed in
8389         extracting type.
8390
8391 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8392
8393         * smime.el (smime-cert-by-ldap-1): Fix bug where
8394         `smime-ldap-search' returns results without userCertificates.
8395
8396 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8399
8400 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * spam.el (spam-check-spamassassin-headers): Adapt format for
8403         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8404         <ari@mbf.ocn.ne.jp>.
8405         (spam-list-of-processors): Add spam-use-gmane.
8406
8407 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8410         make-temp-file; make it work with XEmacs as well.
8411
8412         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8413         mm-make-temp-file.
8414
8415         * mm-decode.el (mm-display-external): Use the 3rd arg of
8416         mm-make-temp-file.
8417         (mm-create-image-xemacs): Ditto.
8418
8419 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8422         with message-narrow-to-headers.
8423         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8424         (gnus-draft-check-draft-articles): New function.
8425         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8426
8427 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * gnus-art.el (gnus-article-browse-html-parts):
8430         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8431         Don't use suffix argument for mm-make-temp-file for Emacs 21
8432         compatibility.  Remove useless `format'.
8433
8434 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8435
8436         * nnweb.el (nnweb-google-wash-article): Update regexps.
8437         (nnweb-group-alist): Use defvoo instead of defvar.
8438
8439 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8442         re-loading nn* modules.
8443
8444 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8447         for `tool-bar-mode' and don't check it's default-value.
8448
8449         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8450
8451         * message.el (message-make-tool-bar): Ditto.
8452
8453         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8454         `substring'.  Shorten tmp-file name.
8455
8456         * gnus.el: Remove bogus comment.
8457
8458 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8459
8460         * gnus-art.el (gnus-article-browse-html-parts): New function.
8461         (gnus-article-browse-html-article): New function for viewing html
8462         articles with a browser.
8463
8464 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8465
8466         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8467         in elisp.
8468         (pgg-gpg-encrypt-symmetric-region): Ditto.
8469         (pgg-gpg-sign-region): Ditto.
8470
8471         * pgg-def.el (pgg-text-mode): New variable.
8472
8473         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8474         (mml2015-pgg-encrypt): Ditto.
8475
8476         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8477         (mml1991-pgg-encrypt): Ditto.
8478
8479 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8482         message-make-date instead of current-time-string.
8483
8484         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8485         to gnus-decoded which mm-uu might set.
8486
8487 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8490         don't decode quoted parameters; remove misimported Emacs code.
8491         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8492         (rfc2231-decode-encoded-string): Don't use split-string which
8493         behaves differently according to Emacs version; use
8494         mm-decode-coding-region to convert charset to coding-system.
8495         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8496         (rfc2231-encode-string): Remove misimported Emacs code.
8497
8498 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8501         when calling mail-header-parse-content-type.
8502         (article-de-quoted-unreadable): Ditto.
8503         (article-de-base64-unreadable): Ditto.
8504         (article-wash-html): Ditto.
8505
8506         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8507         calling mail-header-parse-content-type and
8508         mail-header-parse-content-disposition.
8509         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8510         mail-header-parse-content-type.
8511
8512         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8513         insert charset and format parameters; encode description after
8514         inserting it to buffer.
8515         (mml-insert-parameter): Fold lines properly even if a parameter is
8516         segmented into two or more lines; change the max column to 76.
8517
8518         * rfc1843.el (rfc1843-decode-article-body): Don't use
8519         ignore-errors when calling mail-header-parse-content-type.
8520
8521         * rfc2231.el (rfc2231-parse-string): Return at least type if
8522         possible; don't cause an error even if it fails in parsing of
8523         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8524         (rfc2231-encode-string): Don't break lines at the beginning, leave
8525         it to mml-insert-parameter.
8526
8527         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8528         calling mail-header-parse-content-type.
8529
8530 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * spam-report.el (spam-report-gmane-use-article-number):
8533         Improve doc string.
8534         (spam-report-gmane-internal): Check if a suitable header was found
8535         in the article.
8536
8537 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8540         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8541
8542 2006-02-05  Romain Francoise  <romain@orebokech.com>
8543
8544         Update copyright notices of all files in the gnus directory.
8545
8546 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8547
8548         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8549
8550 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8553         segmented lines of parameter value to cope with Thunderbird 1.5
8554         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8555         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8556         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8557
8558 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8559
8560         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8561         parts.
8562
8563 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8564
8565         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8566         there's only one active file for all servers.
8567         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8568         solid groups.  Gnus might have used a FAST request to select the group.
8569         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8570         and nnweb-search redundantly in the active file.
8571         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8572         (nnweb-request-create-group): Don't use ARGS.
8573         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8574         initialisations.  Let nnoo do the work.
8575
8576 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8579         Say the part has been decoded.
8580
8581         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8582
8583 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8584
8585         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8586         mailcap-viewer-test-cache when there's no 'test clause, since that
8587         will invert the meaning of a "nil" test previously determined by
8588         mailcap-mailcap-entry-passes-test.
8589
8590 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8593         compiling.
8594
8595         * gnus-sum.el: Ditto.
8596
8597         * message.el: Don't bind tool-bar-map when compiling.
8598
8599 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8600
8601         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8602
8603 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8604
8605         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8606         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8607         current Google Groups.
8608
8609 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8612         and tool-bar-mode.
8613
8614         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8615         and tool-bar-mode.
8616
8617         * message.el (message-tool-bar-update): Simplify.
8618         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8619
8620         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8621         gnus-summary-buffer.
8622         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8623         gnus-summary-reply.
8624
8625         * gmm-utils.el (gmm): Add :version.
8626
8627 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * Makefile.in (clean): New rule.
8630         (distclean): Use it.
8631
8632 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8633
8634         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8635         autoload.
8636
8637 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * gmm-utils.el (gmm-verbose): Add :group.
8640
8641 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8642
8643         * message.el: Change some comments WRT tool-bars.
8644
8645         * gnus-sum.el (gnus-summary-tool-bar)
8646         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8647         (gnus-summary-tool-bar-zap-list): New variables.
8648         (gnus-summary-make-tool-bar): Complete rewrite using
8649         `gmm-tool-bar-from-list'.
8650
8651         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8652         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8653         variables.
8654         (gnus-group-make-tool-bar): Complete rewrite using
8655         `gmm-tool-bar-from-list'.
8656         (gnus-group-tool-bar-update): New function.
8657
8658         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8659
8660 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8663         is dissected into a single part of which the type is the same as
8664         the given one; decode charset.
8665
8666 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8667
8668         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8669         into alists as symbol not string, since that's what
8670         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8671         look for.
8672
8673 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8674
8675         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8676         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8677
8678         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8679
8680 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8683         (gnus-xmas-mime-security-button-menu): New function.
8684
8685         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8686         (gnus-mime-security-button-menu): New definition.
8687         (gnus-mime-security-button-map): Use them.
8688         (gnus-mime-security-button-menu): New function.
8689         (gnus-insert-mime-security-button): Addition to help echo.
8690         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8691         (gnus-mime-security-pipe-part): New functions.
8692
8693         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8694         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8695
8696         * mm-decode.el (mm-handle-set-disposition): Remove.
8697         (mm-handle-set-description): Remove.
8698
8699 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8702         (mm-w3m-standalone-supports-m17n-p): New function.
8703         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8704         w3m usage.
8705
8706         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8707         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8708
8709 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * message.el (message-tool-bar-zap-list): Use
8712         gmm-tool-bar-zap-list as custom type.
8713         (message-tool-bar-update): New function.
8714         (message-tool-bar, message-tool-bar-gnome)
8715         (message-tool-bar-retro): Add message-tool-bar-update.
8716         (message-tool-bar-gnome): Add flyspell-buffer.
8717
8718         * gnus-util.el (gnus-error): Describe `args'.
8719
8720         * gmm-utils.el (gmm-error): Describe `args'.
8721         (gmm-tool-bar-zap-list): New widget.
8722         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8723
8724 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8727         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8728         the number of recursive calls.
8729
8730         * mm-decode.el (mm-handle-set-disposition): New macro.
8731         (mm-handle-set-description): New macro.
8732
8733 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8736         encoding.
8737
8738 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * message.el (message-tool-bar-zap-list, message-tool-bar)
8741         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8742         (message-tool-bar-local-item-from-menu): Remove.
8743         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8744         (message-make-tool-bar): New function.
8745         (message-mode): Use `message-make-tool-bar'.
8746
8747         * gmm-utils.el: New file.
8748         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8749         (gmm-lazy): New widget copied from `nnmail.el'.
8750         (gmm-tool-bar-from-list): New function for creating customizable
8751         tool bars.
8752         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8753         output.
8754         (gmm): Add :prefix to defgroup.
8755
8756 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8757
8758         * gmm-utils.el (gmm-widget-p): New function.
8759
8760 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * mml.el (mml-attach-file): Describe `description' in doc string.
8763         (mml-menu): Add Emacs MIME manual and PGG manual.
8764
8765 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8766
8767         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8768
8769 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8770
8771         * nntp.el (nntp-end-of-line): Doc fix.
8772
8773 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8774
8775         * imap.el (imap-open): Handle case where buffer is a buffer
8776         object.
8777
8778 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8779
8780         * gnus-delay.el (gnus-delay): Don't autoload.
8781         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8782         to be re-loaded when customizing the `gnus-delay' group.
8783
8784 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8785
8786         * message.el (message-insert-citation-line): Use newlines.
8787
8788 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8789
8790         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8791         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8792         these routines, so the passphrase can be managed externally and
8793         passed in to the system.
8794         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8795         pgg-add-passphrase-to-cache function.
8796
8797         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8798         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8799         these routines, so the passphrase can be managed externally and
8800         passed in to the system.
8801         (pgg-pgp5-sign-region): Use new name of
8802         pgg-add-passphrase-to-cache function.
8803
8804 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8805
8806         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8807         part of the decoded armor to find the key-identifier.
8808         (pgg-gpg-lookup-key-owner): New function to return the
8809         human-readable identifier of a key owner.
8810         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8811         itself.
8812         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8813         the key value) if we have a key and can match it against a secret
8814         key.  Also, added a note pointing out fact that the prompt only
8815         indicates the first matching key.
8816
8817         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8818         pgg-decrypt-region.
8819         (pgg-add-passphrase-to-cache): Rename from
8820         `pgg-add-passphrase-cache' to reduce confusion (all callers
8821         changed).
8822         (pgg-remove-passphrase-from-cache): Rename from
8823         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8824         changed).
8825         (pgg-read-passphrase, pgg-add-passphrase-cache)
8826         (pgg-remove-passphrase-cache): Add informative docstrings.
8827         (pgg-decrypt): Convey provided passphrase in subordinate call to
8828         pgg-decrypt-region.
8829
8830 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8831
8832         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8833         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8834         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8835         'passphrase' argument, so the passphrase can be managed externally
8836         and then passed in to the system.
8837
8838         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8839         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8840         so the passphrase cache can be used reliably with identifiers
8841         besides a pgp packet's key id.
8842
8843         * pgg-gpg.el (pgg-gpg-encrypt-region)
8844         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8845         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8846         these routines, so the passphrase can be managed externally and
8847         passed in to the system.
8848
8849         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8850         'notruncate' argument, so the passphrase cache can be used
8851         reliably with identifiers besides a pgp packet's key id.
8852
8853 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8854
8855         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8856         symmetric encryption.
8857         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8858         encrypted session key.
8859         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8860         message ask for the passphrase in a proper way.
8861
8862         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8863         New user commands for symmetric encryption.
8864
8865 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8868
8869         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8870
8871 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8872
8873         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8874
8875 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * mm-decode.el (mm-inlined-types): Add application/pgp.
8878         (mm-automatic-display): Ditto.
8879
8880         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8881         part as text.
8882
8883 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * nnrss.el: Update copyright.
8886         (nnrss-opml-import): Query whether to subscribe to each entry.
8887
8888         * gnus-art.el:
8889         * gnus-sum.el:
8890         * gnus-xmas.el:
8891         * messagexmas.el:
8892         * mm-uu.el:
8893         * mm-view.el: Update copyright.
8894
8895 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8896
8897         * message.el (message-info): New function.
8898         (message-mode-menu): Add it.
8899         Update copyright.
8900
8901         * ChangeLog: Fix and update copyright.
8902
8903 2006-01-13  Romain Francoise  <romain@orebokech.com>
8904
8905         * message.el (message-forward-subject-name-subject): Prefer the
8906         address to 'nowhere' if the sender has no name.
8907         Fix typo.  Update copyright year.
8908
8909 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gnus-art.el (article-wash-html): Use
8912         gnus-summary-show-article-charset-alist if a numeric arg is given.
8913         (gnus-article-wash-html-with-w3m-standalone): New function.
8914
8915         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8916         mm-inline-text-html-render-with-w3m-standalone.
8917         (mm-text-html-washer-alist): Map w3m-standalone to
8918         gnus-article-wash-html-with-w3m-standalone.
8919         (mm-inline-text-html-render-with-w3m-standalone): New function.
8920
8921 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8922
8923         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8924         Improve LaTeX.
8925
8926 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8929         (nnrss-request-article): Render text/plain parts as HTML.
8930
8931         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8932         the buffer.
8933
8934 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8937         custom definition of `gnus-posting-styles'.
8938
8939         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8940         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8941
8942 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8943
8944         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8945         Use nntp for bug archive.
8946
8947 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8950         parts.
8951         (nnrss-normalize-date): New function converts ISO 8601 date into
8952         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8953         (nnrss-check-group): Use it.
8954
8955 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8958
8959         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8960         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8961         (nnrss-insert-w3): Ditto.
8962
8963 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8966         the articles to be forwarded including the case where neither a
8967         number of articles nor a region is specified.
8968
8969 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * nnrss.el (nnrss-request-article): Fix last change; fill
8972         text/plain parts.
8973
8974 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8977         in text/plain part.
8978         (nnrss-check-group): Don't add excessive newline to dc:subject.
8979
8980 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8981
8982         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8983         article.
8984
8985 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8988         (nnml-use-compressed-files, nnml-save-mail): Support other
8989         comression programs such as bzip2.
8990
8991 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992
8993         * dns.el (query-dns): Make sure we check the buffer size before
8994         removing tcp headers.
8995
8996 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8999         remove MIME buttons associated with multipart/alternative parts.
9000         (gnus-mime-display-alternative): Tag buttons using `article-type'
9001         text property.
9002
9003         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9004         associated with multipart/alternative parts.
9005
9006         * gnus-art.el (gnus-signature-separator): Fix custom type.
9007
9008         * mm-decode.el (mm-inlined-types): Fix custom type.
9009         (mm-keep-viewer-alive-types): Ditto.
9010         (mm-automatic-display): Ditto.
9011         (mm-attachment-override-types): Ditto.
9012         (mm-inline-override-types): Ditto.
9013         (mm-automatic-external-display): Ditto.
9014
9015 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9016
9017         * spam-report.el (spam-report-user-mail-address)
9018         (spam-report-user-agent): New variables.
9019         (spam-report-url-ping-plain): Use spam-report-user-agent.
9020
9021 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9022
9023         * gnus-art.el (gnus-button-handle-custom): Do not just use
9024         `customize-apropos' for any "M-x customize-*" button but the
9025         function called for.  Accept both the function name and its
9026         argument in order to achieve this.
9027         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9028         function name to `gnus-button-handle-custom' in case of "M-x
9029         customize-*" buttons.
9030
9031 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9034         multipart/alternative and add xref to mm-discouraged-alternatives
9035         in doc string.
9036
9037         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9038         gnus-buttonized-mime-types in doc string.
9039
9040 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9041
9042         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9043         Suggest image/.* in the doc string.
9044
9045 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9046
9047         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9048         message-marks (Debian bug #342521).
9049
9050 2005-12-12  Simon Josefsson  <jas@extundo.com>
9051
9052         * password.el (password-read-from-cache): Add.
9053         (password-read): Use it.
9054
9055 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9058         us-ascii as a MIME charset.
9059
9060         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9061         against the case where the 2nd arg TYPE is nil.
9062
9063 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * pop3.el (pop3-stream-type): Fix custom version.
9066
9067         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9068
9069 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9070
9071         * mm-decode.el (mm-display-external): Add missing cdr.
9072
9073 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9076         RFC1524) if it is in mailcap or add a suffix according to
9077         mailcap-mime-extensions when generating a temp filename; postpone
9078         deleting a temp file for 2 seconds for some wrappers, shell
9079         scripts, and so on, which might exit right after having started a
9080         viewer command as a background job.
9081
9082 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * nntp.el (nntp-marks-directory): Fix custom group.
9085
9086         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9087         steps when < 10.
9088
9089         * gnus-start.el (gnus-no-server-1): Mention
9090         `gnus-level-default-subscribed' in doc string.
9091
9092 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9093
9094         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9095         parens.
9096
9097 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * gnus-xmas.el (gnus-use-toolbar): Revert.
9100         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9101         gnus-use-toolbar is default.
9102
9103         * messagexmas.el (message-use-toolbar): Revert.
9104         (message-setup-toolbar): Use global default-toolbar if
9105         message-use-toolbar is default.
9106
9107 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9110         according to default-toolbar-visible-p.
9111
9112         * messagexmas.el (message-use-toolbar): Ditto.
9113
9114 2005-11-26  Dave Love  <fx@gnu.org>
9115
9116         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9117         (tls-program, tls-success): Provide openssl alternative.
9118
9119         * starttls.el: Doc fixes.
9120         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9121         SERVICE to PORT.
9122
9123         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9124         port null or service name.
9125         (starttls-negotiate): Autoload.
9126
9127 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * message.el (message-kill-to-signature): Fix interactive spec.
9130
9131 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * pop3.el (pop3-open-server): Recognize a string as a service name.
9134
9135 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9136
9137         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9138
9139 2005-11-23  Dave Love  <fx@gnu.org>
9140
9141         Add pop3s, pop3/starttls.
9142
9143         * pop3.el (pop3-authentication-scheme): Clarify doc.
9144         (open-tls-stream, starttls-open-stream): Autoload.
9145         (pop3-stream-type): New.
9146         (pop3-open-server): Use it.
9147
9148         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9149         for POP.
9150         (mail-source-keyword-map): Add :stream for POP.
9151         (mail-source-fetch-pop): Use pop3-stream-type.
9152
9153 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9156         of current-time-string.
9157
9158 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9159
9160         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9161         date header.
9162
9163 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9164
9165         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9166         it can seriously impact performance as it bypasses the agent's
9167         local caches.
9168
9169 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9170
9171         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9172         must be explicitly online rather than "not explicitly offline" for
9173         its flags to be synchronized.
9174
9175         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9176         that gnus-uu-unmark-thread will function correctly.
9177
9178         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9179         1024K is instead displayed as 1M.
9180
9181 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9182
9183         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9184
9185 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9186
9187         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9188
9189 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9190
9191         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9192         error message to display actual error condition.
9193         (gnus-agent-save-local): Avoid saving symbols that are bound to
9194         nil as they simply result in a warning message in
9195         gnus-agent-read-local.
9196
9197 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9200         rather than make-variable-buffer-local for file-precious-flag.
9201
9202 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9203
9204         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9205         for duplicates which are removed.  The invalid sort check then
9206         triggers a rescan after the sort as sorting may have moved
9207         duplicate entries such that they can be cheaply detected.
9208
9209 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9212
9213 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9214
9215         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9216         internal variable to a custom variable.  Changed default value
9217         from compressed(2) to uncompressed(1).
9218         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9219         support for uncompressed agentview files.  Taken together, reading
9220         the agentview file should now be 6-7 times faster.
9221
9222 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9223
9224         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9225         as a buffer-local variable.  This avoids creating truncated
9226         dribble files as a result of a hang up, eg.
9227
9228 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9229
9230         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9231         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9232         XEmacs.
9233
9234 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * gnus-start.el (gnus-start-draft-setup): Enforce
9237         `gnus-draft-mode' for nndraft:drafts at startup.
9238
9239         * gnus.el (gnus-splash): Change custom group.
9240         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9241         allow-list argument.
9242
9243         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9244         string.
9245
9246 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * gnus-art.el (gnus-default-article-saver): Add user-defined
9249         `function' to custom type.
9250
9251 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9252
9253         * imap.el (imap-open): Handle case where buffer is a buffer
9254         object.
9255
9256 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9259         long lines.
9260         (gnus-cache-delete-group): Wrap doc strings.
9261
9262         * gnus-agent.el (gnus-agent-rename-group)
9263         (gnus-agent-delete-group): Wrap doc strings.
9264
9265 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * messagexmas.el (message-use-toolbar): Change the valid values
9268         into default, top, bottom, left, and right.
9269         (message-toolbar-thickness): New variable.
9270         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9271         well.
9272         (message-setup-toolbar): Make it work.
9273
9274         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9275         (gnus-use-toolbar): Change the valid values into default, top,
9276         bottom, left, and right.
9277         (gnus-toolbar-thickness): New variable.
9278         (gnus-xmas-setup-toolbar): New function.
9279         (gnus-xmas-setup-group-toolbar): Use it.
9280         (gnus-xmas-setup-summary-toolbar): Use it.
9281
9282 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9283
9284         * gnus-start.el (gnus-1): Add "native" to
9285         gnus-predefined-server-alist.
9286
9287         * gnus.el (gnus-method-to-server): Don't add "native" to the
9288         lists here, because that leads to problems when
9289         gnus-select-method is bound.
9290
9291 2005-11-09  Simon Josefsson  <jas@extundo.com>
9292
9293         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9294         use (not sort-by-date) instead.
9295
9296 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9297
9298         * gnus-delay.el (gnus-delay-group): Don't autoload.
9299         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9300         to be re-loaded when customizing the `gnus-delay' group.
9301
9302 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9303
9304         * message.el: Revert last changes.
9305         (message-insert-citation-line): Use newlines.
9306
9307 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9308
9309         * message.el (message-courtesy-message)
9310         (message-mark-insert-begin, message-mark-insert-end)
9311         (message-elide-ellipsis, message-cancel-message)
9312         (message-add-header, message-change-subject)
9313         (message-cross-post-followup-to-header)
9314         (message-cross-post-insert-note, message-reduce-to-to-cc)
9315         (message-widen-reply, message-delete-not-region)
9316         (message-kill-to-signature, message-insert-signature)
9317         (message-insert-importance-high, message-insert-importance-low)
9318         (message-insert-or-toggle-importance)
9319         (message-insert-disposition-notification-to)
9320         (message-indent-citation, message-yank-original)
9321         (message-cite-original-without-signature, message-cite-original)
9322         (message-insert-citation-line, message-position-on-field)
9323         (message-fix-before-sending, message-send-mail-partially)
9324         (message-send-mail, message-send-mail-with-sendmail)
9325         (message-send-mail-with-qmail, message-send-news)
9326         (message-check-news-header-syntax, message-generate-headers)
9327         (message-insert-courtesy-copy, message-fill-address)
9328         (message-fill-header, message-shorten-references)
9329         (message-setup-1, message-cancel-news)
9330         (message-forward-make-body-plain, message-forward-make-body-mime)
9331         (message-forward-make-body-mml, message-encode-message-body)
9332         (message-forward-make-body-digest-plain)
9333         (message-forward-make-body-digest-mime)
9334         (message-use-alternative-email-as-from): Insert `hard-newline'
9335         instead of ordinary newlines.
9336
9337 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * message.el (message-generate-headers): Downcase the argument
9340         given to message-check-element.
9341
9342 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9343
9344         * nntp.el (nntp-authinfo-rejected): New error condition.
9345         (nntp-wait-for): Use new error condition to signal authentication
9346         error.
9347         (nntp-retrieve-data): Rethrow new error condition to break out of
9348         recursive call to nntp-send-authinfo.
9349
9350 2005-11-08  Romain Francoise  <romain@orebokech.com>
9351
9352         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9353         (gnus-summary-exit-map): Bind to `Z p'.
9354         (gnus-summary-make-menu-bar): Add menu item.
9355
9356 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9357
9358         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9359         (gnus-treat-*): Add `first' in all doc strings.
9360
9361         * gnus-group.el (gnus-group-compact-group): Fix typo.
9362
9363 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9364
9365         * gnus.el (gnus-parameters-case-fold-search): New variable.
9366         (gnus-parameters-get-parameter): Use it.
9367
9368         * gnus-score.el (gnus-home-score-file): Doc fix.
9369
9370 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9371
9372         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9373
9374 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * mm-util.el (mm-special-display-p): New function.
9377
9378         * mml.el (mml-preview): Use it; doc fix.
9379
9380 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9381
9382         * imap.el (imap-open): Handle case where buffer is a buffer object.
9383
9384 2005-10-29  Romain Francoise  <romain@orebokech.com>
9385
9386         * message.el (message-fix-before-sending): Fix comment.
9387
9388 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9389
9390         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9391
9392 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9393
9394         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9395         Used in gnus-score.el.
9396
9397 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9400
9401 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9402
9403         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9404         whitespace removed in revision 7.8.  Use concatenated string to
9405         protect trailing whitespace.
9406
9407 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9408
9409         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9410         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9411         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9412         Courier IMAP ("some version from 2004").  Mostly based on similar
9413         code in the same function.
9414
9415 2005-10-26  Didier Verna  <didier@xemacs.org>
9416
9417         * gnus-group.el (gnus-group-compact-group): Invalidate original
9418         article buffer.
9419         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9420         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9421         NOV database and in article itself.
9422         Invalidate article backlog.
9423
9424 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9427
9428 2005-10-26  Simon Josefsson  <jas@extundo.com>
9429
9430         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9431         part of 2004-07-25 change.
9432
9433 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * message.el (message-display-completion-list): New function.
9436         (message-expand-group): Use it; make sure the Completions buffer
9437         is modifiable.
9438 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9439
9440         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9441         user-mail-name is an empty string.
9442
9443 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9446         depending on gnus-score-decay-constant.
9447
9448         * encrypt.el (encrypt-insert-file-contents)
9449         (encrypt-write-file-contents): Don't use `gnus-message'.
9450
9451         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9452         arguments.
9453         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9454         arguments to mm-uu-verbatim-marks-extract.
9455         (mm-uu-hide-markers): New variable.
9456         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9457
9458         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9459         (gnus-convert-image-to-face-command): Use "convert" by default to
9460         allow other input image formats.
9461         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9462         accordingly.
9463
9464 2005-10-23  Simon Josefsson  <jas@extundo.com>
9465
9466         * imap.el (imap-gssapi-program): Align command line parameters
9467         with latest GNU SASL.
9468         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9469
9470 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9471
9472         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9473         HTML.
9474         (nnslashdot-request-article): Ditto.
9475
9476         * lpath.el (featurep): Add nobreak-char-display.
9477
9478 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9479
9480         * mail-source.el (mail-source-fetch-pop): Require pop3.
9481         (mail-source-check-pop): Ditto.
9482
9483 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9486         errors.
9487
9488 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9491         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9492
9493         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9494
9495         * mm-bodies.el (mm-decode-string): Call
9496         `mm-charset-to-coding-system' with allow-override argument.
9497
9498 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9501         (rfc2047-charset-to-coding-system): New function.
9502         (rfc2047-decode-encoded-words): New function.
9503         (rfc2047-decode-region): Use them.
9504         (rfc2047-decode-cte): Remove.
9505         (rfc2047-parse-and-decode): Remove.
9506         (rfc2047-decode): Remove.
9507
9508 2005-10-15  Kenichi Handa  <handa@m17n.org>
9509
9510         * rfc2047.el (rfc2047-decode-cte): New function.
9511         (rfc2047-decode-region): Change the way to decode successive
9512         encoded-words: decode B- or Q-encoding in each encoded-word,
9513         concatenate them, and decode it as charset.
9514
9515 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * lpath.el: Fbind codepage-setup for XEmacs.
9518
9519 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9520
9521         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9522         widget-move-and-invoke.
9523         (gnus-custom-mode): Use gnus-custom-map.
9524
9525 2005-10-15  Bill Wohler  <wohler@newt.com>
9526
9527         * message.el (message-tool-bar-map): Renamed image file from
9528         mail_send to mail/send.
9529
9530 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9531
9532         * message.el (message-expand-group): Pass the common
9533         prefix substring of completion to `display-completion-list'.
9534
9535 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9536
9537         * mml-sec.el (mml-secure-method): New internal variable.
9538         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9539         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9540         functions using mml-secure-method.
9541
9542         * mml.el (mml-mode-map): Add key bindings for those functions.
9543         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9544         Harder <harder@myrealbox.com>.
9545         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9546         end of message if point is the headers of the message.
9547
9548         * message.el (message-in-body-p): New function.
9549
9550         * assistant.el: Autoload gnus-util and netrc.
9551
9552         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9553         Use `mm-charset-override-alist' only when decoding.
9554
9555         * mm-bodies.el (mm-decode-body): Call
9556         `mm-charset-to-coding-system' with allow-override argument.
9557
9558         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9559         `filename' from Content-Disposition if Content-Type doesn't
9560         provide `name'.
9561         (gnus-mime-view-part-as-type): Set default instead of
9562         initial-input.
9563
9564 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9565
9566         * format-spec.el (format-spec): Propagate text properties of % spec.
9567
9568 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9569
9570         * gnus-art.el (gnus-treat-predicate): Add `first'.
9571
9572 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9573
9574         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9575         (mm-charset-override-alist): New variable.
9576         (mm-charset-to-coding-system): Use it.
9577         (mm-codepage-setup): New helper function.
9578         (mm-charset-eval-alist): New variable.
9579         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9580         about unknown charsets.
9581
9582         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9583
9584 2005-10-04  David Hansen  <david.hansen@gmx.net>
9585
9586         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9587         (nnrss-check-group): Ditto.
9588
9589 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9590
9591         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9592         Rename x-gnus-verbatim to x-verbatim.
9593         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9594
9595         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9596         x-verbatim.
9597
9598         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9599
9600         * gnus-util.el (gnus-remove-duplicates): Remove.
9601
9602         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9603         instead of gnus-remove-duplicates.
9604
9605         * message.el (message-remove-duplicates): Remove.
9606         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9607         message-remove-duplicates.
9608
9609         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9610         available, else use implementation from `delete-dups'.
9611
9612         * message.el (message-insert-expires): New function.
9613         (message-mode-map): Add key binding.
9614         (message-mode-field-menu): Add menu entry.
9615         (message-mode): Document it.
9616         (message-make-expires-date): Use `message-make-date'.
9617
9618 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9619
9620         * message.el (message-make-expires-date): New function.
9621
9622 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * Makefile.in (list-installed-shadows): New entry.
9625         (install): Use it.
9626         (remove-installed-shadows): New entry.
9627
9628         * dgnushack.el (dgnushack-default-load-path): New variable.
9629         (dgnushack-find-lisp-shadows): New function.
9630         (dgnushack-remove-lisp-shadows): New function.
9631
9632 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * Makefile.in (install-el-elc): New entry.
9635         (install): Use it so that .el files are necessarily installed.
9636
9637 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9640
9641 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9642
9643         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9644         function rather than the diff-mode.el package.
9645         (mm-display-external): Use with-current-buffer.
9646         (mm-viewer-completion-map, mm-viewer-completion-map):
9647         Move initialization inside declaration.
9648
9649 2005-09-29  Simon Josefsson  <jas@extundo.com>
9650
9651         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9652         autoload mail-check-payment.
9653         (spam-check-hashcash): Define unconditionally, since hashcash.el
9654         is part of Gnus now.  Ignore errors from payment checking.
9655
9656 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9657
9658         * message.el (message-bold-region, message-unbold-region): Rename
9659         from `bold-region' and `unbold-region'.
9660
9661         * message.el: Remove useless autoloads.
9662
9663 2005-09-28  Simon Josefsson  <jas@extundo.com>
9664
9665         * message.el (message-use-idna): Default to t.
9666         (message-use-idna): Test whether encoding works too.  Doc fix.
9667
9668 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * nntp.el (nntp-warn-about-losing-connection): Remove.
9671
9672 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9675         customizable.  Change default value.
9676         (mm-uu-diff-groups-regexp): Change default value.
9677         (mm-uu-type-alist): Add doc string.
9678         (mm-uu-configure): Add doc string.  Make it interactive.
9679         (mm-uu-tex-groups-regexp): New variable.
9680         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9681         (mm-uu-type-alist): Add LaTeX documents.
9682         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9683         of "text/verbatim".
9684         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9685
9686         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9687         instead of "text/verbatim".
9688
9689         * message.el (message-mark-inserted-region)
9690         (message-mark-insert-file): Use slrn style marks when called with
9691         prefix argument.
9692
9693 2005-09-27  Simon Josefsson  <jas@extundo.com>
9694
9695         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9696
9697 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9698
9699         * message.el (message-remove-duplicates): New function.
9700         Implementation borrowed from `gnus-remove-duplicates'.
9701         (message-idna-to-ascii-rhs): Also encode idna addresses in
9702         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9703         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9704         only ask about the same idna domain once per header and also tell
9705         in what header to replace the idna domain.
9706
9707         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9708         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9709         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9710         a header is decoded and not just the last one.
9711
9712 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9715         has been decoded.
9716
9717         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9718         (mm-insert-part): Don't modify text if it has been decoded.
9719
9720         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9721         decoded.
9722
9723         * mm-view.el (mm-inline-text): Don't strip text props unless
9724         decoding enriched or richtext parts.
9725
9726 2005-09-25  Romain Francoise  <romain@orebokech.com>
9727
9728         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9729         * gnus-start.el (gnus-subscribe-interactively):
9730         * gnus-uu.el (gnus-uu-grab-articles):
9731         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9732         space.
9733
9734 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9735
9736         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9737         * mm-view.el (mm-view-pkcs7-decrypt):
9738         * gnus-sum.el (gnus-summary-limit-to-extra)
9739         (gnus-summary-respool-article, gnus-read-move-group-name):
9740         * gnus-score.el (gnus-summary-increase-score):
9741         * gnus-util.el (gnus-completing-read-with-default):
9742         * gnus-art.el (gnus-read-save-file-name)
9743         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9744         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9745         * message.el (message-check-news-header-syntax):
9746         Follow convention for reading with the minibuffer.
9747
9748 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * spam-report.el (spam-report-url-ping-plain):
9751         Use gnus-extended-version as User-Agent.
9752
9753         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9754         default value is nil.
9755
9756         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9757         (mm-uu-verbatim-marks-extract): New function.
9758         (mm-uu-extract): New face.
9759         (mm-uu-copy-to-buffer): Use it.
9760
9761         * spam-report.el (spam-report-gmane-ham): Renamed from
9762         `spam-report-gmane-unspam'.
9763         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9764         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9765
9766         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9767         Autoload.
9768         (spam-report-gmane-unregister-routine): Renamed
9769         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9770
9771 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9772
9773         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9774         (spam-report-gmane-unregister-routine): Add support for gmane
9775         unregistration.
9776
9777         * spam-report.el (spam-report-gmane-unspam)
9778         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9779         (spam-report-gmane): Change to take a single article and do unspam
9780         registration.
9781
9782 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * mm-url.el (mm-url-decode-entities): Fix regexp.
9785
9786 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9787
9788         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9789         default to nil, to be able to use Gnus at all.  If the default
9790         switches to something else, then the function should be fixed not
9791         be exceedingly slow.
9792
9793 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9794
9795         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9796         fail hard.
9797
9798         * spam-report.el: Add better Keywords line.
9799
9800         * spam.el: Add Maintainer and better Keywords line.
9801
9802 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9803
9804         * gnus-art.el (gnus-article-replace-part)
9805         (gnus-mime-replace-part): New functions.
9806         (gnus-mime-action-alist, gnus-mime-button-commands)
9807         (gnus-mime-save-part-and-strip): Added file argument.
9808         (gnus-article-part-wrapper): Added interactive argument.
9809
9810         * gnus-sum.el (gnus-summary-mime-map): Add
9811         `gnus-article-replace-part'.
9812
9813 2005-09-19  Didier Verna  <didier@xemacs.org>
9814
9815         The nnml compaction feature:
9816         * nnml.el (nnml-request-compact-group): New function.
9817         * nnml.el (nnml-request-compact): New function.
9818         * gnus-int.el (gnus-request-compact-group): New function.
9819         * gnus-int.el (gnus-request-compact): New function.
9820         * gnus-group.el (gnus-group-compact-group): New function.
9821         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9822         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9823         * gnus-srvr.el (gnus-server-compact-server): New function.
9824         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9825         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9826
9827 2005-09-18  Deepak Goel  <deego@gnufans.org>
9828
9829         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9830         format spec.
9831
9832 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9835
9836 2005-09-15  Romain Francoise  <romain@orebokech.com>
9837
9838         * message.el (message-fill-paragraph): Clarify docstring.
9839
9840 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * gnus-art.el (gnus-mime-display-part): Protect against broken
9843         MIME messages.
9844
9845 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9848         before parsing header.
9849
9850 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9851
9852         * html2text.el (html2text-replace-list): Add new entities.
9853
9854 2005-09-11  Romain Francoise  <romain@orebokech.com>
9855
9856         * message.el (message-alternative-emails): Improve docstring.
9857         (message-setup-1): Call `message-use-alternative-email-as-from'
9858         after `message-setup-hook' to give it precedence over posting
9859         styles, etc.
9860         (message-use-alternative-email-as-from): Add docstring.  Remove
9861         the original From header if present.
9862
9863         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9864         (nnml-save-mail): Use it.
9865
9866         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9867         articles.  Add new argument `silent'.
9868         (gnus-uu-mark-all): Report the total number of marked articles.
9869
9870 2005-09-10  Romain Francoise  <romain@orebokech.com>
9871
9872         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9873         (gnus-uu-mark-series): Likewise.
9874
9875 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * spam-report.el (spam-report-gmane): Fix generation of spam
9878         report URL.
9879
9880 2005-09-10  Simon Josefsson  <jas@extundo.com>
9881
9882         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9883         t, based on discussion on the ding list with Robert Epprecht
9884         <epprecht@solnet.ch>.
9885
9886 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9887
9888         * spam-report.el (spam-report-gmane): Make it work without
9889         X-Report-Spam header.  Gmane now only provides Archived-At.
9890         This is only used if `spam-report-gmane-use-article-number' is nil.
9891         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9892
9893         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9894         make `gnus-summary-sort-by-recipient' work with threading.
9895
9896         * nnweb.el (nnweb-google-wash-article): Print a message if article
9897         is not available.
9898
9899 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9900
9901         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9902         change.  Decode text/* parts content before displaying.
9903
9904 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9905
9906         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9907
9908 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9911
9912         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9913         url-package-name, url-package-version,
9914         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9915         w3m-display-inline-images, and w3m-minor-mode-map.
9916
9917 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9918
9919         * message.el (message-tab-body-function): Fix mismatched custom type.
9920
9921         * gnus.el (gnus-group-change-level-function): Ditto.
9922
9923         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9924
9925         * gnus-art.el (gnus-signature-limit)
9926         (gnus-article-mime-part-function): Ditto.
9927
9928 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * mml.el (mml-mode): Silence the byte compiler.
9931
9932         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9933         using `(sit-for 0)' before moving the point to the specified part;
9934         skip unbuttonized parts.
9935         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9936         return to the summary window if gnus-auto-select-part is non-nil.
9937
9938 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9939
9940         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9941         variables.
9942         (mml-dnd-attach-file, mml-mode): Use them.
9943
9944         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9945         Make fetching article by MID work again for Google Groups.  Added
9946         FIXME concerning gnus-group-make-web-group.
9947
9948         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9949         Don't depend on Gnus by using mail-extract-address-components if
9950         gnus-extract-address-components is not bound.
9951
9952 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9953
9954         * gnus-art.el (gnus-mime-display-security): Don't display the
9955         signature, but only the signed part.
9956
9957 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9960
9961         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9962         list, not listp.
9963
9964 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9965
9966         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9967         when encoding.
9968
9969         * mm-bodies.el (mm-decode-content-transfer-encoding):
9970         De-canonicalize CRLF for all text content types, not just
9971         text/plain.
9972
9973 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9976         valid article; point arrow and cursor at the MIME button.
9977
9978 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9981         Suggested by Dan Christensen <jdc@uwo.ca>.
9982
9983         * mm-decode.el (mm-save-part): Enable change of prompt.
9984
9985 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9986
9987         * gnus-msg.el (gnus-inews-add-send-actions): Made
9988         `message-post-method' lambda parameter ARG `&optional'.
9989
9990 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * gnus-sum.el (gnus-summary-mime-map): Added
9993         gnus-article-save-part-and-strip, gnus-article-delete-part and
9994         gnus-article-jump-to-part.
9995
9996         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9997         (gnus-article-edit-part): Use it.
9998         (gnus-article-part-wrapper): Added no-handle argument.
9999         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10000         functions.
10001
10002 2005-08-29  Romain Francoise  <romain@orebokech.com>
10003
10004         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10005         docstring.
10006         (gnus-face-from-file): Likewise.
10007
10008 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10011         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10012         non-nil.
10013         (gnus-auto-select-part): New variable.
10014         (gnus-article-jump-to-part): New function.
10015         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10016         (gnus-mime-delete-part): Allow selecting specified part after
10017         deleting or stripping parts.
10018         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10019         part if argument is bogus.
10020
10021 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10022
10023         * gnus-art.el (w3m-minor-mode-map):
10024         * gnus-spec.el (gnus-newsrc-file-version):
10025         * gnus-util.el (nnmail-active-file-coding-system)
10026         (gnus-original-article-buffer, gnus-user-agent):
10027         * gnus.el (gnus-ham-process-destinations)
10028         (gnus-parameter-ham-marks-alist)
10029         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10030         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10031         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10032         * mm-decode.el (gnus-current-window-configuration):
10033         * mm-extern.el (gnus-article-mime-handles):
10034         * mm-url.el (url-current-object, url-package-name)
10035         (url-package-version):
10036         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10037         (smime-keys, w3m-cid-retrieve-function-alist)
10038         (w3m-current-buffer, w3m-display-inline-images)
10039         (w3m-minor-mode-map):
10040         * mml-smime.el (gnus-extract-address-components):
10041         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10042         (gnus-newsrc-hashtb, message-default-charset)
10043         (message-deletable-headers, message-options)
10044         (message-posting-charset, message-required-mail-headers)
10045         (message-required-news-headers):
10046         * mml1991.el (mc-pgp-always-sign):
10047         * mml2015.el (mc-pgp-always-sign):
10048         * nnheader.el (nnmail-extra-headers):
10049         * rfc1843.el (gnus-decode-encoded-word-function)
10050         (gnus-decode-header-function, gnus-newsgroup-name):
10051         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10052
10053 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10054
10055         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10056         the end of the date treatments.
10057
10058 2005-08-15  Simon Josefsson  <jas@extundo.com>
10059
10060         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10061         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10062         Capello and Romain Francoise.
10063         (pgg-fetch-key-function): Removed, not used?
10064         (pgg-insert-url-with-w3): Require url, to get
10065         url-insert-file-contents regardless of where it is defined.
10066
10067 2005-08-13  Romain Francoise  <romain@orebokech.com>
10068
10069         * message.el (message-cite-original-1): New function.
10070         (message-cite-original): Use it.
10071         (message-cite-original-without-signature): Ditto.
10072
10073 2005-08-08  Romain Francoise  <romain@orebokech.com>
10074
10075         * message.el (message-yank-empty-prefix): New variable.
10076         (message-indent-citation): Use it.
10077         (message-cite-original-without-signature): Respect X-No-Archive.
10078
10079 2005-08-08  Simon Josefsson  <jas@extundo.com>
10080
10081         * pgg.el: Autoload url-insert-file-contents instead of loading
10082         w3/url.
10083         (pgg-insert-url-with-w3): Don't load url here.
10084
10085 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10086
10087         * message.el (message-kill-to-signature): Don't insert newline at
10088         bol.
10089         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10090
10091 2005-08-06  Romain Francoise  <romain@orebokech.com>
10092
10093         * message.el (message-user-fqdn): Fix typo in docstring.
10094
10095 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10096
10097         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10098
10099         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10100
10101 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * mm-bodies.el (mm-encode-body): Use coding system rather than
10104         charset to encode text.
10105
10106         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10107         number of charsets if utf-8 is available (XEmacs).
10108
10109 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10112         taken from `gnus-button-mid-or-mail-regexp'.
10113         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10114         (gnus-button-alist): Improve regexp for domain part of the MIDs
10115         for news:localpart@domain buttons.
10116         (gnus-button-ctan-directory-regexp): Update.
10117
10118 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * sieve-manage.el (sieve-manage-interactive-login): Use
10121         make-local-variable rather than make-variable-buffer-local.
10122         (sieve-manage-open): Ditto.
10123         (sieve-manage-authenticate): Ditto.
10124
10125         * mml.el (mml-generate-mime-1): Make the content type default to
10126         text/plain if the filename is not specified.
10127
10128 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10131         instead of insert-buffer.
10132
10133         * message.el (message-yank-original): Ditto; set the mark at the
10134         end of the yanked message.
10135
10136 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10139         lines to scroll rather than to stop it.
10140
10141         * mml.el (mml-generate-default-type): Add doc string.
10142         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10143         default to application/octet-stream when determining the content
10144         type if it is not specified for the part or the mml contents; add
10145         a comment about mml-generate-default-type.
10146
10147 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10148
10149         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10150         make it default to application/octet-stream when determining the
10151         content type if it is not specified for the external contents.
10152
10153 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10156         segmented parameter but also other parameters might be there.
10157
10158 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * mm-decode.el (mm-display-external): Delete temp file, directory
10161         and buffer immediately if the external process is exited.
10162
10163 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10166         fewer lines than that of scroll-margin.
10167         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10168
10169 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-art.el (gnus-article-next-page): Revert.
10172         (gnus-article-beginning-of-window): New macro.
10173         (gnus-article-next-page-1): Use it.
10174         (gnus-article-prev-page): Ditto.
10175         (gnus-article-edit-part): Use insert-buffer-substring instead of
10176         insert-buffer.
10177         (gnus-article-edit-exit): Ditto.
10178
10179         * gnus-util.el (gnus-beginning-of-window): Remove.
10180         (gnus-end-of-window): Remove.
10181
10182         * lpath.el: Don't bind header-line-format and scroll-margin.
10183
10184 2005-07-25  Simon Josefsson  <jas@extundo.com>
10185
10186         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10187         to have the url package without w3.  Reported by Daiki Ueno
10188         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10189
10190 2005-07-20  Didier Verna  <didier@xemacs.org>
10191
10192         * gnus-diary.el: Remove the description comment (nndiary is now
10193         properly documented in the Gnus manual).
10194         Fix the spelling of "Back End".
10195         * nndiary.el: Ditto.
10196         Fix the copyright notice.
10197
10198 2005-07-18  Romain Francoise  <romain@orebokech.com>
10199
10200         * gnus-sum.el (gnus-summary-to-prefix)
10201         (gnus-summary-newsgroup-prefix): New variables.
10202         (gnus-summary-from-or-to-or-newsgroups): Use them.
10203
10204 2005-07-17  Romain Francoise  <romain@orebokech.com>
10205
10206         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10207         space as it's generally not especially interesting to the user.
10208
10209 2005-07-16  Romain Francoise  <romain@orebokech.com>
10210
10211         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10212         nil to avoid prompting and file modification if one of the
10213         messages at the top of the nnfolder file contains a copyright
10214         notice.
10215         Update copyright notice.
10216
10217         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10218         instead of `current-time-string' as the latter creates a time
10219         string that is not RFC 2822 compliant (it lacks the zone).
10220         Update copyright notice.
10221
10222 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10223
10224         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10225         for text/rtf.  Display default in prompt.  Pass default for M-n.
10226
10227         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10228
10229 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10230
10231         * gnus-msg.el (gnus-button-mailto): Remove
10232         save-selected-window-window hackery because it relies on
10233         save-selected-window internals.
10234
10235 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10238         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10239         (gnus-article-prev-page): Ditto.
10240
10241         * gnus-util.el (gnus-beginning-of-window): New function.
10242         (gnus-end-of-window): New function.
10243
10244         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10245
10246 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10247
10248         * gnus-score.el (gnus-score-edit-all-score): Set
10249         gnus-score-edit-exit-function to gnus-score-edit-done and call
10250         gnus-message.
10251
10252 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10253
10254         * gnus-msg.el (gnus-button-mailto): Remove
10255         save-selected-window-window hackery because it relies on
10256         save-selected-window internals.
10257
10258 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10261         add-minor-mode.
10262         (gnus-binary-mode): Ditto.
10263
10264         * gnus-topic.el (gnus-topic-mode): Ditto.
10265
10266 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10267
10268         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10269         (gnus-article-prev-page): Take scroll-margin into consideration.
10270
10271 2005-07-04  Lute Kamstra  <lute@gnu.org>
10272
10273         Update FSF's address in GPL notices.
10274
10275 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10276
10277         * gnus.el (gnus-exit):
10278         * gnus-group.el (gnus-group-icons):
10279         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10280
10281         * gnus-nocem.el (gnus-nocem):
10282         * message.el (message-various, message-buffers, message-sending)
10283         (message-interface, message-forwarding, message-insertion)
10284         (message-headers, message-news, message-mail):
10285         * pgg-gpg.el (pgg-gpg):
10286         * pgg-parse.el (pgg-parse):
10287         * pgg-pgp.el (pgg-pgp):
10288         * pgg-pgp5.el (pgg-pgp5):
10289         * pop3.el (pop3): Finish `defgroup' description with period.
10290
10291 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * gnus-art.el (article-display-face): Improve the efficiency.
10294         (article-display-x-face): Ditto; remove grey x-face stuff.
10295
10296 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * gnus-art.el (article-display-face): Correct the position in
10299         which Faces are inserted.
10300
10301 2005-06-29  Didier Verna  <didier@xemacs.org>
10302
10303         * gnus-art.el (article-display-face): Display faces in correct
10304         order.
10305
10306 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10309         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10310         (gnus-nocem-check-article): Fetch the Type header.
10311         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10312         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10313         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10314         make sure gnus-nocem-hashtb is initialized.
10315         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10316         (gnus-nocem-unwanted-article-p): Ditto.
10317
10318         * pgg.el (pgg-verify): Return the verification result.
10319
10320 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10321
10322         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10323         is ascii.
10324
10325 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10326
10327         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10328         `show-nonbreak-escape'.
10329
10330 2005-06-23  Lute Kamstra  <lute@gnu.org>
10331
10332         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10333
10334         * dig.el (dig-mode):
10335         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10336
10337 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10338
10339         * nnimap.el (nnimap-split-download-body): Fix spellings.
10340
10341 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10342
10343         * gnus-art.el (gnus-article-encrypt-body):
10344         * gnus-cus.el (gnus-score-customize):
10345         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10346         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10347
10348 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10349
10350         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10351         header by looking for magic "MII" at the beginnig.
10352
10353 2005-06-16  Miles Bader  <miles@gnu.org>
10354
10355         * gnus-xmas.el (gnus-xmas-group-startup-message):
10356         Use renamed gnus-splash face.
10357
10358         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10359         (assistant-field-face): New backward-compatibility alias for renamed
10360         face.
10361         (assistant-render-text): Use renamed assistant-field face.
10362
10363         * spam.el (spam): Remove "-face" suffix from face name.
10364         (spam-face): New backward-compatibility alias for renamed face.
10365         (spam-face, spam-initialize): Use renamed spam face.
10366
10367         * message.el (message-header-to, message-header-cc)
10368         (message-header-subject, message-header-newsgroups)
10369         (message-header-other, message-header-name)
10370         (message-header-xheader, message-separator, message-cited-text)
10371         (message-mml): Remove "-face" suffix from face names.
10372         (message-header-to-face, message-header-cc-face)
10373         (message-header-subject-face, message-header-newsgroups-face)
10374         (message-header-other-face, message-header-name-face)
10375         (message-header-xheader-face, message-separator-face)
10376         (message-cited-text-face, message-mml-face):
10377         New backward-compatibility aliases for renamed faces.
10378         (message-font-lock-keywords): Use renamed message faces.
10379
10380         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10381         (sieve-test-commands, sieve-tagged-arguments):
10382         Remove "-face" suffix from face names.
10383         (sieve-control-commands-face, sieve-action-commands-face)
10384         (sieve-test-commands-face, sieve-tagged-arguments-face):
10385         New backward-compatibility aliases for renamed faces.
10386         (sieve-control-commands-face, sieve-action-commands-face)
10387         (sieve-test-commands-face, sieve-tagged-arguments-face):
10388         Use renamed sieve faces.
10389
10390         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10391         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10392         (gnus-group-news-3-empty, gnus-group-news-4)
10393         (gnus-group-news-4-empty, gnus-group-news-5)
10394         (gnus-group-news-5-empty, gnus-group-news-6)
10395         (gnus-group-news-6-empty, gnus-group-news-low)
10396         (gnus-group-news-low-empty, gnus-group-mail-1)
10397         (gnus-group-mail-1-empty, gnus-group-mail-2)
10398         (gnus-group-mail-2-empty, gnus-group-mail-3)
10399         (gnus-group-mail-3-empty, gnus-group-mail-low)
10400         (gnus-group-mail-low-empty, gnus-summary-selected)
10401         (gnus-summary-cancelled, gnus-summary-high-ticked)
10402         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10403         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10404         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10405         (gnus-summary-low-undownloaded)
10406         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10407         (gnus-summary-low-unread, gnus-summary-normal-unread)
10408         (gnus-summary-high-read, gnus-summary-low-read)
10409         (gnus-summary-normal-read, gnus-splash):
10410         Remove "-face" suffix from face names.
10411         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10412         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10413         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10414         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10415         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10416         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10417         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10418         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10419         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10420         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10421         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10422         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10423         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10424         (gnus-summary-normal-ticked-face)
10425         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10426         (gnus-summary-normal-ancient-face)
10427         (gnus-summary-high-undownloaded-face)
10428         (gnus-summary-low-undownloaded-face)
10429         (gnus-summary-normal-undownloaded-face)
10430         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10431         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10432         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10433         (gnus-splash-face):
10434         New backward-compatibility aliases for renamed faces.
10435         (gnus-group-startup-message): Use renamed gnus faces.
10436
10437         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10438         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10439         (gnus-server-agent): Remove "-face" suffix from face names.
10440         (gnus-server-agent-face, gnus-server-opened-face)
10441         (gnus-server-closed-face, gnus-server-denied-face)
10442         (gnus-server-offline-face):
10443         New backward-compatibility aliases for renamed faces.
10444         (gnus-server-agent-face, gnus-server-opened-face)
10445         (gnus-server-closed-face, gnus-server-denied-face)
10446         (gnus-server-offline-face): Use renamed gnus faces.
10447
10448         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10449         Remove "-face" suffix from face names.
10450         (gnus-picon-xbm-face, gnus-picon-face):
10451         New backward-compatibility aliases for renamed faces.
10452
10453         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10454         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10455         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10456         (gnus-cite-11): Remove "-face" suffix from face names.
10457         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10458         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10459         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10460         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10461         New backward-compatibility aliases for renamed faces.
10462         (gnus-cite-attribution-face, gnus-cite-face-list)
10463         (gnus-article-boring-faces): Use renamed gnus faces.
10464
10465         * gnus-art.el (gnus-signature, gnus-header-from)
10466         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10467         (gnus-header-content): Remove "-face" suffix from face names.
10468         (gnus-signature-face, gnus-header-from-face)
10469         (gnus-header-subject-face, gnus-header-newsgroups-face)
10470         (gnus-header-name-face, gnus-header-content-face):
10471         New backward-compatibility aliases for renamed faces.
10472         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10473
10474         * gnus-sum.el (gnus-summary-selected-face)
10475         (gnus-summary-highlight): Use renamed gnus faces.
10476         * gnus-group.el (gnus-group-highlight): Likewise.
10477
10478 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10479
10480         * gnus-sieve.el (gnus-sieve-article-add-rule):
10481         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10482         * spam-stat.el (spam-stat-buffer-change-to-spam)
10483         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10484
10485         * message.el (message-is-yours-p):
10486         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10487
10488 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * mm-view.el (mm-inline-text): Withdraw the last change.
10491
10492 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10495         executing enriched-decode.
10496
10497 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10500         charset of tar files.
10501
10502 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10503
10504         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10505
10506 2005-06-04  Lute Kamstra  <lute@gnu.org>
10507
10508         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10509         information is never recorded.
10510
10511 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10512
10513         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10514
10515 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * pop3.el (pop3-apop): Run md5 in the binary mode.
10518
10519         * starttls.el (starttls-set-process-query-on-exit-flag):
10520         Use eval-and-compile.
10521
10522 2005-05-31  Simon Josefsson  <jas@extundo.com>
10523
10524         * smime.el (smime-replace-in-string): Define.
10525         (smime-cert-by-ldap-1): Use it.
10526
10527 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * gnus-art.el (article-display-x-face): Replace
10530         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10531
10532         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10533         set-process-query-on-exit-flag or process-kill-without-query.
10534
10535         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10536         loop instead of replace-regexp.
10537
10538         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10539         instead of process-kill-without-query if it is available.
10540
10541         * lpath.el: Fbind ldap-search-entries.
10542
10543         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10544         instead of find-file-hooks if it is available.
10545
10546         * mml1991.el: Bind pgg-default-user-id when compiling.
10547
10548         * mml2015.el: Bind pgg-default-user-id when compiling.
10549
10550         * nndraft.el (nndraft-request-associate-buffer):
10551         Use write-contents-functions instead of write-contents-hooks if it is
10552         available.
10553
10554         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10555         instead of find-file-hooks if it is available.
10556
10557         * nntp.el (nntp-open-connection): Replace
10558         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10559         (nntp-open-ssl-stream): Ditto.
10560         (nntp-open-tls-stream): Ditto.
10561
10562         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10563         set-process-query-on-exit-flag or process-kill-without-query.
10564         (starttls-open-stream-gnutls): Use it instead of
10565         process-kill-without-query.
10566         (starttls-open-stream): Ditto.
10567
10568 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10569
10570         * smime.el (smime-cert-by-ldap-1): Don't use
10571         replace-regexp-in-string.
10572
10573 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10574
10575         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10576
10577         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10578         in PEM format.  Adjust to the XEmacs compability.
10579
10580 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10581
10582         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10583         by `string-to-number'.
10584         * gnus-agent.el (gnus-agent-regenerate-group)
10585         (gnus-agent-fetch-articles): Ditto.
10586         * gnus-art.el (gnus-button-fetch-group): Ditto.
10587         * gnus-cache.el (gnus-cache-generate-active)
10588         (gnus-cache-articles-in-group): Ditto.
10589         * gnus-group.el (gnus-group-set-current-level)
10590         (gnus-group-insert-group-line): Ditto.
10591         * gnus-score.el (gnus-score-set-expunge-below)
10592         (gnus-score-set-mark-below, gnus-summary-score-effect)
10593         (gnus-summary-score-entry): Ditto.
10594         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10595         (gnus-soup-pack): Ditto.
10596         * gnus-spec.el (gnus-xmas-format): Ditto.
10597         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10598         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10599         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10600         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10601         * nndb.el (nndb-get-remote-expire-response): Ditto.
10602         * nndiary.el (nndiary-parse-schedule-value)
10603         (nndiary-string-to-number, nndiary-request-replace-article)
10604         (nndiary-request-article): Ditto.
10605         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10606         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10607         * nneething.el (nneething-make-head): Ditto.
10608         * nnfolder.el (nnfolder-request-article)
10609         (nnfolder-retrieve-headers): Ditto.
10610         * nnheader.el (nnheader-file-to-number): Ditto.
10611         * nnkiboze.el (nnkiboze-request-article): Ditto.
10612         * nnmail.el (nnmail-process-unix-mail-format)
10613         (nnmail-process-babyl-mail-format): Ditto.
10614         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10615         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10616         (nnmh-request-create-group, nnmh-request-list-1)
10617         (nnmh-request-group, nnmh-request-article): Ditto.
10618         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10619         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10620         * nnsoup.el (nnsoup-make-active): Ditto.
10621         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10622         * nntp.el (nntp-find-group-and-number)
10623         (nntp-retrieve-headers-with-xover): Ditto.
10624         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10625         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10626         (pgg-format-key-identifier): Ditto.
10627         * pop3.el (pop3-last, pop3-stat): Ditto.
10628         * qp.el (quoted-printable-decode-region): Ditto.
10629
10630         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10631         of concat.
10632
10633 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10636
10637         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10638
10639         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10640
10641         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10642
10643         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10644
10645         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10646
10647         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10648         (gnus-carpal-mode): Ditto.
10649
10650         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10651         (gnus-browse-mode): Ditto.
10652
10653         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10654
10655         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10656
10657 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10658
10659         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10660
10661 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gnus-util.el (gnus-run-mode-hooks): New function.
10664
10665         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10666
10667         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10668         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10669
10670 2005-05-27  Lute Kamstra  <lute@gnu.org>
10671
10672         * dns-mode.el (dns-mode): Specify customization group.
10673
10674 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10675
10676         * gnus-agent.el (gnus-agent-make-mode-line-string):
10677         Use mode-line-highlight as mouse-face.
10678
10679 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * canlock.el (canlock): Change the parent group to news.
10682
10683         * deuglify.el (gnus-outlook-deuglify): Add :group.
10684
10685         * dig.el (dig): Add :group.
10686
10687         * dns-mode.el (dns-mode): Add :group.
10688
10689         * encrypt.el (encrypt): Add :group.
10690
10691         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10692         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10693         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10694         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10695         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10696
10697         * gnus-diary.el (gnus-diary): Add :group.
10698
10699         * gnus.el (gnus-group-news-1-face): Add :group.
10700         (gnus-group-news-1-empty-face): Ditto.
10701         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10702         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10703         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10704         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10705         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10706         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10707         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10708         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10709         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10710         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10711         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10712         (gnus-summary-high-ticked-face): Ditto.
10713         (gnus-summary-low-ticked-face): Ditto.
10714         (gnus-summary-normal-ticked-face): Ditto.
10715         (gnus-summary-high-ancient-face): Ditto.
10716         (gnus-summary-low-ancient-face): Ditto.
10717         (gnus-summary-normal-ancient-face): Ditto.
10718         (gnus-summary-high-undownloaded-face): Ditto.
10719         (gnus-summary-low-undownloaded-face): Ditto.
10720         (gnus-summary-normal-undownloaded-face): Ditto.
10721         (gnus-summary-high-unread-face): Ditto.
10722         (gnus-summary-low-unread-face): Ditto.
10723         (gnus-summary-normal-unread-face): Ditto.
10724         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10725         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10726
10727         * hashcash.el (hashcash): New custom group.
10728         (hashcash-default-payment): Add :group.
10729         (hashcash-payment-alist): Ditto.
10730         (hashcash-default-accept-payment): Ditto.
10731         (hashcash-accept-resources): Ditto.
10732         (hashcash-path): Ditto.
10733         (hashcash-extra-generate-parameters): Ditto.
10734         (hashcash-double-spend-database): Ditto.
10735         (hashcash-in-news): Ditto.
10736
10737         * message.el (message-minibuffer-local-map): Add :group.
10738
10739         * netrc.el (netrc): Add :group.
10740
10741         * sieve-manage.el (sieve-manage-log): Add :group.
10742         (sieve-manage-default-user): Diito.
10743         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10744         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10745         (sieve-manage-authenticators): Ditto.
10746         (sieve-manage-authenticator-alist): Ditto.
10747         (sieve-manage-default-port): Ditto.
10748
10749         * sieve-mode.el (sieve-control-commands-face): Add :group.
10750         (sieve-action-commands-face): Ditto.
10751         (sieve-test-commands-face): Ditto.
10752         (sieve-tagged-arguments-face): Ditto.
10753
10754         * smime.el (smime): Add :group.
10755
10756         * spam-report.el (spam-report): Add :group.
10757
10758         * spam.el (spam, spam-face): Add :group.
10759
10760 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10761
10762         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10763         return \n.\n.\n at the end of articles.  Protect against that.
10764         (nntp-with-open-group): Allow debugging.
10765
10766         * nnheader.el (mail-header-set-extra): Make into a function
10767         because I just could't understand how to quote the list properly.
10768
10769         * dns.el (query-dns-cached): New function.
10770
10771 2005-05-26  Lute Kamstra  <lute@gnu.org>
10772
10773         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10774
10775 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10778
10779         * gnus-art.el: Don't autoload mail-extract-address-components.
10780
10781         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10782         eval-and-compile to evaluate it.
10783
10784         * hashcash.el: Don't autoload executable-find.
10785
10786         * nndb.el: Don't declare the nndb back end two or more times; don't
10787         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10788
10789         * nntp.el: Autoload format-spec instead of format; use
10790         eval-and-compile to evaluate autoload forms.
10791
10792 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10793
10794         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10795
10796 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10797
10798         * gnus.el (gnus-version-number): Bump version.
10799
10800 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10801
10802         * gnus.el: No Gnus v0.3 is released.
10803
10804 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10805
10806         * lpath.el (featurep): Bind show-nonbreak-escape.
10807
10808 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * gnus-art.el (gnus-article-edit-part): Disable undo.
10811
10812 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10815         gnus-article-date-lapsed-new-header is t if date timer is active;
10816         skip headers in which the original date value is empty.
10817         (gnus-article-save-original-date): Redefine it as a macro.
10818         (gnus-display-mime): Use it.
10819
10820 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-art.el (article-date-ut): Support converting date in
10823         forwarded parts as well.
10824         (gnus-article-save-original-date): New function.
10825         (gnus-display-mime): Use it.
10826
10827 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10828
10829         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10830         enclosure element of <item>.
10831
10832 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10833
10834         * message.el (message-kill-buffer-query): Renamed from
10835         `message-kill-buffer-query-if-modified'.  Added :version.
10836
10837 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10840         window layout.
10841
10842 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * mml.el: Autoload dnd when compiling.
10845
10846 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10847
10848         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10849         x-dnd-*.
10850
10851 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * qp.el (quoted-printable-encode-region): Save excursion.
10854
10855 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10856
10857         * message.el (message-kill-buffer-query-if-modified): Add new variable
10858         so the user can kill a modified message buffer quickly.
10859         (message-kill-buffer): Use it.
10860
10861 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * lpath.el: Fbind display-time-event-handler; don't fbind
10864         string-to-multibyte.
10865
10866         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10867
10868 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10869
10870         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10871         contained in text because xml.el decodes entities) with LFs.
10872
10873 2005-04-11  Lute Kamstra  <lute@gnu.org>
10874
10875         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10876         differently.
10877
10878 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10879
10880         * mm-util.el (mm-detect-coding-region): Typo.
10881
10882 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10885
10886 2005-04-06  Deepak Goel  <deego@gnufans.org>
10887
10888         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10889         user-function allow user modifications of the scores.
10890         (spam-stat-score-buffer-user): New function, to allow
10891         user-computed modifications to the score.
10892         (spam-stat-score-buffer-user-functions): List of additional
10893         scoring functions.
10894         (spam-stat-error-holder): Global temporary error holder.
10895         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10896         variable.
10897
10898 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10899
10900         * gnus-registry.el (gnus-registry-clean-empty-function)
10901         (gnus-registry-trim, gnus-registry-fetch-groups)
10902         (gnus-registry-delete-group): Groups that match
10903         `gnus-registry-ignored-groups' are removed from the registry
10904         entries, not just ignored for splitting.  This helps clean up the
10905         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10906         to get all the groups a message ID is in.
10907
10908         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10909         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10910         (spam-stat-score-buffer-user-functions): Add :number custom type.
10911
10912 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10915         argument in XEmacs.
10916
10917         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10918         (nnrss-request-group): Decode group name first.
10919         (nnrss-request-article): Make a text/plain article if mml-to-mime
10920         failed.
10921         (nnrss-get-encoding): Return a compatible encoding according to
10922         nnrss-compatible-encoding-alist.
10923         (nnrss-find-el): Use consp instead of listp.
10924         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10925
10926 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10929         which Emacs 20 doesn't support.
10930         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10931
10932 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10935         silence the byte compiler inside the defun.
10936
10937         * gnus-demon.el (parse-time-string): Add autoload.
10938
10939         * gnus-delay.el (parse-time-string): Add autoload.
10940
10941         * gnus-art.el (parse-time-string): Add autoload.
10942
10943         * nnultimate.el (parse-time): Require for `parse-time-string'.
10944
10945 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10948
10949         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10950
10951         * smime.el (smime-ldap-host-list): Add :version.
10952
10953 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10956         pass it to `gnus-browse-read-group'.
10957         (gnus-browse-read-group): Add NUMBER argument and pass it to
10958         `gnus-group-read-ephemeral-group'.
10959
10960         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10961         argument and pass it to `gnus-group-read-group'.
10962
10963 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10964
10965         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10966         mm-xemacs-find-mime-charset-1 if we have the mule feature
10967         available at runtime.
10968
10969 2005-03-25  Werner Lemberg  <wl@gnu.org>
10970
10971         * nnmaildir.el: Replace `illegal' with `invalid'.
10972
10973 2005-03-23  Lute Kamstra  <lute@gnu.org>
10974
10975         * time-date.el: Add comment on time value formats.
10976         Don't require parse-time.
10977         (with-decoded-time-value): New macro.
10978         (encode-time-value): New function.
10979         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10980         (days-to-time): Return a valid time value when arg is huge.
10981         (time-since): Use time-subtract.
10982         (time-to-number-of-days): Use time-to-seconds.
10983
10984 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10985
10986         * gnus-start.el (gnus-display-time-event-handler):
10987         Check display-time-timer at runtime rather than only at load time
10988         in case display-time-mode is turned off in the mean time.
10989
10990 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10991
10992         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10993         used.
10994
10995         * nneething.el (nneething-map-file-directory): Derive from
10996         `gnus-directory'.
10997
10998         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10999         the To/Cc button.
11000
11001 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11002
11003         * nnmaildir.el (nnmaildir-request-accept-article):
11004         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11005
11006 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11007
11008         * gnus-async.el: Require timer-funcs at compile time when in
11009         XEmacs for `run-with-idle-timer'.
11010
11011 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11012
11013         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11014         autoloaded function.
11015
11016 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11017
11018         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11019
11020 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11021
11022         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11023
11024 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11025
11026         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11027         gnus-expert-user to default.
11028
11029 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11030
11031         * nnimap.el (nnimap-open-server): Ditto.
11032
11033         * imap.el (imap-authenticate): Fix typo.
11034
11035 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11036
11037         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11038         buffer (since IMAP server might return FETCH response out of
11039         order, and the nntp buffer must be sorted).
11040
11041 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11042
11043         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11044         comparison on string.
11045
11046         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11047         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11048         (gnus-agent-summary-fetch-series): Modified to protect against
11049         gnus-agent-summary-fetch-group clearing processable flags.
11050         (gnus-agent-synchronize-group-flags): Update live group buffer as
11051         synchronization may occur due to the user toggle the plugged
11052         status.
11053         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11054         successfully downloaded.
11055         (gnus-agent-expire-group-1): Avoid using markers when the overview
11056         is in ascending order; greatly improves performance.
11057         (gnus-agent-regenerate-group): Use
11058         gnus-agent-synchronize-group-flags to reset read status in both
11059         gnus and server.
11060         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11061
11062 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * message.el: Don't autoload former message-utils variables.
11065         (message-strip-subject-trailing-was): Change doc string.
11066
11067         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11068         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11069         (nnweb-google-search): Add "hl=en" here.
11070         (nnweb-google-parse-1, nnweb-google-create-mapping):
11071         Don't hardcode URL.
11072
11073 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * message.el (message-get-reply-headers, message-followup):
11076         Mention related variables `message-use-followup-to' and
11077         `message-use-mail-followup-to', in the information buffer.
11078
11079         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11080         of broken groups(-beta).google.com.
11081
11082 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11083
11084         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11085         parameter to invoked gnus-request-move-article; remove the
11086         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11087         all at once instead of once per article.
11088         (gnus-summary-remove-process-mark): Accept a list of articles as
11089         well as a single article for processing.
11090
11091         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11092         parameter.
11093
11094         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11095
11096         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11097
11098         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11099         parameter.
11100
11101         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11102         parameter.
11103
11104         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11105         parameter and remove the gnus-sum-hint-move-is-internal variable.
11106
11107         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11108         parameter.
11109
11110         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11111         parameter.
11112
11113         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11114         parameter.
11115
11116         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11117
11118         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11119         parameter.
11120
11121         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11122         parameter.
11123
11124 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11125
11126         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11127         a more conservative way.
11128
11129 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11130
11131         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11132         buffer, so it moves the window's cursor.
11133
11134 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11135
11136         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11137         `mm-dissect-multipart' and receive the from field as an (optional)
11138         argument from `mm-dissect-multipart'.
11139         (mm-dissect-multipart): Receive the from field as an argument and
11140         pass it on when we call `mm-dissect-buffer' on MIME parts.
11141         Fixes verification/decryption of signed/encrypted MIME parts.
11142
11143 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11144
11145         * gnus-sum.el (gnus-summary-move-article): Set
11146         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11147         whatever it calls (right now, only nnimap-request-move article
11148         respects it).
11149
11150         * nnimap.el (nnimap-request-move-article): When
11151         gnus-sum-hint-move-is-internal is set, don't do the extra
11152         nnimap-request-article.
11153
11154 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11155
11156         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11157
11158         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11159         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11160
11161         * gnus-sum.el (gnus-summary-caesar-message):
11162         Apply `gnus-treat-article' after rotation.
11163
11164         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11165         doc string.
11166
11167 2005-02-22  Simon Josefsson  <jas@extundo.com>
11168
11169         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11170         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11171         <arne@arnested.dk>.
11172         (encrypt): Add password-cache and password-cache-expiry as group
11173         members.
11174
11175 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11176
11177         * smime.el (smime-ldap-host-list): Doc fix.
11178         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11179         cache) password.
11180         (smime-sign-region): Use it.
11181         (smime-decrypt-region): Use it.
11182         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11183         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11184         fails.
11185         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11186         certificate from DER to PEM format rather than calling openssl.
11187
11188         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11189
11190         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11191         for signing/encryption.
11192
11193         * mml.el (mml-parse-1): Use them.
11194
11195 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11196
11197         * nnrss.el (nnrss-verbose): Removed.
11198         (nnrss-request-group): Use `nnheader-message' instead.
11199
11200 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11201
11202         * nnrss.el (nnrss-verbose): New variable.
11203         (nnrss-request-group): Make it say nnrss is requesting a group.
11204
11205 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11206
11207         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11208         Handle news URL with given port correctly.
11209
11210 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11213         containing special characters.
11214
11215         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11216
11217         * mml.el (mime-to-mml): Ditto.
11218
11219         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11220         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11221         (rfc2047-decode-region): Quote decoded words containing special
11222         characters when rfc2047-quote-decoded-words-containing-tspecials
11223         is non-nil.
11224
11225 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11226
11227         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11228
11229         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11230
11231 2005-02-15  Simon Josefsson  <jas@extundo.com>
11232
11233         * nnimap.el (nnimap-debug): Doc fix.
11234
11235         * imap.el (imap-debug): Doc fix.
11236
11237 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11240
11241 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11242
11243         * gnus.el (spam-contents): Improve docs for spam-contents
11244         parameter in its variable incarnation.
11245
11246 2005-02-14  Simon Josefsson  <jas@extundo.com>
11247
11248         * smime-ldap.el: Use require instead of load-library for ldap.
11249         (smime-ldap-search): Indent.
11250         (smime-ldap-search-internal): Shorten line.
11251
11252         * smime.el (smime-cert-by-dns): Add doc-string.
11253         (smime-cert-by-ldap-1): Indent.
11254
11255         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11256         mml-smime-get-dns-ldap.
11257         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11258
11259 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11260
11261         * smime.el: Require smime-ldap.
11262         (smime-ldap-host-list): New variable.
11263         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11264
11265         * mml-smime.el (mml-smime-encrypt-query): New function.
11266         (mml-smime-encrypt-query): Use it.
11267
11268         * smime-ldap.el: New file.
11269
11270 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11273
11274 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11275
11276         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11277         argument in doc string.  Make query for type more clear.
11278
11279 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11280
11281         * gnus.el (gnus-group-startup-message): Search for gnus images in
11282         etc/images/gnus.
11283         * mm-util.el (mm-image-load-path): Likewise.
11284         * smiley.el (smiley-data-directory): Search for smilies in
11285         etc/images/smilies.
11286
11287 2005-02-09  Kim F. Storm  <storm@cua.dk>
11288
11289         Change Emacs release version from 21.4 to 22.1 throughout.
11290         Change Emacs development version from 21.3.50 to 22.0.50.
11291
11292 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11295
11296         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11297         non-Mule XEmacs as well.
11298         (mm-decompress-buffer): Signal an error intentionally if it does
11299         not decompress compressed data because auto-compression-mode is
11300         disabled.
11301
11302 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11303
11304         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11305         an ID in the registry even if it has no groups.
11306
11307 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11310         merge it into mm-decompress-buffer.
11311         (gnus-mime-copy-part): Use the MIME part charset, the value which
11312         a user specified or gnus-newsgroup-charset for decoding, like
11313         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11314         save-buffer what was used.  Suggested by Kevin Ryde
11315         <user42@zip.com.au>.
11316         (gnus-mime-inline-part): Allow the name parameter as well as the
11317         filename parameter; force decompressing of compressed data; always
11318         display contents being not decoded as unibyte.
11319
11320         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11321         as well as the filename parameter.
11322
11323         * mm-util.el (mm-decompress-buffer): Merge
11324         gnus-mime-jka-compr-maybe-uncompress.
11325         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11326         of compressed data.
11327
11328 2005-02-08  Simon Josefsson  <jas@extundo.com>
11329
11330         * imap.el (imap-log): Doc fix.
11331
11332 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11335         the coding cookies; decompress compressed parts.
11336
11337         * mml.el (mml-generate-mime-1): Add the charset parameter according
11338         to the value which a user specified manually or the coding cookie.
11339
11340         * mm-util.el (mm-string-to-multibyte): New function.
11341         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11342         (mm-coding-system-to-mime-charset): New function.
11343         (mm-decompress-buffer): New function.
11344         (mm-find-buffer-file-coding-system): New function.
11345
11346         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11347         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11348         parts.
11349
11350 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11351
11352         * mm-view.el (mm-display-inline-fontify): Decode a part according
11353         to the charset parameter.
11354
11355 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11358         prefix arg is neither nil nor a number, as info specifies.
11359
11360 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11363         timestamps.
11364
11365 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11366
11367         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11368         groups error checking and notify user.
11369
11370 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11371
11372         * message.el (message-send-mail-function): Check existence of
11373         sendmail-program first before using default value
11374         `message-send-mail-with-sendmail'.  Otherwise use more generic
11375         `smtpmail-send-it'.
11376
11377 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * nntp.el (nntp-request-update-info): Always return nil.
11380
11381 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11382
11383         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11384
11385 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11386
11387         * message.el (message-beginning-of-line): Change the behavior when
11388         invoked between BOL and : so that it first moves backward.
11389
11390 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11393         article buffer when editing of the article is discarded.
11394         (gnus-article-prepare): Revert.
11395
11396 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * gnus-art.el (gnus-article-prepare):
11399         Remove message-strip-forbidden-properties from the local hook.
11400
11401 2005-01-27  Simon Josefsson  <jas@extundo.com>
11402
11403         * password.el (password-cache-add): Only start one timer per key.
11404         Reported by Derek Atkins <warlord@MIT.EDU>.
11405
11406 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11407
11408         * run-at-time.el: Removed.  It is no longer needed as
11409         timer-funcs.el in the xemacs-base package has a working version of
11410         `run-at-time'.
11411
11412         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11413
11414         * password.el: Require timer-funcs instead of run-at-time in
11415         XEmacs.
11416         Remove `password-run-at-time' macro.
11417         (password-cache-add): Use `run-at-time' instead of
11418         `password-run-at-time'.
11419
11420         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11421         Remove `nnheader-cancel-function-timers' alias,
11422         `cancel-function-timers' exists in XEmacs in timer-funcs.
11423
11424         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11425         for `run-with-idle-timer'.
11426
11427         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11428         for `run-at-time'.
11429
11430         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11431         for `with-timeout'.
11432
11433         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11434         the same as for XEmacs 21.4.
11435         No need to ignore `run-with-idle-timer', this function exists in
11436         XEmacs now in timer-funcs.el in the xemacs-base package.
11437         (dgnushack-compile): No need to delete
11438         run-at-time.el from the list of files to compile because it
11439         doesn't exist anymore.
11440
11441 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11444         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11445
11446 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11447
11448         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11449         sensitively.
11450
11451 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11452
11453         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11454
11455 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11458         which will be inserted according to the multibyteness of a buffer
11459         rather than the type of contents.  Suggested by ARISAWA Akihiro
11460         <ari@mbf.ocn.ne.jp>.
11461
11462         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11463         of string which old xml.el may return rather than a string.
11464
11465 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11468
11469 2005-01-16  Simon Josefsson  <jas@extundo.com>
11470
11471         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11472         idn/idna.el isn't available.
11473         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11474         <michael@waxrat.com>.
11475
11476         * hashcash.el: Remove non-FSF copyright header.
11477
11478         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11479         (hashcash-generate-payment): Use it.
11480         (hashcash-generate-payment-async): Use it.
11481
11482 2005-01-15  Simon Josefsson  <jas@extundo.com>
11483
11484         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11485         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11486
11487         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11488         gnus-summary-idna-message.
11489         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11490         (gnus-summary-idna-message): New function.
11491
11492 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11493
11494         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11495         gnus-novice-user.
11496
11497 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * nnrss.el (nnrss-request-delete-group): Delete entries in
11500         nnrss-group-alist as well.
11501         (nnrss-save-server-data): Insert newline.
11502
11503 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11504
11505         * gnus.el (gnus-user-agent): Use list of symbols instead of
11506         symbols.  Display full version number for (S)XEmacs.  Optionally
11507         display (S)XEmacs codename.
11508
11509         * gnus-util.el (gnus-emacs-version): Update for new
11510         `gnus-user-agent'.
11511
11512         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11513         Gnus version.
11514
11515 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11518         which is unreadable in some setups.
11519
11520 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * gnus-spec.el (gnus-update-format-specifications): Flush the
11523         group format spec cache if it doesn't support decoded group names.
11524
11525 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11528         Allow to apply decay on score files matching a regexp.
11529
11530 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11533         compatibility in %g and %c.
11534
11535 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11538         name for only %g and %c.
11539         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11540         of gnus-tmp-group to decoded group name.
11541         (gnus-group-make-rss-group): Exclude `/'s from group names.
11542
11543 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * nnrss.el (nnrss-get-encoding): Fix regexp.
11546
11547 2004-12-27  Simon Josefsson  <jas@extundo.com>
11548
11549         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11550         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11551         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11552
11553 2004-12-17  Kim F. Storm  <storm@cua.dk>
11554
11555         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11556
11557         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11558
11559 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11560
11561         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11562
11563 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * nnrss.el: Require rfc2047 and mml.
11566         (nnrss-file-coding-system): New variable.
11567         (nnrss-format-string): Redefine it as an inline function.
11568         (nnrss-decode-group-name): New function.
11569         (nnrss-string-as-multibyte): Remove.
11570         (nnrss-retrieve-headers): Decode group name; don't use
11571         nnrss-format-string.
11572         (nnrss-request-group): Decode group name.
11573         (nnrss-request-article): Decode group name; allow a Message-ID as
11574         well as an article number; don't use nnrss-format-string; encode a
11575         Message-ID string which may contain non-ASCII characters; use
11576         mml-to-mime to compose a MIME article.
11577         (nnrss-request-expire-articles): Decode group name.
11578         (nnrss-request-delete-group): Decode group name.
11579         (nnrss-fetch): Clarify error message.
11580         (nnrss-read-server-data): Use insert-file-contents instead of load;
11581         bind file-name-coding-system; use multibyte buffer.
11582         (nnrss-save-server-data): Bind coding-system-for-write to the
11583         value of nnrss-file-coding-system; bind file-name-coding-system;
11584         add coding cookie.
11585         (nnrss-read-group-data): Use insert-file-contents instead of load;
11586         bind file-name-coding-system; use multibyte buffer.
11587         (nnrss-save-group-data): Bind coding-system-for-write to the
11588         value of nnrss-file-coding-system; bind file-name-coding-system.
11589         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11590         make it work with non-ASCII text.
11591         (nnrss-find-el): Make it work with old xml.el as well.
11592
11593 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11594
11595         * nnrss.el (nnrss-get-encoding): New function.
11596         (nnrss-fetch): Use unibyte buffer initially; bind
11597         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11598         decode contents according to the encoding attribute.
11599         (nnrss-save-group-data): Add coding cookie.
11600         (nnrss-mime-encode-string): New function.
11601         (nnrss-check-group): Use it to encode subject and author.
11602
11603 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11604
11605         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11606         imaginary variable.
11607
11608 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11611         correctly even if there are wide characters.
11612
11613 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11614
11615         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11616         downcased symbol names; make a new cache instead of reusing
11617         bbdb-hashtable.
11618
11619 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11622         concatenating segments rather than before concatenating them.
11623         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11624
11625         * message.el (message-get-reply-headers): Bind `extra'.
11626
11627 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11628
11629         * message.el (message-extra-wide-headers): New variable.
11630         (message-get-reply-headers): Use it.
11631
11632 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11635         (gnus-agent-group-pathname): Ditto.
11636
11637         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11638
11639         * gnus-group.el (gnus-group-make-group): Decode group name.
11640         (gnus-group-make-rss-group): Register the group data after opening
11641         the nnrss group.
11642
11643 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11644
11645         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11646         by expiry now get marked as read.
11647
11648 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11651
11652 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11653
11654         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11655         unify Latin characters in XEmacs.
11656         (mm-find-mime-charset-region): Use it.
11657
11658 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * gnus-util.el (gnus-delete-directory): New function.
11661
11662         * gnus-agent.el (gnus-agent-delete-group): Use it.
11663
11664         * gnus-cache.el (gnus-cache-delete-group): Use it.
11665
11666 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11669         names.
11670
11671 2004-12-16  Simon Josefsson  <jas@extundo.com>
11672
11673         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11674
11675 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11678
11679         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11680         (gnus-group-set-current-level): Decode group name.
11681
11682 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11683
11684         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11685         failed.
11686
11687 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-group.el (gnus-group-delete-group): Decode group name.
11690         (gnus-group-make-rss-group): Encode group name.
11691         (gnus-group-catchup-current): Decode group name.
11692         (gnus-group-kill-group): Decode group name.
11693
11694 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11695
11696         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11697
11698 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * gnus-group.el (gnus-group-make-rss-group):
11701         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11702
11703         * gnus-start.el (gnus-setup-news): Honor user's setting to
11704         gnus-message-archive-method.  Suggested by Lute Kamstra
11705         <lute@gnu.org>.
11706
11707 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11708
11709         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11710         global counterparts of the buffer-local variables.
11711
11712 2004-11-16  Romain Francoise  <romain@orebokech.com>
11713
11714         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11715         counterparts of the buffer-local variables.
11716
11717 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11718
11719         * message.el (message-forbidden-properties): Fixed typo in doc
11720         string.
11721
11722 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11723
11724         * gnus-util.el (gnus-replace-in-string): Added doc string.
11725
11726         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11727         to avoid problems when splitting mails with many recipients.
11728
11729 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11730
11731         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11732         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11733
11734 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11735
11736         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11737         if there is no hashtable in memory or file modification time is
11738         newer than cached timestamp.
11739
11740 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11741
11742         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11743         not-matching option.
11744
11745 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11748         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11749         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11750         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11751         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11752         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11753
11754 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * message.el (message-forward-make-body-mml): Remove headers
11757         according to message-forward-ignored-headers if a message is decoded.
11758
11759 2004-12-02  Romain Francoise  <romain@orebokech.com>
11760
11761         * message.el (message-forward-make-body-plain): Always remove
11762         headers according to message-forward-ignored-headers.
11763
11764 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11765
11766         * spam.el (spam-summary-prepare-exit): Remove the
11767         gnus-summary-limit pop for now, it has problems with ham marks for
11768         me.
11769
11770 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11771
11772         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11773         correctly.
11774
11775 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11776
11777         * format-spec.el (format-spec): Message the char.
11778
11779 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11780
11781         * gnus-art.el (gnus-split-methods): Reformat comments.
11782
11783         * spam.el (spam-summary-prepare-exit): Remove article limits
11784         before exiting the summary buffer.
11785
11786 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11789         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11790
11791         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11792         order to silence the byte compiler.
11793
11794         * spam.el: Fix the way to silence the byte compiler, which
11795         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11796         bbdb-search-simple, spam-BBDB-register-routine,
11797         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11798         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11799         spam-stat-buffer-is-spam, spam-stat-load,
11800         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11801         spam-stat-save and spam-stat-split-fancy.
11802
11803 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11806         which may confuse users.
11807         (canlock-password-for-verify): Ditto.
11808
11809         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11810
11811         * gnus-art.el (gnus-emphasis-alist): Ditto.
11812
11813         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11814
11815         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11816
11817         * gnus-start.el (gnus-save-killed-list): Ditto.
11818
11819         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11820         (gnus-sum-thread-tree-root): Ditto.
11821         (gnus-sum-thread-tree-false-root): Ditto.
11822         (gnus-sum-thread-tree-single-indent): Ditto.
11823
11824         * message.el (message-courtesy-message): Ditto.
11825         (message-archive-note): Ditto.
11826         (message-subscribed-address-file): Ditto.
11827         (message-user-fqdn): Ditto.
11828
11829         * spam-report.el (spam-report-gmane-regex): Ditto.
11830
11831         * spam.el (spam-blackhole-good-server-regex): Ditto.
11832
11833 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * mml.el (mml-preview): Widen the message buffer before copying
11836         the contents to the preview buffer; sort headers before previewing.
11837
11838         * message.el (message-hidden-headers): Fix the way to avoid a bug
11839         in the `repeat' widget in Emacs 21.3 or earlier.
11840
11841 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * message.el (message-hidden-headers): Default to "^References:".
11844         Improve customization type.  Suggested by Reiner Steib
11845         <Reiner.Steib@gmx.de>.
11846
11847 2004-11-25  Romain Francoise  <romain@orebokech.com>
11848
11849         * message.el (message-strip-forbidden-properties): Remove check for
11850         obsolete `message-hidden' text property, hidden headers are not
11851         accessible in the buffer anymore.
11852
11853 2004-11-22  Romain Francoise  <romain@orebokech.com>
11854
11855         * message.el (message-header-format-alist): Add `From' in list
11856         so that it can be sorted.
11857         (message-fix-before-sending): Widen and sort headers before
11858         sending.
11859         (message-hide-headers): Use narrowing to hide headers by moving
11860         them to the top of the buffer and narrowing to the region
11861         underneath.
11862
11863 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11864
11865         * message.el (message-strip-forbidden-properties): Bind
11866         buffer-read-only (etc) to nil.
11867
11868 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11871         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11872
11873 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11874
11875         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11876
11877 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11878
11879         * dns.el (query-dns): Use sit-for to time instead of
11880         accept-process-output, since that doesn't seem to work on udp
11881         sockets.
11882
11883 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11886
11887 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11888
11889         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11890         doc string.  Improve doc string.
11891
11892 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * nntp.el (nntp-request-update-info): Return nil if
11895         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11896         may not call gnus-activate-group which uselessly issues the GROUP
11897         commands for all nntp groups and wastes time.  Reported by Romain
11898         Francoise <romain@orebokech.com>.
11899
11900         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11901
11902 2004-11-15  Simon Josefsson  <jas@extundo.com>
11903
11904         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11905         headers separately.
11906         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11907         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11908
11909 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * gnus-start.el (gnus-convert-old-newsrc):
11912         Assign legacy-gnus-agent to 5.10.7.
11913
11914 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11915
11916         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11917         start of the lines.
11918
11919 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11920
11921         * hashcash.el (hashcash-default-payment): Change default to 20.
11922         (hashcash-default-accept-payment): Change default to 20.
11923         (hashcash-process-alist): New variable.
11924         (hashcash-generate-payment-async): Add.
11925         (hashcash-already-paid-p): Add.
11926         (hashcash-insert-payment): Don't generate payments twice.
11927         (hashcash-insert-payment-async): Add.
11928         (hashcash-insert-payment-async-2): Add.
11929         (hashcash-cancel-async): Add.
11930         (hashcash-wait-async): Add.
11931         (hashcash-processes-running-p): Add.
11932         (hashcash-wait-or-cancel): Add.
11933         (mail-add-payment): New optional argument.  Conditionally start
11934         asynchronous calculation.
11935         (mail-add-payment-async): Add.
11936
11937         * message.el (message-send-mail): Wait for asynchronous hashcash
11938         results.  Don't clobber existing X-Hashcash headers.
11939         (message-setup-1): Call mail-add-payment-async when
11940         message-generate-hashcash is non-nil.
11941
11942 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11943
11944         * message.el (message-use-alternative-email-as-from): Examine the
11945         From header as well; use message-make-from in order to include a
11946         user's full name.
11947
11948 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11951         default; improve customization type.
11952         (gnus-emphasis-custom-with-format): New macro.
11953         (gnus-emphasis-custom-value-to-external): New function.
11954         (gnus-emphasis-custom-value-to-internal): New function.
11955
11956 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11957
11958         * dns.el (query-dns): Resolve reverse addresses.
11959
11960 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11961
11962         * gnus-group.el (gnus-group-get-new-news): Use it.
11963
11964         * gnus-start.el (gnus-check-reasonable-setup): New function.
11965
11966 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11969         "Args out of range" error.  Reported by Arnaud Giersch
11970         <arnaud.giersch@free.fr>.
11971
11972 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11973
11974         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11975
11976 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11977
11978         * spam.el (spam group): Add :version.
11979
11980         * pgg-def.el (pgg group): Add :version.
11981
11982 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * gnus-art.el (gnus-article-edit-article): Don't associate the
11985         article buffer with a draft file.  This is a temporary measure
11986         against the 2004-08-22 change to gnus-article-edit-mode.
11987
11988 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11991         (html2text-format-tags): Remove unused variable `attr'.
11992
11993 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11994
11995         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11996
11997         * tls.el (tls-process-connection-type, tls-success)
11998         (tls-certtool-program): Add :version.
11999
12000         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12001         (starttls-extra-arguments, starttls-process-connection-type)
12002         (starttls-connect, starttls-failure, starttls-success): Add :version.
12003
12004         * spam-stat.el (spam-stat): Add :version.
12005
12006         * sieve.el (sieve): Add :version.
12007
12008         * sha1.el (sha1): Add :version.
12009         (sha1-use-external): Remove redundant version.
12010
12011         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12012         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12013         (nnmail-split-fancy-match-partial-words)
12014         (nnmail-split-lowercase-expanded): Add :version.
12015
12016         * nndiary.el (nndiary): Add :version.
12017
12018         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12019
12020         * mml-sec.el (mml-default-sign-method)
12021         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12022         Add :version.
12023
12024         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12025
12026         * mm-url.el (mm-url-use-external, mm-url-program)
12027         (mm-url-arguments): Add :version.
12028
12029         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12030         (mm-attachment-file-modes, mm-decrypt-option)
12031         (mm-w3m-safe-url-regexp): Add :version.
12032
12033         * message.el (message-cite-prefix-regexp)
12034         (message-sendmail-envelope-from, message-minibuffer-local-map)
12035         (message-user-fqdn, message-completion-alist): Add :version.
12036
12037         * gnus-win.el (gnus-configure-windows-hook)
12038         (gnus-use-frames-on-any-display): Add :version.
12039
12040         * gnus-art.el (gnus-article-address-banner-alist)
12041         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12042         (gnus-treat-from-picon, gnus-treat-mail-picon)
12043         (gnus-treat-x-pgp-sig): Add :version.
12044
12045         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12046         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12047         (gnus-summary-article-delete-hook)
12048         (gnus-summary-display-while-building): Add :version.
12049
12050         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12051         (gnus-get-top-new-news-hook): Add :version.
12052
12053         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12054         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12055
12056         * gnus-registry.el (gnus-registry): Add :version.
12057
12058         * gnus-spec.el (gnus-use-correct-string-widths)
12059         (gnus-make-format-preserve-properties): Add :version.
12060
12061         * gnus.el (gnus-group-charter-alist)
12062         (gnus-group-fetch-control-use-browse-url)
12063         (gnus-install-group-spam-parameters): Add :version.
12064
12065         * gnus-diary.el (gnus-diary): Add :version.
12066
12067         * gnus-delay.el (gnus-delay): Add :version.
12068
12069         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12070         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12071         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12072         Add :version.
12073
12074         * gnus-agent.el (gnus-agent-max-fetch-size)
12075         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12076         (gnus-agent-prompt-send-queue): Add :version.
12077
12078         * deuglify.el (gnus-outlook-deuglify): Add :version.
12079
12080         * html2text.el: Beautify code.  Improve doc strings.  Some
12081         checkdoc cleanup.
12082         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12083
12084 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12085
12086         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12087
12088 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12089
12090         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12091         when package is loaded.
12092
12093         * spam.el (spam-summary-score-preferred-header): Add global preference
12094         for people who want to override the default SpamAssassin over
12095         Bogofilter preference (when both are set).
12096         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12097         (spam-user-format-function-S): Check
12098         spam-summary-score-preferred-header.
12099         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12100         (spam-user-format-function-S): Format the score correctly.
12101
12102 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12105         signature file.  Suggested by Manoj Srivastava
12106         <srivasta@golden-gryphon.com>.
12107
12108         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12109         iso-2022-jp even in the Japanese language environment.
12110         Suggested by Jason Rumney <jasonr@gnu.org>.
12111
12112 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12115         use the same characters as the dummy marks; make it free from
12116         getting affected by the language environment.
12117         (gnus-summary-read-group-1): Update mark positions only when the
12118         format spec is updated.
12119
12120         * gnus-spec.el (gnus-update-format-specifications): Return a list
12121         of updated types.
12122
12123 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12126         of boundp to check if display-warning is available.
12127
12128 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12129
12130         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12131
12132 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * nnspool.el (nnspool-spool-directory): Use news-path if the
12135         news-directory variable is not bound.
12136
12137         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12138         function instead of display-warning if it is not available.
12139
12140 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12143         v5-10: Use `point-at-bol'.
12144
12145 2004-10-26  Simon Josefsson  <jas@extundo.com>
12146
12147         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12148         <chenggao@gmail.com>.
12149
12150 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12151
12152         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12153         instead.
12154
12155 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12156
12157         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12158         to remove a server from the nnimap-server-buffer-alist.
12159         (nnimap-open-connection, nnimap-close-server): Use it.
12160
12161         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12162
12163 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12166         running the major-mode function.
12167
12168 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12171         dummy marks in the right way.
12172
12173 2004-10-18  David Edmondson  <dme@dme.org>
12174
12175         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12176         excessively.
12177
12178 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12179
12180         * gnus-util.el (gnus-split-references): Accept a nil references
12181         string and go on blissfully.
12182
12183         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12184         cases where the references string is non-nil but has no references.
12185
12186         * encrypt.el: Add autoload tags.
12187
12188         * spam.el (spam-resolve-registrations-routine): Remove article
12189         from unregistration list too.  Reported by David Hanak
12190         <dhanak@isis.vanderbilt.edu>
12191
12192 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12193
12194         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12195         nil.  Changed custom type.
12196
12197 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12198
12199         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12200
12201         * gnus-sum.el (gnus-summary-move-article): Use it.
12202
12203 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12204
12205         * encrypt.el: Add autoload cookies.
12206
12207         * spam.el (spam-backend-article-list-property)
12208         (spam-backend-get-article-todo-list)
12209         (spam-backend-put-article-todo-list)
12210         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12211         Resolve registrations separately.
12212         (spam-register-routine): Format comments.
12213         (spam-unregister-routine, spam-register-routine): Always call with
12214         specific-articles, no default list.
12215         (spam-summary-prepare-exit): Use the spam-classifications function.
12216
12217         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12218         gnus-encrypt.el.
12219
12220         * encrypt.el: Copied from gnus-encrypt.el.
12221
12222         * gnus-encrypt.el: Commented that it's obsolete.
12223
12224 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12225
12226         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12227         (gnus-score-save): Use it.
12228
12229         * message.el (message-bury): Use `window-dedicated-p'.
12230
12231 2004-10-15  Simon Josefsson  <jas@extundo.com>
12232
12233         * pop3.el (top-level): Don't require nnheader.
12234         (pop3-read-timeout): Add.
12235         (pop3-accept-process-output): Add.
12236         (pop3-read-response, pop3-retr): Use it.
12237
12238 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12239
12240         * spam.el (spam-register-routine): Move comment.
12241         (spam-verify-bogofilter): Use 'unknown for the initial
12242         spam-bogofilter-valid state, not 'never.
12243
12244         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12245         for netrc-machine.
12246
12247         * nnimap.el (nnimap-open-connection): Use
12248         netrc-machine-user-or-password.
12249
12250 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12251
12252         * gnus-registry.el (gnus-registry-unload-hook):
12253         Set as a variable with add-hook.
12254
12255         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12256         of news-path.
12257
12258         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12259
12260         * spam.el: Delete duplicate `provide'.
12261         (spam-unload-hook): Set as a variable with add-hook.
12262
12263 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12266         in the doc string.
12267
12268         * message.el (message-ignored-news-headers)
12269         (message-ignored-supersedes-headers)
12270         (message-ignored-resent-headers)
12271         (message-forward-ignored-headers): Improve custom type.
12272
12273 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * message.el (message-tokenize-header): Fix 2004-09-06 change
12276         which used point-min in the wrong place.
12277
12278 2004-10-12  Simon Josefsson  <jas@extundo.com>
12279
12280         * tls.el (tls-certtool-program): New variable.
12281         (tls-certificate-information): New function, based on
12282         ssl-certificate-information.
12283
12284 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * compface.el: Move the version of ELisp-based uncompface program
12287         to the contrib directory because of the copyright problem.
12288
12289 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12290
12291         * message.el (message-kill-buffer): Raise the current frame.
12292
12293 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12294
12295         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12296
12297         * gnus.el (message-y-or-n-p): Autoload.
12298
12299         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12300         (pop3-password-required, pop3-authentication-scheme)
12301         (pop3-leave-mail-on-server): Made customizable.
12302         (pop3): New custom group.
12303         (pop3-retr): Remove `sleep-for' statements.
12304         Suggested by Dave Love <fx@gnu.org>.
12305
12306         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12307         Windows/DOS.
12308
12309         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12310         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12311         Dave Love <fx@gnu.org>.
12312
12313         * mml.el (mml-minibuffer-read-disposition): Require match.
12314         Suggested by Dave Love <fx@gnu.org>.
12315
12316 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12317
12318         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12319         doc string.
12320
12321 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12324
12325 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12326
12327         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12328         instead of calling `mm-insert-inline', to decode text/* parts
12329         before displaying them.
12330
12331 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * mm-uu.el (mm-uu-text-plain-type): New variable.
12334         (mm-uu-pgp-signed-extract-1): Use it.
12335         (mm-uu-pgp-encrypted-extract-1): Use it.
12336         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12337         bind mm-uu-text-plain-type with that value.
12338         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12339         mm-uu-dissect.
12340
12341 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12342
12343         * gnus-group.el (gnus-update-group-mark-positions):
12344         * gnus-sum.el (gnus-update-summary-mark-positions):
12345         * message.el (message-check-news-body-syntax):
12346         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12347         of string-as-multibyte.
12348
12349 2004-10-05  Juri Linkov  <juri@jurta.org>
12350
12351         * gnus-group.el (gnus-update-group-mark-positions):
12352         * gnus-sum.el (gnus-update-summary-mark-positions):
12353         * message.el (message-check-news-body-syntax):
12354         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12355         8-bit unibyte values to a multibyte string for search functions.
12356
12357 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12360         (mm-uu-dissect-text-parts): New function.
12361
12362         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12363         dissect text parts.
12364
12365         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12366         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12367
12368         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12369
12370         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12371         gnus-current-topics instead of gnus-current-topic.
12372
12373 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12374
12375         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12376
12377 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12378
12379         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12380         where approriate.
12381
12382         * nnml.el (nnml-generate-active-info): do.
12383
12384         * nndiary.el (nndiary-generate-active-info): do.
12385
12386         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12387         (gnus-topic-move): do.
12388
12389         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12390         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12391
12392         * gnus-srvr.el (gnus-server-prepare)
12393         (gnus-server-open-all-servers): do.
12394
12395         * gnus-msg.el (gnus-summary-cancel-article)
12396         (gnus-summary-resend-message)
12397         (gnus-summary-mail-crosspost-complaint): do.
12398
12399         * gnus-move.el (gnus-change-server): do.
12400
12401         * gnus-group.el (gnus-group-unmark-all-groups)
12402         (gnus-group-set-current-level): do.
12403
12404 2004-10-04  Simon Josefsson  <jas@extundo.com>
12405
12406         * message.el (message-generate-hashcash): Doc fix.
12407
12408 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12409
12410         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12411         avoid infinite recursion via gnus-get-function.
12412
12413 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12414
12415         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12416
12417         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12418
12419         * nnmail.el (nnmail-split-history): do.
12420
12421         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12422         (nnml-request-delete-group): do.
12423
12424         * nnslashdot.el (nnslashdot-read-groups): do.
12425
12426         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12427         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12428
12429         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12430         (nnspool-sift-nov-with-sed): Use last.
12431         (nnspool-retrieve-headers-with-nov): Use mapc.
12432         (nnspool-request-newgroups): Use dolist.
12433         (nnspool-request-group): Use last.
12434
12435         * nntp.el (nntp-read-server-type): Use dolist.
12436
12437         * nnvirtual.el (nnvirtual-create-mapping)
12438         (nnvirtual-update-read-and-marked): Use dolist.
12439         (nnvirtual-convert-headers): Simplify.
12440
12441 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12442
12443         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12444         support for sync'ing tick marks.
12445
12446 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12449         there's no visible header.
12450
12451 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12452
12453         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12454         necessary, pass full group name to gnus-request-set-marks.
12455
12456 2004-10-01  Simon Josefsson  <jas@extundo.com>
12457
12458         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12459         acroread.
12460
12461 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * spam-report.el (spam-report-gmane): Fix interactive.
12464
12465         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12466
12467         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12468         when writing file.
12469         (gnus-agent-synchronize-flags): Don't default to being
12470         interactive.
12471
12472 2004-09-30  Simon Josefsson  <jas@extundo.com>
12473
12474         * message.el (message-generate-hashcash): Add.
12475         (message-send-mail): Use it, call mail-add-payment.
12476
12477 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12478
12479         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12480
12481 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12482
12483         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12484         gnus-requst-update-info with explicit code to sync the in-memory
12485         info read flags with the marks being sync'd to the backend.
12486
12487         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12488
12489 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12490
12491         * spam.el (spam-verify-bogofilter): Add new function.
12492         (spam-check-bogofilter)
12493         (spam-bogofilter-register-with-bogofilter): Use it.
12494         (spam-verify-bogofilter): Add small fixes.
12495
12496 2004-09-28  Simon Josefsson  <jas@extundo.com>
12497
12498         * hashcash.el (hashcash-generate-payment): Revert.
12499
12500 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12501
12502         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12503         gnus-extract-references instead of gnus-split-references.
12504
12505         * gnus-util.el (gnus-extract-references): Add new function, analogous
12506         to gnus-split-references but extracts only the message-ID without
12507         anything extra.
12508
12509         * hashcash.el (hashcash-generate-payment)
12510         (hashcash-check-payment): Do the right thing if hashcash-path is
12511         nil (because the hashcash program could not be found).
12512
12513         * spam.el (spam-use-hashcash): Remove comment.
12514
12515 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12516
12517         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12518         (gnus-cache-enter-article, gnus-cache-remove-article)
12519         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12520
12521         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12522
12523         * gnus-art.el (article-hide-boring-headers)
12524         (article-translate-strings, article-display-face)
12525         (gnus-article-mime-match-handle-first)
12526         (gnus-article-highlight-headers)
12527         (gnus-article-add-buttons-to-head): do.
12528
12529 2004-09-27  Simon Josefsson  <jas@extundo.com>
12530
12531         * hashcash.el: New version, from
12532         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12533         ../contrib/.
12534
12535 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12538
12539 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12540
12541         * gnus-dup.el (gnus-dup-open): Use mapc.
12542         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12543
12544         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12545         Reported by Stefan Wiens <s.wi@gmx.net>.
12546
12547         * gnus.el (gnus-shutdown): Use dolist.
12548
12549         * gnus-undo.el (gnus-undo): Use mapc.
12550
12551         * nnrss.el (nnrss-generate-active): do.
12552
12553         * message.el (message-cite-original-without-signature)
12554         (message-cite-original): Use mapc.
12555         (message-do-actions, message-make-forward-subject): Use dolist.
12556
12557 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12558
12559         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12560         deletion to remove entire duplicate line.  Fixes merged article
12561         number bug.
12562
12563 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12564
12565         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12566         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12567         first ask if you want to open a server and then, even when you
12568         responded with no, asking if you want to synchronize the server's
12569         flags.
12570         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12571         multi-line expressions.
12572         (gnus-agent-synchronize-group-flags): New internal function.
12573         Updates marks in memory (in the info structure) AND in the
12574         backend.
12575
12576         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12577
12578         * nnagent.el (nnagent-request-set-mark): Use
12579         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12580         method, to ensure that synchronization updates marks in the
12581         backend and in the info (in memory) structure.
12582
12583 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12586         convention fully; don't miss the root article of a thread; make
12587         the X-Draft-From header with correct article numbers.
12588
12589 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12590
12591         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12592         unless plugged.  Disable the agent so that an open failure causes
12593         an error.
12594
12595         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12596         Reverted 2004-09-21 change.  The backend must be opened while
12597         synchronizing flags even when the backend stores the flags
12598         locally.
12599
12600 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12601
12602         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12603         in `header' match.  Reported by Svend Tollak Munkejord.
12604
12605         * message.el (message-cite-original): Fix use of
12606         `message-cite-articles-with-x-no-archive'.
12607
12608 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12611         (gnus-window-to-buffer): Ditto.
12612
12613         * mml.el (mml-preview-buffer): New variable.
12614         (mml-preview): Manage window layout with gnus-buffer-configuration.
12615
12616         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12617         X-Draft-From header even if those articles aren't quoted.
12618
12619 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12620
12621         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12622         (gnus-request-set-mark, gnus-request-update-mark): Use new
12623         g-s-t-u-l-m to decide to use backend even when unplugged.
12624
12625 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12628         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12629
12630 2004-09-20  Simon Josefsson  <jas@extundo.com>
12631
12632         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12633         "utf-16-le".
12634
12635 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12636
12637         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12638
12639 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * uudecode.el (uudecode-use-external): Add :version.
12642
12643         * smime.el (smime-CA-file, smime-encrypt-cipher)
12644         (smime-dns-server): Add :version.
12645
12646         * smiley.el (gnus-smiley-file-types): Add :version.
12647
12648         * sha1.el (sha1-use-external): Add :version.
12649
12650         * pgg-def.el (pgg-query-keyserver): Add :version.
12651
12652         * nnmail.el (nnmail-fancy-expiry-targets)
12653         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12654         Add :version.
12655
12656         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12657         (nnimap-retrieve-groups-asynchronous): Add :version.
12658         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12659
12660         * mml.el (mml-content-disposition-parameters)
12661         (mml-insert-mime-headers-always): Add :version.
12662
12663         * mm-util.el (mm-coding-system-priorities): Add :version.
12664
12665         * mm-decode.el (mm-inline-text-html-with-images)
12666         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12667         (mm-verify-option): Add :version.
12668         (mm-text-html-renderer): Change :version.
12669
12670         * message.el (message-fcc-externalize-attachments)
12671         (message-required-headers, message-draft-headers)
12672         (message-subject-trailing-was-query)
12673         (message-subject-trailing-was-ask-regexp)
12674         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12675         (message-mark-insert-end, message-archive-header)
12676         (message-archive-note, message-cross-post-default)
12677         (message-cross-post-note, message-followup-to-note)
12678         (message-cross-post-note-function, message-use-mail-followup-to)
12679         (message-subscribed-address-functions)
12680         (message-subscribed-address-file, message-subscribed-addresses)
12681         (message-subscribed-regexps, message-allow-no-recipients)
12682         (message-yank-cited-prefix, message-signature-insert-empty-line)
12683         (message-hidden-headers, message-hierarchical-addresses)
12684         (message-mail-user-agent, message-use-idna)
12685         (message-valid-fqdn-regexp)
12686         (message-strip-special-text-properties, message-header-synonyms)
12687         (message-beginning-of-line, message-tab-body-function): Add :version.
12688         (message-insert-canlock, message-wide-reply-confirm-recipients):
12689         Change :version.
12690
12691         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12692         and :version.
12693         (mail-source-delete-old-incoming-confirm)
12694         (mail-source-movemail-program): Add :version.
12695
12696         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12697         (gnus-agent-cache, gnus-agent): Change :version.
12698
12699         * gnus-util.el (gnus-use-byte-compile): Change :version.
12700
12701         * gnus-sum.el (gnus-summary-make-false-root-always)
12702         (gnus-summary-default-high-score)
12703         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12704         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12705         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12706         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12707         (gnus-sum-thread-tree-single-indent)
12708         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12709         (gnus-sum-thread-tree-leaf-with-other)
12710         (gnus-sum-thread-tree-single-leaf): Add :version.
12711         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12712         (gnus-article-loose-mime): Change :version.
12713
12714         * gnus-start.el (gnus-backup-startup-file)
12715         (gnus-save-startup-file-via-temp-buffer): Add :version.
12716
12717         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12718         (gnus-server-offline-face): Add :version.
12719
12720         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12721
12722         * gnus-msg.el (gnus-gcc-externalize-attachments)
12723         (gnus-debug-files, gnus-debug-exclude-variables)
12724         (gnus-discouraged-post-methods): Change :version.
12725         (gnus-confirm-mail-reply-to-news)
12726         (gnus-confirm-treat-mail-like-news): Add :version.
12727
12728         * gnus-int.el (gnus-server-unopen-status): Add :version.
12729
12730         * gnus-group.el (gnus-group-jump-to-group-prompt)
12731         (gnus-large-ephemeral-newsgroup)
12732         (gnus-fetch-old-ephemeral-headers): Add :version.
12733
12734         * gnus-fun.el (gnus-x-face-directory)
12735         (gnus-convert-pbm-to-x-face-command)
12736         (gnus-convert-image-to-x-face-command)
12737         (gnus-convert-image-to-face-command): Add :version.
12738
12739         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12740
12741         * gnus-cite.el (gnus-cite-blank-line-after-header)
12742         (gnus-article-boring-faces): Add :version.
12743
12744         * gnus-art.el (gnus-buttonized-mime-types)
12745         (gnus-inhibit-mime-unbuttonizing)
12746         (gnus-treat-display-face)
12747         (gnus-treat-body-boundary): Change :version.
12748         (gnus-body-boundary-delimiter, gnus-picon-databases)
12749         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12750         (gnus-treat-date-english, gnus-treat-fold-headers)
12751         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12752         (gnus-treat-mail-picon, gnus-treat-wash-html)
12753         (gnus-article-encrypt-protocol)
12754         (gnus-use-idna, gnus-article-over-scroll)
12755         (gnus-mime-display-multipart-alternative-as-mixed)
12756         (gnus-mime-display-multipart-related-as-mixed)
12757         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12758         (gnus-ctan-url, gnus-button-ctan-handler)
12759         (gnus-button-handle-ctan-bogus-regexp)
12760         (gnus-button-ctan-directory-regexp)
12761         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12762         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12763         (gnus-button-man-level, gnus-button-emacs-level)
12764         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12765
12766         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12767         (gnus-agent-go-online): Change :version.
12768         (gnus-agent-expire-unagentized-dirs)
12769         (gnus-agent-auto-agentize-methods): Add :version.
12770
12771         * flow-fill.el (fill-flowed-display-column)
12772         (fill-flowed-encode-column): Add :version.
12773
12774         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12775         (gnus-outlook-deuglify-unwrap-max)
12776         (gnus-outlook-deuglify-cite-marks)
12777         (gnus-outlook-deuglify-unwrap-stop-chars)
12778         (gnus-outlook-deuglify-no-wrap-chars)
12779         (gnus-outlook-deuglify-attrib-cut-regexp)
12780         (gnus-outlook-deuglify-attrib-verb-regexp)
12781         (gnus-outlook-deuglify-attrib-end-regexp)
12782         (gnus-outlook-display-hook): Add :version.
12783
12784         * binhex.el (binhex-use-external): Add :version.
12785
12786 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12789         and `invisible'.
12790
12791 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12792
12793         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12794         in gnus-registry-trim.
12795
12796 2004-09-13  Simon Josefsson  <jas@extundo.com>
12797
12798         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12799
12800         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12801
12802         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12803         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12804         <yamaoka@jpl.org>.
12805         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12806         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12807         <yamaoka@jpl.org>.
12808
12809         * sieve.el (sieve-manage-mode): Ditto.
12810
12811 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12812
12813         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12814
12815 2004-09-11  Simon Josefsson  <jas@extundo.com>
12816
12817         * dns-mode.el: Add.
12818
12819         * mm-view.el (mm-display-dns-inline): Add.
12820
12821         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12822         (mm-automatic-display): Ditto.
12823
12824         * mailcap.el (mailcap-mime-data): Add text/dns.
12825         (mailcap-mime-extensions): Map .soa to text/dns.
12826
12827 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12828
12829         * gnus-art.el (article-decode-mime-words, article-babel)
12830         (gnus-article-highlight-signature, gnus-article-add-buttons)
12831         (gnus-signature-toggle): Remove unnecessary bindings of
12832         `inhibit-read-only' inherited from v5.10 merge.
12833
12834 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * nntp.el (nntp): New customization group.
12837         (nntp-authinfo-file): Add customization group.
12838
12839         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12840
12841         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12842
12843         * gnus.el (to-address, to-list, subscribed)
12844         (large-newsgroup-initial): Ditto.
12845
12846         * flow-fill.el (fill-flowed-display-column)
12847         (fill-flowed-encode-column): Ditto.
12848
12849 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12850
12851         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12852         Use point-min rather than 1.
12853         (message-send-mail): Use buffer-size rather than point-max.
12854
12855         * gnus-sum.el (gnus-summary-search-article-forward):
12856         Signal a specific `search-failed' rather than a generic `error'.
12857
12858         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12859         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12860         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12861
12862 2004-09-10  Simon Josefsson  <jas@extundo.com>
12863
12864         * nndb.el (require): Remove tcp and duplicate cl.
12865
12866 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * gnus-agent.el (directory-files-and-attributes): Move forward.
12869
12870 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12871
12872         * gnus-agent.el (directory-files-and-attributes): Optionally
12873         defined to support XEmacs.
12874
12875 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12876
12877         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12878         to avoid run-time CL dependencies.
12879         (gnus-agent-unfetch-articles): New function.
12880         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12881         article numbers even when local .overview file is missing.
12882         (gnus-agent-read-article-number): New function.  Only accepts
12883         27-bit article numbers.
12884         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12885         gnus-agent-read-article-number.
12886         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12887         from backend while recognizing that article numbers in .overview
12888         must be valid.
12889         (gnus-agent-update-files-total-fetched-for): Use
12890         directory-files-and-attributes to improve performance.
12891         * gnus-int.el (gnus-request-move-article): Use
12892         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12893         improve performance.
12894
12895         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12896         some users confused by references to .newsrc when they only have a
12897         .newsrc.eld file.
12898         (gnus-convert-mark-converter-prompt)
12899         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12900         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12901         New function.  Used internally to only display 'gnus converting
12902         files' message when actually necessary.
12903
12904         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12905         methods now autoloaded.
12906
12907 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12910         identifiers.
12911
12912 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12913
12914         * gnus-picon.el: Fix indentation and closing parenthesis.
12915
12916 2004-09-01  Simon Josefsson  <jas@extundo.com>
12917
12918         * message.el (message-canlock-generate): Require sha1, not
12919         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12920         to require within a function.  Sadly, if sha1.el isn't loaded, the
12921         let binding in m-c-g will hide the defcustom definition, which is
12922         bad.)
12923
12924         * canlock.el: Require sha1, not sha1-el.
12925
12926         * message.el: Don't autoload sha1 (there is a autoload cookie in
12927         sha1.el).
12928
12929         * sha1-el.el: Renamed to sha1.el.
12930
12931 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12932
12933         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12934
12935 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12936
12937         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12938
12939 2004-08-30  Kim F. Storm  <storm@cua.dk>
12940
12941         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12942
12943         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12944         Add :group 'nnimap.
12945
12946 2004-08-30  Andreas Schwab  <schwab@suse.de>
12947
12948         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12949         ?* and ?\;.
12950
12951         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12952         and ?\' to symbol instead of whitespace.
12953
12954 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12957
12958         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12959         instead of re-search-forward.
12960
12961         * gnus-uu.el (gnus-uu-save-article): Ditto.
12962         (gnus-uu-post-encode-uuencode): Ditto.
12963
12964         * html2text.el (html2text-clean-list-items): Ditto.
12965         (html2text-clean-dtdd): Ditto.
12966         (html2text-format-tags): Ditto.
12967
12968         * message.el (message-send-mail-with-sendmail): Fix regexp.
12969         (message-fill-field-general): Use search-forward instead of
12970         re-search-forward.
12971         (unbold-region): Ditto.
12972
12973         * nnrss.el (nnrss-request-article): Ditto.
12974
12975         * nnslashdot.el (nnslashdot-request-article): Ditto.
12976
12977         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12978
12979         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12980         "Unrecognized menu descriptor" error in XEmacs.
12981
12982 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12983
12984         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12985         parent article of a sparse article in the thread hashtb.
12986
12987 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12988
12989         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12990         (nnmail-expand-newtext): Lowercase expanded entries if
12991         nnmail-split-lowercase-expanded is non-nil.
12992
12993 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12996
12997         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12998         of gnus-tmp-news-method into string under XEmacs.  It will be
12999         passed to gnus-correct-length which takes only a string argument.
13000
13001 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * gnus-util.el (gnus-bind-print-variables): New macro.
13004         (gnus-prin1): Use it.
13005         (gnus-prin1-to-string): Use it.
13006         (gnus-pp): New function.
13007         (gnus-pp-to-string): New function.
13008
13009         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13010         Replace pp-to-string with gnus-pp-to-string.
13011         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13012         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13013         * gnus-msg.el (gnus-debug): Ditto.
13014         * gnus-score.el (gnus-score-save): Ditto.
13015         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13016         gnus-pp-to-string.
13017         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13018         with gnus-pp.
13019         * score-mode.el (gnus-score-pretty-print): Ditto.
13020         * webmail.el (webmail-debug): Ditto.
13021
13022 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * gnus-art.el (article-display-face, article-display-x-face):
13025         Use buffer-read-only.
13026
13027 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * gnus-art.el (article-hide-list-identifiers):
13030         Bind inhibit-read-only as t.
13031
13032 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13035
13036 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13037
13038         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13039         (gnus-narrow-to-page): Don't assume point-min == 1.
13040         (gnus-article-edit-mode): Derive from message-mode.
13041
13042         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13043         point-min == 1.
13044
13045         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13046         Disable incorrect use of `assert'.
13047
13048         * message.el (message-mode): Set comment-start-skip.
13049
13050
13051 2004-08-22  Sam Steingold  <sds@gnu.org>
13052
13053         * pop3.el (pop3-leave-mail-on-server): New user variable.
13054         (pop3-movemail): Delete mail only when it is nil.
13055
13056 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13057
13058         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13059
13060         * mml.el (mml-preview): Use `pop-to-buffer'.
13061
13062         * message.el (message-goto-mail-followup-to): Insert after "To".
13063         (message-carefully-insert-headers): Add comment.
13064
13065         * gnus.el: Remove unused variable `gnus-article-check-size'.
13066
13067         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13068
13069         * gnus-art.el (gnus-button-alist): Improve
13070         `gnus-button-handle-library' entry.
13071
13072 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13073
13074         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13075         downcase, since XEmacs capitalizes error messages differently.
13076
13077 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13078
13079         * nntp.el: Add (require 'gnus) due to reference to
13080         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13081
13082 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13083
13084         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13085         `mm-fill-flowed'.
13086
13087         * mm-decode.el (mm-dissect-singlepart): Check it.
13088
13089 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13090
13091         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13092         'imap' for netrc parsing.
13093
13094 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13095
13096         * mailcap.el (mailcap-mime-data): Mark as risky.
13097
13098 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13101         may be included in the encoded word.
13102         (rfc2047-encode): Don't append a space if the encoded word
13103         includes close parenthesis.
13104
13105 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13108         of text within parentheses.
13109
13110 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13111
13112         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13113         (gnus-encrypt-write-file-contents): Make the password key the file
13114         name PLUS the cipher, not just the cipher.  Also remove failed
13115         passwords from the cache.
13116
13117 2004-08-06  Simon Josefsson  <jas@extundo.com>
13118
13119         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13120         fix.
13121
13122 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13125         LWSP.
13126
13127 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13128
13129         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13130         to append in-reply-to: data to the references: header.
13131
13132         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13133         (netrc-parse): Use gnus-encrypt.el functions.
13134
13135         * gnus-encrypt.el: Add new file for encryption support; currently
13136         does only a few GPG ciphers and an internal XOR cipher.
13137
13138         * password.el: Add comments on using password-read-and-add.
13139         (password-read-and-add): Add function to read and add the
13140         password to the cache at once.
13141
13142 2004-07-28  Simon Josefsson  <jas@extundo.com>
13143
13144         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13145         parameter (but don't use it, for now).
13146
13147         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13148         instead of hard coding to nil.
13149
13150 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13153         as mm-inline-image-xemacs does.
13154
13155 2004-07-26  Simon Josefsson  <jas@extundo.com>
13156
13157         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13158         Revert part of 2004-07-17 change below.
13159
13160 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13163         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13164
13165 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13166
13167         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13168         quotes that actually start with ">" at the beginning of the
13169         lines.
13170
13171 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * rfc2047.el (rfc2047-encode-region): Fix last change.
13174         (rfc2047-encode-parameter): Remove useless concat.
13175
13176 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13179         encode special characters; fix some kind of misconfigured headers;
13180         signal a real error if debug-on-quit or debug-on-error is non-nil.
13181         (rfc2047-encode-max-chars): New variable.
13182         (rfc2047-encode-1): Use it.
13183         (rfc2047-encode-parameter): New function.
13184
13185         * mml.el (mml-insert-parameter): Remove an excessive space.
13186
13187 2004-07-17  Simon Josefsson  <jas@extundo.com>
13188
13189         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13190         Kai Grossjohann <kai@emptydomain.de>.
13191         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13192         (gnus-group-make-menu-bar): Ditto.
13193
13194         * gnus-util.el (gnus-group-server): Add.
13195
13196 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13197
13198         * message.el (message-clone-locals): Clone sendmail and smtp
13199         variables.
13200
13201 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * rfc2047.el (rfc2047-encode-region): Fix last change.
13204
13205 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13208         characters as non-special.
13209
13210 2004-07-09  Simon Josefsson  <jas@extundo.com>
13211
13212         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13213         Users will lose all flag changes made while unplugged with
13214         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13215         good default.  See numerous reports on ding mailing list.
13216
13217 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13220         add generate-head-function and generate-article-function to the
13221         rfc822-forward entry.
13222         (nndoc-rfc822-forward-generate-article): New function.
13223         (nndoc-rfc822-forward-generate-head): New function.
13224
13225         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13226
13227 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13228
13229         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13230         respect display group parameter and gnus-summary-expunge-below.
13231         (gnus-articles-to-read): Remove unused reference to display group
13232         parameter.
13233
13234 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13235
13236         * nnheader.el (nnheader-uniquify-message-id): New experimental
13237         variable.
13238         (nnheader-nov-read-message-id): Use it.
13239
13240         * spam-report.el (spam-report-gmane): Add interactive.
13241
13242 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13245         qp-or-base64 for the application/* types.
13246
13247 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13248
13249         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13250
13251 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13252
13253         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13254         trim value.
13255
13256 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13257
13258         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13259         New macro and function.
13260         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13261
13262 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13265         after-load-alist.
13266
13267 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13268
13269         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13270         update info that isn't there.
13271
13272 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13273
13274         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13275         entry.
13276
13277 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * mm-view.el (mm-inline-render-with-function): Use multibyte
13280         buffer; decode html source by charset.
13281
13282         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13283
13284         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13285         Mule-UCS is loaded under XEmacs.
13286         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13287
13288 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13289
13290         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13291
13292 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * mm-util.el (mm-coding-system-p): Return a coding-system.
13295         (mm-mime-mule-charset-alist): Use shift_jis instead of
13296         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13297         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13298         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13299         instead of japanese-shift-jis and iso-latin-1 respectively in
13300         order to share the default value with both Emacs and XEmacs-mule.
13301         (mm-mule-charset-to-mime-charset): Make
13302         mm-coding-system-priorities effective.
13303         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13304         while predicating of candidates upon the priorities.
13305
13306 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13307
13308         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13309         gnus-uu-invert-processable.
13310
13311         * gnus.el: Autoload gnus-uu-invert-processable.
13312
13313 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * mm-util.el (mm-with-multibyte-buffer): New macro.
13316
13317         * rfc2047.el (rfc2047-encode-string): Use it.
13318         (rfc2047-encode-region): Move point to the end of the region after
13319         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13320
13321 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13324         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13325
13326 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13329         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13330         Karl Chen <quarl@nospam.quarl.org>.
13331
13332 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13333
13334         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13335         invalid addresses.
13336
13337 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13338
13339         * spam.el: Change section markers, revise TODO list.
13340         (spam-backends): Make new master list of all installed backends.
13341         (spam-summary-exit-behavior): Add new variable to determine how
13342         messages moves are done at summary exit.
13343         (spam-move-spam-nonspam-groups-only)
13344         (spam-process-ham-in-nonham-groups)
13345         (spam-process-ham-in-spam-groups): Remove variables, the
13346         spam-summary-exit-behavior variable should be used to manage this
13347         behavior.
13348         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13349         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13350         and spam-old-spam-articles.
13351         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13352         Add empty variables, placeholders for the backends they represent.
13353         (spam-set-difference): Move, unchanged.
13354         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13355         unless the user has a processor variable.
13356         (spam-classifications, spam-classification-valid-p)
13357         (spam-backend-properties, spam-backend-property-valid-p)
13358         (spam-backend-function-type-valid-p)
13359         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13360         (spam-report-articles-gmane, spam-report-articles-resend):
13361         Remove functions, they are not needed.
13362         (spam-install-backend-super, spam-backend-list)
13363         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13364         (spam-backend-function, spam-backend-ham-registration-function)
13365         (spam-backend-spam-registration-function)
13366         (spam-backend-ham-unregistration-function)
13367         (spam-backend-spam-unregistration-function)
13368         (spam-backend-statistical-p, spam-backend-mover-p)
13369         (spam-install-backend-alias, spam-install-checkonly-backend)
13370         (spam-install-mover-backend, spam-install-nocheck-backend)
13371         (spam-install-backend, spam-install-statistical-backend)
13372         (spam-install-statistical-checkonly-backend): Add backend installation
13373         support.
13374         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13375         (spam-group-processor-p): Use the new backend code and respect the
13376         summary exit behavior.
13377         (spam-mark-spam-as-expired-and-move-routine): Remove.
13378         (spam-summary-prepare): Change to use the new spam-old-articles
13379         variable.
13380         (spam-copy-or-move-routine, spam-copy-spam-routine)
13381         (spam-move-spam-routine, spam-copy-ham-routine)
13382         (spam-move-ham-routine): Add code to copy/move ham or spam.
13383         (spam-fetch-field-fast): Improve doc and code, plus allow the
13384         'number request.
13385         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13386         variables.
13387         (spam-split, spam-find-spam): Use the new backend code.
13388         (spam-registration-functions): Remove variable.
13389         (spam-unregister-routine): Add convenience wrapper.
13390         (spam-log-undo-registration, spam-register-routine)
13391         (spam-log-processing-to-registry)
13392         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13393         where possible.
13394         (spam-check-gmane-xref, spam-check-regex-headers)
13395         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13396         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13397         (spam-check-bogofilter-headers, spam-check-spamoracle)
13398         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13399         (spam-check-crm114-headers): Use the spam-split-group that
13400         spam-split prepares, no need to determine it every time.
13401
13402         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13403         to the nnheader-parse-naked-head call.
13404
13405         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13406
13407         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13408         the nnheader-nov-read-message-id call.
13409
13410 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13413         gnus-activate-group twice.  Suggested by Markus Peter
13414         <warp@spin.de>.
13415
13416 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * gnus-art.el (gnus-article-time-format): Exchange the order of
13419         day and month in the default value; fix customization type.
13420         (article-date-ut): Use add-text-properties.
13421         (article-make-date-line): Use message-make-date instead of
13422         current-time-string.
13423
13424         * message.el (message-fetch-field): Don't use set-text-properties.
13425         (message-make-date): Simplify.
13426
13427         * messagexmas.el (message-xmas-make-date): New function.
13428         (message-xmas-redefine): Defalias message-make-date to it.
13429
13430 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13433         (rfc2047-encode-region): Treat text within parentheses as special;
13434         show the original text when error has occurred.
13435
13436         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13437         already-computed method to gnus-activate-group.
13438
13439         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13440         same select-methods identical Lisp objects.
13441
13442         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13443         object when modifying the info.
13444
13445 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13448         gnus-opened-servers since it has never been opened with the new
13449         configuration yet.
13450
13451 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13454         arg to nnheader-generate-fake-message-id.
13455
13456 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13457
13458         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13459         number and build a fake message ID localized to a group and
13460         article number (so it's repeatable from that point on).
13461         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13462         ID format.
13463
13464         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13465         nnheader-generate-fake-message-id with the article number.
13466
13467 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13468
13469         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13470         end-of-buffer.
13471
13472 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13473
13474         * message.el (message-ignored-supersedes-headers): Add Approved.
13475
13476 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13479         goto-char.
13480         (rfc2047-encode): Fold the line before encoding.
13481
13482 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13483
13484         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13485         folding -- not all headers can be folded, and this should be done
13486         by the message composition mode.  Probably.  I think.
13487
13488 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13491         fast.
13492
13493         * gnus-ems.el (gnus-remove-image): Don't use
13494         message-text-with-property; remove only the image found first.
13495
13496         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13497         found first.
13498
13499 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13500
13501         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13502
13503 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * message.el (message-text-with-property): Make it fast and accept
13506         optional arguments.
13507         (message-strip-forbidden-properties): Use it.
13508         (message-fix-before-sending): Follow the m-t-w-p change.
13509
13510         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13511
13512 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * gnus-art.el (article-hide-headers): Don't change the buffer
13515         mistakenly when performing mml-preview even if
13516         gnus-single-article-buffer is nil.
13517
13518 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13519
13520         * message.el (message-expand-name-databases): New user option.
13521         (message-expand-name): Use it.
13522
13523 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13524
13525         * spam.el (spam-report-articles-resend)
13526         (spam-report-resend-register-routine): Allow ham reporting.
13527         (spam-report-resend-register-ham-routine): Add wrapper.
13528         (spam-registration-functions): Add ham resending functions.
13529         (spam-list-of-processors): Add ham resend processor.
13530
13531         * gnus.el (ham-resend-to): Add new group parameter.
13532         (spam-process): Add ham resend option.
13533
13534         * spam-report.el (spam-report-resend): Allow reporting ham.
13535         (spam-report-resend-ham): Add wrapper.
13536
13537 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13538
13539         * message.el (message-cite-articles-with-x-no-archive): New
13540         variable.
13541         (message-cite-original): Use it.
13542
13543 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13544
13545         * message.el (message-cite-original): Respect X-No-Archive.
13546
13547 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-art.el (article-hide-headers): Refer to the values for
13550         gnus-ignored-headers and gnus-visible-headers in the summary
13551         buffer since a user may have set them as group parameters.
13552
13553 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13554
13555         * assistant.el (assistant-node-name): Add convenience function.
13556         (assistant-render-text, assistant-render-node): Add error handling,
13557         plus handle multiple next nodes.
13558         (assistant-find-next-node): Comment out for now.
13559         (assistant-find-next-nodes): Add function, returns list of next
13560         nodes.
13561
13562 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13563
13564         * mail-source.el (mail-source-directory): Fix doc-string.
13565
13566 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13567
13568         * assistant.el (assistant-render-text, assistant-eval): Add :set
13569         widget type, which is different because it takes and returns a
13570         list.  Much hilarity ensues.
13571
13572 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13575
13576         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13577         doc-string.
13578
13579         * gnus-start.el (gnus-activate-group): Added doc-string.
13580
13581 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13584
13585 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13586
13587         * assistant.el (assistant-render-text): Try to add a :set
13588         widget, more to come.
13589
13590         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13591         strings.
13592         (spam-report-articles-resend)
13593         (spam-register-routine): Do registration iff any articles warrant
13594         it.
13595         (spam-summary-prepare-exit): Change log message for nil group
13596         destinations.
13597
13598 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13599
13600         * spam.el (spam-report-resend-register-routine): Allow
13601         spam-report-resend-to to be a group parameter or a global value.
13602
13603 2004-05-26  Simon Josefsson  <jas@extundo.com>
13604
13605         * starttls.el: Merge with my GNUTLS based starttls.el.
13606         (starttls-gnutls-program, starttls-use-gnutls)
13607         (starttls-extra-arguments, starttls-process-connection-type)
13608         (starttls-connect, starttls-failure, starttls-success): New
13609         variables.
13610         (starttls-program, starttls-extra-args): Doc fix.
13611         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13612         functions.
13613         (starttls-negotiate, starttls-open-stream): Check
13614         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13615         function if it is set.
13616
13617 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13620         structured fields.
13621
13622 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13625
13626 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13627
13628         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13629         variable.
13630         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13631         assigning the spam-mark to new messages.
13632
13633 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13634
13635         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13636
13637 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13640
13641         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13642         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13643         default.
13644
13645 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13646
13647         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13648         correct data.
13649
13650 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13651
13652         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13653         (spam-group-processor-p): Fix function.
13654         (spam-group-processor-multiple-p)
13655         (spam-group-spam-processor-report-gmane-p)
13656         (spam-group-spam-processor-report-resend-p)
13657         (spam-group-spam-processor-bogofilter-p)
13658         (spam-group-spam-processor-blacklist-p)
13659         (spam-group-spam-processor-ifile-p)
13660         (spam-group-ham-processor-ifile-p)
13661         (spam-group-spam-processor-spamoracle-p)
13662         (spam-group-spam-processor-crm114-p)
13663         (spam-group-ham-processor-bogofilter-p)
13664         (spam-group-spam-processor-stat-p)
13665         (spam-group-ham-processor-stat-p)
13666         (spam-group-ham-processor-whitelist-p)
13667         (spam-group-ham-processor-BBDB-p)
13668         (spam-group-ham-processor-spamoracle-p)
13669         (spam-group-ham-processor-copy-p): Remove functions with some
13670         prejudice against unneeded code.
13671         (spam-report-articles-resend)
13672         (spam-report-resend-register-routine): Allow the group/topic
13673         spam-resend-to value to override spam-report-resend-to.
13674         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13675         properly now.
13676
13677         * gnus.el (spam-resend-to): Add group/topic parameter.
13678         (spam-process): Move the OBSOLETE processors to the end of the
13679         choices.
13680
13681 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13682
13683         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13684         with resend-to set to nil, and then ask the user if necessary.
13685         (spam-report-resend): spam-report-resend takes a list of articles, not
13686         separate article numbers.
13687
13688 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13691         addition to emacs-w3m.
13692
13693 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13694
13695         * assistant.el (assistant-authinfo-data): New function.
13696         (assistant-eval): Eval for entire assistant.
13697
13698         * netrc.el (netrc-services-file): New variable.
13699         (netrc-parse-services): New function.
13700         (netrc-find-service-name): New function.
13701         (netrc-find-service-number): New function.
13702         (netrc-port-equal): New function.
13703         (netrc-machine): Use it.
13704
13705         * nnimap.el (nnimap-open-connection): Use netrc.
13706
13707         * gnus-util.el (gnus-netrc-get): Remove aliases.
13708
13709         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13710
13711         * assistant.el (wid-edit): Fix compilation.
13712
13713         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13714
13715 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13716
13717         * gnus-util.el (gnus-set-file-modes): New function.  (small
13718         patch).
13719
13720 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13721
13722         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13723
13724         * assistant.el (assistant-render-node): Fix up rendering and
13725         read-only text.
13726         (assistant-render-node): Reset.
13727         (assistant-make-read-only): Not sticky.
13728
13729 2004-05-20  Danny Siu  <dsiu@adobe.com>
13730
13731         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13732         centered even when gnus-auto-center-summary is t.
13733
13734 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13735
13736         * dns.el (dns-get-txt-answer): New function.
13737         (dns-read-txt): Ditto.
13738         (query-dns): Use it.
13739
13740 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13743         active for foreign groups even if the group level is higher than
13744         the specified value.
13745
13746 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13747
13748         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13749         non-active groups.
13750
13751         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13752
13753 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13754
13755         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13756
13757 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13758
13759         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13760         (spam-crm114-header, spam-crm114-spam-switch)
13761         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13762         (spam-crm114-positive-spam-header)
13763         (spam-crm114-database-directory, spam-list-of-processors)
13764         (spam-group-spam-processor-crm114-p)
13765         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13766         (spam-generic-score, spam-list-of-checks)
13767         (spam-list-of-statistical-checks, spam-registration-functions)
13768         (spam-check-crm114-headers, spam-crm114-score)
13769         (spam-check-crm114, spam-crm114-register-with-crm114)
13770         (spam-crm114-register-spam-routine)
13771         (spam-crm114-unregister-spam-routine)
13772         (spam-crm114-register-ham-routine)
13773         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13774         asjo@koldfront.dk (Adam Sjøgren).
13775
13776         * gnus.el: Add spam-use-crm114.
13777
13778         * spam.el (spam-list-of-processors, spam-registration-functions):
13779         Add spam-use-resend.
13780         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13781         (spam-report-articles-gmane): Add doc fix.
13782         (spam-report-articles-resend, spam-report-resend-register-routine):
13783         Add wrappers around spam-report-resend-to.
13784
13785         * spam-report.el (spam-report-resend-to, spam-report-resend):
13786         Add support for resending spam.
13787         (spam-report-gmane): Fix line length >80.
13788
13789         * gnus.el (spam-process): Add spam-use-resend.
13790
13791 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13792
13793         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13794         number of processed spam messages.
13795         (spam-ham-copy-or-move-routine): Return the number of processed
13796         ham messages.
13797         (spam-summary-prepare-exit): Use the above values to decide
13798         whether status messages shouled be displayed.
13799
13800 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13803         `rfc2047-encoding-function-alist' in order to avoid conflicting
13804         with the old version.
13805         (rfc2047-encode-region): Concatenate words containing non-ASCII
13806         characters in structured fields; don't encode space-delimited
13807         ASCII words even in unstructured fields; don't break words at
13808         char-category boundaries.
13809         (rfc2047-encode-1): New function.
13810         (rfc2047-encode): Use it; encode text so that it occupies the
13811         maximum width within 76-column; work correctly on Q encoding for
13812         iso-2022-* charsets.
13813         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13814         sure not to break a line just after the header name.
13815         (rfc2047-b-encode-region): Removed.
13816         (rfc2047-b-encode-string): New function.
13817         (rfc2047-q-encode-region): Removed.
13818         (rfc2047-q-encode-string): New function.
13819
13820         * mm-util.el (mm-replace-in-string): New function.
13821
13822 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13823
13824         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13825         get it right.
13826         (gnus-inews-make-draft): Really.
13827
13828 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13829
13830         * nnmh.el (nnmh-request-list-1): Don't check the link count
13831         before descending.  (small patch)
13832
13833 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13834
13835         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13836         stuff.
13837
13838         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13839         on real group name.
13840
13841         * gnus-art.el (gnus-signature-limit): Doc fix.
13842
13843         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13844
13845         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13846
13847 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13848
13849         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13850         isn't a string.
13851
13852 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13853
13854         * gnus-draft.el (gnus-draft-send): Bind
13855         rfc2047-encode-encoded-words.
13856
13857         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13858         (rfc2047-encodable-p): Say that =? needs encoding.
13859         (rfc2047-encode-encoded-words): New variable.
13860
13861         * gnus-group.el (gnus-group-select-group): Doc fix.
13862
13863         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13864
13865         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13866         to nil.
13867
13868         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13869
13870         * nnheader.el (nnheader-get-lines-and-char): New function.
13871
13872 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * gnus-msg.el (gnus-summary-followup-with-original): Document
13875         yanking of region when active.
13876
13877 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13880         groups if the group level is higher than the specified value.
13881
13882 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13883
13884         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13885         (gnus-group-jump-to-group): Added prefix argument using
13886         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13887         non-active group.
13888
13889         * compface.el (uncompface): Be verbose when changing
13890         `uncompface-use-external'.
13891
13892         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13893         handle manual section.
13894
13895 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13896
13897         * gnus-art.el (gnus-button-alist): Revert previous change.
13898
13899 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13902
13903 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13904
13905         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13906         whether backend can accept message.
13907
13908         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13909
13910 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13911
13912         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13913         Avoid creating directory when nntp-marks-is-evil is true.
13914         Reported by Reiner Steib.
13915
13916 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * gnus-picon.el (gnus-picon-style): New variable.
13919         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13920         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13921         Jesper Harder <harder@ifa.au.dk>.
13922
13923 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13924
13925         * message.el (message-fill-field): Return point.
13926         (message-generate-headers): Go to end of field.
13927
13928         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13929         stuff for non-living groups.
13930
13931 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13932
13933         * gnus-art.el (gnus-article-followup-with-original)
13934         (gnus-article-reply-with-original): gnus-mark-active-p ->
13935         gnus-region-active-p.
13936
13937 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13938
13939         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13940         only when there is spam or ham to be processed.
13941
13942 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13943
13944         * mail-source.el (mail-source-delete-crash-box): Refactor.
13945         (mail-source-fetch): Use it.
13946         (mail-source-fetch-file): Ditto.
13947         (mail-source-fetch-directory): Run postscript in loop.
13948         (mail-source-fetch-pop): Delete.
13949         (mail-source-fetch-maildir): Ditto.
13950         (mail-source-fetch-imap): Ditto.
13951
13952         * imap.el (imap-authenticators): Comment out sasl.
13953
13954         * message.el (message-skip-to-next-address): New function.
13955         (message-fill-header-address): Refactor.
13956         (message-fill-address): Use it.
13957         (message-delete-address): Use it.
13958         (message-fill-header-general): Refactor.
13959         (message-fill-field-address): Rename.
13960         (message-narrow-to-field): Find the start of the header.
13961         (message-header-format-alist): Don't pre-fill.
13962         (message-fill-header): Removed.
13963         (message-insert-header): New function.
13964         (message-shorten-references): Use it.
13965
13966         * rfc2047.el (rfc2047-field-value): Strip props.
13967
13968         * mail-parse.el (mail-header-make-address): New alias.
13969
13970         * ietf-drums.el (ietf-drums-make-address): New function.
13971
13972         * imap.el: Add compiler directives.
13973
13974         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13975
13976         * gnus-art.el (article-decode-idna-rhs): Don't use
13977         message-idna-inside-rhs-p.
13978
13979 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13980
13981         * message.el (message-idna-inside-rhs-p): Removed.
13982         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13983
13984         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13985         false positives.
13986
13987 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13988
13989         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13990
13991 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13992
13993         * nneething.el (nneething-file-name): Don't create spurious
13994         files.
13995
13996         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13997         (gnus-inews-do-gcc): Remove sleep.
13998
13999         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14000         part under point.
14001
14002         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14003         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14004
14005 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14006
14007         * spam.el (spam-summary-prepare-exit): Fixed (length).
14008
14009 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14010
14011         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14012         as expired without moving it" message when there are spam
14013         messages left.
14014
14015 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14016
14017         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14018         header is not nil.
14019
14020 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14021
14022         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14023         nntp-possibly-create-directory, not nntp-possibly-change-group.
14024         (nntp-marks-changed-p): New arg SERVER.
14025         (nntp-request-update-info): Adjust caller.
14026
14027 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14028
14029         * nntp.el (nntp-save-marks): Pass missing arg.
14030
14031 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14032
14033         * nntp.el: Support marks.
14034         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14035         (nntp-marks-modtime, nntp-marks-directory): New variables.
14036         (nntp-request-set-mark, nntp-request-update-info)
14037         (nntp-possibly-create-directory, nntp-marks-changed-p)
14038         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14039         functions.
14040
14041 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14042
14043         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14044         (gnus-xmas-redefine): Rename.
14045
14046         * gnus-score.el (gnus-score-insert-help): Use
14047         gnus-select-lowest-window.
14048
14049         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14050         appt-select-lowest-window and rename to gnus-select-lowest-window.
14051
14052         * gnus.el: do.
14053
14054 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14055
14056         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14057         encodings of MIME-encoded words, in order to improve
14058         interoperability with several broken MUAs.
14059
14060 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14061
14062         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14063         tags, only when charsets are not specified in headers.
14064         (mm-inline-text-html-render-with-w3m): Ditto.
14065
14066         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14067         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14068
14069 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14070
14071         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14072         instead of MIME-decoded from fields when checking
14073         `gnus-article-address-banner-alist'.
14074
14075 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14076
14077         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14078         description rather than subject.
14079
14080 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14081
14082         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14083
14084 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14085
14086         * gnus.el (gnus-version-number): Bump.
14087
14088 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14089
14090         * gnus.el: No Gnus v0.2 is released.
14091
14092 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14093
14094         * gnus-agent.el (gnus-agent-read-agentview): Inline
14095         gnus-uncompress-range.
14096
14097 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14098
14099         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14100         `exec-installed-p'.
14101
14102 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14103
14104         * gnus.el (spam-process, spam-autodetect-methods): Add
14105         bsfilter and bsfilter-headers.
14106
14107         * spam.el (spam-bsfilter): New customize group.
14108         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14109         (spam-bsfilter-header, spam-bsfilter-probability-header)
14110         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14111         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14112         (spam-bsfilter-database-directory): New options.
14113         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14114         (spam-list-of-statistical-checks, spam-registration-functions):
14115         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14116         (spam-bsfilter-score): New command.
14117         (spam-check-bsfilter-headers, spam-check-bsfilter)
14118         (spam-bsfilter-register-with-bsfilter)
14119         (spam-bsfilter-register-spam-routine)
14120         (spam-bsfilter-unregister-spam-routine)
14121         (spam-bsfilter-register-ham-routine)
14122         (spam-bsfilter-unregister-ham-routine): New functions.
14123         (spam-generic-score): Support bsfilter; Accept an optional argument
14124         to recalcurate spam score even if scoring header has already been
14125         added.
14126         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14127         optional argument to recalcurate spam score even if scoring header
14128         has already been added.
14129
14130 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14131
14132         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14133         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14134         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14135         link is missing.
14136
14137 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14138
14139         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14140         (html2text-get-attr): Rewrite.
14141
14142         * message.el (message-setup-1): Remove redundant put-text-property
14143         on mail-header-separator.
14144
14145 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14146
14147         * gnus-registry.el (gnus-registry-cache-whitespace)
14148         (gnus-registry-action, gnus-registry-spool-action)
14149         (gnus-registry-split-fancy-with-parent): Change message levels
14150         from 5 to 3 or 7, as needed.
14151
14152         * spam.el (spam-summary-prepare-exit)
14153         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14154         (spam-split, spam-find-spam, spam-log-undo-registration)
14155         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14156         level from 5 to 6.
14157
14158 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14161         2004-03-04 change).
14162
14163 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14164
14165         * sieve-manage.el (sieve-manage-open):
14166         * nnweb.el (nnweb-insert-html):
14167         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14168         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14169         * nnspool.el (nnspool-request-group):
14170         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14171         * nnml.el (nnml-request-update-info):
14172         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14173         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14174         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14175         (nnimap-request-set-mark):
14176         * nnfolder.el (nnfolder-request-update-info):
14177         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14178         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14179         * gnus-uu.el (gnus-uu-find-articles-matching):
14180         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14181         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14182         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14183         * gnus-nocem.el (gnus-nocem-scan-groups):
14184         * gnus-int.el (gnus-start-news-server):
14185         * gnus-group.el (gnus-group-make-kiboze-group)
14186         (gnus-group-browse-foreign-server):
14187         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14188         Use mapc when appropriate.
14189
14190 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14191
14192         FIXME: Make separate entries for each person.
14193
14194         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14195         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14196         <shields@msrl.com>:
14197
14198         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14199         may need for spam sorting and scoring.
14200         (spam-user-format-function-S): Add user format function suitable for
14201         general use.
14202         (spam-article-sort-by-spam-status): Add sorting function for summary
14203         sorting.
14204         (spam-extra-header-to-number): Add function to get a score from a
14205         header.
14206         (spam-summary-score): Add function to get a numeric score from the
14207         headers.
14208         (spam-generic-score): Fix function doc, was in wrong place.
14209         (spam-initialize): Take symbols when it's run, and install the
14210         extra headers that spam-necessary-extra-headers thinks we need.
14211
14212 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14213
14214         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14215         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14216
14217 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14218
14219         * gnus-sum.el (gnus-set-global-variables)
14220         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14221         (gnus-article-get-xrefs, gnus-summary-best-group)
14222         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14223         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14224         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14225         Use with-current-buffer.
14226
14227 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14228
14229         * spam.el (spam-summary-prepare-exit): Simplify logic.
14230         (spam-fetch-article-header): Read the article header if it's not
14231         available.
14232         (spam-list-articles): Simplify logic.
14233         (spam-filelist-register-routine): Fix bug with unregister-list.
14234
14235         * gnus-registry.el: Fix comments at beginning.
14236
14237 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14238
14239         * message.el (message-cater-to-broken-inn): Remove.
14240         (message-shorten-references): Make sure the total folded length of
14241         References is shorter than 998 characters to cater to a bug in INN
14242         2.3.  Also, don't pretend that references aren't folded -- this
14243         hasn't worked for a while.
14244
14245 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14246
14247         * gnus-agent.el (gnus-agentize):
14248         gnus-agent-send-mail-real-function no longer set to current value
14249         of message-send-mail-function but rather a lambda that calls
14250         message-send-mail-function.  The change makes the agent real-time
14251         responsive to user changes to message-send-mail-function.
14252
14253 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14254
14255         * legacy-gnus-agent.el
14256         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14257         help from Florian Weimer <fw@deneb.enyo.de>
14258
14259 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * nnmail.el (nnmail-cache-insert): Revert last change.
14262
14263 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * nnmail.el (nnmail-cache-insert): Always check whether
14266         nnmail-cache-ignore-groups matches a group name.
14267
14268 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14269
14270         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14271         (spam-find-spam, spam-log-processing-to-registry)
14272         (spam-log-registered-p, spam-log-unregistration-needed-p)
14273         (spam-log-undo-registration): Use gnus-message instead of
14274         gnus-error, none of these errors are fatal.
14275
14276         * gnus-registry.el (gnus-registry-clean-empty-function)
14277         (gnus-registry-clean-empty): Remove only empty entries without
14278         extra data.
14279
14280 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14281
14282         * spam-stat.el (spam-stat-buffer-change-to-spam)
14283         (spam-stat-buffer-change-to-non-spam): Change (error) to
14284         (gnus-message 8) invocation.
14285
14286 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * nntp.el (nntp-via-netcat-command): New variable.
14289         (nntp-via-netcat-switches): New variable.
14290         (nntp-open-via-rlogin-and-netcat): New function.
14291         (nntp-open-connection-function): Doc fix.
14292         (nntp-telnet-command): Doc fix.
14293         (nntp-end-of-line): Doc fix.
14294         (nntp-via-rlogin-command): Doc fix.
14295         (nntp-via-user-name): Doc fix.
14296         (nntp-via-address): Doc fix.
14297
14298 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14301         error in Emacs 21.1.
14302
14303 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14304
14305         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14306
14307 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14308
14309         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14310         (gnus-agent-with-refreshed-group): New macro.
14311         (gnus-agent-rename-group): New function.
14312         (gnus-agent-delete-group): New function.
14313         (gnus-agent-save-group-info): Use gnus-command-method when
14314         `method' parameter is nil.  Don't write nil entries into the
14315         active file.
14316         (gnus-agent-get-group-info): New function.
14317         (gnus-agent-fetch-articles): Use
14318         gnus-agent-update-files-total-fetched-for to increment disk space
14319         used.
14320         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14321         gnus-agent-update-view-total-fetched-for to increment disk space
14322         used.
14323         (gnus-agent-get-local): Added optional parameters to avoid calling
14324         gnus-group-real-name and gnus-find-method-for-group.
14325         (gnus-agent-set-local): Delete stored entry if either min, or max,
14326         are nil.
14327         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14328         quit, use gnus-agent-regenerate-group to record existance of any
14329         articles fetched to disk before the quit occurred.
14330         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14331         gnus-agent-update-view-total-fetched-for, and
14332         gnus-agent-update-files-total-fetched-for to decrement disk space
14333         used.
14334         (gnus-agent-retrieve-headers): Use
14335         gnus-agent-update-view-total-fetched-for to increment disk space
14336         used.
14337         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14338         with gnus-agent-update-files-total-fetched-for to decrement disk
14339         space and fresh group buffer.
14340         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14341         (gnus-agent-need-update-total-fetched-for): New variable.
14342         (gnus-agent-update-files-total-fetched-for): New function.
14343         (gnus-agent-update-view-total-fetched-for): New function.
14344         (gnus-agent-total-fetched-for): New function.
14345
14346         * gnus-cache.el (gnus-cache-save-buffers): Use
14347         gnus-cache-update-overview-total-fetched-for to change disk space
14348         used by this group.
14349         (gnus-cache-possibly-enter-article): Use
14350         gnus-cache-update-file-total-fetched-for to increment disk space
14351         used by this group.
14352         (gnus-cache-possibly-remove-article): Use
14353         gnus-cache-update-file-total-fetched-for to decrement disk space
14354         used by this group.
14355         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14356         (gnus-cache-rename-group): New function.
14357         (gnus-cache-delete-group): New function.
14358         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14359         (gnus-cache-need-update-total-fetched-for): New variable.
14360         (gnus-cache-with-refreshed-group): New macro.
14361         (gnus-cache-update-file-total-fetched-for): New function.
14362         (gnus-cache-update-overview-total-fetched-for): New function.
14363         (gnus-cache-rename-group-total-fetched-for): New function.
14364         (gnus-cache-delete-group-total-fetched-for): New function.
14365         (gnus-cache-total-fetched-for): New function.
14366
14367         * gnus-group.el: Require gnus-sum and autoload functions to
14368         resolve warnings when gnus-group.el compiled alone.
14369         (gnus-group-line-format): Documented new %F.
14370         (size of Fetched data) group line format; identifies disk space
14371         used by agent and cache.
14372         (gnus-group-line-format-alist): Defined new F format.
14373         (gnus-total-fetched-for): New function.
14374         (gnus-group-delete-group): No longer update
14375         gnus-cache-active-altered as gnus-request-delete-group now keeps
14376         the cache in sync.
14377         (gnus-group-list-active): Let the agent store a server's active
14378         list if currently plugged.
14379
14380         * gnus-int.el (gnus-request-delete-group):
14381         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14382         local disk in sync with the server.
14383         (gnus-request-rename-group):
14384         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14385         local disk in sync with the server.
14386
14387         * gnus-start.el (gnus-get-unread-articles):
14388         Cosmetic simplification to logic.
14389
14390         * gnus-util.el (gnus-rename-file): New function.
14391
14392 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14393
14394         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14395
14396 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14397
14398         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14399         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14400
14401 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14402
14403         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14404         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14405
14406 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14407
14408         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14409
14410 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14411
14412         * spam.el (spam-set-difference): Add function to replace
14413         gnus-set-difference in spam.el.
14414         (spam-summary-prepare-exit): Use spam-set-difference.
14415
14416 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14417
14418         * gnus-registry.el (gnus-registry-cache-file): Update to use
14419         gnus-dribble-directory OR gnus-home-directory OR ~.
14420         (gnus-registry-split-fancy-with-parent): Fix doc.
14421
14422 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * message.el (message-exchange-point-and-mark): Use
14425         message-mark-active-p.  Suggested by Jesper Harder
14426         <harder@ifa.au.dk>.
14427
14428 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * message.el (message-exchange-point-and-mark): Don't activate
14431         region if it was inactive.  Suggested by Hiroshi Fujishima
14432         <pooh@nature.tsukuba.ac.jp>.
14433
14434 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * gnus-art.el (article-display-face): Display Faces in the same
14437         order as X-Faces.
14438
14439 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14442
14443 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14446         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14447         (gnus-article-mime-hierarchy): Remove.
14448         (gnus-article-mime-hierarchy-next): Remove.
14449         (gnus-article-mode): Revert 2004-03-19 change.
14450         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14451         (gnus-insert-mime-button): Revert 2004-03-19 change.
14452         (gnus-mime-accumulate-hierarchy): Remove.
14453         (gnus-mime-enter-multipart): Remove.
14454         (gnus-mime-leave-multipart): Remove.
14455         (gnus-mime-display-part): Revert 2004-03-19 change.
14456         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14457
14458         * mml.el (mml-preview): Revert 2004-03-19 change.
14459
14460 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14461
14462         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14463
14464 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14467         t while entering a file name using the mm-with-multibyte macro.
14468         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14469
14470         * mm-util.el (mm-with-multibyte): New macro.
14471
14472 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14475         user option.
14476         (gnus-mime-multipart-functions): Doc and customization fix.
14477         (gnus-article-mime-hierarchy): New variable.
14478         (gnus-article-mime-hierarchy-next): New variable.
14479         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14480         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14481         gnus-article-mime-hierarchy-next to nil.
14482         (gnus-insert-mime-button): Show hierarchy numbers.
14483         (gnus-mime-accumulate-hierarchy): New function.
14484         (gnus-mime-enter-multipart): New function.
14485         (gnus-mime-leave-multipart): New function.
14486         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14487         (gnus-mime-display-alternative): Show hierarchy numbers.
14488
14489         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14490         gnus-article-mime-hierarchy-next to nil.
14491
14492 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14493
14494         * dns.el: Don't require gnus-xmas.
14495
14496 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14497
14498         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14499         inline PGP.
14500         (mml-menu): Disable mml-quote-region if mark is inactive.
14501
14502 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14505         when the group's active is not available.
14506
14507 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14510         error.
14511
14512 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14513
14514         * imap.el (imap-store-password): New variable.
14515         (imap-interactive-login): Use it.
14516         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14517
14518 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14521         window-start and hscroll to summary window.
14522
14523 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14524
14525         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14526         conversion message to newsrc-dribble when an actual conversion is
14527         performed.
14528
14529 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14530
14531         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14532
14533 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * mm-decode.el (mm-complicated-handles): New function reviving
14536         former definition of mm-multiple-handles.
14537
14538         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14539         (gnus-mime-delete-part): Use it.
14540
14541 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14542
14543         * gnus-agent.el (gnus-agent-read-local): Bind
14544         nnheader-file-coding-system to gnus-agent-file-coding-system to
14545         avoid the implicit assumption that they will always be equal.
14546         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14547         coding-system-for-write, as the with-temp-file macro first prints
14548         to a buffer then saves the buffer.
14549
14550 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-art.el (gnus-article-edit-part): New function.
14553         (gnus-mime-save-part-and-strip): Use it; do query instead of
14554         signaling an error; don't use mm-multiple-handles.
14555         (gnus-mime-delete-part): Ditto.
14556
14557 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14558
14559         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14560         old file versions.
14561         (gnus-group-prepare-hook): Removed function that converted list
14562         form of gnus-agent-expire-days to group properties.
14563
14564         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14565         (gnus-request-accept-article): Re-indented.
14566
14567         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14568         converters to handle old agent file formats.  Added logic for a
14569         "backup before upgrading warning".
14570         (gnus-convert-mark-converter-prompt): Developers can mark
14571         functions as needing (default), or not needing,
14572         gnus-convert-old-newsrc's "backup before upgrading warning".
14573         (gnus-convert-converter-needs-prompt): Tests whether the user
14574         should be protected from potentially irreversable changes by the
14575         function.
14576
14577         * legacy-gnus-agent.el: New.  Provides converters that are only
14578         loaded when gnus-convert-old-newsrc needs to call them.
14579
14580 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * mail-source.el (mail-source-touch-pop): Doc fix.
14583
14584         * message.el (message-smtpmail-send-it): Doc fix.
14585
14586 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14587
14588         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14589
14590         * nnmail.el (nnmail-split-fancy): do.
14591
14592         * gnus-kill.el (gnus-kill, gnus-execute): do.
14593
14594 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14595
14596         * gnus-sum.el (gnus-widget-reversible-match)
14597         (gnus-widget-reversible-to-internal)
14598         (gnus-widget-reversible-to-external): New functions.
14599         (gnus-widget-reversible): New widget.
14600         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14601
14602 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14603
14604         * gnus-sum.el (gnus-thread-sort-functions)
14605         (gnus-article-sort-functions): Document `(not F)' items.
14606
14607 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14608
14609         * spam.el (spam-use-gmane-xref): Add new backend.
14610         (spam-gmane-xref-spam-group): Add variable to control the name of the
14611         Gmane spam group.
14612         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14613         (spam-regex-headers-spam, spam-regex-headers-ham)
14614         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14615         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14616         backends and checks.
14617         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14618
14619         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14620         an autodetect method.
14621
14622 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14623
14624         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14625         articles are being added to a group.
14626         (gnus-request-replace-article): Inform the agent that articles
14627         need to be uncached as the cached contents are no longer valid.
14628
14629 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * binhex.el: Don't autoload executable-find.
14632
14633         * canlock.el: Don't autoload mail-fetch-field.
14634
14635         * dgnushack.el: Autoload c-mode for XEmacs.
14636
14637         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14638
14639         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14640         rmail-dont-reply-to and rmail-output.
14641
14642         * gnus-score.el: Don't autoload ffap-string-at-point.
14643
14644         * gnus-setup.el: Don't autoload sc-cite-original.
14645
14646         * imap.el: Don't autoload base64-decode-string,
14647         base64-encode-string and md5.
14648
14649         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14650         and rmail-msg-restore-non-pruned-header.
14651
14652         * mm-decode.el: Don't autoload executable-find.
14653
14654         * mm-url.el: Don't autoload executable-find.
14655
14656         * mm-view.el: Don't autoload diff-mode.
14657
14658         * nndb.el: Don't autoload news-reply-mode, news-setup,
14659         cancel-timer and telnet.
14660
14661         * password.el: Don't autoload run-at-time for Emacs.
14662
14663         * sha1-el.el: Don't autoload executable-find.
14664
14665         * sieve-mode.el: Don't autoload c-mode.
14666
14667         * uudecode.el: Don't autoload executable-find.
14668
14669 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14670
14671         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14672         (gnus-agent-possibly-alter-active): Avoid null in numeric
14673         comparison.
14674         (gnus-agent-set-local): Refuse to save null in local object table.
14675         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14676         list of articles that will be marked as unread.
14677
14678 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14681
14682 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14683
14684         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14685         language tags.
14686
14687 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14688
14689         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14690         Don't bind "obarray".
14691
14692         * gnus-sum.el (gnus-thread-sort-functions): Added
14693         `gnus-thread-sort-by-most-recent-number' and
14694         `gnus-thread-sort-by-most-recent-date'.
14695         Reported by Kai Grossjohann <kai@emptydomain.de>.
14696
14697 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14700
14701 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14702
14703         * gnus-cus.el (gnus-agent-customize-category): Removed
14704         ignore-errors macro reference that required cl to be loaded at
14705         run-time.
14706
14707         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14708         single-interval range of the form (min . max).  Previously the
14709         range had to look like ((min . max)).  Likewise, return
14710         (min . max) rather than ((min . max)).
14711         (gnus-range-map): Use gnus-range-normalize to accept
14712         single-interval range.
14713
14714         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14715         the cache, but not the agent, now appear with their usual face.
14716
14717         * dgnushack.el (loaddir): New variable that is bound to the
14718         directory containing the dgnushack.el file. Use loaddir, rather
14719         than srcdir, to update load-path. Change lets dgnushack compile
14720         code in directories other than GNUS/lisp.
14721
14722 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * lpath.el: Don't bind w3m-safe-url-regexp.
14725
14726         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14727         w3m-safe-url-regexp variable buffer-local.
14728
14729         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14730
14731 2004-02-27  Simon Josefsson  <jas@extundo.com>
14732
14733         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14734         gnus-group-real-prefix.
14735         (gnus-summary-move-article): Use it, instead of
14736         gnus-group-real-prefix.
14737
14738 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * lpath.el: Bind w3m-safe-url-regexp.
14741
14742         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14743         w3m-safe-url-regexp variable buffer-local and set it as the value
14744         of mm-w3m-safe-url-regexp.
14745
14746         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14747
14748         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14749         parsing gnus-posting-styles when the message is not for replying.
14750
14751         * dgnushack.el: Autoload sgml-mode for XEmacs.
14752
14753         * nnrss.el (nnrss-opml-export): Use
14754         mm-set-buffer-file-coding-system instead of
14755         set-buffer-file-coding-system.
14756
14757 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14758
14759         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14760         of checkdoc.el).
14761         * nnrss.el: do.
14762         * gnus-mlspl.el: do.
14763         * gnus-ml.el: do.
14764         * gnus-srvr.el: do.
14765
14766         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14767
14768 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14769
14770         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14771         Corrections to custom-manual links.
14772
14773         * gnus-art.el (gnus-article): Ditto.
14774
14775         * mm-decode.el (mime-display, mime-security): Ditto.
14776
14777 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14778
14779         * flow-fill.el: Typo.
14780
14781 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14782
14783         * spam-wash.el: New file.
14784
14785 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14786
14787         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14788
14789 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14790
14791         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14792         to be run with new-articles as LIST1, not LIST2.
14793         (spam-registration-functions): Add spam-use-ham-copy as a nil
14794         registration backend.
14795
14796 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14797
14798         * spam-stat.el (spam-stat-washing-hook): New option.
14799         (spam-stat-buffer-words): Use it.
14800         (spam-stat-process-directory, spam-stat-test-directory): Use
14801         insert-file-contents-literally.
14802         (spam-stat-coding-system): New variable.
14803         (spam-stat-load, spam-stat-save): Use it.
14804
14805 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * spam-report.el (spam-report-plug-agent): Quote
14808         spam-report-url-to-file and spam-report-url-ping-plain.
14809
14810 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14811
14812         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14813         / in mailto URLs.
14814
14815 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14816
14817         * spam-report.el (spam-report-process-queue): Fix interactive use.
14818         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14819         (spam-report-unplug-agent): Doc fixes.
14820         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14821         (spam-report-agentize, spam-report-deagentize): Autoload.
14822
14823 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14826
14827         * message.el (message-setup-fill-variables): Add mml tags to
14828         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14829         <ajk@iu.edu>.
14830         (message-mode): Don't modify paragraph-separate there.
14831
14832 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14833
14834         * compface.el (uncompface-use-external): Default to undecided.
14835         (uncompface-use-external-threshold): New variable.
14836         (uncompface-float-time): New macro.
14837         (uncompface): Determine whether to use the external decoder if
14838         uncompface-use-external is undecided.
14839
14840 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14841
14842         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14843         after images.
14844
14845         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14846
14847 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14848
14849         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14850
14851         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14852
14853         * gnus-sum.el (gnus-summary-limit-to-age)
14854         (gnus-summary-limit-children): do.
14855
14856         * gnus-int.el (gnus-request-scan): do.
14857
14858         * gnus-group.el (gnus-group-suspend): do.
14859
14860         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14861
14862         * gnus-cite.el (gnus-cite-parse-attributions): do.
14863
14864         * gnus-agent.el (gnus-summary-set-agent-mark)
14865         (gnus-agent-regenerate-group): do.
14866
14867         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14868
14869         * binhex.el (binhex-decode-region-internal): do.
14870
14871 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * gnus-fun.el (gnus-face-properties-alist): New user option.
14874         (gnus-display-x-face-in-from): Use it.
14875
14876         * gnus-art.el (article-display-face): Ditto.
14877
14878         * compface.el (uncompface-use-external): Default to nil.
14879
14880 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14881
14882         * nntp.el (nntp-erase-buffer): New function.
14883         (nntp-retrieve-data, nntp-send-command)
14884         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14885         (nntp-possibly-change-group): Use it.
14886
14887         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14888         with-current-buffer.
14889
14890 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14891
14892         * compface.el: Merge the ELisp-based uncompface program.
14893         (compface): New customization group.
14894         (uncompface-use-external): New user option.
14895         (uncompface): Call uncompface-internal if uncompface-use-external
14896         is nil.
14897         (uncompface-internal): New function.  Note that there are also
14898         some other functions and variables added for this function.
14899
14900 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14901
14902         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14903         if necessary.
14904
14905 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14906
14907         * spam-report.el (spam-report-unplug-agent)
14908         (spam-report-plug-agent, spam-report-deagentize)
14909         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14910         Add support for the Agent in spam-report: when unplugged, report to a
14911         file; when plugged, submit all the requests.
14912
14913         * spam.el (spam-register-routine): Fix message about
14914         registration.
14915
14916 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14917
14918         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14919         dependencies.
14920         (rfc2047-encode): Use it.
14921
14922         * gnus-art.el (gnus-button-marker-list): Move before first
14923         reference.
14924
14925         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14926         (imap-parse-body): Fix format string mismatch.
14927
14928         * gnus-score.el (gnus-summary-increase-score): do.
14929
14930         * nnrss.el (nnrss-close): New function.
14931
14932 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14933
14934         * nnrss.el (nnrss-make-filename): New function.
14935         (nnrss-request-delete-group, nnrss-read-server-data)
14936         (nnrss-save-server-data, nnrss-read-group-data)
14937         (nnrss-save-group-data): Use it.
14938         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14939         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14940         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14941
14942 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14943
14944         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14945
14946 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14947
14948         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14949         files.
14950
14951         * message.el (message-generate-headers-first): Don't quote nil
14952         and t in docstrings.
14953
14954         * imap.el (imap-id): do.
14955
14956         * gnus-agent.el (gnus-agent-consider-all-articles)
14957         (gnus-agent-queue-mail): do.
14958
14959 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14960
14961         * spam-report.el (spam-report-process-queue): New function.
14962         Process requests from `spam-report-requests-file'.
14963         (spam-report-process-queue): Doc fix.
14964
14965 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14966
14967         * spam.el (spam-register-routine)
14968         (spam-log-processing-to-registry, spam-log-registered-p)
14969         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14970         Change "check" to "spam-check" for semi-clarity.
14971
14972 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14973
14974         * pop3.el: Require nnheader.
14975
14976         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14977
14978         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14979
14980         * gnus-picon.el: Require cl.
14981
14982         * gnus-fun.el: Require gnus-ems and gnus-util.
14983
14984         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14985
14986         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14987
14988         * gnus-art.el (gnus-article-edit-mode): Define before first
14989         reference.
14990
14991 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14992
14993         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14994         (gnus-uu-post-encoded): Use point-at-bol.
14995
14996         * gnus-topic.el (gnus-group-active-topic-p): do.
14997
14998         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14999
15000         * gnus-group.el (gnus-group-kill-region): do.
15001
15002         * gnus-art.el (article-date-ut): do.
15003
15004         * message.el (message-fetch-field): Remove redundant
15005         case-fold-search binding.
15006         (message-narrow-to-field): Simplify.
15007
15008 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15009
15010         * spam.el (spam-directory): Derive from `gnus-directory'.
15011
15012         * spam-report.el (spam-report-url-to-file)
15013         (spam-report-requests-file): New function and variable for offline
15014         reporting.
15015         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15016         and user defined function.
15017         (spam-report-url-ping-mm-url): Remove doubled slash.
15018
15019 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15020
15021         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15022
15023 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15024
15025         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15026         format string mismatch.
15027
15028         * sieve.el (sieve-deactivate-all): do.
15029
15030         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15031
15032         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15033
15034         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15035
15036         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15037
15038 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15039
15040         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15041         the list of checks.
15042
15043 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15044
15045         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15046         padding.
15047
15048 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15049
15050         * mm-view.el (mm-fill-flowed): New variable.
15051         (mm-inline-text): Use it.
15052
15053 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15054
15055         * spam.el (spam-spamassassin-register-ham-routine)
15056         (spam-spamassassin-register-spam-routine): Fix function names.
15057
15058 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * gnus.el (gnus-tmp-grouplens): Remove.
15061         (gnus-summary-line-format): Remove grouplens.
15062
15063         * gnus-group.el (gnus-group-line-format): Ditto.
15064
15065         * gnus-spec.el (gnus-format-specs): Ditto.
15066         (gnus-update-format-specifications): Flush the group format spec
15067         cache if there's the grouplens stuff.
15068         (gnus-parse-simple-format): Replace %l with the empty string.
15069
15070 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15071
15072         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15073         omission.
15074
15075 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15078         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15079
15080 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15081
15082         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15083         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15084         New macros and functions.
15085         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15086         Handle > NLINK_MAX messages.
15087         * nnmaildir.el (nnmaildir-request-set-mark): Use
15088         nnmaildir--emlink-p and nnmaildir--eexist-p.
15089
15090 2004-01-25  Alex Schroeder  <alex@gnu.org>
15091
15092         * spam-stat.el (spam-stat-process-directory-age): New option.
15093         (spam-stat-process-directory): Use it.
15094
15095 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15096
15097         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15098         (spam-stat-save): Accept prefix argument.
15099
15100 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15101
15102         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15103         links" error.
15104
15105 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15108         the rest of the and/or forms.
15109
15110 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15111
15112         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15113         compatibility with old .newsrc.eld files.
15114
15115         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15116
15117         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15118
15119         * gnus-start.el (gnus-1): do.
15120
15121         * gnus-group.el (gnus-group-line-format-alist): do.
15122
15123         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15124
15125         * gnus-gl.el: Remove.
15126
15127 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15128
15129         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15130         marks consisting of a single range {for example, (3 . 5)} rather
15131         than a list of a single range { ((3 . 5)) }.
15132
15133 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15134
15135         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15136         with-current-buffer.
15137         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15138         avoid consing a string.
15139
15140         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15141         Remove obsolete entries for big5 and gb2312.
15142
15143 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15144
15145         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15146         uncompressed list.
15147
15148 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15149
15150         * spam-stat.el (spam-stat-strip-xref): New function.
15151         (spam-stat-process-directory): Use it.
15152
15153         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15154         here -- it's done in message-fetch-field.
15155
15156 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15157
15158         * gnus-agent.el (gnus-agent-queue-mail)
15159         (gnus-agent-prompt-send-queue): New variables.
15160         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15161         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15162         "nndraft:queue" along to gnus-draft-send.  Use
15163         gnus-agent-prompt-send-queue.
15164         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15165         is "nndraft:queue".  Suggested by Gaute Strokkenes
15166         <gs234@srcf.ucam.org>
15167
15168         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15169         (agent-enable-undownloaded-faces): Added.
15170         (gnus-agent-cat-groups): Use eval-and-compile, not
15171         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15172         method of gnus-agent-cat-groups even when the buffer has been
15173         evaled.
15174         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15175         delete gnus-agent-save-active-1.
15176         (gnus-agent-save-groups): Deleted.  Identical to
15177         gnus-agent-save-active.
15178         (gnus-agent-write-active): No longer adjust agent's copy of active
15179         file as agent's adjustments are now stored in their own
15180         file.  Removed optional parameter.
15181         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15182         servers.  Add use of min/max range limits from server's local
15183         file.
15184         (gnus-agent-save-alist): Removed unused optional argument.
15185         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15186         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15187         (gnus-agent-set-local): A per-server file that keeps min/max range
15188         limits for articles known to the agent.  Provides a fast mechanism
15189         for altering many active ranges.
15190         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15191         active file (local makes it unnecessary).
15192         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15193
15194         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15195         (agent-enable-undownloaded-faces): Added.
15196
15197         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15198         disable it when sending to "nndraft:queue".
15199         (gnus-group-send-queue): Add safety check to avoid sending queue
15200         when unplugged.
15201
15202         * gnus-group.el (gnus-group-catchup): Use new
15203         gnus-sequence-of-unread-articles, not
15204         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15205         numbers of articles.  Use gnus-range-map to avoid having to
15206         uncompress the unread list.
15207         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15208         Fixed invalid ange-ftp reference.
15209
15210         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15211         (gnus-sorted-range-intersection): Intersection of two ranges
15212         without requiring that they first be uncompressed.
15213
15214         * gnus-start.el (gnus-activate-group): Unless blocked by the
15215         caller, possibly expand the active range to include both cached
15216         and agentized articles.
15217         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15218         multiple version-dependent converters.
15219         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15220         gnus-agent-save-active.
15221         (gnus-save-newsrc-file): Save dirty agent range limits.
15222
15223         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15224         gnus-agent-possibly-alter-active.
15225         (gnus-adjust-marked-articles): Faster handling of simple lists.
15226
15227 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15228
15229         * spam-stat.el (spam-stat-test-directory): New optional argument
15230         displays a list of files detected.  Suggested by Andrew Cohen
15231         <cohen@andy.bu.edu>.
15232         (spam-stat-buffer-words-with-scores): Don't narrow and change
15233         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15234
15235 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15236
15237         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15238         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15239         (spam-spamassassin-arguments)
15240         (spam-spamassassin-spam-flag-header)
15241         (spam-spamassassin-positive-spam-flag-header)
15242         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15243         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15244         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15245         (spam-list-of-processors, spam-list-of-checks)
15246         (spam-list-of-statistical-checks, spam-registration-functions)
15247         (spam-check-spamassassin-headers, spam-check-spamassassin)
15248         (spam-spamassassin-score)
15249         (spam-spamassassin-register-with-sa-learn)
15250         (spam-spamassassin-register-spam-routine)
15251         (spam-spamassassin-register-ham-routine)
15252         (spam-assassin-register-spam-routine)
15253         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15254         (spam-bogofilter-score): Fix to show article before scoring.
15255
15256 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15257
15258         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15259         default scoring function.
15260         (spam-generic-score): Call spam-spamassassin-score if
15261         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15262         spam-bogofilter-score otherwise.
15263
15264         * gnus.el (spam-process, spam-autodetect-methods): Add
15265         spamassassin and spamassassin-headers.
15266
15267 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15268
15269         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15270         Suppress unnecessary messages.
15271
15272 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15273
15274         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15275         make-hash-table.
15276
15277 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * canlock.el (base64-encode-string): Don't autoload it.
15280
15281 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * run-at-time.el: Remove useless (require 'itimer),
15284         eval-and-compile and (featurep 'xemacs).
15285
15286 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15287
15288         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15289         GROUP is a virtual group.
15290
15291 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15292
15293         * gnus.el: Autoload `message-y-or-n-p'.
15294
15295 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15296
15297         * pgg-parse.el: Remove unnecessary (require 'custom).
15298
15299         * pgg-def.el: do.
15300
15301         * nnmail.el: do.
15302
15303         * gnus-undo.el: do.
15304
15305         * gnus-picon.el: do.
15306
15307         * gnus-util.el: do.
15308
15309 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15310
15311         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15312
15313 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15316         handle, as well as a list.
15317
15318         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15319         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15320         (mm-w3m-cid-retrieve): Simplify.
15321
15322 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15323
15324         * message.el (message-kill-to-signature): Allow prefix arg to
15325         specify number of lines to keep before signature.
15326
15327 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15328
15329         * message.el (message-kill-to-signature): Change docstring.
15330
15331 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * canlock.el: Always require sha1-el.
15334         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15335
15336         * message.el: Autoload sha1 only when compiling.
15337
15338         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15339         eudc-expand-inline for XEmacs.
15340
15341 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * message.el (message-canlock-generate): Require sha1-el.
15344
15345 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15346
15347         * message.el (message-expand-name): Silence the byte compiler.
15348
15349         * lpath.el: Add detect-coding-system.
15350
15351         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15352         cus-edit.
15353
15354 2004-01-13  Simon Josefsson  <jas@extundo.com>
15355
15356         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15357         Invoke gnus-score-mode.  Reported by
15358         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15359
15360         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15361         Jim Blandy <jimb@redhat.com> (tiny change).
15362
15363 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15364
15365         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15366
15367 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15368
15369         * spam.el (spam-get-article-as-string): Update to use
15370         gnus-request-article-this-buffer, much simpler.
15371         (spam-get-article-as-buffer): Remove.
15372
15373 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15374
15375         * message.el (message-expand-name): Use EUDC if the user uses that.
15376
15377 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15378
15379         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15380         character for the encoding to avoid consing a string.
15381
15382         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15383         unnecessarily.
15384
15385         * mm-util.el (mm-replace-chars-in-string): Remove.
15386
15387         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15388         of mm-replace-chars-in-string.
15389
15390 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15391
15392         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15393
15394         * mm-util.el (mm-subst-char-in-string): Support inplace.
15395
15396         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15397         a new string in every iteration.  Use shy groups.
15398
15399 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15400
15401         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15402         * gnus-soup.el (gnus-soup-group-brew):
15403         * gnus-msg.el (gnus-put-message):
15404         * gnus-move.el (gnus-group-move-group-to-server):
15405         * gnus-kill.el (gnus-batch-score):
15406         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15407         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15408         (gnus-group-update-group, gnus-group-read-group)
15409         (gnus-group-make-group, gnus-group-make-help-group)
15410         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15411         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15412         (gnus-group-sort-by-unread, gnus-group-catchup)
15413         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15414         (gnus-group-yank-group, gnus-group-set-info)
15415         (gnus-group-list-groups):
15416         * gnus.el (gnus-generate-new-group-name):
15417         * gnus-delay.el (gnus-delay-send-queue):
15418         * nnvirtual.el (nnvirtual-catchup-group):
15419         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15420         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15421         (gnus-group-prepare-topics, gnus-topic-check-topology):
15422         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15423         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15424         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15425         (gnus-group-make-articles-read):
15426         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15427         (gnus-group-change-level, gnus-kill-newsgroup)
15428         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15429         (gnus-get-unread-articles, gnus-make-articles-unread)
15430         (gnus-make-ascending-articles-unread): Use accessor
15431         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15432         to get group information for improved readability.
15433
15434
15435 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15436
15437         * gnus-art.el (article-decode-mime-words, article-babel)
15438         (gnus-article-highlight-signature, gnus-article-add-buttons)
15439         (gnus-signature-toggle): Use gnus-with-article-buffer.
15440
15441         * gnus-art.el (gnus-article-highlight-headers)
15442         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15443
15444         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15445         (gnus-article-set-globals, gnus-request-article-this-buffer)
15446         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15447         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15448         (gnus-mime-display-alternative): Use with-current-buffer.
15449
15450 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15451
15452         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15453         also under 80 char limit, and call gnus-error if needed.
15454         (spam-fetch-article-header): Fix - it was a
15455         buffer-local variable (gnus-newsgroup-data).
15456         (spam-find-spam): Use spam-generate-fake-headers, forget about
15457         spam-insert-fake-headers.
15458         (spam-insert-fake-headers): Remove.
15459
15460 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15461
15462         * deuglify.el (gnus-article-outlook-unwrap-lines)
15463         (gnus-outlook-rearrange-article)
15464         (gnus-outlook-repair-attribution-outlook)
15465         (gnus-outlook-repair-attribution-block)
15466         (gnus-outlook-repair-attribution-other): Remove redundant
15467         save-excursion.
15468
15469 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15470
15471         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15472         (spam-fetch-field-subject-fast)
15473         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15474         (spam-fetch-article-header): Add functions to deal with Gnus
15475         internals for fast retrieval of article header data.
15476         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15477
15478 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15479
15480         * pop3.el (pop3-md5): Remove.
15481         (pop3-apop): Replace pop3-md5 with md5.
15482
15483         * mm-bodies.el: base64 is always built-in.
15484
15485         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15486         with-current-buffer.
15487
15488 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15489
15490         * canlock.el (canlock-insert-header): Remove excessive grouping in
15491         regexp.
15492
15493         * gnus-sum.el (gnus-summary-read-document): Ditto.
15494
15495         * gnus-uu.el (gnus-uu-part-number): Ditto.
15496
15497         * html2text.el (html2text-remove-tags): Ditto.
15498         (html2text-format-tags): Ditto.
15499         (html2text-format-single-elements): Ditto.
15500
15501         * mml.el (mml-parse-1): Ditto.
15502
15503 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15504
15505         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15506
15507         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15508
15509         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15510
15511         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15512
15513 2003-11-15  Simon Josefsson  <jas@extundo.com>
15514
15515         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15516         (pgg-gpg-lookup-key): Use regexp match instead of
15517         split-string (split-string is different between emacs 21.2 and
15518         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15519
15520 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15521
15522         * gnus-art.el (gnus-mime-view-all-parts)
15523         (gnus-article-part-wrapper, gnus-article-view-part): Use
15524         with-current-buffer.
15525
15526 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15527
15528         * spam.el (spam-disable-spam-split-during-ham-respool)
15529         (spam-spamoracle-database, spam-cache-lookups)
15530         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15531         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15532         (spam-group-ham-marks, spam-group-spam-marks)
15533         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15534         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15535         also add spam-use-blackholes to the statistical checks.
15536         (spam-fetch-field-fast): Add interface to fetching fields, may
15537         become a macro.
15538         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15539         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15540         (spam-insert-fake-headers): Fake an article when needed.
15541         (spam-find-spam): Fake article when possible.
15542         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15543         (spam-check-bogofilter-headers): Use message-fetch-field instead
15544         of nnmail-fetch-field.
15545
15546 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15547
15548         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15549
15550 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15551
15552         * spam.el (spam-split): Do not require spam-use-CHECK to be
15553         enabled if that check is passed to spam-split explicitly; also
15554         fix so 'spam doesn't get converted to spam-split-group when
15555         spam-split-symbolic-return is t.
15556         (spam-find-spam): Find registrations of the article and use those
15557         instead of re-running spam-split to find the spam/ham
15558         classification of the article.
15559         (spam-log-processing-to-registry, spam-log-registered-p)
15560         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15561         Use gnus-error instead of gnus-message.
15562         (spam-log-registration-type): Add function to determine the
15563         classification of a message based on registry entries; will
15564         return nil if both 'spam and 'ham are found.
15565         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15566         a reasonably fast local cache without the loading errors.
15567         (spam-cache-lookups): Set to t by default.
15568         (spam-find-spam): Don't try to guess spam-cache-lookups.
15569         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15570         spam-caches entry.
15571         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15572         caching of whitelist/blacklist entries.
15573         (spam-check-whitelist, spam-check-blacklist): Invoke
15574         spam-from-listed-p with a type, not a cache variable.
15575         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15576
15577 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15578
15579         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15580
15581         * nnmail.el (nnmail-split-fancy): do.
15582
15583         * mml.el (mml-parse): do.
15584
15585         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15586         (gnus-score-adaptive): do.
15587
15588 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15591         (gnus-mime-button-map): Don't set keymap parent.
15592         (gnus-button-ctan-directory-regexp): Use shy grouping.
15593         (gnus-prev-page-map): Don't set keymap parent.
15594         (gnus-prev-page-map): Remove duplicated one.
15595         (gnus-next-page-map): Don't set keymap parent.
15596         (gnus-mime-security-button-map): Ditto.
15597
15598         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15599         version number.
15600
15601         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15602
15603 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * canlock.el (canlock-sha1-function): Remove.
15606         (canlock-sha1-function-for-verify): Remove.
15607         (canlock-openssl-program): Remove.
15608         (canlock-openssl-args): Remove.
15609         (canlock-ignore-errors): Remove.
15610         (canlock-sha1-with-openssl): Remove.
15611         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15612         (canlock-verify): Don't use canlock-ignore-errors.
15613
15614         * sha1-el.el (sha1-string-external): Make it can return a string
15615         in binary form.
15616         (sha1-region-external): Ditto.
15617         (sha1-string-internal): Ditto.
15618         (sha1-region-internal): Ditto.
15619         (sha1-region): Ditto.
15620         (sha1-string): Ditto.
15621         (sha1): Ditto.
15622
15623 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15624
15625         * spam.el (spam-report-articles-gmane): New command.
15626
15627 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15630
15631         * run-at-time.el (run-at-time-saved): Remove.
15632         (run-at-time): Doc fix.
15633
15634 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15635
15636         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15637         (gnus-summary-limit-map): Add it.
15638         (gnus-summary-make-menu-bar): do.
15639
15640 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15641
15642         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15643         Make attempt at some caching support (done for BBDB only now).
15644         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15645         addresses to be checked.
15646         (spam-clear-cache-BBDB): Add function, to be invoked by
15647         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15648         (spam-check-BBDB): Check and use the caches, if
15649         spam-cache-lookups is on, remove superfluous (provide).
15650
15651 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15652
15653         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15654
15655 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15656
15657         * run-at-time.el (run-at-time-saved): Move to after the definition
15658         of `run-at-time'.
15659
15660         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15661
15662 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15665         mm-w3m-local-map-property.
15666
15667         * mm-view.el (mm-w3m-mode-map): Remove.
15668         (mm-w3m-local-map-property): Remove.
15669         (mm-inline-text-html-render-with-w3m): Don't use
15670         mm-w3m-local-map-property.
15671
15672 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15673
15674         * run-at-time.el: New file.
15675
15676         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15677         under Emacs.
15678
15679         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15680         of gnus-set-text-properties.
15681
15682         * gnus-uu.el (gnus-uu-save-article): Ditto.
15683
15684         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15685
15686         * gnus-cite.el (gnus-cite-parse): Ditto.
15687
15688         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15689         of gnus-.
15690
15691         * gnus-xmas.el (run-at-time): Require run-at-time.
15692
15693         * gnus.el: Changed calls to nnheader-run-at-time and
15694         password-run-at-time throughout to use run-at-time directly.
15695
15696         * password.el: Removed definition of run-at-time.
15697
15698         * nnheaderxm.el: Remove definition of run-at-time.
15699
15700 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15701
15702         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15703         in prompt.
15704
15705 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15706
15707         * messagexmas.el (message-xmas-redefine): Alias
15708         `message-make-caesar-translation-table' to
15709         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15710         version.
15711
15712         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15713         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15714         `gnus-xmas-set-text-properties'.
15715         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15716         `gnus-xmas-completing-read'.
15717         (gnus-xmas-completing-read): Removed.
15718         (gnus-xmas-open-network-stream): Removed.
15719
15720         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15721         XEmacs version.
15722
15723         * dns.el (dns-make-network-process): Use `open-network-stream'
15724         instead of `gnus-xmas-open-network-stream'.
15725
15726         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15727
15728         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15729
15730 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15731
15732         * gnus-art.el (gnus-mime-display-alternative)
15733         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15734         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15735         Don't use gnus-local-map-property.
15736
15737         * gnus-util.el (gnus-local-map-property): Remove.
15738
15739         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15740         gnus-completing-read-maybe-default with completing-read.
15741
15742         * gnus-util.el (gnus-completing-read): do.
15743         (gnus-completing-read-maybe-default): Remove.
15744
15745 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15746
15747         * password.el: Only autoload `run-at-time' if not XEmacs.
15748         Only autoload the itimer functions if XEmacs.
15749
15750 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15753         XEmacsen.
15754
15755         * dgnushack.el: Autoload executable-find for XEmacs.
15756
15757 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15758
15759         * gnus-art.el (gnus-read-string): Remove.
15760         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15761         read-string.
15762
15763 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15764
15765         * netrc.el: Autoload password-read.
15766         (netrc): Add configuration group.
15767         (netrc-encoding-method, netrc-openssl-path): Add
15768         variables for encoding and decoding of files with symmetric
15769         ciphers.
15770         (netrc-encode): Add assistant function to encode a file with
15771         netrc-encoding-method.
15772         (netrc-parse): Add interactive parameter, added optional
15773         decoding if netrc-encoding-method is non-nil but otherwise
15774         behavior is standard.
15775         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15776         Do s/encode/encrypt/ everywhere.
15777
15778         * spam.el: Remove executable-find autoload.
15779
15780 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15781
15782         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15783
15784         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15785
15786 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15787
15788         * gnus-art.el (gnus-treat-ansi-sequences)
15789         (article-treat-ansi-sequences): New variable and function.
15790         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15791
15792         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15793         Use it.
15794
15795 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15796
15797         * mm-util.el (mm-quote-arg): Remove.
15798
15799         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15800         shell-quote-argument.
15801
15802         * gnus-uu.el (gnus-uu-command): do.
15803
15804         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15805
15806         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15807         with make-char.
15808
15809         * mm-util.el (mm-make-char): Remove.
15810
15811         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15812         add-minor-mode.
15813
15814         * gnus-undo.el (gnus-undo-mode): do.
15815
15816         * gnus-topic.el (gnus-topic-mode): do.
15817
15818         * gnus-sum.el (gnus-dead-summary-mode): do.
15819
15820         * gnus-start.el (gnus-slave-mode): do.
15821
15822         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15823
15824         * gnus-ml.el (gnus-mailing-list-mode): do.
15825
15826         * gnus-gl.el (gnus-grouplens-mode): do.
15827
15828         * gnus-draft.el (gnus-draft-mode): do.
15829
15830         * gnus-dired.el (gnus-dired-mode): do.
15831
15832         * gnus-ems.el (gnus-add-minor-mode): Remove.
15833
15834         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15835         Replace gnus-char-width with char-width.
15836
15837         * gnus-ems.el (gnus-char-width): Remove.
15838
15839         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15840         Replace gnus-char-width with char-width.
15841
15842         * gnus-ems.el (gnus-char-width): Remove.
15843
15844         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15845         definition.
15846         Remove Emacs 20 hash table compatibility code.
15847
15848         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15849         20 compatibility code.
15850
15851         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15852
15853         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15854
15855         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15856         with point-at-{eol,bol}.
15857
15858         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15859
15860         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15861
15862         * flow-fill.el (fill-flowed-point-at-bol)
15863         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15864
15865         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15866         Replace with point-at-{eol,bol} throughout all files.
15867
15868 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * ntlm.el (ntlm-string-as-unibyte): New macro.
15871         (ntlm-build-auth-response): Use it.
15872
15873         Remove Emacs 20 stuff:
15874         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15875         (butlast, mapc, remove): Remove the compiler macros.
15876         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15877         of delq and copy-sequence.
15878         * gnus-art.el (popup-menu): Remove the compiler macro.
15879         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15880         Emacs 20.
15881
15882 2004-01-05  Simon Josefsson  <jas@extundo.com>
15883
15884         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15885         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15886         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15887         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15888         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15889         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15890         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15891         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15892         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15893         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15894         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15895         string-xor into ntlm-string-xor.  Suggested by
15896         Jesper Harder <harder@myrealbox.com>.
15897
15898         * ntlm.el: Don't include poem.
15899
15900         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15901         Jesper Harder <harder@myrealbox.com>.
15902
15903         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15904
15905         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15906         probably breaks emacs with DL patch, but do we care? Is anyone
15907         still using the DL stuff?)
15908
15909         * sieve-manage.el: Use the password package.
15910         (sieve-manage-read-passwd): Remove.
15911         (sieve-manage-interactive-login): Use password.  Re-add
15912         condition-case around loop.
15913
15914         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15915         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15916         the password package.
15917
15918 2003-02-19  Simon Josefsson  <jas@extundo.com>
15919
15920         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15921         token.
15922
15923 2002-08-07  Simon Josefsson  <jas@extundo.com>
15924
15925         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15926         (sieve-manage-authenticators):
15927         (sieve-manage-authenticator-alist): Add some SASL mechs.
15928         (sieve-sasl-auth): New function.
15929         (sieve-manage-cram-md5-auth):
15930         (sieve-manage-plain-auth): Rewrite using SASL library.
15931         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15932         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15933         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15934         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15935
15936 2004-01-05  Simon Josefsson  <jas@extundo.com>
15937
15938         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15939         New files.
15940
15941 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15942
15943         * gnus-group.el (gnus-no-groups-message): Update.
15944
15945         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15946
15947 2003-11-09  Simon Josefsson  <jas@extundo.com>
15948
15949         * imap.el: Support for ID IMAP extension (RFC 2971).
15950         (imap-local-variables): Add imap-id.
15951         (imap-id): New variable.
15952         (imap-id): New function.
15953         (imap-parse-response): Parse untagged ID response.
15954         * nnimap.el (nnimap-id): New variable.
15955         (nnimap-open-connection): Use it.
15956
15957 2003-12-28  Simon Josefsson  <jas@extundo.com>
15958
15959         * gnus-score.el (gnus-score-edit-all-score): New.
15960         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15961
15962 2004-01-04  Simon Josefsson  <jas@extundo.com>
15963
15964         * password.el: Add.
15965
15966 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15967
15968         * dns.el (dns-query-types): Fix typo.
15969         (dns-query-types): New function.
15970         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15971         PTR and SOA replies, see RFC 1035.
15972
15973 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15974
15975         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15976
15977         * Moved to Changelog.2.
15978
15979 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15980
15981         * gnus.el (gnus-version-number): Bump version.
15982
15983 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15984
15985         * gnus.el: No Gnus v0.1 is released.
15986
15987 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15988
15989         * gnus.el: No Gnus v0.0 is released.
15990
15991 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15992
15993         * gnus.el (gnus-version-number): Bump.
15994         (gnus-version): No.
15995
15996 See ChangeLog.2 for earlier changes.
15997
15998     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15999       Free Software Foundation, Inc.
16000
16001   This file is part of GNU Emacs.
16002
16003   GNU Emacs is free software: you can redistribute it and/or modify
16004   it under the terms of the GNU General Public License as published by
16005   the Free Software Foundation, either version 3 of the License, or
16006   (at your option) any later version.
16007
16008   GNU Emacs is distributed in the hope that it will be useful,
16009   but WITHOUT ANY WARRANTY; without even the implied warranty of
16010   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16011   GNU General Public License for more details.
16012
16013   You should have received a copy of the GNU General Public License
16014   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16015
16016 ;; Local Variables:
16017 ;; coding: utf-8
16018 ;; fill-column: 79
16019 ;; add-log-time-zone-rule: t
16020 ;; End: