Allow showing the ALT text of images and to browse the images themselves.
[gnus] / lisp / ChangeLog
1 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el (gnus-html-show-alt-text): New command.
4         (gnus-html-browse-image): Ditto.
5         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6         to browse the image directly.
7
8         * gnus-async.el (gnus-async-article-callback): Call
9         `gnus-html-prefetch-images' unconditionally.
10
11         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12         before feeding URLs to curl.
13
14 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
17         internal images as deletable by `W D D'.
18
19         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
20         (gnus-async-article-callback): Fix typo.
21
22 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23
24         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
25         current line to work around bugs in the output from w3m.
26
27         * gnus-async.el (gnus-async-article-callback): Always prefetch images
28         for groups that want that.
29
30         * nntp.el (nntp-wait-for-string): Supply a timeout for
31         accept-process-output to ensure progress.
32
33         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
34         level to get unread articles from, then use that for foreign groups,
35         too.
36
37         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
38         confuses the rest of the function.
39
40         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
41         for the methods that support -retrieve-groups, too.
42
43         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
44
45 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
48         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
49
50         * pop3.el: Require cl when compiling.
51         (pop3-number-of-responses): Search for "+OK", not "+OK ".
52
53 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
56         that aren't going to be activated.
57         (gnus-get-unread-articles): Fix up the last commit.
58
59         * gnus-html.el (gnus-article-html): Allow calling without specifying
60         the handle.  In that case, dissect the buffer first.
61
62         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
63
64         * nnimap.el (nnimap-open-connection): Revert the change that would look
65         into authinfo for imaps instead of imap.
66
67         * gnus-start.el (gnus-activate-group): Take an optional parameter to
68         say that you don't want to call gnus-request-group with don-check, but
69         do check the reponse.  This is for virtual groups only.
70         (gnus-get-unread-articles): Count the archive groups as secondary, so
71         that they're activated the same way as before.
72
73         * imap.el (imap-message-map): Removed optional buffer parameter, since
74         no callers use it.
75         (imap-message-get): Ditto.
76         (imap-message-put): Ditto.
77         (imap-mailbox-map): Ditto.
78         (imap-mailbox-put): Ditto.
79         (imap-mailbox-get): Ditto.
80         (imap-mailbox-get): Revert last change for this function.
81
82         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
83         case-insensitively.
84         (nnimap-debug): Removed.
85
86         * imap.el (imap-fetch-safe): Removed function, and altered all callers
87         to use `imap-fetch' instead.  According to the comments, this should be
88         safe, since all other IMAP clients use the 1:* syntax.
89         (imap-enable-exchange-bug-workaround): Removed.
90         (imap-debug): Removed -- doesn't seem very useful.
91
92         * mail-source.el (mail-source-fetch): Don't message if we're fetching
93         mail from a file, and the file doesn't exist.
94
95         * imap.el (imap-log): New convenience function used throughout instead
96         of repeating the same code all over the place.
97
98         * pop3.el (pop3-streaming-movemail): Return t for success.
99
100         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
101         .authinfo if we're using ssl connection.
102
103         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
104         already have if we're in a main Gnus `g' run.
105
106         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
107
108 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
111
112         * nnmh.el (nnmh-request-list-1): Bind `file'.
113
114         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
115         alias to set-process-query-on-exit-flag or process-kill-without-query.
116         (pop3-open-server): Use it.
117
118 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * mail-source.el (mail-source-delete-crash-box): Always move the crash
121         box to the Incoming file.  Fixes mistake in previous checkin.
122
123         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
124         request loop (for debugging purposes) removed.
125
126         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
127         culprit is more visible.
128         (nnml-save-incremental-nov, nnml-open-incremental-nov)
129         (nnml-add-incremental-nov): New functions to do "incremental" nov
130         updates, where we just append to the end of the existing nov files
131         without reading/writing them in full.
132
133         * mail-source.el (mail-source-delete-crash-box): Really only check the
134         incoming files once in a while.
135
136         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
137
138         * mail-source.el (mail-source-delete-crash-box): Only check the
139         incoming files for deletion once per day to save a lot of file
140         accesses.
141
142         * pop3.el (pop3-logon): Fix up unbound variable typo.
143
144         * mail-source.el (pop3-streaming-movemail): Autoload.
145
146         * pop3.el (pop3-streaming-movemail): Respect
147         pop3-leave-mail-on-server.
148
149         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
150         retrieval.
151
152         * pop3.el (pop3-process-filter): Removed unused function.
153         (pop3-streaming-movemail, pop3-send-streaming-command)
154         (pop3-wait-for-messages, pop3-write-to-file)
155         (pop3-number-of-responses): New functions for streaming pop3
156         retrieval.
157
158         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
159         come from no known methods.
160         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
161         list.
162
163         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
164         message sizes.
165         (pop3-movemail): Use erase-buffer instead of looping and deleting
166         regions, which seems rather odd.
167
168         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
169         file once per `g' run.
170
171         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
172         directories.  This makes the draft queue directory work.
173
174         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
175         data from the backends, so that we only request the list of groups from
176         each method once.  This should speed things up considerably.
177
178         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
179         detect that it's not implemented.
180
181         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
182         we actually do recurse down into the tree, but don't stat all leaf
183         nodes.
184
185         * gnus-html.el (gnus-html-show-images): If there are no images to show,
186         then say so instead of bugging out.
187
188         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
189         files exist before trying to read them.
190
191         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
192         around <pre_int>.
193
194         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
195
196         * nnmh.el (nnmh-request-list-1): Optimize for speed.
197
198 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * mm-util.el (mm-image-load-path): Just return the image directories,
201         not all directories in the path in addition to the image directories.
202         (mm-image-load-path): Maintain a cache of the image directories so that
203         the `g' command in Gnus doesn't have to stat dozens of directories each
204         time.
205
206         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
207         (gnus-html-wash-tags): Add a new `i' command to insert images.
208         (gnus-html-insert-image): New command and keystroke.
209         (gnus-html-redisplay-with-images): New command and keystroke.
210         (gnus-html-show-images): Renamed command.
211         (gnus-html-wash-tags): Remove more white space before <pre_int> image
212         spacers.
213         (gnus-html-wash-tags): Decode entities at the end, so that entities
214         inside the tags don't mess up the rest of the "parsing".
215
216         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
217         so that nnimap methods aren't agentized by default.  There's apparently
218         many problems related to agent/imap behaviour.
219
220         * gnus-art.el (gnus-article-copy-string): New command and key binding.
221
222         * gnus-html.el: Doc fix.
223
224 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
227         specifier-spec-list for Emacs 21.
228
229         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
230         glyph-width and glyph-height instead of display-graphic-p and
231         image-size; make avoidance of displaying small images work for XEmacs.
232
233         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
234         for XEmacs.
235
236         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
237         of symbol that holds plist data.
238         (gnus-process-plist): Remove plist of process after getting it.
239
240 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * message.el (message-generate-hashcash): Change default to
243         'opportunistic if hashcash is installed.
244
245         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
246         (gnus-html-put-image): Only call image-size once, since it's somewhat
247         time-consuming on remote X servers.
248
249 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
252         type on data, not a file name.
253
254         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
255         window-pixel-edges for Emacs 21.
256
257         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
258         decoded contents.
259         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
260
261 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
264         group line format, since it isn't very interesting.
265
266         * gnus-agent.el (gnus-agent-short-article),
267         (gnus-agent-long-article): Increase values for these two variables,
268         since most people are likely to have more network connection and
269         storage than before.
270
271         * gnus.el (gnus-refer-article-method): Change default to 'current.
272         When referring an article, the common behaviour is to refer it from the
273         current select method, not the native select method.  The chances of
274         the native select method having the message in question is rather slim
275         these days.
276
277         * gnus-sum.el (gnus-auto-select-subject): Change default to
278         `unseen-or-unread'.  I think it's likely that most people want to
279         select an unseen article over a previously seen, but unread one.
280
281         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
282         means that in the article buffer none of the minor mode elements will
283         be shown, usually, and this is not desirable in most cases.
284
285         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
286         that commands like `d' (and the like) go to the next line in the
287         buffer, instead of the next unread article.  I think this is the
288         behaviour that is most natural for most users.
289         (gnus-single-article-buffer): Change default to nil, so that people can
290         have as many article buffers open as they have summary buffer.  I think
291         this is the most natural way for the groups to behave.
292
293         * message.el (message-generate-new-buffers): Change default to
294         `unsent', so that all new message buffers start their names with the
295         string "*unsent", and it's easier to find the buffers if you move from
296         them.
297
298 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
301         small. They're probably tracking images.
302         (gnus-html-wash-tags): Remove all <pre_int> place holders.
303         (gnus-html-rescale-image): Yet another try at getting the image sizing
304         right.
305
306         * nntp.el (nntp-request-set-mark): Refuse to do marks if
307         nntp-marks-file-name is nil.
308
309 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
310
311         * gnus-html.el (gnus-html-wash-tags)
312         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
313         Better logging.
314
315 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
318
319         * gnus-html.el (gnus-html-wash-tags): Check the value of
320         gnus-blocked-images in the summary buffer.
321
322 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
323
324         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
325
326 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
329         like "a", it seems like.
330         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
331         since it needs to be picked from the correct buffer.
332
333         * nnwfm.el: Removed.
334
335         * nnlistserv.el: Removed.
336
337 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
338
339         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
340         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
341
342 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * nnkiboze.el: Removed.
345
346         * nndb.el: Removed.
347
348         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
349         alt text.
350         (gnus-html-rescale-image): Try to get the rescaling logic right for
351         images that are just wide and not tall.
352
353         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
354         overshadow variable bindings.
355
356 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
357
358         * gnus-html.el (gnus-html-wash-tags)
359         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
360         extra logging.
361
362 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
363
364         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
365         (gnus-max-image-proportion): New variable.
366         (gnus-html-rescale-image): New function.
367         (gnus-html-put-image): Rescale images.
368
369 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
370
371         Fix up some byte-compiler warnings.
372         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
373         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
374         (gnus-article-fill-cited-article, gnus-article-hide-citation)
375         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
376         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
377         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
378         (gnus-group-update-group): Use save-excursion and with-current-buffer.
379
380 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * gnus-html.el (gnus-article-html): Decode contents by charset.
383
384 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
387         (gnus-html-frame-width, gnus-blocked-images)
388         * message.el (message-prune-recipient-rules): Add custom version.
389         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
390
391         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
392         functions.
393
394         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
395         gnus-process-get.
396
397 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
398
399         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
400         instead of lsub directly.
401
402 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * nnwarchive.el: Removed.
405
406         * gnus-soup.el: Removed.
407
408         * nnsoup.el: Removed.
409
410         * nnultimate.el: Removed.
411
412         * gnus-html.el (gnus-blocked-images): New variable.
413
414         * message.el (message-prune-recipients): New function.
415         (message-prune-recipient-rules): New variable.
416
417         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
418         guess whether a long line is natural text or not.
419
420         * gnus-html.el (gnus-html-schedule-image-fetching): Use
421         gnus-process-plist and friends for compatibility.
422
423 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
424
425         * gnus-html.el: Require packages that define macros used in this file.
426         (gnus-article-mouse-face): Declare to silence byte-compiler.
427         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
428         process-get.
429         (gnus-html-put-image): Use plist-get to avoid getf.
430         (gnus-html-prefetch-images): Use with-current-buffer.
431
432 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * gnus-ems.el: Provide compatibility functions for
435         gnus-set-process-plist.
436
437         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
438         header-line-format for XEmacs 21.4.
439
440         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
441         * gnus.el (gnus-valid-select-methods)
442         * message.el (message-send-mail-partially-limit)
443         * mm-decode.el (mm-text-html-renderer)
444         * mml.el (mml-insert-mime-headers-always)
445         * smiley.el (smiley-regexp-alist): Bump custom version.
446
447 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * gnus-html.el: require mm-url.
450         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
451         with the url to `url'.
452         (gnus-html-wash-tags): Support cid: URLs/images.
453
454 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
457         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
458         bindings, as they aren't useful at all. `w' is moved to `W w'.
459
460         * gnus-move.el: Removed file, since it doesn't really work.
461
462         * gnus-html.el (gnus-article-html): Tell w3m that the input is
463         UTF-8. This seems to fix problems with some German web feeds.
464
465         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
466         at the top so that the proper colours are applied.
467
468         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
469         don't have dots in their names.
470
471         * gnus-art.el (gnus-article-view-part): Doc fix.
472
473         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
474         XEmacs-compatible.
475         (gnus-html-put-image): Don't do images on non-graphic displays.
476
477         * nnslashdot.el: Removed this unused backend.
478
479         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
480         actions.
481         (gnus-undo-register-1): Revert last change.
482
483         * gnus-group.el (gnus-group-completing-read): Protect against not
484         having completion-styles bound.
485
486         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
487         make broken recipients happier.
488
489         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
490
491         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
492         point parameter.
493
494         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
495
496         * gnus-group.el (gnus-group-completing-read): Add 'substring to
497         completion-styles for group selection.
498
499 2009-02-04  Andreas Schwab  <schwab@suse.de>
500
501         * gnus-score.el (gnus-score-string): Fix regex for matching extra
502         headers and regexp-quote the match if necessary.
503
504 2009-03-24  Miles Bader  <miles@gnu.org>
505
506         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
507         the blinking smiley.
508
509 2009-03-24  Simon Josefsson  <simon@josefsson.org>
510
511         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
512         blink smiley.
513
514 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
517         where the dribbel file lives exists.
518
519         * message.el (message-send-mail-partially-limit): Change the default to
520         nil, since most people don't want this.
521
522         * mm-url.el (mm-url-decode-entities): Also decode entities like
523         &#x3212.
524
525 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
526
527         * gnus-sum.el (gnus-summary-idna-message):
528         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
529         Hyperlink urls in docstrings with URL `...'.
530
531 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
532
533         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
534         functions.
535
536 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
539         say what the mouseover text should be.
540
541         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
542         version of the mm-w3m-safe-url-regexp variable to only download images
543         in the groups where we want that to happen.
544
545         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
546
547         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
548         easier debugging.
549         (gnus-article-beginning-of-window): Add kludge to allow spacing past
550         big pictures in the article buffer.
551
552         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
553         gnus-article-html.
554         (mm-text-html-renderer): gnus-article-html needs curl in addition to
555         w3m.
556
557         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
558
559 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
562         which doesn't exist.
563
564         * message.el (message-inhibit-ecomplete): New variable to allow some
565         function to inhibit ecomplete address storage.
566         (message-resend): Disable ecomplete message storage when resending
567         messages.
568
569         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
570
571 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
574         Save excursion while copying, moving, and deleting articles in order to
575         prevent the cursor from jumping to unforeseen place.
576
577 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * lpath.el: No need to bind bookmark-current-buffer,
580         bookmark-yank-point and bookmark-make-record-function.
581
582 2010-08-17  Glenn Morris  <rgm@gnu.org>
583
584         * gnus-sync.el: Require gnus components whose functions are used.
585
586         * gnus-art.el (bookmark-make-record-function):
587         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
588         Declare for compiler.
589
590         * mm-url.el (mml-compute-boundary): Autoload.
591
592 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
595
596 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
597
598         Typo fix "hoo4a" -> "hook".
599
600         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
601
602 2010-08-14  Glenn Morris  <rgm@gnu.org>
603
604         * gnus-sync.el (gnus-sync): Fix defgroup version.
605
606 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
607
608         Doc fixes and keep unknown groups (ammended for nunion bug fix).
609
610         * gnus-sync.el: Fix docs.
611         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
612         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
613
614 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
615
616         Optimizations for gnus-sync.el.
617
618         * gnus-sync.el: Add docs about gnus-sync-backend
619         possibilities.
620         (gnus-sync-save): Remove unnecessary message.
621         (gnus-sync-read): Optimize and show what groups were skipped.
622
623 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
624
625         Minor bug fixes for gnus-sync.el.
626
627         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
628         read the sync on get-new-news.
629
630         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
631         quiet.
632
633         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
634
635 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
636
637         Make saving and restoring of hidden threads work with overlays.
638         Patch applied by Ted Zlatanov.
639
640         * gnus-sum.el (gnus-hidden-threads-configuration)
641         (gnus-restore-hidden-threads-configuration): Update to deal with text
642         properties, rather than searching for a magic character.
643
644 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
645
646         New gnus-sync.el library for synchronization of marks.
647
648         * gnus-sync.el: New library for synchronization of marks.
649
650         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
651         renamed from `gnus-registry-grep-in-list'.
652
653         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
654
655         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
656
657 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
660         determining charset of text fails.
661
662 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * nnmail.el (nnmail-get-new-mail-1): Revert.
665
666         * nnml.el (nnml-active-number): Make sure names of newly created groups
667         in nnml-group-alist are encoded.
668
669 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
672         containing non-ASCII characters in active file for nnml back end.
673
674 2010-07-24  David Engster  <dengste@eml.cc>
675
676         * mml-smime.el (mml-smime-epg-verify): Also accept the older
677         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
678
679 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
680
681         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
682         tag (Bug#6654).
683
684 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
687         the article buffer, not the summary buffer.
688
689 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
692         Emacs 23 as well.
693
694 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
697         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
698
699 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
700
701         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
702         Patch applied by Karl Fogel.
703
704         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
705         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
706
707 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
708
709         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
710         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
711         C-w still not working correctly from Article buffers; Thierry's
712         patch to fix that will be applied after this.
713
714         * gnus-art.el (bookmark-make-record-function): New local variable.
715
716         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
717         article buffer.
718         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
719
720 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
721
722         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
723         on changes in bookmark.el.
724
725 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
728         `no-log' instead of message not to log prompt string.
729
730 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
731
732         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
733         the *other* type of HTML form submission.
734
735 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
736
737         * auth-source.el (auth-source-pick): If choice does not contain a
738         questioned keyword, set the check to t.
739
740 2010-06-12  Romain Francoise  <romain@orebokech.com>
741
742         * gnus-util.el (gnus-date-get-time): Move up before first use.
743
744 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
747         (gnus-article-edit-part): Bind it to make last part that is substituted
748         or deleted visible.
749         (gnus-mime-display-single): Buttonize part of which id equals to
750         gnus-mime-buttonized-part-id.
751
752 2010-06-10  Dan Christensen  <jdc@uwo.ca>
753
754         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
755         (gnus-dd-mmm): Use gnus-date-get-time.
756         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
757         simplify logic.
758         (gnus-summary-limit-to-age): Use gnus-date-get-time.
759         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
760
761 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
762
763         * auth-source.el (top): Autoload `secrets-list-collections',
764         `secrets-create-item', `secrets-delete-item'.
765         (auth-sources): Fix tag string.
766         (auth-get-source, auth-source-retrieve, auth-source-create)
767         (auth-source-delete): New defuns.
768         (auth-source-pick): Rewrite in order to avoid 2 passes.
769         (auth-source-forget-user-or-password): New parameter USERNAME.
770         (auth-source-user-or-password): New parameters CREATE-MISSING and
771         DELETE-EXISTING.  Retrieve password interactively, if needed.
772
773 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
774
775         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
776         deleting unused directories when gnus-expert-user is t.
777
778 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
779
780         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
781         for each temp file when gnus-article-browse-delete-temp is ask.
782
783 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
784
785         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
786         Lisp calls to delete-backward-char by calls to delete-char.
787
788 2010-05-20  Kevin Ryde  <user42@zip.com.au>
789
790         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
791
792 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
793
794         * password-cache.el (password-cache-remove): Fix docstring.
795
796 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
797
798         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
799         article unless decoding article to be saved.
800
801 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
804         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
805         generated within the mm-with-unibyte-current-buffer macro.
806
807 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
808
809         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
810         to nil when we're in a mml-preview buffer and no group is selected.
811
812 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
813
814         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
815         when catching the `C-g'.  Reported by "Leo".
816
817 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * message.el (message-forward-make-body-plain)
820         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
821         multibyte-string-p.
822
823         * lpath.el: Revert.
824
825 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * message.el (message-forward-make-body-mml): Assume original message
828         is multibyte string; error on unibyte.
829         (message-forward-make-body-plain): Ditto; don't add excessive newline
830         in body end.
831
832         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
833
834 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
835
836         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
837         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
838
839 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * mm-extern.el (mm-extern-url): Don't use
842         mm-with-unibyte-current-buffer.
843         (mm-extern-cache-contents): Use with-current-buffer instead of
844         save-excursion + set-buffer.
845
846 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * mm-util.el (mm-emacs-mule): Remove.
849
850 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
851
852         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
853         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
854         change.
855
856 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
859         bind the default value of enable-multibyte-characters to nil.
860
861 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * message.el (message-forward-make-body-plain)
864         (message-forward-make-body-mml):
865         Don't use mm-with-unibyte-current-buffer.
866
867 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
868
869         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
870
871 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
872
873         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
874         (Bug#5592).
875
876 2010-05-07  Julien Danjou  <julien@danjou.info>
877
878         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
879         it to mm-pipe-part.
880
881         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
882         it is given.
883
884 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
885
886         * binhex.el (binhex-decode-region-internal)
887         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
888         (dns-query)
889         * nnweb.el (nnweb-gmane-search)
890         * pgg-parse.el (pgg-parse-armor)
891         * pgg.el (pgg-verify-region)
892         * sha1.el (sha1-string-external)
893         * uudecode.el (uudecode-decode-region-internal)
894         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
895         XEmacs.
896
897         * gnus-art.el (gnus-article-browse-html-parts)
898         * gnus-group.el (gnus-read-ephemeral-gmane-group)
899         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
900         make-temp-file.
901
902         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
903         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
904         compiling.
905
906         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
907         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
908         XEmacs when compiling.
909
910         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
911         gnus-pick-mode-off-hook for XEmacs when compiling.
912         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
913         gnus-binary-mode-off-hook for XEmacs when compiling.
914
915         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
916         nil if char-charset is not available.
917
918         * imap.el (imap-disable-multibyte)
919         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
920         macros.
921
922         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
923         instead of encode-coding-string.
924
925         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
926         'xemacs) instead of mm-emacs-mule to switch function definitions.
927         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
928
929         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
930         bind temporary-file-directory for XEmacs;
931         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
932         timer-set-function for XEmacs 21.4 and SXEmacs;
933         bind timer-list for XEmacs 21.4 and SXEmacs;
934         fbind char-charset and find-charset-region for non-Mule XEmacs;
935         fbind decode-coding-region, decode-coding-string, detect-coding-region,
936         encode-coding-region and encode-coding-string for XEmacs having no
937         file-coding feature.
938
939 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
940
941         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
942
943 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
946         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
947
948 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
949
950         * mm-util.el (mm-decompress-buffer): Use `delete-file';
951         alias `jka-compr-delete-temp-file' no longer exists.
952
953 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
954
955         Use define-minor-mode in Gnus where applicable.
956         * mml.el (mml-mode): Use define-minor-mode.
957         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
958         (gnus-undo-mode): Use define-minor-mode.
959         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
960         (gnus-dead-summary-mode): Use define-minor-mode.
961         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
962         Initialize in declaration.
963         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
964         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
965         (gnus-mailing-list-mode): Use define-minor-mode.
966         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
967         (gnus-draft-mode): Use define-minor-mode.
968         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
969         (gnus-dired-mode): Use define-minor-mode.
970
971 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
972
973         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
974         handles on recursive mml-to-mime translation and check them for
975         boundary delimiter collisions.  Reported by Greg Troxel.
976
977 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
980
981 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
982
983         * mm-util.el (mm-find-buffer-file-coding-system):
984         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
985
986 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
987
988         * message.el (message-generate-headers): Record insertion of optional
989         headers as well.  Otherwise the check to prevent repeated insertion of
990         optional headers is a no-op.
991
992 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
993
994         * smime.el: Don't mention CVS.
995
996         * nnrss.el (nnrss-fetch): Don't mention CVS.
997
998         * nnir.el: Don't mention CVS.
999
1000 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1001
1002         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1003
1004 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1005
1006         * lpath.el: Fbind bookmark-default-handler,
1007         bookmark-get-bookmark-record, bookmark-make-record-default,
1008         bookmark-prop-get for Emacs <23 and XEmacs.
1009
1010 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1011
1012         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1013         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1014         Use with-current-buffer to silence the byte-compiler.
1015         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1016         bother to require `gnus'.
1017         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1018
1019 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1020
1021         * gnus-sum.el (gnus-summary-bookmark-make-record)
1022         (gnus-summary-bookmark-jump): New functions.
1023         (gnus-summary-mode): Setup bookmark support.
1024
1025 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1026
1027         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1028         if set.
1029
1030 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1033         gnus-article-browse-html-save-cid-image; make it work recursively for
1034         forwarded messages as well.
1035         (gnus-article-browse-html-parts): Work when prefix arg is given.
1036         (gnus-article-browse-html-article): Doc fix.
1037
1038 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1039
1040         * message.el (message-default-mail-headers):
1041         (message-default-headers): Carry the value mail-default-headers over
1042         into message-default-mail-headers, rather than message-default-headers.
1043
1044 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1045
1046         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1047         charset.
1048
1049         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1050         charset into the <meta> tag when the article is encoded to utf-8.
1051
1052 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1055         directories as well.
1056         (gnus-article-browse-html-parts): Work for images that do not specify
1057         file names; delete temp directory when quitting; insert header at the
1058         right place; use file: scheme for image files.
1059
1060 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1061
1062         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1063         (gnus-article-browse-html-parts): Use it to make temporary cid image
1064         files in addition to html file so that browser may display them.
1065
1066 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1069
1070 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1071
1072         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1073
1074 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1075
1076         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1077         about Secret Service API sources.  Improve Customize options.
1078         (auth-source-pick): Change to accept any number of search parameters.
1079         Implement fallbacks iteratively, not recursively.  Add scoring on the
1080         second pass and sort by score.  Call Secret Service API when needed.
1081         (auth-source-user-or-password): Use it.  Call Secret Service API
1082         directly when needed to get the user name and the password.
1083
1084 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1085
1086         * message.el (message-interactive): Doc fix.
1087         (message-qmail-inject-args): Reflow.
1088         (message-kill-to-signature): Fix typo in docstring.
1089
1090         * smiley.el (smiley-buffer): Fix typo in docstring.
1091
1092 2010-03-24  Glenn Morris  <rgm@gnu.org>
1093
1094         * mail-source.el (gnus-message): Declare.
1095         (mail-source-delete-old-incoming): Require gnus-util.
1096
1097 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1100
1101         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1102
1103         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1104         password-cache's default if it is not bound.
1105         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1106         password-cache-expiry's default if it is not bound.
1107
1108         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1109         available in Emacs 21.
1110
1111         * lpath.el: Suppress compiler warnings for:
1112         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1113         XEmacs;
1114         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1115         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1116         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1117
1118 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1119
1120         * auth-source.el (auth-sources): Fix up definition so extra parameters
1121         are always inline.
1122
1123 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1124
1125         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1126         wasn't updated after mismatch.  Clear cached mailbox info correctly
1127         when uidvalidity changes.
1128         (nnimap-group-prefixed-name): New function to avoid some code
1129         duplication.
1130         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1131         (nnimap-request-group): Use it.
1132         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1133         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1134         with many imap folders.  This is done by caching the group status from
1135         the imap server persistently in a group parameter `imap-status'.  (This
1136         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1137         but not persistently, so every Gnus startup was still very slow.)
1138
1139 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1140
1141         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1142         delete the extra newline.  Otherwise editing of :string and :number
1143         types don't work.
1144
1145 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1146
1147         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1148         secrets.el dependency.
1149         (auth-sources): Add optional user name.  Add secrets.el configuration
1150         choice (unused right now).
1151
1152 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1153
1154         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1155         `gnus-registry-install-shortcuts' fill in the functions.
1156
1157         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1158         warnings.
1159         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1160         (gnus-registry-install-shortcuts): Populate and use it in a
1161         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1162
1163 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1164
1165         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1166         In-place substitutions for the group name encoding/decoding.
1167         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1168         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1169         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1170         (nnimap-update-unseen, nnimap-request-list)
1171         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1172         (nnimap-request-set-mark, nnimap-split-to-groups)
1173         (nnimap-split-articles, nnimap-request-newgroups)
1174         (nnimap-request-create-group, nnimap-request-accept-article)
1175         (nnimap-request-delete-group, nnimap-request-rename-group)
1176         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1177         `encoded-mbx' for consistency.
1178         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1179         variable `imap-current-mailbox'.
1180
1181         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1182         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1183
1184 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1185
1186         * pop3.el (pop3-display-message-size-flag): Display message size byte
1187         counts during POP3 download.
1188         (pop3-movemail): Use it.
1189         (pop3-list): Implement listing of available messages.
1190
1191 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1192
1193         * nnir.el (nnir-get-article-nov-override-function): New function to
1194         override the normal NOV retrieval.
1195         (nnir-retrieve-headers): Use it.
1196
1197 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1198
1199         * auth-source.el (netrc-machine-user-or-password): Autoload.
1200
1201 2010-03-19  Glenn Morris  <rgm@gnu.org>
1202
1203         Stop message.el from loading about 40 libraries it doesn't always need.
1204         The general approach is to autoload rather than require, and to
1205         require in the specific functions rather than the file.  (Bug#5642)
1206
1207         * gmm-utils.el: Don't require wid-edit.
1208         (widget-create-child-value, widget-convert, widget-default-get):
1209         Autoload.
1210
1211         * gnus-util.el: Don't require time-date, netrc.
1212         (message-fetch-field, gnus-group-name-decode): Declare rather than
1213         autoloading.
1214         (gnus-fetch-field): Require message.
1215         (gnus-decode-newsgroups): Require gnus-group.
1216
1217         * ietf-drums.el: Don't require time-date.
1218
1219         * message.el: Don't require hashcash, canlock, ecomplete.
1220         Do require mail-utils.  Require nnheader only when compiling.
1221         (smtpmail-default-smtp-server): Remove declaration.
1222         (message-send-mail-function): Check smtpmail-default-smtp-server
1223         is bound rather than requiring smtpmail.
1224         (message-auto-save-directory, message-insert-signature): Use
1225         expand-file-name rather than nnheader-concat.
1226         (nnheader-insert-file-contents): Autoload.
1227         (hashcash-wait-async): Declare.
1228         (message-send-mail): Only call gnus-setup-posting-charset if
1229         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1230         (message-send-mail-with-sendmail): Require sendmail.
1231         (canlock-password, canlock-password-for-verify): Declare.
1232         (message-canlock-password): Require canlock.
1233         (nnheader-get-report): Autoload.
1234         (gnus-setup-posting-charset): Declare.
1235         (message-send-news): Require gnus-msg.
1236         (message-make-references, message-make-in-reply-to): Use mail-header-id
1237         rather than the alias mail-header-message-id.
1238         (ecomplete-add-item, ecomplete-save): Declare.
1239         (message-put-addresses-in-ecomplete): Require ecomplete.
1240         (ecomplete-display-matches): Autoload.
1241
1242         * mm-decode.el: Don't require mailcap, gnus-util.
1243         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1244         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1245         Autoload.
1246         (mailcap-mime-extensions): Declare.
1247
1248         * mm-encode.el: Don't require mailcap.
1249         (mailcap-extension-to-mime): Autoload.
1250
1251         * mml-sec.el: Don't require password-cache.
1252
1253         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1254         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1255         (mml-minibuffer-read-type): Require mailcap.
1256         (mml-preview): Require gnus-msg.
1257
1258         * mml1991.el: Require password-cache.
1259         (password-cache-expiry): Remove declaration.
1260
1261         * mml2015.el: Require password-cache.
1262         (password-cache-expiry): Remove declaration.
1263
1264         * nneething.el (mailcap): Require mailcap.
1265
1266         * nnheader.el (declare-function): Add compatibility stub.
1267         (message-remove-header): Declare rather than autoload.
1268         (nnheader-replace-header): Require message.
1269
1270         * nnimap.el (declare-function): Add compatibility stub.
1271         (netrc-parse, netrc-machine-user-or-password): Declare.
1272         (nnimap-open-connection): Require netrc.
1273
1274         * nntp.el (declare-function): Add compatibility stub.
1275         (netrc-parse, netrc-machine, netrc-get): Declare.
1276         (nntp-send-authinfo): Require netrc.
1277
1278         * rfc2047.el: Don't require qp.
1279         (quoted-printable-encode-region, quoted-printable-decode-string):
1280         Autoload.
1281
1282         * sieve-mode.el: Don't require easymenu.
1283         (easy-menu-add-item): Autoload it.
1284
1285         * spam-stat.el (time-to-number-of-days): Autoload it.
1286
1287 2010-03-19  Glenn Morris  <rgm@gnu.org>
1288
1289         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1290
1291 2010-03-18  Glenn Morris  <rgm@gnu.org>
1292
1293         * hashcash.el (declare-function): Remove duplicate definition.
1294
1295 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1296
1297         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1298         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1299         value if any backslash escapes).
1300
1301 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1304         if it is available.  (bug#5647)
1305
1306         * lpath.el: Suppress compiler warning for coding-system-from-name for
1307         Emacs 21 and XEmacs.
1308
1309 2010-03-14  Juri Linkov  <juri@jurta.org>
1310
1311         * hmac-def.el:
1312         * hmac-md5.el:
1313         * netrc.el: Fix keywords.
1314
1315 2010-02-26  Glenn Morris  <rgm@gnu.org>
1316
1317         * message.el (message-send-mail-function): Change the default, so that
1318         it inherits from a customized send-mail-function.  (Bug#5643)
1319
1320 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1321
1322         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1323         shell-command-to-string signals an error (bug#5299).
1324
1325 2010-02-24  Glenn Morris  <rgm@gnu.org>
1326
1327         * message.el (message-smtpmail-send-it)
1328         (message-send-mail-with-mailclient): Doc fixes.
1329
1330 2010-02-16  Glenn Morris  <rgm@gnu.org>
1331
1332         * message.el (message-default-mail-headers): Change the default value
1333         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1334
1335 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1338         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1339
1340 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1341
1342         * time-date.el (date-to-time): Doc fix (Bug#5408).
1343
1344 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1345
1346         * message.el (message-mail): Just pass yank-action on to message-setup.
1347         (message-setup): Handle (FUN . ARGS) form of yank-action.
1348         (message-with-reply-buffer, message-widen-reply)
1349         (message-yank-original): Handle non-buffer values of
1350         message-reply-buffer (Bug#4080).
1351         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1352
1353 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1354
1355         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1356         Fix typo in docstring.
1357
1358 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1359
1360         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1361         response.
1362
1363 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1364
1365         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1366
1367         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1368
1369         * message.el (message-check-news-header-syntax): Protect against a
1370         string that `rfc822-addresses' returns when parsing fails.
1371
1372 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1375         (gnus-previous-char-property-change): New functions.
1376
1377         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1378
1379 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1380
1381         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1382         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1383
1384 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1385
1386         * message.el (message-exchange-point-and-mark): Rework last change to
1387         avoid using optional arg of exchange-point-and-mark, for backward
1388         compatibility.
1389
1390 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1391
1392         * message.el (message-exchange-point-and-mark): Call
1393         exchange-point-and-mark with an argument rather than setting
1394         mark-active by hand (Bug#5175).
1395
1396 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * nntp.el (nntp-service-to-port): Work for service expressed with
1399         numeric string; replace [:digit:] with [0-9] for XEmacs.
1400
1401 2009-12-17  Glenn Morris  <rgm@gnu.org>
1402
1403         * gnus-group.el (gnus-bug-group-download-format-alist):
1404         Change emacs entry to debbugs.gnu.org.  Bump :version.
1405
1406 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1407
1408         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1409
1410 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1411
1412         * message.el (message-info): Explain why we use `Info-goto-node'.
1413
1414 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1417
1418 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1419
1420         * message.el (message-completion-in-region): New compatibility function.
1421         (message-expand-group): Use it.
1422
1423 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1424
1425         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1426         with no unread article should be listed if the 2nd arg `predicate' is
1427         given.
1428
1429 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1432
1433 2009-11-29  Juri Linkov  <juri@jurta.org>
1434
1435         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1436         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1437         on `gnus-recenter'. (Bug#4698, Bug#4981)
1438
1439 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1440
1441         * sha1.el (sha1-string-external): default-directory "/" in case
1442         otherwise non-existent.  process-connection-type pipe for touch of
1443         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1444
1445 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1446
1447         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1448         it's comms related and sgml-mode.el has "comm" on that basis too.
1449
1450 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1453         containing tspecial characters if they have been already quoted.
1454
1455 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1456
1457         * dns-mode.el (auto-mode-alist): Purecopy string.
1458
1459 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1460
1461         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1462
1463 2009-10-24  Glenn Morris  <rgm@gnu.org>
1464
1465         * gnus-art.el (help-xref-stack-item): Define for compiler.
1466
1467 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1468
1469         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1470
1471 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1472
1473         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1474
1475 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1478         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1479
1480 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1483         (gnus-overlays-in): New alias to overlays-in.
1484
1485         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1486         gnus-overlay-get, and gnus-delete-overlay.
1487         (gnus-summary-show-thread): Make it work as well for systems in which
1488         next-single-char-property-change is not available.
1489         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1490
1491         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1492         (gnus-overlay-get): New alias to extent-property.
1493         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1494
1495         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1496         SXEmacs.
1497
1498         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1499         SXEmacs.
1500
1501 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1502
1503         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1504
1505 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1506
1507         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1508         and XEmacs that don't have `remove-overlays'.
1509
1510 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1511
1512         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1513         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1514         selective display.  Use overlays instead.
1515
1516 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1517
1518         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1519
1520 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1521
1522         * spam-stat.el (spam-stat-load): Fix typo in message.
1523
1524 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1525
1526         * dig.el (dig-invoke): Fix typo in docstring.
1527         (query-dig): Reflow docstring.
1528
1529 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1530
1531         * gnus-art.el (gnus-article-encrypt-body):
1532         * message.el (message-check-recipients):
1533         * mm-util.el (mm-codepage-setup):
1534         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1535         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1536
1537 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1538
1539         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1540         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1541         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1542         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1543         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1544
1545 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1546
1547         * dig.el: Add "Keywords: comm", as per net-utils.el.
1548
1549 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1550
1551         * dig.el (dig-mode): Use define-derived-mode.
1552
1553 2009-09-19  Glenn Morris  <rgm@gnu.org>
1554
1555         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1556
1557 2009-09-18  Glenn Morris  <rgm@gnu.org>
1558
1559         * gnus-diary.el (gnus-diary-check-message):
1560         * message.el (message-insert-formatted-citation-line):
1561         * nnbabyl.el (top-level):
1562         * nndiary.el (nndiary-schedule):
1563         Fix typos in condition-case handlers.
1564
1565 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1566
1567         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1568         configuration that provides the sole article window in a frame;
1569         position point correctly after deleting a part.
1570
1571 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1572
1573         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1574         (spam-resolve-registrations-routine): Use it to unregister articles
1575         that change status.
1576
1577 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1580         with XEmacs.
1581         (parse-time-string-chars): Use it.
1582
1583 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1584
1585         * imap.el (imap-interactive-login): Better messages.
1586         (imap-open): Fix bug with renamed buffer on reconnect.
1587         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1588         for easier debugging and cleaner code.  On successful (guessed based on
1589         server capabilities) secondary authentication, set imap-state
1590         correctly.
1591         (imap-last-authenticator): Define imap-last-authenticator as a variable
1592         to avoid warnings.
1593
1594 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * nnrss.el (nnrss-request-article): Remove binding of
1597         default-enable-multibyte-characters that has gotten needless by
1598         the 2007-07-13 change in rfc2047-encode-message-header.
1599
1600         * mml.el (mml-insert-multipart): Error on the message header.
1601         (mml-insert-part): Error on the message header; position point at
1602         the end of a MIME tag.
1603
1604 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * time-date.el (autoload): Expand define-obsolete-function-alias into
1607         defalias and make-obsolete for old Emacsen that Gnus supports.
1608         (with-no-warnings): Define it for old Emacsen.
1609         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1610         is available.
1611         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1612         float-time is available; suppress compile warning for time-to-seconds.
1613
1614         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1615         (gnus-float-time): Alias to float-time if it exists.
1616
1617         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1618         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1619         float-time is available; suppress compile warning for time-to-seconds.
1620
1621         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1622         XEmacs.
1623
1624 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1625
1626         * imap.el (imap-message-map): Docstring fix.
1627
1628 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1631         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1632         Add the optional argument `encoding' that overrides the default.
1633
1634         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1635         mm-encode-buffer.
1636
1637 2009-09-04  Glenn Morris  <rgm@gnu.org>
1638
1639         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1640         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1641         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1642         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1643         * mm-util.el (mm-with-unibyte-current-buffer)
1644         (mm-find-buffer-file-coding-system):
1645         * yenc.el (yenc-decode-region): Use default-value rather than
1646         default-enable-multibyte-characters.
1647
1648 2009-09-03  Glenn Morris  <rgm@gnu.org>
1649
1650         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1651         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1652         than default-enable-multibyte-characters.
1653
1654 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1655
1656         * gnus-art.el (gnus-article-read-summary-keys):
1657         Fix gnus-buffer-configuration's value temporarily used.
1658
1659 2009-09-02  Glenn Morris  <rgm@gnu.org>
1660
1661         * gnus-util.el (gnus-float-time): New function.
1662         * gnus-delay.el (gnus-delay-article):
1663         * gnus-sum.el (gnus-thread-latest-date):
1664         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1665         * nnspool.el (nnspool-request-newgroups):
1666         Use gnus-float-time rather than time-to-seconds.
1667         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1668
1669         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1670         (gnus-header-subject-face, gnus-header-newsgroups-face)
1671         (gnus-header-name-face, gnus-header-content-face):
1672         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1673         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1674         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1675         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1676         (gnus-cite-face-11):
1677         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1678         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1679         (gnus-server-closed-face, gnus-server-denied-face)
1680         (gnus-server-offline-face):
1681         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1682         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1683         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1684         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1685         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1686         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1687         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1688         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1689         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1690         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1691         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1692         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1693         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1694         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1695         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1696         (gnus-summary-high-undownloaded-face)
1697         (gnus-summary-low-undownloaded-face)
1698         (gnus-summary-normal-undownloaded-face)
1699         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1700         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1701         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1702         (gnus-splash-face):
1703         * message.el (message-header-to-face, message-header-cc-face)
1704         (message-header-subject-face, message-header-newsgroups-face)
1705         (message-header-other-face, message-header-name-face)
1706         (message-header-xheader-face, message-separator-face)
1707         (message-cited-text-face, message-mml-face):
1708         * sieve-mode.el (sieve-control-commands-face)
1709         (sieve-action-commands-face, sieve-test-commands-face)
1710         (sieve-tagged-arguments-face):
1711         * spam.el (spam-face):
1712         Mark face aliases with "-face" in the name as obsolete.
1713
1714 2009-09-01  Glenn Morris  <rgm@gnu.org>
1715
1716         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1717         than goto-line.
1718
1719 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1722         Don't move point if the command is invoked inside the message header.
1723
1724 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1725
1726         * imap.el (imap-send-command): Simplify.
1727         (imap-wait-for-tag): point-max -> buffer-size.
1728
1729 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1730
1731         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1732         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1733         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1734         * nnir.el (nnir-swish-e-index-file):
1735         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1736         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1737         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1738         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1739         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1740         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1741
1742 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1745         Don't save excursion.
1746
1747 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1748
1749         * nnheader.el (nnheader-find-file-noselect):
1750         * mm-util.el (mm-insert-file-contents):
1751         Use (default-value 'major-mode) instead of default-major-mode.
1752
1753 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1754
1755         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1756
1757 2009-08-26  Glenn Morris  <rgm@gnu.org>
1758
1759         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1760         than placing in files.el.
1761
1762 2009-08-25  Glenn Morris  <rgm@gnu.org>
1763
1764         * nnir.el (top-level): Don't require cl at run-time.
1765         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1766         Replace cl-function substitute with gnus-replace-in-string.
1767         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1768         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1769         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1770         simplified expansions.
1771
1772 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1773
1774         * dig.el (dig): Add autoload cookie.
1775
1776 2009-08-22  Glenn Morris  <rgm@gnu.org>
1777
1778         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1779         goto-line.
1780
1781 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1782
1783         * parse-time.el (parse-time-string-chars): Save match data.
1784
1785 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1786
1787         * parse-time.el (parse-time-string-chars): Compute using character
1788         classes, to handle non-ascii characters (Bug#3190).
1789
1790 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1793
1794         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1795         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1796         (gnus-mm-display-part, gnus-mime-display-single)
1797         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1798         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1799
1800         * gnus-sum.el
1801         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1802         (gnus-summary-move-article): Add expirable mark to articles copied or
1803         moved to group that has auto-expire turned on if the option is non-nil.
1804
1805 2009-07-24  Glenn Morris  <rgm@gnu.org>
1806
1807         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1808         Fix typo.  (Bug#3903)
1809
1810 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1813         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1814         that should not be used for draft articles.
1815         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1816         that has no concern in minor mode keys.
1817         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1818         Abolish.
1819
1820 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1823         article without making inquiry to a user for unknown encoding.
1824
1825         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1826         (nnmaildir--scan): Assume i-node and device number that file-attributes
1827         returns might be cons-cell.
1828
1829         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1830
1831         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1832
1833 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1834
1835         * auth-source.el: Remove docs now in auth.texi.  Don't use
1836         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1837         `auth-source-hide-passwords' and use them.
1838
1839 2009-07-15  Glenn Morris  <rgm@gnu.org>
1840
1841         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1842
1843 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1846         excessive whitespace from the default values of title and description.
1847
1848 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1851         mail-fetch-field to fetch Content-Description header in order to
1852         exclude newlines.
1853
1854 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1855
1856         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1857         format used by GnuPG 2.0.11.
1858
1859 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1862         to deleted part.
1863
1864 2009-05-30  David Engster  <dengste@eml.cc>
1865
1866         * nnmairix.el: Remove old documentation in the commentary block.
1867         (nnmairix-request-group): Do not update active file for nnml back ends.
1868         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1869         end so that overview files are ignored.
1870         (nnmairix-update-groups): Make updating the groups more robust by using
1871         marks.
1872         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1873         with dollar characters in message-id.
1874
1875 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1876
1877         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1878         2008-12-25 in dns.el.
1879
1880 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1881
1882         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1883         could happen if the text is only composed of spaces and/or tabs.
1884
1885 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1886
1887         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1888         when sending a queued message to avoid extra mml tags.
1889
1890 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1893
1894 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1897         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1898         rmail-toggle-header for XEmacs;
1899         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1900
1901 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-dired.el: Remove autoload for gnus-setup-message.
1904         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1905         displaying Gnus logo; always use compose-mail.
1906
1907 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1910
1911 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1914         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1915         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1916         available.
1917         (gnus-nocem-epg-verify): New function.
1918
1919 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1920
1921         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1922
1923 2009-02-15  Glenn Morris  <rgm@gnu.org>
1924
1925         * gnus-util.el (rmail-insert-rmail-file-header)
1926         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1927         autoloads.
1928         (rmail-default-rmail-file): Remove unnecessary declaration.
1929         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1930
1931 2009-02-14  Glenn Morris  <rgm@gnu.org>
1932
1933         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1934         variable (only used in gnus-util, which declares it anyway).
1935         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1936         which was only needed by gnus-art (changed to not use it any more).
1937         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1938         only used in gnus-util, which autoloads it itself.
1939         (rmail-update-summary): Fix autoload.
1940
1941         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1942         rather than rmail-output-to-rmail-file.
1943
1944 2009-02-07  Glenn Morris  <rgm@gnu.org>
1945
1946         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1947         autoload of function that no longer exists.
1948         (rmail-toggle-header): Declare.
1949         (message-forward-rmail-make-body): Handle mbox Rmail.
1950
1951 2009-01-31  Glenn Morris  <rgm@gnu.org>
1952
1953         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1954         2009-01-09 change.
1955
1956 2009-01-31  Dave Love  <fx@gnu.org>
1957
1958         * imap.el (imap-fetch-safe): Bind debug-on-error.
1959         (imap-debug): Add imap-fetch-safe.
1960
1961 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1962
1963         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1964         (auth-source-forget-all-cached): New convenience function.
1965         (auth-source-user-or-password): Accept list of modes or a single mode.
1966
1967         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1968         auth-source modes.
1969
1970         * netrc.el (netrc-machine-user-or-password): Use list of
1971         auth-source modes.
1972
1973         * nnimap.el (nnimap-open-connection): Use list of
1974         auth-source modes.
1975
1976         * nntp.el (nntp-send-authinfo): Use list of
1977         auth-source modes.
1978
1979 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1980
1981         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1982         now.
1983
1984 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1987         coding system in XEmacs; add a workaround for XEmacs.
1988
1989         * lpath.el: Fbind coding-system-aliasee.
1990
1991 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1994         of current-language-environment.
1995
1996 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1997
1998         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1999         available at runtime.
2000
2001 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2004
2005 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2006
2007         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2008         the greatest positive fixnum value doesn't work under an XEmacs with
2009         bignum support; use the most-positive-fixnum constant instead,
2010         available since Emacs 21.1 with cl and XEmacs 21.1.
2011
2012 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2015         XEmacs gets not to work.
2016
2017 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * mm-util.el (mm-coding-system-priorities): Allow the value like
2020         "Japanese (UTF-8)" of current-language-environment.
2021
2022 2009-01-09  Glenn Morris  <rgm@gnu.org>
2023
2024         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2025         with last-command-event.
2026
2027 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2028
2029         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2030         in the doc string.
2031
2032         * message.el (message-fix-before-sending): Amend comment.
2033
2034 2009-01-08  Dave Love  <fx@gnu.org>
2035
2036         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2037
2038 2009-01-07  David Engster  <dengste@eml.cc>
2039
2040         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2041         simplified server definitions by converting it via
2042         gnus-server-to-method.
2043
2044 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2047         parameter's operands.
2048
2049 2009-01-06  David Engster  <dengste@eml.cc>
2050
2051         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2052         primary select method (for gnus-group-mark-article-as-read).
2053
2054 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2055
2056         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2057         `(gnus)Face', not `(gnus)X-Face'.
2058
2059 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2060
2061         * mm-util.el (mm-ucs-to-char): New function.
2062
2063         * mm-url.el (mm-url-decode-entities): Use it.
2064
2065         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2066         unicode-to-char.
2067
2068 2009-01-05  Dave Love  <fx@gnu.org>
2069
2070         * time-date.el: Require cl for `declare'.
2071
2072 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2073
2074         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2075         Dave Love.
2076
2077 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2078
2079         * message.el (message-fix-before-sending): Add `eight-bit' to
2080         illegible-text check.
2081
2082 2009-01-03  Michael Olson  <mwolson@gnu.org>
2083
2084         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2085         `headers' is nil.  This can occur if the IMAP server does not have
2086         permissions to read messages from a folder, but can write new messages
2087         to the folder.
2088         (nnimap-request-article-part): Do not insert `data' if it is nil.
2089
2090         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2091         characters which will confuse `read', so skip past them.
2092
2093 2009-01-01  Dave Love  <fx@gnu.org>
2094
2095         * imap.el (imap-string-to-integer): Fix typo.
2096         (imap-fetch-safe): New function.
2097         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2098
2099         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2100
2101         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2102         (imap-parse-greeting): Fix doc strings.
2103         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2104         (imap-parse-flag-list): Make messages unique.
2105         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2106
2107         * nnimap.el: Fix author email.
2108         (nnimap-split-rule): Add FIXME comment.
2109         (nnimap-debug): Fix doc string.
2110
2111 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2112
2113         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2114
2115 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2116
2117         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2118         nslookup if resolv.conf isn't available.
2119         (dns-query): Rename from query-dns.
2120         (dns-query-cached): Rename from query-dns-cached.
2121
2122 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2125         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2126         to check if those variables exist (first appeared in Emacs 18.50).
2127
2128 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * mm-util.el (mm-line-number-at-pos): New function.
2131
2132         * spam-report.el (spam-report-process-queue): Use it.
2133
2134 2008-12-24  David Engster  <dengste@eml.cc>
2135
2136         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2137         parameters that haven't existed as variables as buffer-local variables.
2138
2139 2008-12-23  Dave Love  <fx@gnu.org>
2140
2141         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2142         cadar.
2143
2144         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2145         imap-starttls-p.
2146         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2147
2148 2008-12-22  Dave Love  <fx@gnu.org>
2149
2150         * imap.el: Fix author email.  Doc fixes.
2151         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2152         reply.
2153
2154 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2155
2156         * spam-report.el (spam-report-gmane-max-requests): New constant.
2157         (spam-report-gmane-wait): New variable.
2158         (spam-report-gmane-ham, spam-report-gmane-spam)
2159         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2160         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2161         the server.
2162
2163         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2164         Add explanations.
2165
2166         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2167         nnheader-accept-process-output and nnheader-read-timeout if available.
2168         (pop3-movemail): Use it.
2169
2170         * message.el (message-check-news-body-syntax): Fix signature check if
2171         there's an attachment.
2172
2173 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * mm-util.el: Add comments to the mm- emulating functions.
2176
2177 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2178
2179         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2180         by Stephen Berman <stephen.berman@gmx.net>.
2181
2182 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * mm-util.el (mm-substring-no-properties): New function.
2185         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2186         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2187         (mm-string-to-multibyte): Doc fix.
2188
2189         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2190
2191 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2192
2193         * mml.el (mml-attach-file): Strip text properties from file name.
2194         (Bug#1574)
2195
2196 2008-12-16  Glenn Morris  <rgm@gnu.org>
2197
2198         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2199
2200 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2203         knows since the charset specified might be a bogus alias that
2204         mm-charset-synonym-alist provides.
2205
2206 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2207
2208         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2209         "ISO_8859-1".
2210
2211         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2212
2213 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * mm-util.el (mm-charset-eval-alist):
2216         Define it before mm-charset-to-coding-system.
2217         (mm-charset-to-coding-system): Add optional argument `silent';
2218         define it before mm-charset-override-alist.
2219         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2220         default value if it can be used in Emacs currently running;
2221         silence mm-charset-to-coding-system.
2222
2223 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2226         `allow-override' which says whether to use `mm-charset-override-alist'.
2227         (rfc2047-decode-encoded-words): Use it.
2228
2229         * mm-util.el (mm-charset-override-alist): Fix custom type;
2230         add `(gb2312 . gbk)' to choices.
2231
2232 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2235         fast.
2236
2237         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2238
2239         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2240
2241 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2242
2243         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2244         on links.
2245
2246         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2247
2248 2008-12-03  Lute Kamstra  <lute@gnu.org>
2249
2250         * sha1.el: Remove leading * from docstrings of defcustoms,
2251         deffaces, defconsts and defuns.
2252
2253 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2256         users' addresses that don't have domain parts.
2257         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2258         rather than message-narrow-to-head since there will be the message
2259         header separator.
2260
2261 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2262
2263         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2264         since the result is inserted in a unibyte buffer anyway.
2265         (nnimap-demule-use-string-to-multibyte): Remove.
2266         (nnimap-demule): Alias it to mm-string-to-multibyte.
2267
2268 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2269
2270         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2271         variable for debugging bug#464 and bug#1174.
2272         (nnimap-demule): Use it.
2273
2274 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2275
2276         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2277         score calculation correctly.
2278
2279 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2280
2281         * message.el (message-send-mail): Just set the buffer to unibyte
2282         rather than use mm-with-unibyte-current-buffer which does a lot more.
2283         (message-send-mail-partially): Don't bother with
2284         mm-with-unibyte-current-buffer since it's already been made unibyte by
2285         message-send-mail.
2286
2287 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2288
2289         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2290
2291 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2292
2293         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2294
2295 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2298         require itself and to remove `with-no-warnings'.
2299
2300 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2301
2302         * starttls.el (starttls-any-program-available): Get the name of the
2303         available TLS layer program.
2304         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2305         well as the host name in the "opening" message.
2306
2307         * auth-source.el (auth-source-cache, auth-source-do-cache)
2308         (auth-source-user-or-password): Cache passwords and logins by default,
2309         allow override with `auth-source-do-cache'.
2310         (auth-source-forget-user-or-password): Allow users to remove cache
2311         entries if needed.
2312
2313 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2314
2315         * md4.el (md4-buffer): Fix typo in docstring.
2316         (md4, md4-64): Doc fixes.
2317         (md4-pack-int32): Reflow docstring.
2318
2319 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2320
2321         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2322         condition-case to only the forward-sexp call.
2323
2324 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2325
2326         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2327         quotes contained.  Make it more robust regardless by an extra
2328         condition-case wrapper.
2329
2330 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2333
2334 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * nnml.el (nnml-request-expire-articles): Check if the function set to
2337         `nnmail-expiry-target' returns the symbol `delete'.
2338
2339         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2340
2341         * nnmail.el (nnmail-expiry-target): Fix custom type.
2342
2343 2008-10-02  Glenn Morris  <rgm@gnu.org>
2344
2345         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2346         Silence compiler warning.
2347
2348 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2349
2350         * tls.el (open-tls-stream): Show the actual command being
2351         executed, instead of the format string.
2352
2353 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2354
2355         * lpath.el: Fbind codepage-setup for Emacs 23.
2356
2357 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2358
2359         * mml.el (mml-menu): Don't assume mml2015 is bound.
2360
2361 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2364         exists.
2365
2366 2008-09-27  Glenn Morris  <rgm@gnu.org>
2367
2368         * gnus-util.el (mail-header-remove-comments): Autoload it.
2369
2370 2008-09-27  Andreas Schwab  <schwab@suse.de>
2371
2372         * gnus-util.el (gnus-split-references): Strip comments.
2373         (gnus-parent-id): Likewise.
2374
2375 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2376
2377         * message.el (message-confirm-send): Fix version.
2378
2379 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * message.el (message-idna-to-ascii-rhs-1): Use
2382         mail-extract-address-components rather than mail-header-parse-addresses
2383         that is an alias by default to ietf-drums-parse-addresses that does not
2384         support non-ASCII names in headers' contents.
2385
2386 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2387
2388         * message.el (message-confirm-send): Fixed variable documentation to
2389         avoid the "y/n" wording.
2390
2391 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2392
2393         * message.el (message-set-auto-save-file-name): Save to a different
2394         filename so multiple messages (especially drafts) can be recovered.
2395
2396 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2397
2398         * message.el (message-confirm-send): Add appropriate version.
2399
2400 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2401
2402         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2403         defvar.
2404
2405 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2406
2407         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2408         (mm-pkcs7-enveloped-magic): Ditto.
2409
2410 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2411
2412         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2413         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2414
2415 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2416
2417         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2418         default, it's better.
2419
2420 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2421
2422         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2423         summary line gnus-number property and ignore them (with a warning
2424         message).
2425
2426 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2429         macro caddr in the interactive form since it won't be expanded.
2430
2431 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2434         `charset'; fix name of function called recursively.
2435         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2436
2437 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2440         (gnus-mime-set-charset-parameters): New function.
2441         (gnus-mime-view-part-as-charset): Use it to correctly display part
2442         specifying wrong charset.
2443
2444 2008-09-08  David Engster  <dengste@eml.cc>
2445
2446         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2447         in completing-read for back end server.
2448
2449 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2450
2451         * message.el (message-confirm-send): New variable to confirm sending a
2452         message.
2453         (message-send): Use it.
2454
2455 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2456
2457         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2458
2459 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2462
2463 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2464
2465         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2466         prevent tracking too many groups.
2467         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2468         Use it.
2469
2470 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2471
2472         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2473         moving point to the bottom of the window in order to avoid recentering.
2474
2475 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2478
2479         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2480         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2481         (gnus-article-beginning-of-window): Fix calculation.
2482
2483 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus-msg.el (gnus-summary-supersede-article)
2486         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2487         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2488         message header.
2489
2490 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2491
2492         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2493         pending output coming after the status change.
2494
2495 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2496
2497         * message.el:
2498         * gnus-start.el:
2499         * gnus-registry.el: Remove VMS support.
2500
2501 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2504         macro.
2505         (rfc2104-hash): Use it.
2506
2507 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2508
2509         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2510         (gnus-summary-sort-by-most-recent-date): New commands.
2511         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2512         and menu entries.
2513
2514 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2517         don't redisplay article for raw contents; remove plural articles stuff.
2518
2519         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2520         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2521         on gnus-summary-save-article; display results properly.
2522
2523 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * lpath.el: No need to fbind ns-focus-frame.
2526
2527 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2530
2531 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2534         gnus-save-all-headers.
2535
2536 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2537
2538         * gnus-util.el (ns-focus-frame): Remove declaration.
2539         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2540         like x.
2541
2542 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2543
2544         * rfc2104.el (rfc2104-zero): Delete defconst.
2545         (rfc2104-hex-alist): Likewise.
2546         (rfc2104-hex-to-int): Delete func.
2547         (rfc2104-hexstring-to-bitstring): Likewise.
2548         (rfc2104-nybbles): New defconst.
2549         (rfc2104-hash): Rewrite for speed.
2550
2551 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * tls.el (open-tls-stream): Make it work with the 2nd argument
2554         BUFFER that is a string but does not exist as a buffer object, as
2555         mentioned in the doc-string.
2556
2557 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2560         SXEmacs.
2561
2562 2008-07-16  Glenn Morris  <rgm@gnu.org>
2563
2564         * gnus-util.el (ns-focus-frame): Declare for compiler.
2565
2566 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2569         set as a group parameter.
2570         (gnus-summary-save-in-pipe): Work when it is called independently.
2571         (gnus-summary-pipe-to-muttprint): Don't modify
2572         gnus-summary-pipe-output-default-command.
2573
2574 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2575
2576         * message.el (message-send-mail-with-sendmail):
2577         Display the error message.
2578
2579 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * gnus-art.el (gnus-default-article-saver):
2582         Add gnus-summary-save-in-pipe to choices.
2583         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2584         gnus-summary-pipe-output-default-command as the default command.
2585         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2586         instead of gnus-last-shell-command.
2587
2588         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2589         New user option.
2590         (gnus-summary-muttprint-program): Mention the value will be changed.
2591         (gnus-summary-save-article): Force showing of all headers.
2592         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2593
2594 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2595
2596         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2597
2598 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2599
2600         * nnimap.el (nnimap-id):
2601         * sieve-manage.el (sieve-manage-open): Doc fixes.
2602
2603 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2604
2605         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2606         if available.
2607
2608 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2609
2610         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2611
2612         * nnkiboze.el (nnkiboze-generate-group):
2613         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2614
2615         * nnmairix.el: Require CL.
2616
2617 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * dgnushack.el: Autoload get-display-table and put-display-table for
2620         XEmacs 21.5.
2621
2622         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2623         21.4 and SXEmacs.
2624
2625 2008-06-15  David Engster  <dengste@eml.cc>
2626
2627         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2628
2629 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2630
2631         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2632         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2633         runtime choice under XEmacs.
2634
2635         * gnus-sum.el (gnus-summary-set-display-table):
2636         Use `gnus-put-display-table', `gnus-get-display-table',
2637         `gnus-set-display-table' for the display table, instead of `aset'.
2638
2639         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2640         Use `gnus-put-display-table', `gnus-get-display-table',
2641         `gnus-set-display-table' for the display table.
2642
2643 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2644
2645         * nnmairix.el: Add autoloads.
2646
2647 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2648
2649         * nnmairix.el (nnmairix-delete-recreate-group)
2650         (nnmairix-update-and-clear-marks): Fix error messages.
2651
2652 2008-06-14  David Engster  <dengste@eml.cc>
2653
2654         * nnmairix.el: Upgrade to version 0.6.
2655         (nnmairix-group-toggle-propmarks-this-group)
2656         (nnmairix-group-toggle-readmarks-this-group)
2657         (nnmairix-group-delete-recreate-this-group)
2658         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2659         (nnmairix-remove-tick-mark-original-article): New commands.
2660         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2661         (nnmairix-propagate-marks-to-nnmairix-groups)
2662         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2663         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2664         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2665         functions needed for marks propagation and manipulation of read marks.
2666         (nnmairix-update-groups): New function.
2667         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2668         (nnmairix-determine-original-group-from-registry)
2669         (nnmairix-determine-original-group-from-path)
2670         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2671         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2672         New helper functions.
2673         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2674         keystrokes for new commands.
2675         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2676         (nnmairix-request-group): Check allow-fast group parameter.
2677         (nnmairix-request-create-group): Set allow-fast group parameter if
2678         nnmairix-allowfast-default is set.
2679         (nnmairix-close-group): Propagate marks upon closing if needed.
2680         (nnmairix-group-toggle-threads-this-group): Use new.
2681         nnmairix-group-toggle-parameter helper function.
2682         (nnmairix-search): Better check for empty search result.
2683         (nnmairix-goto-original-article): Use new helper functions for
2684         determining original article.
2685         (nnmairix-show-original-article): Make sure message-id is in brackets.
2686         (nnmairix-call-mairix-binary): Change variable name.
2687         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2688         helper function.
2689         (nnmairix-widget-toggle-activate): Fix doc string.
2690
2691 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * nnir.el: Require edmacro when compiling with XEmacs.
2694         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2695         available in Emacs 21.
2696
2697 2008-06-11  Glenn Morris  <rgm@gnu.org>
2698
2699         * gnus-util.el (x-focus-frame):
2700         * gnus.el (image-size):
2701         * mm-decode.el (image-size): Declare.
2702
2703         * gnus-picon.el (declare-function): Add compat definition.
2704         (image-size): Declare.
2705
2706         * gnus-group.el (tool-bar-map):
2707         * gnus-sum.el (tool-bar-map): Define for compiler.
2708
2709         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2710
2711         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2712
2713         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2714         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2715         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2716         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2717         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2718         * sieve-manage.el, spam-report.el, spam.el:
2719         Remove unnecessary eval-and-compile of autoloads.
2720
2721 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2722
2723         * auth-source.el: Precise Tramp doc.
2724
2725 2008-06-07  Glenn Morris  <rgm@gnu.org>
2726
2727         * nnmairix.el: Remove unnecessary eval-when-compile.
2728
2729 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * lpath.el: Fbind propertize for XEmacs 21.4.
2732
2733 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2734
2735         * nnir.el: Move here from ../contrib.
2736
2737 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2738
2739         * gnus-util.el (gnus-read-shell-command): New function.
2740         * mm-decode.el (mm-pipe-part):
2741         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2742
2743 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2746
2747 2008-06-03  Glenn Morris  <rgm@gnu.org>
2748
2749         * pop3.el (nnheader-accept-process-output): Autoload it.
2750
2751 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2754         are not 2-digit hexadecimal characters that follow `%'s.
2755
2756 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2757
2758         * message.el (message-bogus-recipient-p): Fix type in doc string.
2759         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2760         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2761         Improve custom options.
2762         (message-bogus-recipient-p): Adjust accordingly.
2763
2764 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2765
2766         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2767         long-form month and day names.
2768
2769 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * dgnushack.el: Autoload debug, eudc-expand-inline and
2772         pgg-snarf-keys-region for XEmacs.
2773
2774         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2775
2776         * nnmairix.el: Require edmacro when compiling with XEmacs.
2777
2778 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2779
2780         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2781         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2782
2783 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2784
2785         * auth-source.el: Add more docs.
2786
2787         * netrc.el (netrc-machine): Always match if the port is not given.
2788
2789 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2792         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2793         retrieval faster in some cases, but might make CPU usage larger.  If
2794         this has any bad side effects, we might revert this change.
2795
2796         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2797         seems to make mail retrieval much, much faster.
2798         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2799         unconditionally.
2800
2801         * gnus-draft.el (gnus-group-send-queue): Bind
2802         message-send-mail-partially-limit to nil to avoid being prompted.
2803
2804 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2805
2806         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2807
2808         * message.el (message-bogus-address-regexp): Fix and improve custom
2809         type.
2810         (message-setup-hook): Add message-check-recipients as custom option.
2811
2812 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2813
2814         * message.el (message-cite-function): Remove bogus autoload which crept
2815         in during merge from v5-10.
2816
2817 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2818
2819         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2820
2821         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2822
2823         * auth-source.el: Preliminary Tramp docs.
2824         (auth-sources): Change the default auth-sources to use
2825         EPA .gpg files.
2826
2827 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2828
2829         * nntp.el: Autoload `auth-source-user-or-password'.
2830         (nntp-send-authinfo): Use it.
2831
2832         * nnimap.el: Autoload `auth-source-user-or-password'.
2833         (nnimap-open-connection): Use it.
2834
2835         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2836         for the gnus-message function.
2837         (auth-source-user-or-password): Use it.
2838
2839 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2840
2841         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2842         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2843         (rfc2104-hash): Use it.
2844
2845 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2846
2847         * gnus-art.el (gnus-article-toggle-truncate-lines):
2848         Don't use `iff' in docstring.
2849
2850 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2851
2852         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2853
2854         * gnus-util.el (gnus-extract-address-component-name)
2855         (gnus-extract-address-component-email): Convenience functions around
2856         `gnus-extract-address-components'.
2857
2858         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2859         Use `gnus-extract-address-component-email' to fix bug of comparing full
2860         sender name to `user-mail-address'.
2861
2862 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2863
2864         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2865         catch/throw to optimize.
2866         (gnus-registry-find-keywords): Just use member to find a keyword.
2867
2868 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2869
2870         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2871         is current before calling gnus-server-prepare.
2872         (gnus-server-setup-buffer, gnus-server-update-server)
2873         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2874
2875 2008-05-04  Juri Linkov  <juri@jurta.org>
2876
2877         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2878         (mailcap-file-default-commands): Use mailcap-replace-in-string
2879         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2880         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2881
2882 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2883
2884         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2885
2886 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2887
2888         * gnus.el: Bump version to 0.11.
2889
2890 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2891
2892         * gnus.el: No Gnus v0.10 is released.
2893
2894 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2895
2896         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2897         hooks.
2898         (gnus-update-read-articles): Speed up non-marks-using users.
2899         (gnus-use-marks): Define gnus-use-marks.
2900         (gnus-propagate-marks): Rename variable to something more sensible.
2901
2902 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2903
2904         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2905         (gmm-image-load-path-for-library): Fix typos in docstrings.
2906         (gmm-message): Reflow docstring.
2907
2908 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2909
2910         * mail-source.el (mail-source-set-1, mail-source-bind):
2911         Move auth-source code out of the macro to clean it up and fix bugs.
2912
2913 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2914
2915         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2916         by sender if it's equal to user-mail-address, it's likely to be
2917         useless.
2918
2919         * mail-source.el (mail-source-bind): Don't use user or password if they
2920         are not bound.  Unintern them if they are nil.  Don't use server unless
2921         it's bound, and default it to empty string otherwise.
2922
2923 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2924
2925         * mail-source.el: Load auth-source.el.
2926         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2927         get user name or password, if auth-sources is set up.
2928
2929         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2930         strategy of splitting with parent.
2931         (gnus-registry-split-fancy-with-parent)
2932         (gnus-registry-post-process-groups): Use it and fix prior
2933         bug (returning a list as the split result).
2934
2935         * auth-source.el (auth-sources): Remove server parameter.
2936         (auth-source-pick, auth-source-user-or-password)
2937         (auth-source-user-or-password-imap)
2938         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2939         (auth-source-user-or-password-sftp)
2940         (auth-source-user-or-password-smtp): Remove server parameter.
2941
2942 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2943
2944         * smime.el (smime-sign-region, smime-encrypt-region)
2945         (smime-decrypt-region):
2946         Remove redundant calls to `generate-new-buffer-name'.
2947
2948 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2949
2950         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2951         Don't use QP for message/rfc822.
2952         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2953
2954 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2955
2956         * sieve-manage.el (sieve-string-bytes): Remove.
2957         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2958         correct byte-length only if the process's coding-system is the same as
2959         the one used internally by Emacs to represent strings.
2960
2961 2008-04-22  Juri Linkov  <juri@jurta.org>
2962
2963         * mailcap.el (mailcap-file-default-commands): New function.
2964
2965 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2966
2967         * message.el (message-signature-separator, message-cite-function):
2968         Change custom version.
2969
2970 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2971
2972         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2973         commands.
2974         (tls-checktrust): Ditto.
2975
2976 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2977
2978         * mm-decode.el (mm-display-external): Make temp file read-only.
2979
2980 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2981
2982         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2983         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2984         `C-c C-f d'.
2985
2986 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2987
2988         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2989
2990 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2991
2992         * gnus.el: Bump version to 0.9.
2993
2994 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2995
2996         * gnus.el: No Gnus v0.8 is released.
2997
2998 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2999
3000         * mail-source.el (mail-source-value):
3001         Prefer fboundp to functionp so it works with macros as well.
3002
3003 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3004
3005         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3006         Fix last change in case the element is not even a symbol.
3007
3008 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3009
3010         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3011         Prefer fboundp to functionp so it works with macros as well.
3012
3013 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3014
3015         * auth-source.el: Added docs.
3016         (auth-sources): Modify format to support server.
3017         (auth-source-pick, auth-source-user-or-password)
3018         (auth-source-user-or-password-imap)
3019         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3020         (auth-source-user-or-password-sftp)
3021         (auth-source-user-or-password-smtp): Add server parameter.
3022
3023 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3024
3025         * gnus-registry.el: Initialize the registry when gnus-registry-install
3026         is t.
3027
3028 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * compface.el (uncompface): Make buffer unibyte.
3031
3032 2008-04-05  Glenn Morris  <rgm@gnu.org>
3033
3034         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3035
3036 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3037
3038         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3039         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3040
3041         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3042         multibyteness after rather than before erasing it.
3043
3044         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3045         mm-with-multibyte.
3046         (gnus-request-article-this-buffer): Make sure the proper decoding is
3047         used if gnus-original-article-buffer happens to be unibyte.
3048
3049         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3050         default-enable-multibyte-characters.
3051
3052         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3053         default-enable-multibyte-characters.
3054
3055         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3056
3057         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3058
3059 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3060
3061         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3062         (imap-message-copyuid-1): Use it.
3063         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3064         J. Williams in
3065         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3066
3067         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3068         imap-enable-exchange-bug-workaround.
3069         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3070
3071 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3072
3073         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3074         a 100 byte status-checks into a 2-3MB transfer for each group.
3075         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3076         to enable bug workaround or not.
3077         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3078
3079 2008-03-31  Glenn Morris  <rgm@gnu.org>
3080
3081         * message.el (mml2015-use): Declare for compiler.
3082         (message-info): Require mml2015 when appropriate.
3083
3084 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3087         whitespace.
3088
3089 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3090
3091         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3092         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3093         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3094         (nntp-service-to-port): New function.
3095         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3096         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3097         (nntp-open-netcat-stream): New function.
3098         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3099
3100 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3101
3102         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3103
3104 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3105
3106         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3107
3108 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3109
3110         * dns.el (dns-write): Use set-buffer-multibyte.
3111
3112 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3113
3114         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3115
3116 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3117
3118         * message.el (message-signature-separator): Change default.
3119         Improve custom type.
3120         (message-cite-function): Change default to
3121         message-cite-original-without-signature.
3122
3123         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3124         toggle.
3125
3126         * message.el (message-check-news-body-syntax): Fix signature check.
3127         (message-setup-1): Mark buffer as unmodified _after_ running
3128         message-setup-hook and handling message-alternative-emails.
3129         (message-shorten-references): Be more strict when building list of
3130         valid references to comply with GNKSA.
3131
3132         * gnus-group.el (gnus-read-ephemeral-bug-group)
3133         (gnus-read-ephemeral-debian-bug-group)
3134         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3135
3136         * message.el (message-info): Don't use booleanp which isn't supported
3137         in Emacs 21 and XEmacs.
3138
3139 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3140
3141         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3142         gnus-group-gmane-group-download-format.
3143         (gnus-group-read-ephemeral-gmane-group): Rename from
3144         gnus-group-read-ephemeral-gmane-group.
3145         (gnus-read-ephemeral-gmane-group-url): Rename from
3146         gnus-group-read-ephemeral-gmane-group-url.
3147         (gnus-bug-group-download-format-alist): New variable.
3148         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3149         (gnus-read-ephemeral-emacs-bug-group): New commands.
3150
3151 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3152
3153         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3154         (gnus-visible-headers): Improve custom type.
3155
3156 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3157
3158         * mml.el (mml-menu): Add workarounds for XEmacs.
3159
3160         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3161         X-Boundary header.
3162
3163         * message.el (message-simplify-recipients): Fix previous commit.
3164
3165 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3166
3167         * mm-util.el (mm-set-buffer-multibyte): New function.
3168         * mm-decode.el (mm-copy-to-buffer): Use it.
3169
3170 2008-03-19  Glenn Morris  <rgm@gnu.org>
3171
3172         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3173         Accidentally removed in the sync process with Emacs.
3174
3175 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3176
3177         * message.el (message-alter-recipients-discard-bogus-full-name):
3178         New function.
3179         (message-alter-recipients-function): New variable.
3180         (message-get-reply-headers): Use it.
3181         (message-replace-header): New helper function.
3182         (message-recipients-without-full-name): New variable.
3183         (message-simplify-recipients): New command.
3184
3185         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3186
3187         * message.el (message-info): Handle EasyPG manual.
3188
3189         * mml.el (mml-menu): Add entry for EasyPG.
3190
3191 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3192
3193         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3194         parameter.
3195
3196         * message.el (message-disassociate-draft): Specify drafts group name
3197         fully.
3198
3199 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3200
3201         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3202         unnecessary duplicates from the match list.
3203
3204 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3207
3208         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3209
3210         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3211         args of `how-many' of which the XEmacs version doesn't take; declare
3212         Info-index-next as function.
3213
3214 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3215
3216         * gnus-score.el (gnus-score-headers): Fix handling of
3217         gnus-inhibit-slow-scoring.
3218
3219         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3220         string.
3221         (gnus-button-url-regexp): Improve handling of parenthesis.
3222         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3223         (gnus-button-handle-info-keystrokes): Handle index entries.
3224
3225 2008-03-15  Glenn Morris  <rgm@gnu.org>
3226
3227         * parse-time.el (parse-time-string): Simplify.
3228
3229 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3232         Incoming* files.
3233
3234 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3235
3236         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3237         (auth-source-pick): Use it.
3238
3239 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3240
3241         * binhex.el (binhex-decode-region-internal):
3242         * uudecode.el (uudecode-decode-region-internal):
3243         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3244         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3245         setting default-enable-multibyte-characters.
3246
3247 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3248
3249         * auth-source.el (auth-source-protocols)
3250         (auth-source-protocols-customize, auth-source-choices): Added and
3251         modified variable customizations and defaults.
3252         (auth-source-pick, auth-source-user-or-password)
3253         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3254         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3255         (auth-source-user-or-password-sftp)
3256         (auth-source-user-or-password-smtp): Use new variables and provide an
3257         interface to netrc.el.
3258
3259 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3262         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3263         Make sure the nntp port to specify is a string.
3264
3265 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3266
3267         * nntp.el: Use with-current-buffer.
3268         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3269         dubious mm-with-unibyte-current-buffer.
3270         (nntp-with-open-group-function): New function extracted from
3271         nntp-with-open-group macro.
3272         (nntp-with-open-group): Use the function, so it's easier to debug.
3273         Add indentation and debugging info.
3274         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3275         the use of the netcat alternatives.
3276
3277         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3278         Avoid mm-string-as-multibyte as well.
3279
3280         * nnweb.el (nnweb-insert-html):
3281         Remove use of nnheader-string-as-multibyte.
3282
3283         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3284         (nnheader-string-as-multibyte): Remove.
3285
3286         * mm-view.el: Use inhibit-read-only.
3287         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3288         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3289         or unibyte-string.
3290
3291         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3292         (mm-uu-yenc-extract): Use with-current-buffer.
3293
3294         * gnus-soup.el (gnus-soup-send-packet): Don't use
3295         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3296
3297         * nnmh.el: Use with-current-buffer.
3298         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3299         mm-string-as-multibyte on the output of mm-encode-coding-string.
3300
3301         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3302         (nnimap-request-move-article): Use with-current-buffer.
3303
3304         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3305         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3306         conversion uses string-make-unibyte rather than string-as-unibyte.
3307
3308         * gnus-msg.el: Use with-current-buffer.
3309
3310         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3311
3312 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3313
3314         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3315         string for caching if it is 'PIN.
3316
3317 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * lpath.el: Consider the case without Emacs/W3.
3320
3321 2008-03-08  Glenn Morris  <rgm@gnu.org>
3322
3323         * time-date.el (date-to-time, time-subtract, time-add)
3324         (safe-date-to-time): Doc fixes.
3325
3326 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3327
3328         * mail-source.el (mail-source-delete-old-incoming-confirm):
3329         Change default to nil.
3330         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3331
3332 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * lpath.el: Rearrange.
3335
3336         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3337         (gnus-article-goto-prev-page): Work for articles having ^L's.
3338
3339         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3340
3341         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3342
3343 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3344
3345         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3346         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3347         (gnus-bookmark-jump): Adjust some variable names.
3348
3349 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3350
3351         * auth-source.el: New package.
3352         (auth-source-choices): Add customization entry point variable.
3353
3354         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3355         bug.
3356
3357 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3358
3359         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3360         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3361         (gnus-registry-install-shortcuts): Rename from
3362         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3363         the `gnus-registry-mark-map' keymap dynamically from
3364         `gnus-registry-marks'.  The generated functions update the summary line
3365         when a registry mark is added or deleted, and will call
3366         `gnus-registry-install-p' (see the comments in the code).
3367         (gnus-registry-user-format-function-M): Use concat intelligently.
3368
3369         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3370         the registry mark functions.
3371
3372 2008-03-05  Glenn Morris  <rgm@gnu.org>
3373
3374         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3375         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3376         gnus-art.
3377         (top-level): No need to load own source when compiling.
3378
3379 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3380
3381         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3382         Suggested by <chris.anderton@zetnet.co.uk>.
3383
3384 2008-03-04  Glenn Morris  <rgm@gnu.org>
3385
3386         * gnus-sum.el (top-level): No need to require gnus when compiling,
3387         since unconditionally required near start of file.
3388         (gnus-summary-display-while-building): Move definition before use.
3389
3390 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3391
3392         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3393         formatting function.
3394
3395 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3396
3397         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3398         with plists.
3399         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3400         Use new format.
3401
3402 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3403
3404         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3405         `where-is-internal' that returns a range of key sequences.
3406
3407 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3408
3409         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3410
3411         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3412         (gnus-summary-jump-to-group): Consider windows on other displayed
3413         frames as well.  Similar changes might be needed elsewhere, but that's
3414         the one I've bumped into during my use.
3415
3416         * nndoc.el (nndoc-oe-dbx-type-p):
3417         * gnus-msg.el (gnus-debug):
3418         * gnus-group.el (gnus-update-group-mark-positions):
3419         Use mm-string-to-multibyte.
3420
3421 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3422
3423         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3424         doesn't handle NotDashEscaped.
3425
3426         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3427         (mml-dnd-attach-options): Fix typo in custom choice.
3428
3429         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3430         nndoc-article-type to mbox.
3431         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3432
3433         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3434         to nil, instead of html2text.
3435
3436         * imap.el (imap-debug): Add `imap-ping-server'.
3437
3438         * gnus-bookmark.el: Add FIXMEs.
3439
3440         * message.el (message-form-letter-separator)
3441         (message-send-form-letter-delay): New variables.
3442         (message-send-form-letter): Use them.  New command to send form
3443         letters.  Requested by Uwe Siart.
3444         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3445
3446 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3447
3448         * Update copyright years.
3449
3450 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3451
3452         Sync from EMACS_22_BASE.
3453
3454         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3455
3456 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3457
3458         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3459         empty author.
3460
3461 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3462
3463         * gnus-registry.el (gnus-registry-marks): Add variable for
3464         customization of marks and their appearance.
3465         (gnus-registry-read-mark): Use it.
3466         (gnus-registry-do-marks): Add utility function to loop through
3467         `gnus-registry-marks'.
3468         (gnus-registry-install-shortcuts-and-menus): Add function to install
3469         shortcuts and menus.
3470         (gnus-registry-initialize): Use it.
3471         (gnus-registry-default-mark): Clarify documentation.
3472
3473 2008-02-29  Glenn Morris  <rgm@gnu.org>
3474
3475         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3476         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3477         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3478         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3479         Change defcustom :version from 23.0 to 23.1.
3480
3481 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3482
3483         * gnus-registry.el (gnus-registry-follow-group-p)
3484         (gnus-registry-post-process-groups): Add functions to aid registry
3485         splitting and improve logging.  Clarify behavior in function
3486         documentation.
3487         (gnus-registry-split-fancy-with-parent): Use them.
3488
3489 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3490
3491         * gnus-art.el: Use with-current-buffer.
3492
3493 2008-02-27  David Engster  <dengste@eml.cc>
3494
3495         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3496         Express real group name in the response.
3497
3498 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3501         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3502         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3503         autoload gnus-registry-fetch-group when compiling.
3504         (nnmairix-request-group-with-article-number-correction): Remove
3505         unreferenced argument passed to nnmairix-call-backend.
3506
3507 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3508
3509         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3510         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3511         Wilde.
3512
3513 2008-02-27  Glenn Morris  <rgm@gnu.org>
3514
3515         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3516         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3517         variables to defconsts.  Convert comments to doc-strings.
3518         (nnmairix-last-server, nnmairix-current-server): Convert from free
3519         variables to defvars.  Convert comments to doc-strings.
3520         (gnus-registry-fetch-group): Autoload.
3521         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3522         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3523         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3524         caddr.
3525         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3526         nnmairix-request-group-with-article-number-correction call.
3527         (nnmairix-fast, nnmairix-group): New, less general names, for free
3528         variables passed from nnmairix-request-group to
3529         nnmairix-request-group-with-article-number-correction.  Declare.
3530         (nnmairix-request-group-with-article-number-correction):
3531         Use nnmairix-fast, nnmairix-group rather than fast, group.
3532
3533 2008-02-26  David Engster  <dengste@eml.cc>
3534
3535         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3536         version 0.5.
3537
3538 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3539
3540         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3541         instead of making an extra function call.  Don't add the current group
3542         to articles only when they have the group.  Use
3543         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3544         Reported by David <de_bb@arcor.de>.
3545
3546 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3549         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3550
3551 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3552
3553         * mail-source.el (mail-source-delete-incoming): Change default.
3554         Supplement doc string.
3555
3556         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3557
3558 2008-02-14  Glenn Morris  <rgm@gnu.org>
3559
3560         * time-date.el (format-seconds): New function.
3561
3562 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3563
3564         * nnmail.el (nnmail-message-id-cache-file): Derive from
3565         `gnus-home-directory'.
3566
3567 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3568
3569         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3570         Document negative prefix.
3571
3572         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3573
3574 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * message.el (message-unsent-separator): Add the Exim bounce
3577         separator.
3578
3579 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3580
3581         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3582         list.
3583         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3584         recipient/signer list.
3585
3586 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * Makefile.in (datarootdir): Define.
3589         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3590         name that might contain whitespace.
3591
3592 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3593
3594         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3595         fbound (Emacs 23 unicode), signal an error.
3596
3597 2008-02-08  Glenn Morris  <rgm@gnu.org>
3598
3599         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3600
3601 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3602
3603         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3604         ports to the calls to `netrc-machine-user-or-password' in addition to
3605         "imap" and "imaps".
3606
3607 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3608
3609         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3610
3611         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3612
3613 2008-02-01  Kenichi Handa  <handa@m17n.org>
3614
3615         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3616         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3617         (rfc2104-hash): Convert the result of concat to unibyte string.
3618
3619 2008-02-01  Dave Love  <fx@gnu.org>
3620
3621         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3622         coding-system-for-read.
3623         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3624
3625 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3626
3627         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3628         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3629         <hanche@math.ntnu.no>.
3630
3631 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3634
3635         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3636
3637 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3638
3639         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3640         * message.el (message-beginning-of-line): Use featurep instead of bound
3641         tests in order to resolve conditionals at compile time.
3642
3643 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3644
3645         * mail-source.el (mail-sources): Add `group' choice.
3646
3647         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3648         parameter `in-group' to control into which group the articles go.
3649         Add treatment of `group' mail-source.
3650
3651 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3654
3655         * mm-decode.el (mm-dissect-buffer): Decode description.
3656
3657         * mml.el (mml-to-mime): Encode message header first.
3658
3659 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3662         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3663
3664         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3665         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3666
3667 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3668
3669         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3670
3671 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3674         prefix keys.
3675         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3676         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3677         gnus-xmas.el.
3678
3679         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3680         (gnus-xmas-article-describe-bindings): New function.
3681         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3682         gnus-xmas-article-describe-bindings.
3683
3684         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3685
3686 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3687
3688         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3689         Add new variables for article mark management.
3690         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3691         list of extra data entries which, when present, will indicate that the
3692         article ID should not be trimmed from the registry.
3693         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3694         functions.
3695         (gnus-registry-read-mark): New function to read a mark name from the
3696         user.
3697         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3698         (gnus-registry-set-article-mark-internal): New functions to add and
3699         remove marks.
3700         (gnus-registry-get-article-marks): New function to show the marks for
3701         an article, or retrieve them for further use.
3702
3703 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3706         keys when no argument is given.
3707
3708 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3709
3710         * imap.el (imap-ping-server): New variable.
3711         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3712         (imap-ping-server): Minor doc string fixes.
3713
3714 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3715
3716         * imap.el (imap-ping-server): New function.
3717         (imap-opened): Call imap-ping-server.
3718
3719 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3720
3721         * gnus-sum.el (gnus-article-sort-by-random)
3722         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3723         jidanni@jidanni.org.
3724
3725 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * gnus-art.el (gnus-article-describe-bindings): New function.
3728         (gnus-article-read-summary-keys): Use it.
3729         (gnus-article-mode-map): Bind `C-h b' to it.
3730
3731 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3734         XEmacs.
3735         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3736         against non-character events.
3737
3738         * lpath.el: Fbind map-keymap for Emacs 21.
3739
3740 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3741
3742         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3743         command.
3744         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3745         instead of END.  Change name of the temp file.
3746         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3747         customizable.
3748
3749 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3752         bind `S W' to gnus-article-wide-reply-with-original; set default
3753         binding to gnus-article-read-summary-send-keys.
3754         (gnus-article-read-summary-keys): Fix the order of keys; display
3755         continuation keys correctly in the echo area; describe bindings
3756         correctly when keys end with `C-h'.
3757         (gnus-article-read-summary-send-keys): New function.
3758         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3759         for gnus-article-read-summary-send-keys; display continuation keys
3760         correctly in the echo area.
3761         (gnus-article-reply-with-original): Ignore prefix argument.
3762         (gnus-article-wide-reply-with-original): New function.
3763
3764         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3765         Emacs 21.
3766
3767 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3770         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3771
3772 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3773
3774         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3775         (gnus-group-read-ephemeral-gmane-group): New command.
3776
3777 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3778
3779         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3780
3781 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3782
3783         * message.el (message-send-mail-function): Increase custom version.
3784
3785         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3786         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3787
3788 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3789
3790         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3791         for the cases where imap-authenticate is called with a nil buffer
3792         parameter.
3793
3794 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3797         html parts correctly; support forwarded messages.
3798         (gnus-article-browse-html-article): Remove work buffers.
3799
3800         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3801         compiling.
3802         (netrc-bound-and-true-p): New macro.
3803         (netrc-parse): Use it instead of bound-and-true-p that is not available
3804         in XEmacs 21.4.
3805
3806 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3807
3808         * gnus-registry.el (gnus-registry-mark-article)
3809         (gnus-registry-article-marks): Add functionality to mark articles
3810         through the Gnus registry.
3811
3812         * encrypt.el: Clarify documentation for the new pgg method.
3813         (encrypt-file-alist): Add PGG option.
3814         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3815         functionality.  Abstract password key and messaging to external
3816         functions.
3817         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3818         (encrypt-message-method-and-cipher): Add new convenience external
3819         functions.
3820         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3821         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3822
3823         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3824         (netrc-parse): Use encrypt-file-alist to determine if
3825         encrypt-find-model or encrypt-insert-file-contents should be used.
3826
3827         * encrypt.el: Clarify documentation.  Load password-cache or
3828         password, whichever one is found first, instead of autoloading.
3829
3830 2007-12-19  Glenn Morris  <rgm@gnu.org>
3831
3832         * mml.el (message-options-set, message-narrow-to-head)
3833         (message-in-body-p, message-mail-p, message-encode-message-body):
3834         Autoload.
3835         (message-remove-header, message-narrow-to-headers-or-head)
3836         (message-subscribed-p, message-make-mail-followup-to)
3837         (message-position-on-field, message-news-p)
3838         (message-options-set-recipient, message-generate-headers)
3839         (message-sort-headers): Declare as functions.
3840
3841 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3842
3843         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3844         convention in doc string.
3845
3846 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3849         title to html parts.
3850         (gnus-article-browse-html-article): Pass message header to it.
3851
3852         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3853
3854 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3855
3856         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3857         or password compatible with XEmacs.
3858
3859 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3860
3861         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3862         format document.
3863         (gnus-mime-delete-part): Don't write description line if empty.
3864         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3865
3866 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3867
3868         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3869         (gnus-summary-mark-read-and-unread-as-read)
3870         (gnus-summary-mark-current-read-and-unread-as-read)
3871         (gnus-summary-mark-unread-as-ticked): Doc fix.
3872         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3873
3874 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3875
3876         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3877         Christoph Conrad <christoph.conrad@gmx.de>.
3878
3879 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3880
3881         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3882         yes-or-no-p.
3883
3884 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * mm-decode.el (mm-add-meta-html-tag): New function.
3887         (mm-save-part-to-file, mm-pipe-part): Use it.
3888
3889         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3890         gnus-y-or-n-p instead of y-or-n-p.
3891         (gnus-article-browse-html-parts): Work with message/external-body; use
3892         mm-add-meta-html-tag.
3893
3894 2007-12-11  Glenn Morris  <rgm@gnu.org>
3895
3896         * gnus-cache.el: Require gnus-sum not just when compiling.
3897
3898         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3899
3900         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3901         definitions before use.
3902
3903         * mm-decode.el: Require gnus-util.
3904         (mm-remove-part): Only call delete-annotation on XEmacs.
3905
3906         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3907
3908         * nnmail.el: Require gnus-int.
3909
3910         * spam.el: Move `require's before `eval-when-compile's.
3911
3912         * gnus-ems.el (gnus-alive-p):
3913         * gnus-fun.el (message-goto-eoh):
3914         * gnus-util.el (gnus-group-name-decode):
3915         * mail-source.el (gnus-compress-sequence):
3916         * message.el (Info-goto-node, format-spec):
3917         * mm-bodies.el (message-options-get):
3918         * mm-decode.el (mm-view-pkcs7):
3919         * mm-util.el (gmm-write-region):
3920         * mml-smime.el (mml-compute-boundary)
3921         (gnus-completing-read-with-default):
3922         * mml.el (widget-button-press, gnus-make-hashtable):
3923         * mml1991.el (mm-decode-content-transfer-encoding)
3924         (mm-encode-content-transfer-encoding)
3925         (message-options-get, message-options-set):
3926         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3927         * nnfolder.el (gnus-request-group):
3928         * nnheader.el (ietf-drums-unfold-fws):
3929         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3930         * smime.el (gnus-run-mode-hooks):
3931         * spam-stat.el (gnus-message): Autoload.
3932
3933         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3934         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3935         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3936         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3937         Add declare-function compatibility definition.
3938
3939         * gnus-cache.el (nnvirtual-find-group-art):
3940         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3941         (gnus-add-image, gnus-add-wash-type):
3942         * gnus-group.el (nnkiboze-score-file):
3943         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3944         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3945         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3946         (message-tokenize-header, gnus-get-buffer-create)
3947         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3948         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3949         * gnus.el (gnus-group-decoded-name):
3950         * mail-source.el (imap-capability):
3951         * mm-bodies.el (message-options-set):
3952         * mm-decode.el (gnus-configure-windows):
3953         * mm-extern.el (message-goto-body):
3954         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3955         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3956         (epg-sub-key-validity, message-options-set):
3957         * mml.el (widget-event-point, gnus-configure-windows):
3958         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3959         * mml2015.el (epg-check-configuration, epg-configuration)
3960         (message-options-set):
3961         * nndb.el (nndb-request-article):
3962         * nnfolder.el (gnus-request-create-group):
3963         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3964         * nnmaildir.el (gnus-group-mark-article-read):
3965         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3966         * rfc1843.el (message-fetch-field):
3967         * spam.el (gnus-extract-address-components):
3968         Declare as functions.
3969
3970 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3973
3974         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3975
3976         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3977         bind show-trailing-whitespace for XEmacs.
3978
3979 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3980
3981         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3982         new no-op macro for backward compatibility.
3983
3984         * imap.el (imap-string-to-integer): New function.
3985
3986 2007-12-09  Glenn Morris  <rgm@gnu.org>
3987
3988         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3989
3990         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3991         * message.el, mm-view.el, sieve-manage.el, smime.el:
3992         Add declare-function compatibility definition.
3993
3994         * gnus-art.el (w3-region, w3m-region, Info-menu):
3995         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3996         * gnus-sum.el (gnus-get-predicate):
3997         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3998         * message.el (mail-abbrev-in-expansion-header-p):
3999         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4000         (w3m-detect-meta-charset, w3m-region):
4001         * sieve-manage.el (password-read, password-cache-add)
4002         (password-cache-remove):
4003         * smime.el (password-read-and-add): Declare as functions.
4004
4005 2007-12-08  David Kastrup  <dak@gnu.org>
4006
4007         * gnus-sum.el (gnus-summary-simplify-subject-query):
4008         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4009         `message'.
4010
4011 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4014         it to bind idna-program, installation-directory, defined-colors, and
4015         face-attribute for XEmacs of the version that compiles defcustom forms.
4016
4017 2007-12-07  Glenn Morris  <rgm@gnu.org>
4018
4019         * gnus-art.el (article-make-date-line): Revert previous change.
4020
4021 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4022
4023         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4024
4025 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4026
4027         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4028         Call gnus-add-to-range ranges only once with a prepared article-list.
4029
4030 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4031
4032         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4033         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4034         group names with backslashes.  Reported by Tassilo Horn
4035         <tassilo@member.fsf.org>.
4036
4037 2007-12-06  Deepak Goel  <deego3@gmail.com>
4038
4039         * gnus-art.el (article-make-date-line):
4040         * gnus-start.el (gnus-load):
4041         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4042
4043 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * gnus-art.el (gnus-use-idna)
4046         * gnus-start.el (gnus-site-init-file)
4047         * message.el (message-use-idna)
4048         * mm-uu.el (mm-uu-hide-markers)
4049         * smiley.el (smiley-style): Revert changes that suppress warnings.
4050
4051 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4054         specify charset to html source.  Reported by Christoph Conrad
4055         <christoph.conrad@gmx.de>.
4056
4057 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4058
4059         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4060         idna-program in order to suppress byte compile warning issued by XEmacs
4061         that came to byte compile the default value section of defcustom forms
4062         recently.
4063
4064         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4065         value of installation-directory.
4066
4067         * message.el (message-use-idna): Don't directly refer to the value of
4068         idna-program.
4069
4070         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4071
4072         * smiley.el (smiley-style): Don't directly call face-attribute.
4073
4074 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4075
4076         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4077
4078         * gnus-dired.el: Reduce Gnus dependencies.
4079         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4080         require.  Use autoloads instead.
4081         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4082         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4083         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4084         (gnus-dired-mode): Adjust doc string.
4085         (gnus-dired-mail-mode): New variable.
4086         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4087         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4088         (gnus-dired-mail-buffers): New function.  Return mail or message
4089         composition buffers.
4090         (gnus-dired-attach): Use it.
4091         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4092         NO-DECODE.
4093         (gnus-dired-print): Use `gnus-print-buffer' depending on
4094         `gnus-dired-mail-mode'.
4095
4096 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * rfc2047.el (rfc2047-encoded-word-regexp)
4099         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4100         explaining what regexp patterns are for.
4101
4102 2007-12-04  Glenn Morris  <rgm@gnu.org>
4103
4104         * password.el: Move to password-cache.el.
4105
4106         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4107         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4108         * mml-smime.el (password-read, password-cache-add)
4109         (password-cache-remove):
4110         No need to autoload, since mml-sec requires password.
4111
4112         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4113         * message.el (gnus-extract-address-components):
4114         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4115
4116         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4117         password.
4118
4119 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4120
4121         * mailcap.el: Reduce dependencies.
4122         (mail-header-parse-content-type): Autoload.
4123         (mailcap-delete-duplicates): New alias.
4124         (mailcap-mime-info): Add optional argument NO-DECODE.
4125         (mailcap-mime-types): Use mailcap-delete-duplicates.
4126
4127         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4128
4129 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4130
4131         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4132         (imap-parse-status): Upcase status-att for servers that sends them
4133         lower-case (e.g., MS Exchange 2007).
4134
4135 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4138         function.
4139
4140         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4141         (gnus-uu-yenc-article): New function.
4142
4143         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4144
4145         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4146         buffer.
4147
4148 2007-12-02  Glenn Morris  <rgm@gnu.org>
4149
4150         * binhex.el (binhex): New custom group.
4151         (binhex-decoder-program, binhex-decoder-switches)
4152         (binhex-use-external): Move to the binhex custom group.
4153
4154         * uudecode.el (uudecode): New custom group.
4155         (uudecode-decoder-program, uudecode-decoder-switches)
4156         (uudecode-use-external): Move to the uudecode custom group.
4157
4158         * netrc.el (top-level): Don't load `encrypt' features.
4159         (netrc-parse): Don't use encrypt.
4160         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4161
4162         * encrypt.el: Remove file.
4163
4164 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4165
4166         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4167         matches on patches.
4168
4169         * gnus-art.el (gnus-article-browse-html-article): Mention
4170         `mm-text-html-renderer' in the doc string.
4171
4172         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4173         string.  Add comments.
4174
4175         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4176         if rhs is ASCII.
4177
4178 2007-12-01  Glenn Morris  <rgm@gnu.org>
4179
4180         * mail-source.el (top-level): Require format-spec before
4181         eval-when-compile.
4182
4183 2007-11-30  Glenn Morris  <rgm@gnu.org>
4184
4185         * encrypt.el: Require password, rather than autoloading password-read.
4186
4187 2007-11-29  Glenn Morris  <rgm@gnu.org>
4188
4189         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4190         (sasl-make-client, sasl-next-step, sasl-step-data)
4191         (sasl-step-set-data): Declare as functions.
4192
4193 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4194
4195         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4196
4197 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4198
4199         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4200         certs should be verified and what is to be done in the event of a
4201         verification failure.
4202
4203         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4204         caller can indicate whether the cache should be disregarded for this
4205         call.  This way the result of the call is reproducible at all times and
4206         can be considered a canonical server name for the supplied method.
4207         (gnus-agent-method-p): Canonicalize server names by pushing their
4208         method through `gnus-method-to-server' using the no-cache argument.
4209
4210         * gnus-srvr.el (gnus-server-insert-server-line): Call
4211         `gnus-method-to-server' with `no-cache' argument.
4212
4213         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4214         gnus-agent-possibly-synchronize-flags as this should be called when the
4215         server is actually being opened.
4216         (gnus-agent-possibly-synchronize-flags)
4217         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4218         flags file of an agentized server to the latter function.
4219
4220         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4221         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4222         after a connection has been established successfully.
4223
4224 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * gnus-art.el (article-display-face): Force to display face if called
4227         interactively; check if gnus-article-x-face-too-ugly matches author.
4228         (article-display-x-face): Display face even if From header is missing
4229         as article-display-face does.
4230
4231 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4232
4233         * hashcash.el (message-narrow-to-headers-or-head)
4234         (message-fetch-field, message-goto-eoh)
4235         (message-narrow-to-headers): Declare as functions.
4236
4237 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4238
4239         * mail-source.el (mail-sources): Default to fetch from file for
4240         compatibility with default of nnmail-spool-file.
4241
4242 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4245         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4246         to look for encoded word that should be encoded again.
4247         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4248         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4249         encoding pattern.
4250         (rfc2047-decode-region): Switch strict regexp and loose one according
4251         to rfc2047-allow-irregular-q-encoded-words.
4252
4253 2007-11-25  Romain Francoise  <romain@orebokech.com>
4254
4255         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4256
4257 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4258
4259         * tls.el (tls-program): Provide more custom choices from
4260         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4261         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4262
4263 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4264
4265         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4266         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4267
4268         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4269         `nnmail-spool-file'.
4270
4271         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4272         `nnmail-spool-file'.
4273
4274         * gnus-move.el (gnus-change-server): Ditto.
4275
4276         * gnus-kill.el (gnus-batch-score): Ditto.
4277
4278         * gnus-cache.el (gnus-jog-cache): Ditto.
4279
4280         * gnus-msg.el (gnus-summary-reply):
4281         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4282
4283 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4284
4285         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4286         version.  Minor improvement to doc strings.
4287         (tls-program): Add comment.
4288
4289 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4290
4291         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4292         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4293         mismatch between the hostname provided in the certificate and the name
4294         of the host connnecting to.
4295         (open-tls-stream): Use them.  Check certificates against trusted root
4296         certificates.
4297
4298 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4299
4300         * gnus-cache.el (gnus-cache-generate-nov-databases):
4301         Use nnml-generate-nov-databases-directory instead of
4302         nnml-generate-nov-databases-1.
4303
4304 2007-11-24  Glenn Morris  <rgm@gnu.org>
4305
4306         * message.el (message-tool-bar-retro): Update for rename
4307         mail_send.xpm->mail-send.xpm.
4308
4309 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4310
4311         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4312         `smime-ldap-search' for Emacs 22 and up.
4313
4314 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4315
4316         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4317
4318         * message.el (message-send-mail-function): Fix error convention.
4319         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4320         (message-widen-reply, message-send-mail, message-talkative-question)
4321         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4322         (message-clone-locals, message-send-news): Use with-current-buffer.
4323         (message-insert-or-toggle-importance): Remove unused var `valid'.
4324         (message-make-references): Remove unused var `new-references'.
4325         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4326
4327 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4328
4329         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4330         (spam-split-symbolic-return-positive): Reflow docstring.
4331         (spam-backends, spam-summary-exit-behavior)
4332         (spam-mark-ham-unread-before-move-from-spam-group)
4333         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4334         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4335         (spam-clear-cache, spam-backend-check, spam-install-backend)
4336         (spam-install-statistical-backend, spam-list-of-processors)
4337         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4338         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4339         (spam-check-crm114, spam-initialize, spam-unload-hook):
4340         Fix typos in docstrings.
4341
4342 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4345         been checked if they have never been read and those group levels are
4346         higher than the one that a user specified.
4347
4348 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4351         foreign groups unless a group level is specified by a user.
4352         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4353
4354 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4355
4356         * message.el (message-send-mail-function): Require sendmail.
4357
4358 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4359
4360         * message.el (message-send-mail-function): Check for smtpmail too.
4361
4362         * utf7.el (utf7-encode, utf7-decode): Use coding system
4363         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4364
4365         * message.el (message-send-mail-function): New function.
4366         (message-send-mail-function): Set default using
4367         message-send-mail-function.  Adjust doc string.
4368         (message-send-mail-with-mailclient): New function.
4369
4370 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4371
4372         * smime.el (from):
4373         * rfc2047.el (message-posting-charset):
4374         * qp.el (mm-use-ultra-safe-encoding):
4375         * pop3.el (parse-time-months):
4376         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4377         * nnml.el (files):
4378         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4379         (jka-compr-compression-info-list, ange-ftp-path-format)
4380         (efs-path-regexp):
4381         * nndiary.el (files):
4382         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4383         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4384         (epg-digest-algorithm-alist, inhibit-redisplay)
4385         (password-cache-expiry):
4386         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4387         (pgg-output-buffer, password-cache-expiry):
4388         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4389         (efs-path-regexp):
4390         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4391         (inhibit-redisplay):
4392         * mm-uu.el (file-name, start-point, end-point, entry)
4393         (gnus-newsgroup-name, gnus-newsgroup-charset):
4394         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4395         (latin-unity-ucs-list):
4396         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4397         (mm-uu-binhex-decode-function):
4398         * message.el (gnus-message-group-art, gnus-list-identifiers)
4399         (rmail-enable-mime-composing, gnus-local-organization)
4400         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4401         (gnus-read-active-file, facemenu-add-face-function)
4402         (facemenu-remove-face-function, gnus-article-decoded-p)
4403         (tool-bar-mode):
4404         * mail-source.el (display-time-mail-function):
4405         * gnus-util.el (nnmail-pathname-coding-system)
4406         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4407         (gnus-original-article-buffer, gnus-user-agent)
4408         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4409         (xemacs-codename, sxemacs-codename, emacs-program-version):
4410         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4411         * gnus-start.el (gnus-agent-covered-methods)
4412         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4413         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4414         (gnus-newsgroup-headers, gnus-group-list-mode)
4415         (gnus-group-mark-positions, gnus-newsgroup-data)
4416         (gnus-newsgroup-unreads, nnoo-state-alist)
4417         (gnus-current-select-method, mail-sources)
4418         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4419         (nnmail-spool-file, gnus-cache-active-hashtb):
4420         * gnus-mh.el (mh-lib-progs):
4421         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4422         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4423         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4424         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4425         (gnus-group-buffer):
4426         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4427         (font-lock-set-defaults):
4428         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4429         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4430         (gnus-summary-post-menu, total-parts, type, condition, length):
4431         * gnus-agent.el (gnus-agent-read-agentview):
4432         * flow-fill.el (show-trailing-whitespace):
4433         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4434         eval-and-compile wrappers for byte compiler pacifiers.
4435
4436         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4437         (mm-display-inline-fontify): Check for featurep 'xemacs not
4438         extent-list.
4439
4440         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4441         itimer-list.
4442         (mm-create-image-xemacs): Only do something for XEmacs.
4443         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4444
4445         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4446
4447         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4448         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4449
4450 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4451
4452         * nnimap.el (nnimap-split-download-body):
4453         * gnus-demon.el (gnus-demon):
4454         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4455
4456 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4459         macros.
4460         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4461         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4462         copy data from unibyte buffer to multibyte current buffer.
4463         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4464         to copy data from unibyte current buffer to multibyte buffer.
4465         (nntp-make-process-buffer): Make process buffer unibyte.
4466
4467         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4468
4469 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4470
4471         * pop3.el (pop3-open-server): Accept and process data more robustly at
4472         connexion start to avoid spurious "POP SSL connexion failed" errors.
4473
4474 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4477         read group names.
4478
4479 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4480
4481         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4482
4483 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4486         (nnmail-save-active): Use a unibyte buffer when saving active file,
4487         which may contain non-ASCII group names.
4488
4489         * nnml.el (nnml-request-group): Decode group names in messages.
4490
4491 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4492
4493         * message.el (message-citation-line-function)
4494         (message-insert-formatted-citation-line): Fix spelling of
4495         `message-insert-formated-citation-line'.
4496
4497 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4498
4499         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4500
4501 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4504         nnmail-pathname-coding-system.
4505
4506         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4507         that a user enters; decode group names in messages.
4508
4509         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4510
4511 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4512
4513         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4514
4515         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4516
4517         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4518         risky local variable.
4519
4520         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4521
4522 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4523
4524         * encrypt.el: Improve documentation to fix function name typo.
4525         Reported by Daiki Ueno <ueno@unixuser.org>.
4526
4527 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4530         even if the point is not in the last page of an article.
4531         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4532         back to the previous page.
4533
4534 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4535
4536         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4537
4538 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4541
4542 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4543
4544         * message.el (message-check-news-body-syntax): Avoid
4545         mm-string-as-multibyte.
4546         (message-hide-headers): Don't assume (point-min)==1.
4547
4548 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4549
4550         * message.el (message-remove-blank-cited-lines): Fix if remove is
4551         given.
4552         (message-bogus-address-regexp): New variable.
4553         (message-bogus-recipient-p): New function.
4554         (message-check-recipients): New command.
4555         (message-syntax-checks): Add `bogus-recipient'.
4556         (message-fix-before-sending): Add `bogus-recipient'.
4557
4558         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4559         (gnus-treat-body-boundary): Don't test window-system.
4560
4561 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4562
4563         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4564
4565 2007-10-28  Miles Bader  <miles@gnu.org>
4566
4567         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4568         at compile-time too.
4569
4570 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4571
4572         * gnus-msg.el (gnus-message-setup-hook): Add
4573         `message-remove-blank-cited-lines' to options.
4574
4575 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4576
4577         * message.el (message-remove-blank-cited-lines): New function.
4578         Suggested by Karl Plästerer.
4579
4580 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4583         mapc.
4584
4585         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4586         (top-level): Use mapc to set functions to be traced for debugging.
4587
4588         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4589         called for effect with while loop.
4590
4591         * message.el (message-talkative-question): Replace mapcar called for
4592         effect with mapc.
4593
4594         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4595         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4596         called for effect with dolist.
4597
4598         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4599
4600         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4601         gnus-extra-headers and nnmail-extra-headers.
4602
4603         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4604         called for effect with dolist.
4605         (top-level): Use mapc to set functions to be traced for debugging.
4606
4607         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4608         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4609         dolist.
4610
4611         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4612         Replace mapcar called for effect with mapc.
4613         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4614         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4615         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4616         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4617
4618         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4619         remove-if that's a cl function.
4620
4621         * webmail.el (webmail-debug): Replace mapcar called for effect with
4622         dolist.
4623
4624         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4625         with mapc.
4626
4627 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4630         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4631         with while loop.
4632
4633         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4634         functions from article-* functions.
4635         (gnus-multi-decode-header): Replace mapcar called for effect with
4636         dolist.
4637
4638         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4639         (gnus-bookmark-show-details): Replace mapcar called for effect with
4640         while loop.
4641
4642         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4643         called for effect with while loop.
4644
4645         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4646         with dolist.
4647
4648         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4649         mapcar called for effect with dolist.
4650
4651         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4652
4653         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4654         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4655         Replace mapcar called for effect with dolist.
4656         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4657         mapc.
4658
4659         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4660         Replace mapcar called for effect with dolist.
4661         (gnus-topic-list): Replace mapcar called for effect with mapc.
4662
4663         * gnus.el: Use mapc instead of mapcar to add autoloads.
4664
4665 2007-10-23  Richard Stallman  <rms@gnu.org>
4666
4667         * gnus-group.el (gnus-group-highlight): Mark as risky.
4668
4669 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus.el (gnus-server-to-method): Return method found first in
4672         gnus-newsrc-alist.
4673
4674         * gnus-art.el (gnus-article-highlight-signature)
4675         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4676         button overlay without the front stickiness.
4677
4678 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4679
4680         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4681         overview buffer needed a catch to receive its throw.
4682         (gnus-agent-flush-cache): Declared as interactive to make this function
4683         easier to use.
4684
4685 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4686
4687         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4688         `next-line'.
4689
4690 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4693         exclude address matching message-dont-reply-to-names.
4694
4695 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * gnus-util.el (gnus-string<): New function.
4698
4699         * gnus-sum.el (gnus-article-sort-by-author)
4700         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4701
4702 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4705         the frame-focus tag is set in gnus-buffer-configuration.
4706
4707 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4710         the front stickiness.
4711
4712 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4715         url pattern; remove duplicate one.
4716         (gnus-article-extend-url-button): New function.
4717         (gnus-article-add-buttons): Use it.
4718         (gnus-button-push): Use concatenated url that it makes.
4719
4720 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4721
4722         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4723
4724 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4725
4726         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4727         Don't hardcode point-min==1.
4728
4729 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4730
4731         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4732         Fix comment about "iso8859-1".
4733
4734 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4735
4736         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4737         ones returned from the verify-function.
4738
4739         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4740         mml2015-extract-cleartext-signature if extraction failed.
4741
4742 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4743
4744         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4745         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4746         failed.
4747
4748 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4749
4750         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4751
4752 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4753
4754         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4755         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4756         recommends to use EasyPG instead of PGG.
4757
4758         * pgg.el: Revert to revision 6.23.2.16.
4759
4760         * pgg-def.el: Revert to revision 6.6.2.14.
4761
4762         * pgg-gpg.el: Revert to revision 6.23.2.34.
4763
4764 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4765
4766         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4767         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4768         thread for both the null and zero (kill/expire thread) universal prefix
4769         cases.
4770         (gnus-summary-expire-thread): Add new function to expire a thread,
4771         using gnus-summary-kill-thread.
4772         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4773         shortcuts for gnus-summary-expire-thread.
4774         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4775         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4776
4777 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4778
4779         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4780         extras value, so an extras entry can be deleted.
4781         (gnus-registry-delete-extra-entry): Use it.
4782         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4783         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4784         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4785         storage through the gnus-registry, and provide an appropriate API for
4786         it.
4787
4788 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4791         Suggested by Leo <sdl.web@gmail.com>.
4792
4793         * gnus.el: Do.
4794
4795 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4798         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4799
4800         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4801
4802         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4803         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4804
4805 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4808         newline.
4809         (nnmbox-request-accept-article): Don't change article in source buffer;
4810         narrow to header to use message-fetch-field rather than
4811         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4812         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4813         as delimiters; make sure article ends with newline.
4814         (nnmbox-delete-mail): Correct last position of article to be deleted;
4815         ignore X-Gnus-Newsgroup header in article body.
4816         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4817         positions; make sure article ends with newline.
4818
4819         * message.el (message-display-abbrev): Don't infloop when a user
4820         inserts SPC in the beginning of header.
4821
4822         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4823         coding-system-for-read and coding-system-for-write for XEmacs having no
4824         file-coding feature.
4825
4826         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4827
4828 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4829
4830         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4831         list of groups not followed by default.  Fix type to be regexp.
4832         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4833
4834 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4835
4836         * hmac-def.el (define-hmac-function): Switch from old-style to
4837         new-style backquotes.
4838
4839         * md4.el (md4-make-step): Likewise.
4840
4841 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4844         raw-text coding system when saving .newsrc file, which may contain
4845         non-ASCII group names.
4846
4847 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * gnus-cus.el (gnus-score-extra): New widget.
4850         (gnus-score-extra-convert): New function.
4851         (gnus-score-customize): Use it for Extra.
4852
4853 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4854
4855         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4856         (mml2015-mailcrypt-clear-verify): Use it.
4857         (mml2015-gpg-clear-verify): Use it.
4858         (mml2015-pgg-clear-verify): Use it.
4859         (mml2015-epg-clear-verify): Replace the current part with the output
4860         from GnuPG; don't extract the plaintext by itself.
4861
4862         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4863         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4864         mml2015-clear-verify-function; don't touch the armor headers or
4865         dash-escaped text here.
4866
4867 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4870         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4871         parts, or application/octet-stream as a last resort.
4872         (gnus-mime-view-part-as-type): Don't toggle display.
4873         (gnus-mime-view-part-as-charset): Don't turn off display before
4874         querying charset.
4875
4876         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4877         stuff to undisplayer function in Emacs.
4878         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4879
4880         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4881         text/calendar parts.
4882
4883 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4886         decoding text/calendar parts.
4887
4888         * message.el (message-forward-make-body-mime): Always mark body as
4889         having no illegible text; remove signed-or-encrypted argument.
4890         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4891
4892         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4893         (mml-generate-mime-1): Don't encode body if it is specified to be in
4894         raw form; don't make buffer be unibyte when inserting multibyte string.
4895
4896 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4897
4898         * sha1.el: Fix up comment style.
4899         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4900         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4901
4902         * hex-util.el: Fix up comment style.
4903         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4904
4905         * gnus-salt.el: Use with-current-buffer.
4906         (gnus-pick-setup-message): Fix long-standing typo.
4907
4908 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * imap.el (imap-logout-timeout): New variable.
4911         (imap-logout, imap-logout-wait): New functions.
4912         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4913
4914         * nnimap.el (nnimap-logout-timeout): New server variable.
4915         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4916         nnimap-logout-timeout.
4917
4918         * gnus-art.el (gnus-article-summary-command-nosave)
4919         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4920
4921 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus.el (gnus-maximum-newsgroup): New variable.
4924
4925         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4926         according to gnus-maximum-newsgroup.
4927
4928         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4929         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4930         Limit the range of articles according to gnus-maximum-newsgroup.
4931
4932 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4933
4934         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4935         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4936         Don't perform gnus-configure-windows here; reuse existing sticky
4937         article buffer.
4938
4939         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4940         it doesn't exist in gnus-article-mode.
4941
4942 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4945         (gnus-agent-decoded-group-name): New function.
4946         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4947         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4948
4949 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4950
4951         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4952         Add binding for gnus-sticky-article.
4953         (gnus-summary-exit): Don't kill sticky article buffers.
4954
4955         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4956         article buffer.
4957         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4958         (gnus-kill-sticky-article-buffers): New commands.
4959
4960 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * nntp.el (nntp-xref-number-is-evil): New server variable.
4963         (nntp-find-group-and-number): If it is non-nil, don't trust article
4964         numbers in the Xref header.
4965
4966 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * gnus-agent.el (gnus-agent-read-group): New function.
4969         (gnus-agent-flush-group, gnus-agent-expire-group)
4970         (gnus-agent-regenerate-group): Use it.
4971         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4972         nnmail-pathname-coding-system.
4973
4974 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4977
4978         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4979         that are unread as unread, and also as selected so that information of
4980         marks having been changed by a user may be updated when exiting group.
4981
4982 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4985         calculated ignoring signature parts to gnus-treat-article.
4986
4987 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4990         a point here in order to keep the window start.
4991         (gnus-insert-mime-security-button): Make a button overlay without the
4992         front stickiness.
4993         (gnus-mime-display-security): Goto the end of a button.
4994
4995         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4996
4997 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5000         group-name-at-point.
5001         (gnus-group-completing-read): New function that offers decoded
5002         non-ASCII group names for completion.
5003         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5004         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5005         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5006         (gnus-group-fetch-control): Use it.
5007         (gnus-fetch-group): Use group-name-at-point for the initial value
5008         rather than the default value; use gnus-alive-p.
5009
5010         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5011         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5012         (gnus-summary-post-news): Use gnus-group-completing-read.
5013
5014         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5015         (gnus-read-move-group-name): Decode group name for completion.
5016
5017 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5018
5019         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5020         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5021         Yamaoka slightly modified the code).
5022
5023 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5026         (nnmail-split-incoming): Bind it.
5027
5028         * nnml.el (nnml-group-name-charset): New function.
5029         (nnml-decoded-group-name): Use it; don't decode group name if
5030         nnmail-group-names-not-encoded-p is non-nil.
5031         (nnml-encoded-group-name): New function.
5032         (nnml-group-pathname): Inline nnml-decoded-group-name.
5033         (nnml-request-expire-articles): Decode group name in message.
5034         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5035         nnmail-pathname-coding-system.
5036         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5037         not decoded ones according to nnmail-group-names-not-encoded-p.
5038         (nnml-generate-active-info): Use nnml-encoded-group-name.
5039
5040 2007-08-08  Glenn Morris  <rgm@gnu.org>
5041
5042         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5043         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5044         doc-strings and comments.
5045
5046 2007-07-25  Glenn Morris  <rgm@gnu.org>
5047
5048         * Relicense all FSF files to GPLv3 or later.
5049
5050 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * gnus-sum.el (gnus-summary-move-article): Make
5053         gnus-summary-respool-article work.
5054
5055 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5058         string.
5059
5060 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5061
5062         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5063         that should be ignored when comparing distant RSS articles with local
5064         ones.
5065         (nnrss-make-hash-index): New function.  Create a hash index according
5066         to the ignored fields.
5067         (nnrss-check-group): Use it.
5068
5069 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5072
5073         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5074
5075         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5076         the new optional argument ENCODED is non-nil.
5077         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5078         coding system for encoding group name.
5079         (gnus-group-make-rss-group): Pass un-encoded group name to
5080         gnus-group-make-group.
5081         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5082         encoded.
5083
5084         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5085         Encode group name to which articles are moved or copied.
5086         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5087         coding system for encoding Newsgroup, Followup-To and Xref headers.
5088
5089         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5090         marks; use nnheader-file-coding-system to write a file.
5091         (nnagent-retrieve-headers): Bind file-name-coding-system to
5092         nnmail-pathname-coding-system.
5093
5094         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5095
5096         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5097         (nnml-request-article, nnml-request-create-group)
5098         (nnml-request-rename-group, nnml-find-id)
5099         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5100         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5101         (nnml-save-marks): Use nnml-group-pathname instead of
5102         nnmail-group-pathname.
5103
5104         (nnml-request-create-group, nnml-request-expire-articles)
5105         (nnml-request-move-article, nnml-request-delete-group)
5106         (nnml-deletable-article-p, nnml-possibly-create-directory)
5107         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5108         (nnml-open-marks): Bind file-name-coding-system to
5109         nnmail-pathname-coding-system.
5110
5111         (nnml-request-article): Pass server argument to nnml-find-group-number.
5112         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5113         server argument to nnml-possibly-create-directory.
5114         (nnml-request-accept-article): Pass server argument to
5115         nnml-active-number and nnml-save-mail.
5116         (nnml-find-group-number): Pass server argument to nnml-find-id.
5117         (nnml-request-update-info): Pass server argument to
5118         nnml-marks-changed-p.
5119
5120         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5121         (nnml-save-mail, nnml-active-number): Add server argument.
5122
5123         (nnml-request-delete-group): Warn if group is missing.
5124         (nnml-get-nov-buffer): Decode group name.
5125         (nnml-generate-active-info): Encode group name.
5126         (nnml-open-marks): Decode group name in messages.
5127
5128 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5131         if it is not specified.
5132         (gnus-article-pipe-part, gnus-article-save-part)
5133         (gnus-article-interactively-view-part, gnus-article-copy-part)
5134         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5135         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5136         (gnus-article-replace-part, gnus-article-delete-part)
5137         (gnus-article-view-part-as-type): Pass raw prefix argument to
5138         gnus-article-part-wrapper.
5139
5140 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * gnus-agent.el (gnus-agent-save-active): Bind
5143         nnheader-file-coding-system to gnus-agent-file-coding-system.
5144
5145         * gnus-cache.el (gnus-cache-save-buffers)
5146         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5147         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5148         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5149         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5150         (gnus-cache-generate-active, gnus-cache-rename-group)
5151         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5152         (gnus-cache-update-overview-total-fetched-for): Bind
5153         file-name-coding-system to nnmail-pathname-coding-system.
5154         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5155         variables.
5156         (gnus-cache-decoded-group-name): New function.
5157         (gnus-cache-file-name): Use it.
5158         (gnus-cache-generate-active): Use non-decoded group name for active.
5159
5160         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5161         right place.
5162         (gnus-write-active-file): Don't break non-ASCII group names.
5163
5164         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5165         nnmail-pathname-coding-system.
5166
5167         * lpath.el: Bind default-file-name-coding-system,
5168         file-name-coding-system and language-info-alist for XEmacs.
5169
5170         * gnus-uu.el (gnus-uu-decode-save): Typo.
5171
5172 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5175
5176 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5179         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5180         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5181         (gnus-agent-flush-group, gnus-agent-flush-cache)
5182         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5183         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5184         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5185         (gnus-agent-regenerate-group)
5186         (gnus-agent-update-files-total-fetched-for)
5187         (gnus-agent-update-view-total-fetched-for): Bind
5188         file-name-coding-system to nnmail-pathname-coding-system.
5189         (gnus-agent-group-pathname): Don't encode file names by
5190         nnmail-pathname-coding-system.
5191         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5192         coding-system-for-write instead of buffer-file-coding-system to
5193         gnus-agent-file-coding-system.
5194
5195         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5196         Decode group name.
5197
5198         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5199
5200         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5201         (gnus-read-newsrc-el-file): Make group names unibyte.
5202
5203         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5204         nnmail-pathname-coding-system.
5205
5206         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5207         (nnrss-request-delete-group): Bind file-name-coding-system to
5208         nnmail-pathname-coding-system.
5209         (nnrss-read-server-data, nnrss-read-group-data): Bind
5210         file-name-coding-system correctly.
5211         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5212
5213         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5214         (nntp-server-to-method-cache): New variable.
5215         (nntp-group-pathname): New function that decodes non-ASCII group names.
5216         (nntp-possibly-create-directory, nntp-marks-changed-p)
5217         (nntp-save-marks, nntp-open-marks): Use it.
5218         (nntp-possibly-create-directory, nntp-open-marks):
5219         Bind file-name-coding-system to nnmail-pathname-coding-system.
5220         (nntp-open-marks): Decode group names when bootstrapping marks.
5221
5222         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5223         Newsgroups and Folowup-To headers.
5224
5225 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5228         (gnus-server-closed-face, gnus-server-denied-face)
5229         (gnus-server-offline-face): Remove variable.
5230         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5231
5232         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5233         of modifying message-stack directly for XEmacs.
5234
5235         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5236         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5237         if the coding-system argument is nil for XEmacs.
5238
5239         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5240         mm-charset-override-alist.
5241
5242         * rfc2047.el: Don't require base64; require rfc2045 for the function
5243         rfc2045-encode-string.
5244         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5245         to quote the parameter value.
5246
5247 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5250         form in gnus-group-name-charset-method-alist.
5251
5252         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5253         overrides the default layout edit-form.
5254
5255         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5256
5257         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5258
5259 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5262         as unfetched articles.
5263
5264 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5265
5266         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5267
5268 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5271         original back end that keeps marks in the local system.
5272
5273 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5276         arg of pop-to-buffer for XEmacs.
5277         (gnus-article-read-summary-keys): Ditto; don't restore window
5278         configuration if summary command ends up with neither article buffer
5279         nor summary buffer; describe bindings if summary keys end with C-h.
5280
5281 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * message.el (message-fix-before-sending): Skip raw message part to be
5284         forwarded while checking illegible text.
5285         (message-forward-make-body-mime, message-forward-make-body): Mark
5286         signed or encrypted raw message as having no illegible text.
5287
5288 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5291         (gnus-message-with-timestamp-1): New macro.
5292         (gnus-message-with-timestamp): New function.
5293         (gnus-message): Use them.
5294
5295         * nnheader.el (nnheader-message): Use them.
5296
5297 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5298
5299         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5300         .newsrc.eld file.
5301
5302 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-agent.el (gnus-agent-fetch-headers)
5305         (gnus-agent-retrieve-headers): Bind
5306         gnus-decode-encoded-address-function to identity.
5307
5308         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5309         available also when the server returns simply a dot.
5310
5311         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5312
5313 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5316
5317 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * gnus-ems.el (gnus-x-splash): Make it work.
5320
5321         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5322         from being used.
5323
5324         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5325
5326 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5329         4th and the 5th arguments.
5330
5331         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5332         the front stickiness.
5333         (gnus-article-summary-command-nosave): Correct the order of the
5334         arguments passed to pop-to-buffer.
5335         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5336         summary command ends up with the article buffer.
5337
5338         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5339         the same faces.
5340
5341 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5342
5343         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5344
5345 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5346
5347         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5348         * gnus-sum.el (gnus-summary-highlight):
5349         * pgg.el (pgg-sign-region, pgg-sign):
5350         * mail-source.el (mail-source-delete-old-incoming-confirm):
5351         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5352
5353 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * gnus-art.el (gnus-mime-view-part-externally)
5356         (gnus-mime-view-part-internally): Fix predicate function passed to
5357         completing-read.
5358
5359         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5360
5361         * gnus.el (gnus-update-message-archive-method): Add :version.
5362
5363 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * gnus.el (gnus-update-message-archive-method): New variable.
5366
5367         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5368         according to gnus-message-archive-method if
5369         gnus-update-message-archive-method is non-nil.
5370
5371 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5374         by Loic Dachary <loic@dachary.org>.
5375         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5376
5377 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * message.el (message-pop-to-buffer): Add switch-function argument.
5380         (message-mail): Pass switch-function argument to it.
5381
5382 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5383
5384         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5385         Improve doc string.
5386
5387 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5390         (gnus-header-content)
5391         * gnus-cite.el (gnus-cite-10)
5392         * gnus-srvr.el (gnus-server-closed)
5393         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5394         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5395         (gnus-group-mail-3-empty, gnus-group-mail-low)
5396         (gnus-group-mail-low-empty, gnus-splash)
5397         * message.el (message-header-to, message-header-cc)
5398         (message-header-subject, message-header-other, message-header-name)
5399         (message-header-xheader, message-separator, message-cited-text)
5400         (message-mml): Lighten colors of faces used for dark background.
5401
5402 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5403
5404         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5405         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5406
5407 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * message.el (message-narrow-to-headers-or-head):
5410         Ignore mail-header-separator in the body.
5411
5412 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5415         same as window size.
5416
5417 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5418
5419         * message.el (message-font-lock-keywords): Use message-header-xheader
5420         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5421         ahead of the anything pattern, to get it recognised.
5422
5423 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5426         spam.el loads uses it in the compiled defadvice form.
5427
5428 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5429
5430         * gnus-sum.el (gnus-articles-to-read)
5431         (gnus-summary-insert-old-articles): Don't truncate group name for
5432         `read-string'.
5433
5434         * gnus-util.el (gnus-limit-string): Delete this function.
5435
5436         * gnus-sum.el (gnus-simplify-subject-fully): Use
5437         `truncate-string-to-width' instead.
5438
5439 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5440
5441         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5442         if, on summary exit, the next group has to be selected.
5443         (gnus-summary-exit): Use it.
5444
5445 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5448         non-break space.
5449
5450 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5453         Check if group is not a directory.
5454         (nnfolder-request-expire-articles): Don't delete articles if the target
5455         group is not available.
5456
5457         * nnml.el (nnml-request-create-group): Properly check if group is not a
5458         file.
5459         (nnml-request-expire-articles): Don't delete articles if the target
5460         group is not available.
5461
5462         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5463         Don't quote characters that are within parentheses.
5464
5465 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5468         (gnus-handle-ephemeral-exit): Select article according to it.
5469
5470 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * message.el (message-insert-formated-citation-line): Remove newline.
5473         (message-citation-line-format): Add final \n here so that the user can
5474         avoid a blank line.
5475
5476 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5477
5478         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5479         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5480         Update lanl/arXiv support.
5481
5482 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5483
5484         * gnus.el: Bump version number.
5485
5486 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * gnus.el (gnus-version-number): Bump version.
5489
5490 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5491
5492         * gnus.el: No Gnus v0.6 is released.
5493
5494 2007-04-27  Didier Verna  <didier@xemacs.org>
5495
5496         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5497         * gmm-utils.el (gmm-regexp-concat): here.
5498         * message.el: Don't require 'gnus-util.
5499         (message-dont-reply-to-names): Handle name change above.
5500         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5501
5502 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5505         since the initial value varies according to the system.
5506
5507 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5510
5511 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5512
5513         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5514
5515 2007-04-24  Didier Verna  <didier@xemacs.org>
5516
5517         Improve the type of gnus-ignored-from-addresses.
5518         * gnus-util.el (gnus-orify-regexp): New function.
5519         * message.el (gnus-util): Require it.
5520         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5521         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5522         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5523
5524 2007-04-24  Didier Verna  <didier@xemacs.org>
5525
5526         * gnus-sum.el:
5527         * gnus-utils.el: Fix some trailing whitespaces.
5528
5529 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5532         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5533         article's Message-ID; refer parent article in summary buffer.
5534
5535         * message.el (message-bounce): Call mime-to-mml.
5536
5537         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5538         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5539         optimize and/or forms properly.
5540
5541 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5542
5543         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5544         URL.
5545
5546 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5549
5550 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5553         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5554         displayed of multipart/alternative part if it is invoked from summary
5555         buffer.
5556
5557         * mm-view.el (mm-inline-text-html-render-with-w3m)
5558         (mm-inline-text-html-render-with-w3m-standalone)
5559         (mm-inline-render-with-function): Use mail-parse-charset by default.
5560
5561 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5562
5563         * parse-time.el (parse-time-string-chars): Check if CHAR
5564         is less than the length of parse-time-syntax.
5565
5566 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5569         from gnus-newsgroup-processable.
5570
5571 2007-04-16  Didier Verna  <didier@xemacs.org>
5572
5573         * gnus-msg.el (gnus-configure-posting-styles): Handle
5574         message-signature-directory properly with :file syntax.  Reported by
5575         "Leo".
5576
5577 2007-04-11  Didier Verna  <didier@xemacs.org>
5578
5579         New user option: message-signature-directory.
5580         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5581         * message.el (message-insert-signature): Ditto.
5582         * message.el (message-signature-file): Doc update.
5583         * message.el (message-signature-directory): New.
5584
5585 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * gnus-msg.el (gnus-inews-yank-articles): Use
5588         message-exchange-point-and-mark instead of exchange-point-and-mark.
5589
5590 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * message.el (message-yank-original): Make sure cited text ends with
5593         newline; don't exchange point and mark.
5594
5595 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5596
5597         * tls.el (open-tls-stream): Properly handle case where there
5598         is no associated buffer.
5599
5600 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5601
5602         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5603         message-yank-original, make sure (< mark TEXT point).
5604
5605 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5606
5607         * message.el (message-fill-column): New variable.
5608         (message-mode): Use it.  Add comment on a possible new hook.
5609
5610         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5611         (nnmail-get-new-mail): Reformat.
5612
5613         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5614
5615         * gmm-utils.el: Fix Commentary.
5616         (gmm-tool-bar-from-list): Fix typo in doc string.
5617
5618 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5619
5620         * message.el (message-yank-original): Don't switch point and mark
5621         unnecessarily to put point and mark as documented.
5622
5623 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624
5625         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5626         from the message heads.
5627
5628 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5629
5630         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5631         article buffer does not have a window.  This may not be the best
5632         solution but is certainly better than setting the start of the null,
5633         that is the current, window.
5634
5635 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5636
5637         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5638         (gnus-draft-setup): Run it.
5639
5640         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5641         gnus-score-fast-scoring.  Allow regexp.
5642         (gnus-score-headers): Use it.
5643
5644         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5645         XEmacs.
5646
5647         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5648         string.
5649         (gnus-button-alist): Also catch `<f1> k ...'.
5650         (gnus-treat-display-x-face): Fix doc string.
5651
5652 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5653
5654         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5655         evaluation of gnus-extended-version to ensure correct generation of the
5656         User-Agent header when message-generate-headers-first is used.
5657
5658 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5659
5660         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5661         hashcash-path is nil.  Don't call callback with incorrect number of
5662         parameters if val is 0.
5663
5664 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5665
5666         * message.el (message-required-news-headers):
5667         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5668
5669 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5670
5671         * tls.el (open-tls-stream): In handshake-waiting loop,
5672         don't wait more if there is output available to process.
5673
5674 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5675
5676         * tls.el (tls-program): Doc fix.
5677
5678 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * message.el (message-generate-new-buffers): Change the meaning of the
5681         nil value; add `standard' to the choices; treat t as `unique'; improve
5682         doc string.
5683         (gnus-select-frame-set-input-focus): Autoload.
5684         (message-buffer-name): Search for the existing message buffer if
5685         message-generate-new-buffers is nil or `standard'; treat the value t of
5686         message-generate-new-buffers as `unique'.
5687         (message-pop-to-buffer): Raise the frame already displaying the message
5688         buffer; clear the echo area after querying.
5689         (message-setup): Pass the `continue' argument to compose-mail.
5690         (message-mail): Prefer `switch-function' if it is given; search for the
5691         existing message buffer if the `continue' argument is non-nil; pass
5692         continue and switch-function arguments to compose-mail by way of
5693         message-setup.
5694         (message-mail-other-window): Adjust argument of message-setup.
5695         (message-mail-other-frame): Ditto.
5696
5697 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5700         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5701         to turn font-lock on when turning gnus-message-citation-mode on.
5702
5703 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5704
5705         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5706         (mml-smime-function-alist): New variable; add epg as the backend.
5707         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5708         mml-smime- functions instead.
5709         * mm-view.el: Require smime.
5710
5711 2007-03-05  Didier Verna  <didier@xemacs.org>
5712
5713         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5714         instead of just inheritance for posting styles.
5715         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5716
5717 2007-02-24  Chris Moore  <dooglus@gmail.com>
5718
5719         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5720         * pgg-pgp.el (pgg-pgp-encrypt-region):
5721         * pgg-gpg.el (pgg-gpg-encrypt-region):
5722         Check pgg-encrypt-for-me if no other recipients.
5723
5724 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5725
5726         * tls.el (tls-certtool-program): Fix custom type.
5727
5728 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5731         and point-at-eol instead of line-(beginning|end)-position.
5732
5733         * assistant.el (assistant-parse-buffer): Ditto.
5734
5735         * netrc.el (netrc-parse-services): Ditto.
5736
5737 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5738
5739         * mml2015.el (mml2015-epg-find-usable-key): New function.
5740         (mml2015-epg-sign): Use it.
5741         (mml2015-epg-encrypt): Use it.
5742
5743 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * message.el (message-make-in-reply-to): Quote name containing
5746         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5747         if there are special characters.  Reported by NAKAJI Hiroyuki
5748         <nakaji@jp.freebsd.org>.
5749
5750 2007-02-27  Didier Verna  <didier@xemacs.org>
5751
5752         Include the group parameters as well as the topic ones in the
5753         inheritance filter process.
5754         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5755         argument GROUP-PARAMS-LIST.
5756         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5757
5758 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * nntp.el (nntp-never-echoes-commands)
5761         (nntp-open-connection-functions-never-echo-commands): New variables.
5762         (nntp-send-command): Use them.
5763
5764 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5765
5766         * mml2015.el (mml2015-epg-verify): Simplified.
5767
5768 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * mml.el (mml-content-disposition-alist): New user option.
5771         (mml-content-disposition): New function.
5772         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5773         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5774
5775 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5776
5777         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5778         verification.
5779
5780 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5781
5782         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5783         articles posted in the last 24 hours.
5784
5785 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5786
5787         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5788
5789 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5790
5791         * nntp.el (nntp-send-command): Don't wait for echoes when
5792         nntp-open-ssl-stream is used.
5793
5794 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5797         (gnus-message-add-citation-keywords)
5798         (gnus-message-remove-citation-keywords): Remove.
5799         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5800         directly, make the variables in font-lock-defaults buffer-local, add
5801         gnus-message-citation-keywords to them and then update the value of
5802         font-lock-keywords.
5803
5804 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * message.el (message-cite-original-1): Don't call
5807         gnus-article-highlight-citation.
5808
5809         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5810         citations; fix line count.
5811
5812 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5815         (gnus-message-add-citation-keywords)
5816         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5817         versions of font-lock-add-keywords and font-lock-remove-keywords to
5818         work with XEmacs correctly.
5819
5820 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * gnus-cite.el (gnus-cite-face-list): Set the values of
5823         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5824         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5825         (gnus-message-cite-prefix-regexp): New variable.
5826         (gnus-message-search-citation-line): Use it; protect against long
5827         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5828         the 0th match data for Emacs.
5829         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5830         (gnus-message-add-citation-keywords): Append keywords rather than
5831         prepending; emulate font-lock-add-keywords if it is not available.
5832         (gnus-message-remove-citation-keywords): Emulate
5833         font-lock-remove-keywords if it is not available.
5834
5835         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5836
5837         * message.el (message-cite-prefix-regexp): Set the value of
5838         gnus-message-cite-prefix-regexp.
5839
5840 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5841
5842         * nnweb.el (nnweb-google-parse-1): Update parser.
5843
5844 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5845
5846         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5847
5848 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5849
5850         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5851         regexp.
5852
5853 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5856         string-to-multibyte.
5857         (uudecode-decode-region-internal): Use it.
5858
5859         * lpath.el: Fbind string-as-multibyte for XEmacs.
5860
5861 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5862
5863         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5864         custom choice.
5865
5866         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5867
5868 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5869
5870         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5871
5872         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5873         `write-region' to respect `mm-inhibit-file-name-handlers'.
5874
5875 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5878         Use gnus-home-directory instead of "~/" or "$HOME".
5879
5880 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5881
5882         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5883         to mention filename.
5884         Add comments at beginning regarding usage.
5885         (encrypt-write-file-contents): Change interactive so a string is
5886         acceptable.  If the file has no associated model, show an error instead
5887         of a nonsense prompt.
5888
5889 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5890
5891         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5892         Thanks to Yoshihiko Yamada for kind notification of this typo.
5893
5894 2007-01-12  Kenichi Handa  <handa@m17n.org>
5895
5896         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5897         multibyte buffer.
5898
5899 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5900
5901         * gnus-score.el (gnus-score-fast-scoring): New variable.
5902         (gnus-score-headers): Use it.
5903
5904         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5905
5906         * message.el (message-cite-original-1): Call
5907         gnus-article-highlight-citation if requested.
5908         (message-make-from): Allow name and address as optional arguments.
5909
5910         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5911
5912         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5913         bugs to doc string.
5914         (gnus-button-alist): Add mid\\|message-id.
5915         (gnus-button-fetch-group): Extend for use in
5916         `browse-url-browser-function'.
5917         (gnus-button-url-regexp): Try to catch paired parentheses like in
5918         Wikipedia URLs.
5919
5920         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5921         Suggested by Simon Krahnke <overlord@gmx.li>.
5922
5923 2007-01-13  Romain Francoise  <romain@orebokech.com>
5924
5925         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5926         Update copyright.
5927
5928 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5929
5930         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5931
5932 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5933
5934         * gnus-registry.el (gnus-registry-unfollowed-groups)
5935         (gnus-registry-split-fancy-with-parent): Fix documentation.
5936
5937 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5938
5939         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5940         from nnweb groups.
5941
5942 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5945         Xref urls.  Erase buffer before requesting head.
5946
5947 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5948
5949         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5950         customizable.
5951
5952 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5953
5954         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5955         no signing key is found.
5956         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5957         no encrypting and/or signing key is found.
5958
5959 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5960
5961         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5962
5963 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5964
5965         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5966         headers read from disk with the ones newly found in the current search.
5967         This should no longer cause problems, because the article numbers in
5968         Gmane's `nov.php' output are ignored since the previous change.
5969
5970 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5971
5972         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5973
5974 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5977         replace-regexp-in-string; bind url-version; fbind display-images-p and
5978         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5979         find-face and set-itimer-function for Emacs; bind itimer-list for
5980         Emacs.
5981
5982         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5983
5984 2007-01-01  Romain Francoise  <romain@orebokech.com>
5985
5986         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5987
5988 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5989
5990         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5991         `define-minor-mode' macro definition expanded properly.
5992         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5993         exclude it there.
5994
5995         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5996         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5997         `fboundp' test.
5998         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5999         This is OK to autoload in (S)XEmacs now.
6000
6001 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6002
6003         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6004         keystroke.
6005         (gnus-summary-limit-to-singletons): Fix typo.
6006
6007         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6008         else fails.
6009
6010 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6011
6012         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6013         docstring.
6014
6015         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6016         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6017         (gnus-summary-insert-dormant-articles): Fix typo in message.
6018
6019 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6020
6021         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6022         nil for XEmacs.
6023         (gnus-message-citation-mode): Don't autoload in XEmacs.
6024
6025         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6026
6027 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6028
6029         * nnimap.el (nnimap-expunge-search-string): Mention
6030         nnimap-search-uids-not-since-is-evil in docstring.
6031
6032 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6033
6034         * spam.el: Revert to make-obsolete-variable because
6035         define-obsolete-variable-alias is not supported in Emacs 21.
6036
6037         * spam.el (spam-ifile-path, spam-ifile-database-path)
6038         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6039         make-obsolete-variable.
6040         (spam-bsfilter-path, spam-bsfilter-program)
6041         (spam-spamassassin-path, spam-spamassassin-program)
6042         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6043         use "path" inappropriately.
6044         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6045         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6046         variable names.
6047
6048 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6049
6050         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6051         summary buffer.
6052
6053         * password.el (password-cache-remove): Use clear-string to burn
6054         password, if available.
6055
6056 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6059
6060         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6061
6062         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6063         (gnus-message-highlight-citation): Move defcustom here from
6064         gnus-cite.el.
6065         (gnus-message-citation-mode): Autoload.
6066
6067         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6068         checks to make it compile with XEmacs.
6069         (gnus-message-citation-mode): New minor mode.
6070         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6071         (gnus-message-highlight-citation): New variables.
6072         (gnus-message-search-citation-line)
6073         (gnus-message-add-citation-keywords)
6074         (gnus-message-remove-citation-keywords)
6075         (turn-on-gnus-message-citation-mode)
6076         (turn-off-gnus-message-citation-mode): New functions.
6077
6078 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6079
6080         * gnus-cite.el: Enable highlighting of different citation levels in
6081         message-mode.
6082
6083 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * message.el (message-make-fqdn): Fix comment.
6086         (message-bogus-system-names): Add ".local".
6087
6088         * spam.el (spam-ifile-path, spam-ifile-program)
6089         (spam-ifile-database-path, spam-ifile-database)
6090         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6091         Don't use "path" inappropriately.
6092         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6093         strings.
6094         (spam-check-ifile, spam-ifile-register-with-ifile)
6095         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6096         new variable names.
6097
6098         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6099         (gnus-treat-display-smileys): Simplify using
6100         gnus-image-type-available-p.
6101
6102         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6103         available.
6104
6105         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6106         `display-images-p' if available.
6107
6108 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6111         one after turning on the buffer's multibyteness instead of decoding
6112         them directly in the unibyte buffer that causes unexpected conversion
6113         in Emacs 23 (unicode).
6114
6115 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6116
6117         * message.el (message-generate-hashcash): Fix custom type.
6118
6119 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6120
6121         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6122
6123 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6124
6125         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6126         disconnect icons.  Add help text.
6127
6128 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6129
6130         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6131         negated to be consistent with the others we handle.
6132
6133 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6134
6135         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6136         version of gnus-summary-buffer to something, so that we can use two
6137         article buffers at the same time.
6138
6139 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6140
6141         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6142         trigger all the extra headers.
6143         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6144         sorting.
6145
6146 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6147
6148         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6149         solid groups.
6150
6151 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6152
6153         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6154
6155 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * legacy-gnus-agent.el: Add Copyright notice.
6158
6159 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6160
6161         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6162
6163 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164
6165         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6166
6167         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6168         to make it work reliably in CVS Emacs.
6169         (gnus-summary-limit-strange-charsets-predicate)
6170         (gnus-summary-limit-to-predicate): New functions.
6171
6172 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6173
6174         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6175         specifying array size.
6176         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6177         array if it is too small.
6178         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6179         (gnus-sort-threads-loop): New function.
6180
6181 2006-12-06  Chris Moore  <dooglus@gmail.com>
6182
6183         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6184         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6185
6186 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6187
6188         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6189         options.
6190
6191 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6194         DOS-ing the recipient.
6195
6196         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6197         the headers when creating the mapping to avoid mismappings.
6198         (nnweb-gmane-create-mapping): Always nix out old mapping.
6199
6200 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6203         and mm-verify-option to never.
6204
6205 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * message.el (message-signed-or-encrypted-p): New function.
6208         (message-forward-make-body): Use it.
6209
6210         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6211         Replace encode-coding-string with mm-encode-coding-string.
6212
6213 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * nneething.el (nneething-decode-file-name): Replace
6216         decode-coding-string with mm-decode-coding-string.
6217
6218         * gnus-int.el (gnus-open-server): Say failed server's name.
6219
6220 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6221
6222         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6223         strings to a single string.  Quote `errors-file-name'.
6224         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6225         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6226         Adjust calls.  Use `shell-quote-argument'.
6227
6228 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6229
6230         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6231         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6232
6233         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6234         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6235         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6236         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6237         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6238         (gnus-subscribe-newsgroup, gnus-1):
6239         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6240         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6241         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6242         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6243
6244 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6245
6246         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6247         keystroke.
6248         (gnus-summary-limit-to-bodies): Implement headersp.
6249
6250 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6251
6252         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6253
6254 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6257
6258 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6259
6260         * message.el (message-generate-hashcash): Expand range of values to
6261         include `opportunistic'.
6262         (message-send-mail): Use it.
6263
6264 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6265
6266         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6267         and comment it.
6268
6269         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6270
6271 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6272
6273         * gnus-util.el (gnus-extract-address-components): Improve comment.
6274
6275 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-util.el (gnus-extract-address-components): Work with address in
6278         which the name portion contains @.
6279
6280         * lpath.el: Fbind custom-autoload.
6281
6282 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6283
6284         * gnus.el (gnus-start): Move custom group up.
6285         (gnus-select-method): Don't autoload, but make it available for
6286         `customize-variable'.
6287         (gnus-getenv-nntpserver): Don't autoload.
6288
6289 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6290
6291         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6292
6293 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6294
6295         * message.el (message-sendmail-extra-arguments): New variable.
6296         (message-send-mail-with-sendmail): Use it.
6297
6298 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6301         mm-with-unibyte-current-buffer to make string unibyte.
6302
6303         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6304         mm-string-as-multibyte.
6305
6306 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6307
6308         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6309         Reported by Werner Koch <wk@gnupg.org>.
6310
6311 2006-11-14  Daiki Ueno  <ueno@p360>
6312
6313         * mml2015.el: Autoload epa-select-keys when compiling.
6314
6315 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6316
6317         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6318         message-options.
6319         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6320
6321 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6322
6323         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6324         EasyPG (< 0.0.6).
6325         (mml2015-always-trust): New user option.
6326         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6327         prompt.
6328
6329 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * nntp.el (nntp-authinfo-force): New variable.
6332         (nntp-send-authinfo): Use it.
6333
6334 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6335
6336         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6337         decode encoded words.  Improve prompt.  Add comment about forwarding.
6338         (message-replacement-char): Move up.
6339
6340 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6341
6342         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6343         instead of gnus-intersection because arguments of gnus-sorted-nunion
6344         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6345
6346 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6347
6348         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6349         (message-simplify-subject-functions): Enable
6350         message-strip-subject-encoded-words by default.
6351
6352 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6353
6354         * message.el (message-strip-subject-encoded-words): New function.
6355         (message-simplify-subject-functions): New variable.
6356         (message-simplify-subject): Use it.  Fix typo in doc string.
6357         Support message-strip-subject-encoded-words.
6358
6359 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6360
6361         * gnus-diary.el (gnus-diary-delay-format-function):
6362         * nndiary.el (nndiary-reminders):
6363         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6364
6365 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6366
6367         * gnus-art.el (article-hide-boring-headers): Fetch date from
6368         gnus-original-article-buffer to avoid problems with localized date
6369         strings.
6370
6371 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6374
6375 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6376
6377         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6378         New variables.
6379         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6380         (mm-charset-synonym-alist): Move some entries to
6381         mm-codepage-iso-8859-list.
6382         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6383         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6384
6385 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6388
6389 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6390
6391         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6392         with Emacs 21 and XEmacs.
6393
6394 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6395
6396         * spam.el (spam-parse-address): New function for better parsing,
6397         catching errors, etc.
6398         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6399
6400 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6401
6402         * mm-view.el: Add interactive arg to html2text autoload.
6403
6404 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6407
6408 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6411         variables.
6412         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6413         (mm-charset-synonym-alist): Move some entries to
6414         mm-codepage-iso-8859-list.
6415
6416         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6417
6418 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6419
6420         * message.el (message-citation-line-format)
6421         (message-insert-formated-citation-line): Fix implementation of %E, %N
6422         and %n according to the doc string.
6423
6424 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6425
6426         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6427         car-safe to avoid bad parses.
6428
6429 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6432         names.
6433
6434         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6435
6436 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6439         header.
6440
6441         * message.el (message-draft-headers): Add Date.
6442         (message-headers-to-generate): Fix typo in docstring.
6443
6444         * nndraft.el (nndraft-required-headers): New variable.
6445         (nndraft-generate-headers): Use it.
6446
6447         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6448
6449 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6450
6451         * gnus-registry.el (gnus-registry-wash-for-keywords)
6452         (gnus-registry-find-keywords): New functions to allow easy searching of
6453         articles that are in the registry.
6454
6455 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6456
6457         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6458         ietf-drums-parse-address instead of gnus-extract-address-components.
6459         Reported by Damien Elmes <damien@repose.cx>.
6460
6461 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * gnus.el (gnus-mime): Remove unused custom group.
6464
6465 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6466
6467         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6468         "blank line" when searching for end of armor headers.
6469
6470 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * gmm-utils.el (gmm-write-region): Fix variable name.
6473
6474 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6475
6476         * gmm-utils.el (gmm-write-region): New function based on compatibility
6477         code from `mm-make-temp-file'.
6478
6479         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6480
6481         * nnmaildir.el (nnmaildir--update-nov)
6482         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6483         Use `gmm-write-region'.
6484
6485 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6486
6487         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6488         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6489
6490         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6491
6492         * message.el (message-replacement-char): New variable.
6493         (message-fix-before-sending): Use it.
6494         (message-simplify-subject): New function to remove duplicate code.
6495         (message-reply, message-followup): Use it.
6496
6497         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6498         gnus-summary-limit-to-articles.
6499
6500 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-util.el (gnus-with-local-quit): New macro.
6503
6504         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6505
6506 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6507
6508         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6509         ignore non-string data.
6510
6511 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6512
6513         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6514         non-string data (needs to be done in the registry too).
6515
6516 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6517
6518         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6519         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6520         (gnus-registry-split-fancy-with-parent)
6521         (gnus-registry-fetch-simplified-message-subject-fast)
6522         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6523         Remove text properties on ingress into the registry and when it's saved.
6524         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6525         registry from entries with no groups.
6526
6527 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6528
6529         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6530         function to remove string properties.
6531
6532 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6533
6534         * gmm-utils.el (gmm): Adjust custom version.
6535
6536         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6537         custom version.
6538
6539         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6540
6541 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * gnus-art.el (gnus-insert-prev-page-button)
6544         (gnus-insert-next-page-button): Simplify.  Reformat.
6545
6546 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6547
6548         * gnus-art.el (gnus-insert-prev-page-button)
6549         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6550
6551 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6552
6553         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6554
6555 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6556
6557         * gnus-art.el (gnus-insert-mime-button)
6558         (gnus-insert-mime-security-button):
6559         Apply gnus-article-button-face to MIME and security buttons.
6560
6561 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6562
6563         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6564         readable.
6565
6566 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6569
6570 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6571
6572         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6573         `browse-url-of-file' instead of `browse-url'.
6574
6575 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6576
6577         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6578         regexp.  Articles containing quotation were cut prematurely.
6579
6580 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * message.el (message-cite-original-1): Use nobody by default for the
6583         value of From header.
6584         (message-reply): Ditto.
6585
6586 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6587
6588         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6589         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6590         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6591
6592 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6595         mails in the doc string.  Add some URLs in comment.
6596         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6597
6598 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6601         backslashes handling and the way to find boundaries of quoted strings.
6602
6603 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6604
6605         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6606         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6607         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6608         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6609
6610 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6611
6612         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6613         doc string.
6614         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6615
6616 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * lpath.el: Fbind epg-check-configuration.
6619
6620 2006-09-06  Simon Josefsson  <jas@extundo.com>
6621
6622         * mml2015.el (mml2015-use): Doc fix, mention epg.
6623
6624 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6625
6626         * mml2015.el (mml2015-use): Default to epg, if available.
6627
6628 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6629
6630         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6631         message-sender.
6632         (mml1991-epg-encrypt): Ditto.
6633         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6634         message-sender.
6635         (mml2015-epg-encrypt): Ditto.
6636
6637 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6638
6639         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6640         several common directories.
6641
6642 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6643
6644         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6645         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6646
6647 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * gnus-art.el (article-decode-encoded-words): Make it fast.
6650
6651 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6654
6655         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6656         in quoted string into `\'.
6657
6658 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6661         Use standard-syntax-table.
6662
6663 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-art.el (gnus-decode-address-function): New variable.
6666         (article-decode-encoded-words): Use it to decode headers which are
6667         assumed to contain addresses.
6668         (gnus-mime-delete-part): Remove useless `or'.
6669
6670         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6671         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6672         (gnus-nov-parse-line): Use it to decode From header.
6673         (gnus-get-newsgroup-headers): Ditto.
6674         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6675
6676         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6677         (mail-decode-encoded-address-string): New alias.
6678
6679         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6680         New function.
6681         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6682         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6683         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6684         (rfc2047-decode-string): Ditto.
6685         (rfc2047-decode-address-region): New function.
6686         (rfc2047-decode-address-string): New function.
6687
6688 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6689
6690         * message.el (message-caesar-buffer-body): Allow rotating headers.
6691
6692         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6693
6694         * message.el (message-insert-formated-citation-line): Fix %f.
6695         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6696
6697 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6700         (gnus-bookmark-mouse-available-p): New macro.
6701         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6702         (gnus-bookmark-bmenu-show-infos): Use it.
6703         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6704         (gnus-bookmark-bmenu-hide-infos): Ditto.
6705         (gnus-bookmark-remove-properties): New function.
6706         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6707         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6708         (gnus-bookmark-write-file): Bind coding-system-for-write.
6709         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6710         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6711         group before selecting it.
6712         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6713         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6714         quit-window if it is not available; use gnus-mouse-2 and bind it to
6715         gnus-bookmark-bmenu-select-by-mouse.
6716         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6717         (gnus-bookmark-bmenu-select-by-mouse): New function.
6718
6719 2006-08-13  Romain Francoise  <romain@orebokech.com>
6720
6721         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6722         space.
6723
6724 2006-08-10  Romain Francoise  <romain@orebokech.com>
6725
6726         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6727         (dns-mode-soa-auto-increment-serial): New user option.
6728         (dns-mode-soa-maybe-increment-serial): New function.
6729         (dns-mode): Add the latter to `write-contents-functions'.
6730
6731 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * compface.el (uncompface): Use binary rather than raw-text-unix.
6734
6735 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * compface.el (uncompface): Make sure the eol conversion doesn't take
6738         place when communicating with the external programs.  Reported by
6739         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6740
6741 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6744
6745 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6746
6747         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6748         Make it more robust by parsing author and date independently.
6749
6750 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6753
6754 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6755
6756         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6757         first matching secret key.
6758         (mml2015-epg-encrypt): Ditto.
6759
6760         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6761         first matching secret key.
6762         (mml1991-epg-encrypt): Ditto.
6763
6764         * mml2015.el (mml2015-encrypt-to-self): New user option.
6765         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6766         mml2015-epg-encrypt-to-self is set.
6767
6768         * mml1991.el (mml1991-encrypt-to-self): New variable.
6769         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6770         mml1991-epg-encrypt-to-self is set.
6771
6772         * mml2015.el (mml2015-signers): New user option.
6773         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6774         (mml2015-epg-encrypt): Allow to select signing keys.
6775
6776         * mml1991.el (mml1991-signers): New variable.
6777         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6778         (mml1991-epg-encrypt): Allow to select signing keys.
6779
6780 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * nnheader.el (nnheader-insert-head): Make it work even if the file
6783         uses CRLF for the line-break code.
6784
6785 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6786
6787         * mml2015.el: Require mml-sec instead of password.
6788         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6789         (mml2015-cache-passphrase): Inherit the default value from
6790         mml-secure-cache-passphrase.
6791         (mml2015-passphrase-cache-expiry): Inherit the default value from
6792         mml-secure-passphrase-cache-expiry.
6793
6794         * mml1991.el: Require mml-sec instead of password.
6795         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6796         (mml1991-cache-passphrase): Inherit the default value from
6797         mml-secure-cache-passphrase.
6798         (mml1991-passphrase-cache-expiry): Inherit the default value from
6799         mml-secure-passphrase-cache-expiry.
6800
6801         * mml-sec.el: Require password.
6802         (mml-secure-verbose): New user option.
6803         (mml-secure-cache-passphrase): New user option.
6804         (mml-secure-passphrase-cache-expiry): New user option.
6805
6806 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6807
6808         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6809         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6810         andreas@altroot.de (Andreas Vögele).
6811
6812         FIXME: Use `tiny change'?
6813
6814 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6815
6816         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6817         workaround for the url package included with Emacs.
6818
6819         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6820
6821 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6824         correctly.  This fixes a bug caused by the 2006-05-12 change.
6825
6826 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6827
6828         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6829         some information about the error when saying that the `bogus' mail
6830         group will be used.
6831
6832 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6833
6834         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6835         string.
6836
6837 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6838
6839         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6840
6841 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6842
6843         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6844
6845 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6846
6847         * mml1991.el (mml1991-function-alist): Add epg.
6848         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6849         (mml1991-epg-encrypt): New functions.
6850
6851 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6852
6853         * mml2015.el (mml2015-verbose): New variable.
6854         (mml2015-cache-passphrase): Ditto.
6855         (mml2015-passphrase-cache-expiry): Ditto.
6856         (mml2015-function-alist): Add epg.
6857         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6858         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6859         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6860         functions.
6861
6862 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6863
6864         * message.el (message-cite-original-1): Preserve region when removing
6865         quoted text due to X-No-Archive in order to avoid bogus attribution
6866         when citing multiple messages.
6867
6868 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6869
6870         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6871         Kenneth Jacker <khj@be.cs.appstate.edu>.
6872
6873 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * gnus-diary.el (gnus-user-format-function-d)
6876         (gnus-user-format-function-D): Autoload.
6877
6878         * imap.el (Commentary): Fix typo.
6879
6880         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6881         2006-04-22 contribution.
6882
6883 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6884
6885         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6886         It didn't really fix the bogosity I'm seeing with solid web groups.
6887
6888 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6889
6890         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6891         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6892         created using server names.  If we use the feature without declaring
6893         it, Gnus does not properly manage server and group state.
6894
6895         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6896         bound.
6897
6898 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6899
6900         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6901         looking up the method using GROUP's prefix before inventing a new one.
6902         It is used on killed/unknown groups in various places where returning
6903         an all-new method isn't expected by the caller.
6904
6905         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6906         and match semantics of gnus-group-real-prefix.
6907
6908 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         * nnmail.el (nnmail-broken-references-mailers): New variable.
6911         (nnmail-ignore-broken-references): New function generalizing
6912         nnmail-fix-eudora-headers.
6913         (nnmail-fix-eudora-headers): Now obsolete.
6914
6915         * gnus-art.el (gnus-button-handle-custom): Support
6916         `customize-apropos*'.
6917
6918 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6919
6920         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6921
6922         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6923         articles.
6924
6925 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6926
6927         * message.el (message-cite-reply-above): New variable.
6928         (message-yank-original): Use it.
6929
6930 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6933
6934 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6935
6936         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6937         as read.
6938
6939         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6940
6941 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6942
6943         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6944         (gnus-bookmark-default-file): Use gnus-directory.
6945         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6946         Remove "*" in doc string.
6947         (gnus-bookmark-write-file): Simplify.
6948         (gnus-bookmark-maybe-sort-alist): Use `when'.
6949         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6950         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6951         FIXME about Emacs 21 and XEmacs compatibility.
6952         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6953         compatibility.
6954         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6955         compatibility.
6956         (gnus-bookmark-menu-heading): Fix version.
6957
6958 2006-06-19  Bastien Guerry  <bzg@altern.org>
6959
6960         * gnus-bookmark.el: New file.
6961
6962 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * message.el (message-syntax-checks): Doc fix.
6965
6966 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6967
6968         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6969         unsubscribed groups as if they were killed ones.  It causes duplicate
6970         entries in gnus-newsrc-alist.
6971
6972 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * message.el (message-syntax-checks): Doc fix.
6975         (message-send-mail): Add check for continuation headers.
6976         (message-check-news-header-syntax): Fix regexp used to check for
6977         continuation headers.
6978
6979 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6982
6983 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6986
6987 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6990         default-truncate-lines.
6991
6992 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6995         to fill the utf-8 entry.
6996
6997         * lpath.el: Fbind unicode-precedence-list.
6998
6999 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7000
7001         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7002
7003 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7004
7005         * gnus-agent.el (directory-files-and-attributes): Move all the way
7006         forward (the third and final move).
7007         (gnus-agent-read-agentview): Trap reconstruction errors due to
7008         nonexistant directory.  Handle by returning nil.
7009
7010 2006-05-30  Didier Verna  <didier@xemacs.org>
7011
7012         * message.el (message-dont-reply-to-names): Update the custom type.
7013         * message.el (message-dont-reply-to-names): New defsubst: potentially
7014         convert a list of regexps into a single one.
7015         * message.el (message-get-reply-headers): Use it.
7016         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7017
7018 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-agent.el (directory-files-and-attributes): Move forward.
7021
7022 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * gnus-ml.el (gnus-mailing-list-subscribe)
7025         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7026         (gnus-mailing-list-message): Fix doc strings.
7027
7028 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7029
7030         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7031         of doing it manually.
7032
7033 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7036         comment.
7037
7038 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7039
7040         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7041         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7042         (gnus-agent-read-local): All symbols allocated in my-obarray.
7043         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7044         (gnus-agent-regenerate-group): Check numeric names to see if they are
7045         messages or groups.
7046         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7047         better way of do this...)
7048
7049         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7050         'dummy.group' (there should be a better way of do this...)
7051
7052 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7055         (gnus-saved-headers): Ditto.
7056         (gnus-default-article-saver): Mention functions may have properties.
7057         (gnus-article-save): Override gnus-save-all-headers and
7058         gnus-saved-headers by :headers property which saver function may have.
7059         (gnus-summary-save-in-file): Add :headers property.
7060         (gnus-summary-write-to-file): Ditto.
7061
7062         * gnus-sum.el (gnus-summary-save-article): Bind
7063         gnus-prompt-before-saving to t when saving many articles in a file;
7064         always show all headers.
7065
7066         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7067
7068 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7069
7070         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7071         marks.
7072
7073         * message.el (message-indent-citation): Add optional arguments to allow
7074         using it outside of message buffers.
7075
7076         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7077         (gnus-article-treat-unfold-headers): Use it.
7078         (gnus-article-truncate-lines): New variable.
7079         (gnus-article-mode): Use it.
7080         (gnus-article-toggle-truncate-lines): New function.
7081
7082         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7083         gnus-article-toggle-truncate-lines.
7084
7085         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7086         coding system in XEmacs, use binary.
7087
7088 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7091         after-load-alist.
7092
7093         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7094         this function should save decoded articles.
7095         (gnus-summary-write-to-file): Use property to specify this function
7096         should save decoded articles and specify gnus-summary-save-in-file
7097         should be used to save articles other than the first one when saving
7098         many articles.
7099         (gnus-summary-save-body-in-file): Use property to specify this
7100         function should save decoded articles.
7101         (gnus-summary-write-body-to-file): Use property to specify this
7102         function should save decoded articles and specify
7103         gnus-summary-save-body-in-file should be used to save articles other
7104         than the first one when saving many articles.
7105
7106         * gnus-sum.el (gnus-summary-save-article): Simplify.
7107
7108 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * gnus-art.el (gnus-default-article-saver): Add
7111         gnus-summary-write-body-to-file.
7112         (gnus-article-save-coding-system): Don't use coding system object
7113         in XEmacs.
7114         (gnus-read-save-file-name): Add optional `dir-var' argument which
7115         specifies directory in which files are saved; work even if optional
7116         `variable' argument is not specified.
7117         (gnus-summary-write-to-file): Read file name.
7118         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7119         (gnus-summary-write-body-to-file): New function.
7120
7121         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7122         (gnus-summary-local-variables): Add it.
7123         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7124         (gnus-summary-save-article): Remove optional `decode' argument;
7125         determine whether to decode articles by the value of
7126         gnus-default-article-saver; when saving many files using
7127         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7128         it first and use gnus-summary-save-in-file or
7129         gnus-summary-save-body-in-file thereafter unless
7130         gnus-prompt-before-saving is always; move point to article which
7131         will be saved.
7132         (gnus-summary-save-article-file): Revert.
7133         (gnus-summary-write-article-file): Revert.
7134         (gnus-summary-save-article-body-file): Revert.
7135         (gnus-summary-write-article-body-file): New function.
7136
7137 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus-art.el (gnus-default-article-saver): Doc fix.
7140         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7141         from gnus-summary-save-article-coding-system, and default to a
7142         certain coding system.
7143         (gnus-output-to-file): Add coding cookie and encode text according
7144         to gnus-article-save-coding-system; don't use mm-append-to-file.
7145
7146         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7147         gnus-art.el and rename to gnus-article-save-coding-system.
7148         (gnus-summary-save-article): Require gnus-art; don't show all
7149         headers if it decodes articles; don't add coding cookie here;
7150         don't bind mm-text-coding-system-for-write.
7151         (gnus-summary-save-article-file): Save decoded articles.
7152         (gnus-summary-write-article-file): When saving many files, use
7153         gnus-summary-write-to-file first and gnus-summary-save-in-file
7154         thereafter unless gnus-prompt-before-saving is always.
7155         (gnus-summary-save-article-body-file): Save decoded articles.
7156
7157         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7158
7159 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7160
7161         * nnrss.el (nnrss-check-group): Bind hash-index.
7162
7163 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7164
7165         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7166         its hash index.  Store this hash in `nnrss-group-data'.
7167         (nnrss-read-group-data): Update accordingly.
7168
7169 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7172         entry.
7173
7174         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7175         gnus-article-browse-html-article.
7176
7177 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7178
7179         * gnus-sum.el (gnus-summary-mime-map): Add
7180         gnus-article-browse-html-article.
7181
7182         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7183
7184 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7185
7186         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7187         suitable coding systems in customize.
7188
7189 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * mail-source.el (mail-sources): Fix custom type.
7192
7193 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7196         (gnus-summary-expire-articles-now): Shorten prompt.
7197
7198         * gmm-utils.el (wid-edit): Require.
7199         (defun-gmm): Renamed from `gmm-defun-compat'.
7200         (gmm-image-search-load-path): Use it.
7201         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7202
7203 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7206         variable.
7207         (gnus-summary-save-article): Add optional `decode' argument.  If
7208         it is set and gnus-summary-save-article-coding-system is non-nil,
7209         save decoded article.
7210         (gnus-summary-write-article-file): Save decoded article if
7211         gnus-summary-save-article-coding-system is non-nil.
7212
7213         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7214         type.
7215
7216 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7219
7220 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7223         first to test gnus-single-article-buffer which may be buffer-local.
7224
7225         * gnus-sum.el (gnus-summary-setup-buffer): Make
7226         gnus-single-article-buffer buffer-local and nil in ephemeral
7227         group; make gnus-article-buffer, gnus-article-current, and
7228         gnus-original-article-buffer always buffer-local.
7229         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7230         group.
7231         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7232
7233 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * nnml.el (nnml-request-compact-group): Compressed files might not
7236         have .gz extension.
7237
7238 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7239
7240         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7241         (mm-copy-to-buffer): Use with-current-buffer.
7242         (mm-display-part): Simplify.
7243         (mm-inlinable-p): Add optional arg `type'.
7244
7245 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7246
7247         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7248         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7249         Try harder to show the attachment internally or externally using
7250         gnus-mime-view-part-as-type.
7251
7252 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * message.el (message-from-style, message-signature-separator)
7255         (message-user-organization-file, message-send-mail-function)
7256         (message-citation-line-function, message-yank-prefix)
7257         (message-indent-citation-function, message-signature)
7258         (message-signature-file, message-signature-insert-empty-line):
7259         Remove autoloads.
7260
7261         * gnus-art.el (gnus-buttonized-mime-types): Remove
7262         "multipart/signed".  Revert 2006-04-26 change.
7263
7264 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265
7266         * gnus.el (gnus-version-number): Bump version.
7267
7268 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7269
7270         * gnus.el: No Gnus v0.5 is released.
7271
7272 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7273
7274         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7275         fetching articles by message-id.
7276
7277 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7278
7279         * message.el (hashcash): Require hashcash as normal.
7280
7281         * ecomplete.el (ecomplete-highlight-match-line): Use
7282         point-at-eol.
7283         (ecomplete-highlight-match-line): Use `highlight', because that
7284         face exists in both Emacs and XEmacs.
7285
7286         * message.el (message-display-abbrev): Use point-at-bol.
7287
7288         * mail-source.el: Don't require timer/timer-funcs.
7289
7290         * gnus-async.el: Ditto.
7291
7292         * password.el: Ditto.
7293
7294         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7295
7296         * mm-url.el: Ditto.
7297
7298         * gnus-xmas.el: Don't require timer-funcs.
7299
7300         * mm-util.el: Require timer/timer-funcs.
7301
7302 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7303
7304         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7305         Close.
7306
7307 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7310         unibyte after clear-decrypt function runs.
7311
7312         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7313         returns as a unibyte string.
7314
7315 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * lpath.el: Revert.
7318
7319         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7320         (pgg-gpg-process-sentinel): Revert.
7321
7322         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7323         (pgg-pgp-lookup-key): Revert.
7324
7325         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7326         (pgg-pgp5-lookup-key): Revert.
7327
7328         * pgg.el (pgg-fetch-key): Revert.
7329
7330 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * lpath.el: Fbind string-as-multibyte for XEmacs.
7333
7334         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7335         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7336         (mml1991-pgg-encrypt): Ditto.
7337
7338         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7339         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7340         a multibyte buffer.
7341
7342         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7343         (pgg-pgp-lookup-key): Ditto.
7344
7345         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7346         (pgg-pgp5-lookup-key): Ditto.
7347
7348         * pgg.el (pgg-fetch-key): Ditto.
7349
7350 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7351
7352         * message.el (message-user-organization-file): Check several
7353         locations of the organization file.
7354
7355         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7356         Add gnus-article-view-part-as-type.
7357
7358         * gnus-art.el (gnus-article-view-part-as-type): New function.
7359
7360         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7361         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7362
7363         * mml.el: Simplify autoload.
7364         (mml-mode): defvar dnd-protocol-alist instead of using
7365         symbol-value.
7366         (mml-default-directory): New variable.
7367         (mml-minibuffer-read-file): Use it.
7368         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7369
7370         * message.el (message-citation-line-format): New variable.
7371         (message-insert-formated-citation-line): New function.
7372         (message-citation-line-function): Add
7373         `message-insert-formated-citation-line' to custom type.
7374
7375         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7376         to doc string.
7377
7378         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7379         depending on mm-verify-option.
7380
7381 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7384         binding pgg-* variables; reimplement the section which prevents
7385         MIME header from being signed.
7386         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7387         pgg-text-mode; remove a blank line at the top of body.
7388
7389         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7390         lines at the top of body; use gnus-newsgroup-charset if there's no
7391         Charset header.
7392
7393 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * message.el (message-self-insert-commands): Doc fix.
7396
7397         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7398         (mm-uu-pgp-encrypted-test): Ditto.
7399         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7400         between header and body; return application/pgp-encrypted handle
7401         if decryption failed; decode decrypted body by charset.
7402
7403         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7404         element match to application/pgp-*.
7405
7406 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7407
7408         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7409         HTML.
7410
7411 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412
7413         * mail-source.el (mail-source-call-script): Message the error
7414         string.
7415
7416 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417
7418         * gnus-util.el (gnus-byte-compile): Use it.
7419
7420 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7421
7422         * gnus-util.el (kill-empty-logs): New function.
7423
7424 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7425
7426         * message.el (message-mail-alias-type): Doc fix.
7427         (message-mail-alias-type-p): New function.
7428         (message-send): Use it.
7429         (message-mode): Ditto.
7430         (message-strip-forbidden-properties): Ditto.
7431
7432         * ecomplete.el (ecomplete-database-file-coding-system): New
7433         variable.
7434         (ecomplete-save): Use it.
7435         (ecomplete-setup): Use it.
7436
7437 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * message.el (message-self-insert-commands): New variable.
7440         (message-strip-forbidden-properties): Use it.
7441
7442 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7443
7444         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7445         that doesn't make XEmacs choke.
7446
7447 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * gnus-util.el (gnus-replace-in-string):
7450         Prefer replace-regexp-in-string over of replace-in-string.
7451
7452 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * gnus-util.el (gnus-select-frame-set-input-focus):
7455         Use select-frame-set-input-focus if it is available in XEmacs; use
7456         definition defined in Emacs 22 for old Emacsen.
7457
7458         * dgnushack.el: Autoload unmorse-region for XEmacs.
7459
7460         * lpath.el: Bind cursor-in-non-selected-windows and
7461         select-frame-set-input-focus for XEmacs.
7462
7463 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7466
7467 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7468
7469         * gnus-registry.el (gnus-registry-cache-save): Remove text
7470         properties when saving via the temp buffer.
7471
7472 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7473
7474         * message.el (message-generate-hashcash): Honor custom type.
7475
7476 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7477
7478         * message.el (message-generate-hashcash): Default to non-nil when
7479         hashcash is found.
7480
7481         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7482         (gnus-refer-thread-limit): Increase default to 500.
7483
7484         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7485
7486         * flow-fill.el (fill-flowed): Allow delete-space.
7487
7488 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7489
7490         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7491         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7492         Remove autoloads.
7493
7494 2006-04-18  Simon Josefsson  <jas@extundo.com>
7495
7496         * message.el (message-generate-hashcash): Default to.
7497
7498 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7501         concatenating segments rather than before concatenating them.
7502
7503 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7504
7505         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7506
7507 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7508
7509         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7510
7511         * message.el (message-forward-make-body-plain): Allow
7512         message-forward-ignored-headers to be a list.
7513         (message-remove-ignored-headers): Factor out into function.
7514         (message-forward-make-body-mml): Use it.
7515
7516         * imap.el (imap-quote-specials): New function.
7517         (imap-login-auth): Quote specials.
7518
7519         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7520         (rfc2231-parse-string): Allow concatanation of parameters that
7521         aren't contiguous.  The test case is
7522           (mail-header-parse-content-type "message/external-body;
7523             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7524             access-type=LOCAL-FILE;
7525             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7526
7527 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7528
7529         * nntp.el (nntp-accept-process-output): Return the value of
7530         `nnheader-accept-process-output'.
7531
7532 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7533
7534         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7535         (gnus-button-alist): Recognize more diff formats.
7536         (gnus-button-patch): Strip directory.
7537
7538 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7541         Emacs 22 when setting focus.
7542
7543 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * gnus-art.el (gnus-article-treat-types): Do treatment of
7546         text/x-verbatim parts.
7547         (gnus-button-patch): New command.
7548
7549         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7550         addresses that contain invalid characters.
7551
7552 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7553
7554         * message.el (message-put-addresses-in-ecomplete): Use
7555         gnus-replace-in-string.
7556         (message-is-yours-p): Use the more correct
7557         mail-header-parse-address instead of
7558         mail-extract-address-components.
7559         (message-put-addresses-in-ecomplete): Fix typo.
7560
7561         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7562         keystroke.
7563
7564         * gnus-art.el (gnus-treatment-function-alist): Change order of
7565         newsgroups/generic header folding to avoid double-folding.
7566
7567         * message.el (message-hidden-headers): Add X-Draft-From.
7568
7569         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7570         command.
7571         (gnus-summary-repeat-search-article-backward): New command.
7572
7573         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7574         groups in the parent topic.
7575
7576 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7577
7578         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7579         (spam-extra-header-to-number): Return the CRM114 number as a
7580         number instead of a string.
7581
7582 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7583
7584         * gnus-art.el (gnus-face-properties-alist): Moved here from
7585         gnus-fun.
7586
7587         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7588
7589 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590
7591         * message.el (message-strip-forbidden-properties): Only display on
7592         self-insert-command.
7593
7594         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7595         reindent.
7596         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7597
7598 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7599
7600         * smiley.el (smiley-style): Fix typo.
7601
7602 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7603
7604         * hashcash.el (hashcash-insert-payment-async-2): Use
7605         message-goto-eoh instead of doing it manually.
7606         (mail-add-payment): Use message-narrow-to-header instead of trying
7607         to do the same itself.
7608
7609         * message.el (message-hidden-headers): Add Face.
7610
7611         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7612         reparenting code.
7613         (gnus-summary-reparent-children): Refactored out code.
7614         (gnus-summary-thread-map): New keystroke.
7615         (gnus-summary-reparent-children): Make into command.
7616
7617         * smiley.el (smiley-style): Default to `medium' if using a large
7618         font.
7619
7620         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7621         does it itself.
7622
7623         * message.el (message-point-in-header-p): Simplify definition.
7624
7625 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * nnagent.el (nnagent-request-set-mark): Silence log file
7628         writing.
7629         (nnagent-request-set-mark): Use write-region instead of
7630         append-to-file.
7631
7632         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7633         strange select method.
7634
7635         * ecomplete.el (ecomplete-display-matches): Get highlightling
7636         right.
7637         (ecomplete-display-matches): Use literals.
7638         (ecomplete-display-matches): Disable message logging.
7639
7640         * message.el (message-display-abbrev): Small optimization.
7641
7642         * ecomplete.el (ecomplete-display-matches): Allow automatic
7643         display.
7644
7645         * message.el (message-strip-forbidden-properties): Display
7646         abbrevs.
7647         (message-display-abbrev): Get automatic display right.
7648
7649         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7650         keystrokes.
7651
7652 2006-04-13  Romain Francoise  <romain@orebokech.com>
7653
7654         TODO: Backport to v5-10!
7655
7656         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7657         Moved here (and renamed) from gnus-registry.el.
7658
7659         * gnus-registry.el: Require gnus-util.
7660         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7661
7662 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663
7664         * gnus-group.el (gnus-group-catchup-current): Change
7665         if-then-else-if-then-else into cond.
7666         (gnus-group-catchup): Indent.
7667         (group-name-at-point): New function.
7668         (gnus-fetch-group): Provide default from thing at point.
7669
7670 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7671
7672         * message.el (message-display-abbrev): Fix regexp.
7673
7674         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7675         choosing.
7676         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7677         dead variables.
7678
7679         * message.el (message-newline-and-indent): Remove debugging.
7680         (message-display-abbrev): Use new implementation.
7681
7682 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * gnus-art.el (gnus-article-mode): Set
7685         cursor-in-non-selected-windows to nil.
7686
7687         * smiley.el: Revert previous change.
7688         (smiley-data-directory): defvar it before using it in the
7689         defcustom of `smiley-style'.
7690
7691 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7692
7693         * message.el (message-newline-and-indent): New function.
7694
7695         * ecomplete.el: Implement more bits.
7696
7697         * message.el (message-put-addresses-in-ecomplete): Clean up the
7698         string.
7699
7700         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7701
7702         * gnus-sum.el (gnus-summary-save-parts): Bind
7703         gnus-summary-save-parts-counter and use it to make unique file
7704         names.
7705
7706         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7707
7708         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7709         parameter to say whether to actually parse the individual
7710         addresses.
7711
7712         * message.el (message-put-addresses-in-ecomplete): New function.
7713         (ecomplete): Require.
7714         (message-mail-alias-type): Add ecomplete as an option.
7715
7716 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7717
7718         * flow-fill.el (fill-flowed): Remove trailing space from blank
7719         quoted lines.
7720
7721 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7722
7723         * smiley.el (smiley-style): Move definition later to avoid a
7724         compilation warning.
7725
7726 2006-04-12  Kenichi Handa  <handa@m17n.org>
7727
7728         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7729         buffer and then decode the buffer text if necessary.
7730         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7731         first, and after mm-encode-body, change the buffer to unibyte.
7732         Use mm-disable-multibyte instead of set-buffer-multibyte.
7733
7734 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7737         Content-Type header instead of Content-Disposition header.
7738         (gnus-mime-inline-part): Ditto.
7739         (gnus-mime-view-part-as-charset): Ignore charset that the part
7740         specifies.
7741
7742         * mm-decode.el (mm-display-part): Work with external parts and
7743         usual parts similarly.
7744
7745         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7746         instead of gnus-display-mime.
7747
7748         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7749         instead of with-temp-buffer.
7750
7751         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7752         tag to summarized topics part in order to encode non-ASCII text.
7753
7754 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7755
7756         * smiley.el (smiley-style): New variable.
7757         (smiley-directory): New function.
7758         (smiley-data-directory): Derive from `smiley-style' using
7759         `smiley-directory'.
7760         (smiley-regexp-alist): Add new entries.
7761
7762         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7763         (gnus-article-browse-delete-temp): Add :version.
7764
7765 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7766
7767         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7768         the sieve region.
7769
7770 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7771
7772         * gnus.el (gnus-version-number): Bump version.
7773
7774 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * gnus.el: No Gnus v0.4 is released.
7777
7778 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7779
7780         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7781         layout.
7782
7783         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7784         unknown charset.
7785
7786         * message.el (message-header-synonyms): Add Original-To to the
7787         default.
7788
7789         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7790         optional parameter.
7791
7792 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7793
7794         * gnus-fun.el (gnus): Require it for gnus-directory.
7795
7796 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7799
7800 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7801
7802         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7803
7804 2006-04-05  Simon Josefsson  <jas@extundo.com>
7805
7806         * password.el (password-reset): New function.
7807
7808 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7809
7810         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7811         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7812
7813 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7814
7815         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7816         Some whitespace was matched into the url, which broke browsing hits
7817         > 100 when mm-url-use-external was nil.
7818
7819 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7822         gnus-extra-headers for 'Newsgroups.
7823
7824         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7825         bound.
7826
7827 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7828
7829         * pgg-gpg.el: Clean up process buffers every time gpg processes
7830         complete.
7831
7832 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7835         doc string.
7836
7837 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7838
7839         * pgg-gpg.el (pgg-gpg-process-filter)
7840         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7841
7842         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7843         lines, temporary fix.
7844
7845 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7846
7847         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7848
7849 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7850
7851         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7852         default-enable-multibyte-characters.  This reverts the change from
7853         revision 6.17 which is no longer necessary because the passphrase
7854         is sent separately now.  GnuPG messages are unreadable under
7855         multibyte locales with default-enable-multibyte-characters set to
7856         nil.
7857
7858 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * message.el (message-tool-bar-gnome): Move "spell".
7861
7862 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7865         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7866         instead.
7867
7868 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7869
7870         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7871         newsgroups handling for NNTP overviews which don't include
7872         Newsgroups.
7873
7874 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7875
7876         * message.el (message-resend): Bind message-generate-hashcash to nil.
7877
7878 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7879
7880         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7881         when searching for already-paid recipients.
7882
7883 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7884
7885         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7886         passphrases when it is not needed.
7887         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7888         passphrase stuff from gpg, should only be necessary when you use
7889         gpg with a smartcard.
7890
7891 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * mml.el (mml-insert-mime): Ignore cached contents of
7894         message/external-body part.
7895
7896         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7897         (mm-insert-part): Ditto.
7898
7899 2006-03-23  Simon Josefsson  <jas@extundo.com>
7900
7901         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7902         Reiner.
7903         (pgg-gpg-use-agent-p): Use it again.
7904
7905 2006-03-23  Simon Josefsson  <jas@extundo.com>
7906
7907         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7908         older emacsen.
7909         (pgg-gpg-use-agent-p): Don't use it.
7910
7911 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7914         if we can.
7915
7916 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7917
7918         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7919         (pgg-gpg-update-agent): New function.
7920         (pgg-gpg-use-agent-p): New function.
7921         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7922         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7923         (pgg-gpg-sign-region): Use it.
7924
7925 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7928         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7929
7930 2006-03-21  Simon Josefsson  <jas@extundo.com>
7931
7932         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7933         <wilde@sha-bang.de>.
7934         (pgg-gpg-use-agent): New variable.
7935         (pgg-gpg-process-region): Use it.
7936         (pgg-gpg-encrypt-region): Likewise.
7937         (pgg-gpg-encrypt-symmetric-region): Likewise.
7938         (pgg-gpg-decrypt-region): Likewise.
7939         (pgg-gpg-sign-region): Likewise.
7940         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7941
7942 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7945
7946         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7947         Add comment on version.
7948
7949 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7950
7951         * smiley.el: Add missing test smiley.
7952
7953 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * mm-decode.el (mm-with-part): New macro.
7956         (mm-get-part): Use it; work with message/external-body as well.
7957         (mm-save-part): Treat name and filename equally.
7958
7959         * mm-extern.el (mm-extern-cache-contents): New function.
7960         (mm-inline-external-body): Use it; force the part to be displayed;
7961         move undisplayer added to the cached handle to the parent.
7962
7963         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7964         (gnus-mime-view-part-as-type): Work with message/external-body.
7965
7966         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7967
7968 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7971         images in image-load-path.  [Sync with image.el, revision 1.60, in
7972         Emacs.]
7973
7974 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7975
7976         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7977         path rather than symbol.  Always return list of directories.
7978         Guarantee that image directory comes first.  [Sync with image.el,
7979         revision 1.59, in Emacs.]
7980
7981         * message.el (message-make-tool-bar): Adjust to new API of
7982         `gmm-image-load-path-for-library'.
7983
7984         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7985
7986         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7987
7988 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7989
7990         * gnus-art.el (gnus-article-only-boring-p):
7991         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7992         intangible text.
7993         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7994
7995 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7998         `defun' instead of `gmm-defun-compat'.
7999
8000 2006-03-14  Simon Josefsson  <jas@extundo.com>
8001
8002         * message.el (message-unique-id): Don't use message-number-base36
8003         if (user-uid) is a float.
8004         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8005
8006 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8009
8010         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8011         empty line between a part and a message part.
8012
8013 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * smiley.el: Add more test smileys.
8016         (smiley-data-directory, smiley-regexp-alist)
8017         (gnus-smiley-file-types): Fix doc strings.
8018         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8019         adding new elements.
8020         (smiley-mouse-map): Unused code.  Make it a comment.
8021
8022 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8025         scan latest NoCeM messages instead of old ones.
8026         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8027         delimiters that are recently used.
8028         (gnus-nocem-load-cache): Add autoload cookie.
8029
8030         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8031
8032         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8033         level which is larger than gnus-use-nocem is specified.
8034
8035         * gnus-group.el (gnus-group-get-new-news): Ditto.
8036
8037 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8038
8039         * gnus-util.el (gnus-tool-bar-update): New function.
8040
8041         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8042         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8043
8044         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8045
8046         * gnus-group.el (gnus-group-redraw-when-idle)
8047         (gnus-group-redraw-check): Remove.
8048         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8049
8050 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8053         if optional last element is specified in splits (FIELD VALUE...).
8054
8055 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8056
8057         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8058         to gmm-image-load-path-for-library.  Call with no-error argument.
8059         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8060
8061         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8062
8063         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8064
8065         * gmm-utils.el (gmm-image-load-path): Remove alias.
8066
8067 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * gmm-utils.el (gmm-image-load-path): Add alias.
8070
8071         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8072         nnml-generate-nov-databases-1.
8073         (nnml-generate-nov-databases): Use it.
8074         (nnml-generate-nov-databases-directory): Document no-active
8075         argument.
8076
8077         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8078         directory if path is t.  Add no-error.
8079
8080         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8081         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8082
8083         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8084         resetting gnus-article-browse-html-temp-list.
8085
8086         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8087         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8088         Add example to docstring.  Rename local variables.  Move error
8089         checks to default case in cond and simplify.
8090
8091 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8094         handle is multipart when calling it recursively.
8095         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8096
8097 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8098
8099         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8100         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8101
8102 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8105         is loaded.
8106
8107         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8108         loaded.
8109
8110 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8113         to "Emacs 23 (unicode)" in doc string.
8114
8115         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8116         "Emacs 23 (unicode)" in comment.
8117
8118 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8121
8122         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8123         characters 160 through 255 in Emacs 23.
8124
8125 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8128         gnus-article-browse-html-temp.
8129         (gnus-article-browse-delete-temp): Make it customizable.  Add
8130         `file'.  Adjust doc string.
8131         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8132         query for each file.  Adjust doc string.
8133         (gnus-article-browse-html-parts): Add
8134         `gnus-article-browse-delete-temp-files' to
8135         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8136
8137 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8138
8139         * gnus-art.el (gnus-article-browse-html-temp)
8140         (gnus-article-browse-delete-temp): New variables.
8141         (gnus-article-browse-delete-temp-files): New function.
8142         (gnus-article-browse-html-parts): Use it.
8143
8144 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8145
8146         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8147
8148         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8149         string.
8150
8151         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8152         gnus-summary-insert-new-articles when unplugged.  Remove
8153         gnus-summary-search-article-forward.
8154
8155         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8156         display-visual-class instead of display-color-cells.
8157
8158 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * dgnushack.el: Autoload customize-group for XEmacs.
8161
8162         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8163         message/* containing non-ASCII text properly.
8164
8165 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8166
8167         * message.el: Require gmm-utils, remove autoloads.
8168         (message-tool-bar): Set default based on
8169         gmm-tool-bar-style.
8170         (message-tool-bar-gnome): Add gmm-customize-mode.
8171
8172         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8173         gmm-tool-bar-style.
8174         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8175
8176         * gnus-group.el (gnus-group-tool-bar): Set default based on
8177         gmm-tool-bar-style.
8178         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8179
8180         * gmm-utils.el (gmm-image-directory): Rename variable from
8181         gmm-image-load-path.
8182         (gmm-image-load-path): Use gmm-image-directory.
8183         (gmm-customize-mode): New function.
8184         (gmm-tool-bar-style): New variable.
8185
8186         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8187         gnus-group-redraw-line-number.
8188         (gnus-group-redraw-check): Simplify.
8189         (gnus-group-tool-bar-update): Remove redraw check.
8190         (gnus-group-make-tool-bar): Add redraw check.
8191
8192 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8193
8194         * gnus-art.el (gnus-button): Add missing parentheses.
8195
8196 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * lpath.el: Fbind line-number-at-pos.
8199
8200 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8203
8204 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * gnus-art.el (gnus-button): New face.
8207         (gnus-article-button-face): Use it.
8208
8209         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8210         gnus-summary-next-page.  Re-order.
8211
8212         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8213         next-node are now included.
8214         (gnus-group-redraw-line-number): New internal variable.
8215         (gnus-group-redraw-check): Helper function for updating the tool
8216         bar.
8217         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8218
8219         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8220
8221         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8222         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8223         Use it to match format of Spamassassin 3.0 and later.  Reported by
8224         IRIE Tetsuya <irie@t.email.ne.jp>.
8225         (spam-check-bogofilter)
8226         (spam-bogofilter-register-with-bogofilter): Fix args of
8227         `gnus-error' calls.
8228
8229 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8232         unnecessary interaction when sending queued mails.  Reported by
8233         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8234
8235 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8236
8237         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8238         first or last are nil.
8239
8240 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8241
8242         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8243
8244 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8245
8246         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8247
8248 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8249
8250         * dns.el (query-dns): Protect more against buggy tcp output.
8251
8252 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8253
8254         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8255         nov.php.
8256
8257 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8258
8259         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8260         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8261         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8262         output on the server side.
8263         (nnweb-google-create-mapping): Update regexps and add some
8264         progress indication.
8265
8266 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8269         gnus-agent-toggle-plugged.  Re-order icons.
8270         (gnus-group-tool-bar-gnome): Add
8271         gnus-group-{prev,next}-unread-group.
8272         (gnus-group-tool-bar-gnome): Re-order icons.
8273
8274         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8275         gnus-summary-insert-new-articles.
8276
8277         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8278         comments.
8279
8280         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8281         also available in Emacs 21.3.
8282
8283         * message.el (message-fix-before-sending): Change "Emacs 22" to
8284         "Emacs 23 (unicode)" in comment.
8285
8286         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8287         "Emacs 23 (unicode)" in comment.
8288
8289         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8290         comment.
8291         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8292
8293         * mm-view.el (mm-fill-flowed): Add :version.
8294
8295 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8298         and load-path.
8299
8300 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8301
8302         * message.el: Autoload gmm-image-load-path.
8303         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8304         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8305         consitency.
8306
8307         * gmm-utils.el (gmm-image-load-path): Also search in
8308         "../etc/images".  Don't set gmm-image-load-path if we don't find
8309         the image.
8310
8311 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * gmm-utils.el (gmm-image-load-path): Don't make
8314         `gmm-image-load-path' include subdirectories which the second arg
8315         `image' might specify.
8316
8317         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8318         subdirectory to icon file names.
8319
8320         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8321
8322 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8323
8324         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8325         gmm-image-load-path calls.
8326
8327         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8328
8329         * message.el (message-make-tool-bar): Ditto.
8330
8331         * mml.el (mml-preview): Added comment concerning tool bar icons.
8332
8333         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8334         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8335
8336         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8337         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8338
8339         * message.el (message-tool-bar-gnome): Use new icon names.
8340         (message-make-tool-bar): Use `gmm-image-load-path'.
8341
8342         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8343         functions from MH-E.
8344         (gmm-image-load-path): New variable from MH-E.
8345         (gmm-image-load-path): New function from MH-E.  Added arguments
8346         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8347         *-image-load-path-called-flag.
8348
8349 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8350
8351         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8352
8353 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8354
8355         * nnimap.el (nnimap-request-move-article): Change folder back to
8356         source group before deleting.
8357
8358 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8359
8360         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8361
8362         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8363         mm-url.
8364
8365         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8366
8367 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8370         coding system which mm-charset-to-coding-system returns for a
8371         given charset is valid.
8372
8373 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8374
8375         * html2text.el (html2text-remove-tag-list):
8376         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8377
8378 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8379
8380         * gnus-cus.el: Revert 2005-10-17 change.
8381
8382 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * gnus-art.el (article-strip-banner): Call
8385         article-really-strip-banner only when the regexp match is made.
8386
8387 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-art.el (article-strip-banner): Use
8390         gnus-extract-address-components instead of
8391         mail-header-parse-addresses to make it work with non-ASCII text;
8392         remove mail-encode-encoded-word-string.
8393
8394         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8395         values which are surrounded with \"...\"; make it never cause a
8396         Lisp error; give up parsing of parameters if it failed in
8397         extracting type.
8398
8399 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8400
8401         * smime.el (smime-cert-by-ldap-1): Fix bug where
8402         `smime-ldap-search' returns results without userCertificates.
8403
8404 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8407
8408 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * spam.el (spam-check-spamassassin-headers): Adapt format for
8411         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8412         <ari@mbf.ocn.ne.jp>.
8413         (spam-list-of-processors): Add spam-use-gmane.
8414
8415 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8418         make-temp-file; make it work with XEmacs as well.
8419
8420         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8421         mm-make-temp-file.
8422
8423         * mm-decode.el (mm-display-external): Use the 3rd arg of
8424         mm-make-temp-file.
8425         (mm-create-image-xemacs): Ditto.
8426
8427 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8430         with message-narrow-to-headers.
8431         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8432         (gnus-draft-check-draft-articles): New function.
8433         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8434
8435 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * gnus-art.el (gnus-article-browse-html-parts):
8438         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8439         Don't use suffix argument for mm-make-temp-file for Emacs 21
8440         compatibility.  Remove useless `format'.
8441
8442 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8443
8444         * nnweb.el (nnweb-google-wash-article): Update regexps.
8445         (nnweb-group-alist): Use defvoo instead of defvar.
8446
8447 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8450         re-loading nn* modules.
8451
8452 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8455         for `tool-bar-mode' and don't check it's default-value.
8456
8457         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8458
8459         * message.el (message-make-tool-bar): Ditto.
8460
8461         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8462         `substring'.  Shorten tmp-file name.
8463
8464         * gnus.el: Remove bogus comment.
8465
8466 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8467
8468         * gnus-art.el (gnus-article-browse-html-parts): New function.
8469         (gnus-article-browse-html-article): New function for viewing html
8470         articles with a browser.
8471
8472 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8473
8474         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8475         in elisp.
8476         (pgg-gpg-encrypt-symmetric-region): Ditto.
8477         (pgg-gpg-sign-region): Ditto.
8478
8479         * pgg-def.el (pgg-text-mode): New variable.
8480
8481         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8482         (mml2015-pgg-encrypt): Ditto.
8483
8484         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8485         (mml1991-pgg-encrypt): Ditto.
8486
8487 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8490         message-make-date instead of current-time-string.
8491
8492         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8493         to gnus-decoded which mm-uu might set.
8494
8495 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8498         don't decode quoted parameters; remove misimported Emacs code.
8499         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8500         (rfc2231-decode-encoded-string): Don't use split-string which
8501         behaves differently according to Emacs version; use
8502         mm-decode-coding-region to convert charset to coding-system.
8503         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8504         (rfc2231-encode-string): Remove misimported Emacs code.
8505
8506 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8509         when calling mail-header-parse-content-type.
8510         (article-de-quoted-unreadable): Ditto.
8511         (article-de-base64-unreadable): Ditto.
8512         (article-wash-html): Ditto.
8513
8514         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8515         calling mail-header-parse-content-type and
8516         mail-header-parse-content-disposition.
8517         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8518         mail-header-parse-content-type.
8519
8520         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8521         insert charset and format parameters; encode description after
8522         inserting it to buffer.
8523         (mml-insert-parameter): Fold lines properly even if a parameter is
8524         segmented into two or more lines; change the max column to 76.
8525
8526         * rfc1843.el (rfc1843-decode-article-body): Don't use
8527         ignore-errors when calling mail-header-parse-content-type.
8528
8529         * rfc2231.el (rfc2231-parse-string): Return at least type if
8530         possible; don't cause an error even if it fails in parsing of
8531         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8532         (rfc2231-encode-string): Don't break lines at the beginning, leave
8533         it to mml-insert-parameter.
8534
8535         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8536         calling mail-header-parse-content-type.
8537
8538 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8539
8540         * spam-report.el (spam-report-gmane-use-article-number):
8541         Improve doc string.
8542         (spam-report-gmane-internal): Check if a suitable header was found
8543         in the article.
8544
8545 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8548         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8549
8550 2006-02-05  Romain Francoise  <romain@orebokech.com>
8551
8552         Update copyright notices of all files in the gnus directory.
8553
8554 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8555
8556         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8557
8558 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8561         segmented lines of parameter value to cope with Thunderbird 1.5
8562         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8563         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8564         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8565
8566 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8567
8568         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8569         parts.
8570
8571 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8572
8573         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8574         there's only one active file for all servers.
8575         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8576         solid groups.  Gnus might have used a FAST request to select the group.
8577         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8578         and nnweb-search redundantly in the active file.
8579         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8580         (nnweb-request-create-group): Don't use ARGS.
8581         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8582         initialisations.  Let nnoo do the work.
8583
8584 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8587         Say the part has been decoded.
8588
8589         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8590
8591 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8592
8593         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8594         mailcap-viewer-test-cache when there's no 'test clause, since that
8595         will invert the meaning of a "nil" test previously determined by
8596         mailcap-mailcap-entry-passes-test.
8597
8598 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8601         compiling.
8602
8603         * gnus-sum.el: Ditto.
8604
8605         * message.el: Don't bind tool-bar-map when compiling.
8606
8607 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8610
8611 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8612
8613         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8614         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8615         current Google Groups.
8616
8617 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8618
8619         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8620         and tool-bar-mode.
8621
8622         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8623         and tool-bar-mode.
8624
8625         * message.el (message-tool-bar-update): Simplify.
8626         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8627
8628         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8629         gnus-summary-buffer.
8630         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8631         gnus-summary-reply.
8632
8633         * gmm-utils.el (gmm): Add :version.
8634
8635 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * Makefile.in (clean): New rule.
8638         (distclean): Use it.
8639
8640 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8641
8642         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8643         autoload.
8644
8645 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * gmm-utils.el (gmm-verbose): Add :group.
8648
8649 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8650
8651         * message.el: Change some comments WRT tool-bars.
8652
8653         * gnus-sum.el (gnus-summary-tool-bar)
8654         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8655         (gnus-summary-tool-bar-zap-list): New variables.
8656         (gnus-summary-make-tool-bar): Complete rewrite using
8657         `gmm-tool-bar-from-list'.
8658
8659         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8660         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8661         variables.
8662         (gnus-group-make-tool-bar): Complete rewrite using
8663         `gmm-tool-bar-from-list'.
8664         (gnus-group-tool-bar-update): New function.
8665
8666         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8667
8668 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8671         is dissected into a single part of which the type is the same as
8672         the given one; decode charset.
8673
8674 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8675
8676         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8677         into alists as symbol not string, since that's what
8678         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8679         look for.
8680
8681 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8684         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8685
8686         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8687
8688 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8691         (gnus-xmas-mime-security-button-menu): New function.
8692
8693         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8694         (gnus-mime-security-button-menu): New definition.
8695         (gnus-mime-security-button-map): Use them.
8696         (gnus-mime-security-button-menu): New function.
8697         (gnus-insert-mime-security-button): Addition to help echo.
8698         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8699         (gnus-mime-security-pipe-part): New functions.
8700
8701         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8702         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8703
8704         * mm-decode.el (mm-handle-set-disposition): Remove.
8705         (mm-handle-set-description): Remove.
8706
8707 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8710         (mm-w3m-standalone-supports-m17n-p): New function.
8711         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8712         w3m usage.
8713
8714         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8715         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8716
8717 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * message.el (message-tool-bar-zap-list): Use
8720         gmm-tool-bar-zap-list as custom type.
8721         (message-tool-bar-update): New function.
8722         (message-tool-bar, message-tool-bar-gnome)
8723         (message-tool-bar-retro): Add message-tool-bar-update.
8724         (message-tool-bar-gnome): Add flyspell-buffer.
8725
8726         * gnus-util.el (gnus-error): Describe `args'.
8727
8728         * gmm-utils.el (gmm-error): Describe `args'.
8729         (gmm-tool-bar-zap-list): New widget.
8730         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8731
8732 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8735         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8736         the number of recursive calls.
8737
8738         * mm-decode.el (mm-handle-set-disposition): New macro.
8739         (mm-handle-set-description): New macro.
8740
8741 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8744         encoding.
8745
8746 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * message.el (message-tool-bar-zap-list, message-tool-bar)
8749         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8750         (message-tool-bar-local-item-from-menu): Remove.
8751         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8752         (message-make-tool-bar): New function.
8753         (message-mode): Use `message-make-tool-bar'.
8754
8755         * gmm-utils.el: New file.
8756         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8757         (gmm-lazy): New widget copied from `nnmail.el'.
8758         (gmm-tool-bar-from-list): New function for creating customizable
8759         tool bars.
8760         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8761         output.
8762         (gmm): Add :prefix to defgroup.
8763
8764 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8765
8766         * gmm-utils.el (gmm-widget-p): New function.
8767
8768 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * mml.el (mml-attach-file): Describe `description' in doc string.
8771         (mml-menu): Add Emacs MIME manual and PGG manual.
8772
8773 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8774
8775         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8776
8777 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8778
8779         * nntp.el (nntp-end-of-line): Doc fix.
8780
8781 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8782
8783         * imap.el (imap-open): Handle case where buffer is a buffer
8784         object.
8785
8786 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8787
8788         * gnus-delay.el (gnus-delay): Don't autoload.
8789         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8790         to be re-loaded when customizing the `gnus-delay' group.
8791
8792 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8793
8794         * message.el (message-insert-citation-line): Use newlines.
8795
8796 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8797
8798         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8799         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8800         these routines, so the passphrase can be managed externally and
8801         passed in to the system.
8802         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8803         pgg-add-passphrase-to-cache function.
8804
8805         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8806         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8807         these routines, so the passphrase can be managed externally and
8808         passed in to the system.
8809         (pgg-pgp5-sign-region): Use new name of
8810         pgg-add-passphrase-to-cache function.
8811
8812 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8813
8814         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8815         part of the decoded armor to find the key-identifier.
8816         (pgg-gpg-lookup-key-owner): New function to return the
8817         human-readable identifier of a key owner.
8818         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8819         itself.
8820         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8821         the key value) if we have a key and can match it against a secret
8822         key.  Also, added a note pointing out fact that the prompt only
8823         indicates the first matching key.
8824
8825         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8826         pgg-decrypt-region.
8827         (pgg-add-passphrase-to-cache): Rename from
8828         `pgg-add-passphrase-cache' to reduce confusion (all callers
8829         changed).
8830         (pgg-remove-passphrase-from-cache): Rename from
8831         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8832         changed).
8833         (pgg-read-passphrase, pgg-add-passphrase-cache)
8834         (pgg-remove-passphrase-cache): Add informative docstrings.
8835         (pgg-decrypt): Convey provided passphrase in subordinate call to
8836         pgg-decrypt-region.
8837
8838 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8839
8840         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8841         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8842         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8843         'passphrase' argument, so the passphrase can be managed externally
8844         and then passed in to the system.
8845
8846         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8847         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8848         so the passphrase cache can be used reliably with identifiers
8849         besides a pgp packet's key id.
8850
8851         * pgg-gpg.el (pgg-gpg-encrypt-region)
8852         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8853         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8854         these routines, so the passphrase can be managed externally and
8855         passed in to the system.
8856
8857         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8858         'notruncate' argument, so the passphrase cache can be used
8859         reliably with identifiers besides a pgp packet's key id.
8860
8861 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8862
8863         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8864         symmetric encryption.
8865         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8866         encrypted session key.
8867         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8868         message ask for the passphrase in a proper way.
8869
8870         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8871         New user commands for symmetric encryption.
8872
8873 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8876
8877         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8878
8879 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8880
8881         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8882
8883 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * mm-decode.el (mm-inlined-types): Add application/pgp.
8886         (mm-automatic-display): Ditto.
8887
8888         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8889         part as text.
8890
8891 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * nnrss.el: Update copyright.
8894         (nnrss-opml-import): Query whether to subscribe to each entry.
8895
8896         * gnus-art.el:
8897         * gnus-sum.el:
8898         * gnus-xmas.el:
8899         * messagexmas.el:
8900         * mm-uu.el:
8901         * mm-view.el: Update copyright.
8902
8903 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8904
8905         * message.el (message-info): New function.
8906         (message-mode-menu): Add it.
8907         Update copyright.
8908
8909         * ChangeLog: Fix and update copyright.
8910
8911 2006-01-13  Romain Francoise  <romain@orebokech.com>
8912
8913         * message.el (message-forward-subject-name-subject): Prefer the
8914         address to 'nowhere' if the sender has no name.
8915         Fix typo.  Update copyright year.
8916
8917 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * gnus-art.el (article-wash-html): Use
8920         gnus-summary-show-article-charset-alist if a numeric arg is given.
8921         (gnus-article-wash-html-with-w3m-standalone): New function.
8922
8923         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8924         mm-inline-text-html-render-with-w3m-standalone.
8925         (mm-text-html-washer-alist): Map w3m-standalone to
8926         gnus-article-wash-html-with-w3m-standalone.
8927         (mm-inline-text-html-render-with-w3m-standalone): New function.
8928
8929 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8932         Improve LaTeX.
8933
8934 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8937         (nnrss-request-article): Render text/plain parts as HTML.
8938
8939         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8940         the buffer.
8941
8942 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8943
8944         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8945         custom definition of `gnus-posting-styles'.
8946
8947         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8948         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8949
8950 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8953         Use nntp for bug archive.
8954
8955 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8958         parts.
8959         (nnrss-normalize-date): New function converts ISO 8601 date into
8960         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8961         (nnrss-check-group): Use it.
8962
8963 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8966
8967         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8968         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8969         (nnrss-insert-w3): Ditto.
8970
8971 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8974         the articles to be forwarded including the case where neither a
8975         number of articles nor a region is specified.
8976
8977 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * nnrss.el (nnrss-request-article): Fix last change; fill
8980         text/plain parts.
8981
8982 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8985         in text/plain part.
8986         (nnrss-check-group): Don't add excessive newline to dc:subject.
8987
8988 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8989
8990         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8991         article.
8992
8993 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8994
8995         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8996         (nnml-use-compressed-files, nnml-save-mail): Support other
8997         comression programs such as bzip2.
8998
8999 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9000
9001         * dns.el (query-dns): Make sure we check the buffer size before
9002         removing tcp headers.
9003
9004 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9007         remove MIME buttons associated with multipart/alternative parts.
9008         (gnus-mime-display-alternative): Tag buttons using `article-type'
9009         text property.
9010
9011         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9012         associated with multipart/alternative parts.
9013
9014         * gnus-art.el (gnus-signature-separator): Fix custom type.
9015
9016         * mm-decode.el (mm-inlined-types): Fix custom type.
9017         (mm-keep-viewer-alive-types): Ditto.
9018         (mm-automatic-display): Ditto.
9019         (mm-attachment-override-types): Ditto.
9020         (mm-inline-override-types): Ditto.
9021         (mm-automatic-external-display): Ditto.
9022
9023 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9024
9025         * spam-report.el (spam-report-user-mail-address)
9026         (spam-report-user-agent): New variables.
9027         (spam-report-url-ping-plain): Use spam-report-user-agent.
9028
9029 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9030
9031         * gnus-art.el (gnus-button-handle-custom): Do not just use
9032         `customize-apropos' for any "M-x customize-*" button but the
9033         function called for.  Accept both the function name and its
9034         argument in order to achieve this.
9035         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9036         function name to `gnus-button-handle-custom' in case of "M-x
9037         customize-*" buttons.
9038
9039 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9042         multipart/alternative and add xref to mm-discouraged-alternatives
9043         in doc string.
9044
9045         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9046         gnus-buttonized-mime-types in doc string.
9047
9048 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9051         Suggest image/.* in the doc string.
9052
9053 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9054
9055         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9056         message-marks (Debian bug #342521).
9057
9058 2005-12-12  Simon Josefsson  <jas@extundo.com>
9059
9060         * password.el (password-read-from-cache): Add.
9061         (password-read): Use it.
9062
9063 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9066         us-ascii as a MIME charset.
9067
9068         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9069         against the case where the 2nd arg TYPE is nil.
9070
9071 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9072
9073         * pop3.el (pop3-stream-type): Fix custom version.
9074
9075         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9076
9077 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9078
9079         * mm-decode.el (mm-display-external): Add missing cdr.
9080
9081 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9084         RFC1524) if it is in mailcap or add a suffix according to
9085         mailcap-mime-extensions when generating a temp filename; postpone
9086         deleting a temp file for 2 seconds for some wrappers, shell
9087         scripts, and so on, which might exit right after having started a
9088         viewer command as a background job.
9089
9090 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * nntp.el (nntp-marks-directory): Fix custom group.
9093
9094         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9095         steps when < 10.
9096
9097         * gnus-start.el (gnus-no-server-1): Mention
9098         `gnus-level-default-subscribed' in doc string.
9099
9100 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9101
9102         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9103         parens.
9104
9105 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-xmas.el (gnus-use-toolbar): Revert.
9108         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9109         gnus-use-toolbar is default.
9110
9111         * messagexmas.el (message-use-toolbar): Revert.
9112         (message-setup-toolbar): Use global default-toolbar if
9113         message-use-toolbar is default.
9114
9115 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9118         according to default-toolbar-visible-p.
9119
9120         * messagexmas.el (message-use-toolbar): Ditto.
9121
9122 2005-11-26  Dave Love  <fx@gnu.org>
9123
9124         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9125         (tls-program, tls-success): Provide openssl alternative.
9126
9127         * starttls.el: Doc fixes.
9128         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9129         SERVICE to PORT.
9130
9131         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9132         port null or service name.
9133         (starttls-negotiate): Autoload.
9134
9135 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * message.el (message-kill-to-signature): Fix interactive spec.
9138
9139 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * pop3.el (pop3-open-server): Recognize a string as a service name.
9142
9143 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9144
9145         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9146
9147 2005-11-23  Dave Love  <fx@gnu.org>
9148
9149         Add pop3s, pop3/starttls.
9150
9151         * pop3.el (pop3-authentication-scheme): Clarify doc.
9152         (open-tls-stream, starttls-open-stream): Autoload.
9153         (pop3-stream-type): New.
9154         (pop3-open-server): Use it.
9155
9156         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9157         for POP.
9158         (mail-source-keyword-map): Add :stream for POP.
9159         (mail-source-fetch-pop): Use pop3-stream-type.
9160
9161 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9164         of current-time-string.
9165
9166 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9167
9168         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9169         date header.
9170
9171 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9172
9173         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9174         it can seriously impact performance as it bypasses the agent's
9175         local caches.
9176
9177 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9178
9179         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9180         must be explicitly online rather than "not explicitly offline" for
9181         its flags to be synchronized.
9182
9183         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9184         that gnus-uu-unmark-thread will function correctly.
9185
9186         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9187         1024K is instead displayed as 1M.
9188
9189 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9190
9191         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9192
9193 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9194
9195         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9196
9197 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9198
9199         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9200         error message to display actual error condition.
9201         (gnus-agent-save-local): Avoid saving symbols that are bound to
9202         nil as they simply result in a warning message in
9203         gnus-agent-read-local.
9204
9205 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9208         rather than make-variable-buffer-local for file-precious-flag.
9209
9210 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9211
9212         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9213         for duplicates which are removed.  The invalid sort check then
9214         triggers a rescan after the sort as sorting may have moved
9215         duplicate entries such that they can be cheaply detected.
9216
9217 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9218
9219         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9220
9221 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9222
9223         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9224         internal variable to a custom variable.  Changed default value
9225         from compressed(2) to uncompressed(1).
9226         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9227         support for uncompressed agentview files.  Taken together, reading
9228         the agentview file should now be 6-7 times faster.
9229
9230 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9231
9232         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9233         as a buffer-local variable.  This avoids creating truncated
9234         dribble files as a result of a hang up, eg.
9235
9236 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9237
9238         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9239         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9240         XEmacs.
9241
9242 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * gnus-start.el (gnus-start-draft-setup): Enforce
9245         `gnus-draft-mode' for nndraft:drafts at startup.
9246
9247         * gnus.el (gnus-splash): Change custom group.
9248         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9249         allow-list argument.
9250
9251         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9252         string.
9253
9254 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * gnus-art.el (gnus-default-article-saver): Add user-defined
9257         `function' to custom type.
9258
9259 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9260
9261         * imap.el (imap-open): Handle case where buffer is a buffer
9262         object.
9263
9264 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9265
9266         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9267         long lines.
9268         (gnus-cache-delete-group): Wrap doc strings.
9269
9270         * gnus-agent.el (gnus-agent-rename-group)
9271         (gnus-agent-delete-group): Wrap doc strings.
9272
9273 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * messagexmas.el (message-use-toolbar): Change the valid values
9276         into default, top, bottom, left, and right.
9277         (message-toolbar-thickness): New variable.
9278         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9279         well.
9280         (message-setup-toolbar): Make it work.
9281
9282         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9283         (gnus-use-toolbar): Change the valid values into default, top,
9284         bottom, left, and right.
9285         (gnus-toolbar-thickness): New variable.
9286         (gnus-xmas-setup-toolbar): New function.
9287         (gnus-xmas-setup-group-toolbar): Use it.
9288         (gnus-xmas-setup-summary-toolbar): Use it.
9289
9290 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9291
9292         * gnus-start.el (gnus-1): Add "native" to
9293         gnus-predefined-server-alist.
9294
9295         * gnus.el (gnus-method-to-server): Don't add "native" to the
9296         lists here, because that leads to problems when
9297         gnus-select-method is bound.
9298
9299 2005-11-09  Simon Josefsson  <jas@extundo.com>
9300
9301         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9302         use (not sort-by-date) instead.
9303
9304 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9305
9306         * gnus-delay.el (gnus-delay-group): Don't autoload.
9307         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9308         to be re-loaded when customizing the `gnus-delay' group.
9309
9310 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9311
9312         * message.el: Revert last changes.
9313         (message-insert-citation-line): Use newlines.
9314
9315 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9316
9317         * message.el (message-courtesy-message)
9318         (message-mark-insert-begin, message-mark-insert-end)
9319         (message-elide-ellipsis, message-cancel-message)
9320         (message-add-header, message-change-subject)
9321         (message-cross-post-followup-to-header)
9322         (message-cross-post-insert-note, message-reduce-to-to-cc)
9323         (message-widen-reply, message-delete-not-region)
9324         (message-kill-to-signature, message-insert-signature)
9325         (message-insert-importance-high, message-insert-importance-low)
9326         (message-insert-or-toggle-importance)
9327         (message-insert-disposition-notification-to)
9328         (message-indent-citation, message-yank-original)
9329         (message-cite-original-without-signature, message-cite-original)
9330         (message-insert-citation-line, message-position-on-field)
9331         (message-fix-before-sending, message-send-mail-partially)
9332         (message-send-mail, message-send-mail-with-sendmail)
9333         (message-send-mail-with-qmail, message-send-news)
9334         (message-check-news-header-syntax, message-generate-headers)
9335         (message-insert-courtesy-copy, message-fill-address)
9336         (message-fill-header, message-shorten-references)
9337         (message-setup-1, message-cancel-news)
9338         (message-forward-make-body-plain, message-forward-make-body-mime)
9339         (message-forward-make-body-mml, message-encode-message-body)
9340         (message-forward-make-body-digest-plain)
9341         (message-forward-make-body-digest-mime)
9342         (message-use-alternative-email-as-from): Insert `hard-newline'
9343         instead of ordinary newlines.
9344
9345 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * message.el (message-generate-headers): Downcase the argument
9348         given to message-check-element.
9349
9350 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9351
9352         * nntp.el (nntp-authinfo-rejected): New error condition.
9353         (nntp-wait-for): Use new error condition to signal authentication
9354         error.
9355         (nntp-retrieve-data): Rethrow new error condition to break out of
9356         recursive call to nntp-send-authinfo.
9357
9358 2005-11-08  Romain Francoise  <romain@orebokech.com>
9359
9360         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9361         (gnus-summary-exit-map): Bind to `Z p'.
9362         (gnus-summary-make-menu-bar): Add menu item.
9363
9364 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9367         (gnus-treat-*): Add `first' in all doc strings.
9368
9369         * gnus-group.el (gnus-group-compact-group): Fix typo.
9370
9371 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * gnus.el (gnus-parameters-case-fold-search): New variable.
9374         (gnus-parameters-get-parameter): Use it.
9375
9376         * gnus-score.el (gnus-home-score-file): Doc fix.
9377
9378 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9379
9380         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9381
9382 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * mm-util.el (mm-special-display-p): New function.
9385
9386         * mml.el (mml-preview): Use it; doc fix.
9387
9388 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9389
9390         * imap.el (imap-open): Handle case where buffer is a buffer object.
9391
9392 2005-10-29  Romain Francoise  <romain@orebokech.com>
9393
9394         * message.el (message-fix-before-sending): Fix comment.
9395
9396 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9397
9398         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9399
9400 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9401
9402         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9403         Used in gnus-score.el.
9404
9405 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9406
9407         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9408
9409 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9412         whitespace removed in revision 7.8.  Use concatenated string to
9413         protect trailing whitespace.
9414
9415 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9416
9417         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9418         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9419         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9420         Courier IMAP ("some version from 2004").  Mostly based on similar
9421         code in the same function.
9422
9423 2005-10-26  Didier Verna  <didier@xemacs.org>
9424
9425         * gnus-group.el (gnus-group-compact-group): Invalidate original
9426         article buffer.
9427         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9428         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9429         NOV database and in article itself.
9430         Invalidate article backlog.
9431
9432 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9435
9436 2005-10-26  Simon Josefsson  <jas@extundo.com>
9437
9438         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9439         part of 2004-07-25 change.
9440
9441 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * message.el (message-display-completion-list): New function.
9444         (message-expand-group): Use it; make sure the Completions buffer
9445         is modifiable.
9446 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9447
9448         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9449         user-mail-name is an empty string.
9450
9451 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9454         depending on gnus-score-decay-constant.
9455
9456         * encrypt.el (encrypt-insert-file-contents)
9457         (encrypt-write-file-contents): Don't use `gnus-message'.
9458
9459         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9460         arguments.
9461         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9462         arguments to mm-uu-verbatim-marks-extract.
9463         (mm-uu-hide-markers): New variable.
9464         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9465
9466         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9467         (gnus-convert-image-to-face-command): Use "convert" by default to
9468         allow other input image formats.
9469         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9470         accordingly.
9471
9472 2005-10-23  Simon Josefsson  <jas@extundo.com>
9473
9474         * imap.el (imap-gssapi-program): Align command line parameters
9475         with latest GNU SASL.
9476         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9477
9478 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9479
9480         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9481         HTML.
9482         (nnslashdot-request-article): Ditto.
9483
9484         * lpath.el (featurep): Add nobreak-char-display.
9485
9486 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9487
9488         * mail-source.el (mail-source-fetch-pop): Require pop3.
9489         (mail-source-check-pop): Ditto.
9490
9491 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9494         errors.
9495
9496 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9499         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9500
9501         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9502
9503         * mm-bodies.el (mm-decode-string): Call
9504         `mm-charset-to-coding-system' with allow-override argument.
9505
9506 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9509         (rfc2047-charset-to-coding-system): New function.
9510         (rfc2047-decode-encoded-words): New function.
9511         (rfc2047-decode-region): Use them.
9512         (rfc2047-decode-cte): Remove.
9513         (rfc2047-parse-and-decode): Remove.
9514         (rfc2047-decode): Remove.
9515
9516 2005-10-15  Kenichi Handa  <handa@m17n.org>
9517
9518         * rfc2047.el (rfc2047-decode-cte): New function.
9519         (rfc2047-decode-region): Change the way to decode successive
9520         encoded-words: decode B- or Q-encoding in each encoded-word,
9521         concatenate them, and decode it as charset.
9522
9523 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * lpath.el: Fbind codepage-setup for XEmacs.
9526
9527 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9528
9529         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9530         widget-move-and-invoke.
9531         (gnus-custom-mode): Use gnus-custom-map.
9532
9533 2005-10-15  Bill Wohler  <wohler@newt.com>
9534
9535         * message.el (message-tool-bar-map): Renamed image file from
9536         mail_send to mail/send.
9537
9538 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9539
9540         * message.el (message-expand-group): Pass the common
9541         prefix substring of completion to `display-completion-list'.
9542
9543 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * mml-sec.el (mml-secure-method): New internal variable.
9546         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9547         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9548         functions using mml-secure-method.
9549
9550         * mml.el (mml-mode-map): Add key bindings for those functions.
9551         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9552         Harder <harder@myrealbox.com>.
9553         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9554         end of message if point is the headers of the message.
9555
9556         * message.el (message-in-body-p): New function.
9557
9558         * assistant.el: Autoload gnus-util and netrc.
9559
9560         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9561         Use `mm-charset-override-alist' only when decoding.
9562
9563         * mm-bodies.el (mm-decode-body): Call
9564         `mm-charset-to-coding-system' with allow-override argument.
9565
9566         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9567         `filename' from Content-Disposition if Content-Type doesn't
9568         provide `name'.
9569         (gnus-mime-view-part-as-type): Set default instead of
9570         initial-input.
9571
9572 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9573
9574         * format-spec.el (format-spec): Propagate text properties of % spec.
9575
9576 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * gnus-art.el (gnus-treat-predicate): Add `first'.
9579
9580 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9581
9582         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9583         (mm-charset-override-alist): New variable.
9584         (mm-charset-to-coding-system): Use it.
9585         (mm-codepage-setup): New helper function.
9586         (mm-charset-eval-alist): New variable.
9587         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9588         about unknown charsets.
9589
9590         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9591
9592 2005-10-04  David Hansen  <david.hansen@gmx.net>
9593
9594         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9595         (nnrss-check-group): Ditto.
9596
9597 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9598
9599         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9600         Rename x-gnus-verbatim to x-verbatim.
9601         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9602
9603         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9604         x-verbatim.
9605
9606         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9607
9608         * gnus-util.el (gnus-remove-duplicates): Remove.
9609
9610         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9611         instead of gnus-remove-duplicates.
9612
9613         * message.el (message-remove-duplicates): Remove.
9614         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9615         message-remove-duplicates.
9616
9617         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9618         available, else use implementation from `delete-dups'.
9619
9620         * message.el (message-insert-expires): New function.
9621         (message-mode-map): Add key binding.
9622         (message-mode-field-menu): Add menu entry.
9623         (message-mode): Document it.
9624         (message-make-expires-date): Use `message-make-date'.
9625
9626 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9627
9628         * message.el (message-make-expires-date): New function.
9629
9630 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * Makefile.in (list-installed-shadows): New entry.
9633         (install): Use it.
9634         (remove-installed-shadows): New entry.
9635
9636         * dgnushack.el (dgnushack-default-load-path): New variable.
9637         (dgnushack-find-lisp-shadows): New function.
9638         (dgnushack-remove-lisp-shadows): New function.
9639
9640 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * Makefile.in (install-el-elc): New entry.
9643         (install): Use it so that .el files are necessarily installed.
9644
9645 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9648
9649 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9650
9651         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9652         function rather than the diff-mode.el package.
9653         (mm-display-external): Use with-current-buffer.
9654         (mm-viewer-completion-map, mm-viewer-completion-map):
9655         Move initialization inside declaration.
9656
9657 2005-09-29  Simon Josefsson  <jas@extundo.com>
9658
9659         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9660         autoload mail-check-payment.
9661         (spam-check-hashcash): Define unconditionally, since hashcash.el
9662         is part of Gnus now.  Ignore errors from payment checking.
9663
9664 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9665
9666         * message.el (message-bold-region, message-unbold-region): Rename
9667         from `bold-region' and `unbold-region'.
9668
9669         * message.el: Remove useless autoloads.
9670
9671 2005-09-28  Simon Josefsson  <jas@extundo.com>
9672
9673         * message.el (message-use-idna): Default to t.
9674         (message-use-idna): Test whether encoding works too.  Doc fix.
9675
9676 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * nntp.el (nntp-warn-about-losing-connection): Remove.
9679
9680 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9681
9682         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9683         customizable.  Change default value.
9684         (mm-uu-diff-groups-regexp): Change default value.
9685         (mm-uu-type-alist): Add doc string.
9686         (mm-uu-configure): Add doc string.  Make it interactive.
9687         (mm-uu-tex-groups-regexp): New variable.
9688         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9689         (mm-uu-type-alist): Add LaTeX documents.
9690         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9691         of "text/verbatim".
9692         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9693
9694         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9695         instead of "text/verbatim".
9696
9697         * message.el (message-mark-inserted-region)
9698         (message-mark-insert-file): Use slrn style marks when called with
9699         prefix argument.
9700
9701 2005-09-27  Simon Josefsson  <jas@extundo.com>
9702
9703         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9704
9705 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9706
9707         * message.el (message-remove-duplicates): New function.
9708         Implementation borrowed from `gnus-remove-duplicates'.
9709         (message-idna-to-ascii-rhs): Also encode idna addresses in
9710         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9711         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9712         only ask about the same idna domain once per header and also tell
9713         in what header to replace the idna domain.
9714
9715         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9716         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9717         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9718         a header is decoded and not just the last one.
9719
9720 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9723         has been decoded.
9724
9725         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9726         (mm-insert-part): Don't modify text if it has been decoded.
9727
9728         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9729         decoded.
9730
9731         * mm-view.el (mm-inline-text): Don't strip text props unless
9732         decoding enriched or richtext parts.
9733
9734 2005-09-25  Romain Francoise  <romain@orebokech.com>
9735
9736         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9737         * gnus-start.el (gnus-subscribe-interactively):
9738         * gnus-uu.el (gnus-uu-grab-articles):
9739         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9740         space.
9741
9742 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9743
9744         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9745         * mm-view.el (mm-view-pkcs7-decrypt):
9746         * gnus-sum.el (gnus-summary-limit-to-extra)
9747         (gnus-summary-respool-article, gnus-read-move-group-name):
9748         * gnus-score.el (gnus-summary-increase-score):
9749         * gnus-util.el (gnus-completing-read-with-default):
9750         * gnus-art.el (gnus-read-save-file-name)
9751         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9752         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9753         * message.el (message-check-news-header-syntax):
9754         Follow convention for reading with the minibuffer.
9755
9756 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9757
9758         * spam-report.el (spam-report-url-ping-plain):
9759         Use gnus-extended-version as User-Agent.
9760
9761         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9762         default value is nil.
9763
9764         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9765         (mm-uu-verbatim-marks-extract): New function.
9766         (mm-uu-extract): New face.
9767         (mm-uu-copy-to-buffer): Use it.
9768
9769         * spam-report.el (spam-report-gmane-ham): Renamed from
9770         `spam-report-gmane-unspam'.
9771         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9772         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9773
9774         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9775         Autoload.
9776         (spam-report-gmane-unregister-routine): Renamed
9777         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9778
9779 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9780
9781         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9782         (spam-report-gmane-unregister-routine): Add support for gmane
9783         unregistration.
9784
9785         * spam-report.el (spam-report-gmane-unspam)
9786         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9787         (spam-report-gmane): Change to take a single article and do unspam
9788         registration.
9789
9790 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * mm-url.el (mm-url-decode-entities): Fix regexp.
9793
9794 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9797         default to nil, to be able to use Gnus at all.  If the default
9798         switches to something else, then the function should be fixed not
9799         be exceedingly slow.
9800
9801 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9802
9803         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9804         fail hard.
9805
9806         * spam-report.el: Add better Keywords line.
9807
9808         * spam.el: Add Maintainer and better Keywords line.
9809
9810 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * gnus-art.el (gnus-article-replace-part)
9813         (gnus-mime-replace-part): New functions.
9814         (gnus-mime-action-alist, gnus-mime-button-commands)
9815         (gnus-mime-save-part-and-strip): Added file argument.
9816         (gnus-article-part-wrapper): Added interactive argument.
9817
9818         * gnus-sum.el (gnus-summary-mime-map): Add
9819         `gnus-article-replace-part'.
9820
9821 2005-09-19  Didier Verna  <didier@xemacs.org>
9822
9823         The nnml compaction feature:
9824         * nnml.el (nnml-request-compact-group): New function.
9825         * nnml.el (nnml-request-compact): New function.
9826         * gnus-int.el (gnus-request-compact-group): New function.
9827         * gnus-int.el (gnus-request-compact): New function.
9828         * gnus-group.el (gnus-group-compact-group): New function.
9829         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9830         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9831         * gnus-srvr.el (gnus-server-compact-server): New function.
9832         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9833         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9834
9835 2005-09-18  Deepak Goel  <deego@gnufans.org>
9836
9837         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9838         format spec.
9839
9840 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9843
9844 2005-09-15  Romain Francoise  <romain@orebokech.com>
9845
9846         * message.el (message-fill-paragraph): Clarify docstring.
9847
9848 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * gnus-art.el (gnus-mime-display-part): Protect against broken
9851         MIME messages.
9852
9853 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9856         before parsing header.
9857
9858 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9859
9860         * html2text.el (html2text-replace-list): Add new entities.
9861
9862 2005-09-11  Romain Francoise  <romain@orebokech.com>
9863
9864         * message.el (message-alternative-emails): Improve docstring.
9865         (message-setup-1): Call `message-use-alternative-email-as-from'
9866         after `message-setup-hook' to give it precedence over posting
9867         styles, etc.
9868         (message-use-alternative-email-as-from): Add docstring.  Remove
9869         the original From header if present.
9870
9871         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9872         (nnml-save-mail): Use it.
9873
9874         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9875         articles.  Add new argument `silent'.
9876         (gnus-uu-mark-all): Report the total number of marked articles.
9877
9878 2005-09-10  Romain Francoise  <romain@orebokech.com>
9879
9880         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9881         (gnus-uu-mark-series): Likewise.
9882
9883 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * spam-report.el (spam-report-gmane): Fix generation of spam
9886         report URL.
9887
9888 2005-09-10  Simon Josefsson  <jas@extundo.com>
9889
9890         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9891         t, based on discussion on the ding list with Robert Epprecht
9892         <epprecht@solnet.ch>.
9893
9894 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * spam-report.el (spam-report-gmane): Make it work without
9897         X-Report-Spam header.  Gmane now only provides Archived-At.
9898         This is only used if `spam-report-gmane-use-article-number' is nil.
9899         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9900
9901         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9902         make `gnus-summary-sort-by-recipient' work with threading.
9903
9904         * nnweb.el (nnweb-google-wash-article): Print a message if article
9905         is not available.
9906
9907 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9908
9909         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9910         change.  Decode text/* parts content before displaying.
9911
9912 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9915
9916 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9919
9920         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9921         url-package-name, url-package-version,
9922         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9923         w3m-display-inline-images, and w3m-minor-mode-map.
9924
9925 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * message.el (message-tab-body-function): Fix mismatched custom type.
9928
9929         * gnus.el (gnus-group-change-level-function): Ditto.
9930
9931         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9932
9933         * gnus-art.el (gnus-signature-limit)
9934         (gnus-article-mime-part-function): Ditto.
9935
9936 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * mml.el (mml-mode): Silence the byte compiler.
9939
9940         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9941         using `(sit-for 0)' before moving the point to the specified part;
9942         skip unbuttonized parts.
9943         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9944         return to the summary window if gnus-auto-select-part is non-nil.
9945
9946 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9947
9948         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9949         variables.
9950         (mml-dnd-attach-file, mml-mode): Use them.
9951
9952         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9953         Make fetching article by MID work again for Google Groups.  Added
9954         FIXME concerning gnus-group-make-web-group.
9955
9956         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9957         Don't depend on Gnus by using mail-extract-address-components if
9958         gnus-extract-address-components is not bound.
9959
9960 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9961
9962         * gnus-art.el (gnus-mime-display-security): Don't display the
9963         signature, but only the signed part.
9964
9965 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9968
9969         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9970         list, not listp.
9971
9972 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9973
9974         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9975         when encoding.
9976
9977         * mm-bodies.el (mm-decode-content-transfer-encoding):
9978         De-canonicalize CRLF for all text content types, not just
9979         text/plain.
9980
9981 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9984         valid article; point arrow and cursor at the MIME button.
9985
9986 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9989         Suggested by Dan Christensen <jdc@uwo.ca>.
9990
9991         * mm-decode.el (mm-save-part): Enable change of prompt.
9992
9993 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9994
9995         * gnus-msg.el (gnus-inews-add-send-actions): Made
9996         `message-post-method' lambda parameter ARG `&optional'.
9997
9998 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9999
10000         * gnus-sum.el (gnus-summary-mime-map): Added
10001         gnus-article-save-part-and-strip, gnus-article-delete-part and
10002         gnus-article-jump-to-part.
10003
10004         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10005         (gnus-article-edit-part): Use it.
10006         (gnus-article-part-wrapper): Added no-handle argument.
10007         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10008         functions.
10009
10010 2005-08-29  Romain Francoise  <romain@orebokech.com>
10011
10012         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10013         docstring.
10014         (gnus-face-from-file): Likewise.
10015
10016 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10019         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10020         non-nil.
10021         (gnus-auto-select-part): New variable.
10022         (gnus-article-jump-to-part): New function.
10023         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10024         (gnus-mime-delete-part): Allow selecting specified part after
10025         deleting or stripping parts.
10026         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10027         part if argument is bogus.
10028
10029 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10030
10031         * gnus-art.el (w3m-minor-mode-map):
10032         * gnus-spec.el (gnus-newsrc-file-version):
10033         * gnus-util.el (nnmail-active-file-coding-system)
10034         (gnus-original-article-buffer, gnus-user-agent):
10035         * gnus.el (gnus-ham-process-destinations)
10036         (gnus-parameter-ham-marks-alist)
10037         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10038         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10039         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10040         * mm-decode.el (gnus-current-window-configuration):
10041         * mm-extern.el (gnus-article-mime-handles):
10042         * mm-url.el (url-current-object, url-package-name)
10043         (url-package-version):
10044         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10045         (smime-keys, w3m-cid-retrieve-function-alist)
10046         (w3m-current-buffer, w3m-display-inline-images)
10047         (w3m-minor-mode-map):
10048         * mml-smime.el (gnus-extract-address-components):
10049         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10050         (gnus-newsrc-hashtb, message-default-charset)
10051         (message-deletable-headers, message-options)
10052         (message-posting-charset, message-required-mail-headers)
10053         (message-required-news-headers):
10054         * mml1991.el (mc-pgp-always-sign):
10055         * mml2015.el (mc-pgp-always-sign):
10056         * nnheader.el (nnmail-extra-headers):
10057         * rfc1843.el (gnus-decode-encoded-word-function)
10058         (gnus-decode-header-function, gnus-newsgroup-name):
10059         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10060
10061 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10062
10063         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10064         the end of the date treatments.
10065
10066 2005-08-15  Simon Josefsson  <jas@extundo.com>
10067
10068         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10069         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10070         Capello and Romain Francoise.
10071         (pgg-fetch-key-function): Removed, not used?
10072         (pgg-insert-url-with-w3): Require url, to get
10073         url-insert-file-contents regardless of where it is defined.
10074
10075 2005-08-13  Romain Francoise  <romain@orebokech.com>
10076
10077         * message.el (message-cite-original-1): New function.
10078         (message-cite-original): Use it.
10079         (message-cite-original-without-signature): Ditto.
10080
10081 2005-08-08  Romain Francoise  <romain@orebokech.com>
10082
10083         * message.el (message-yank-empty-prefix): New variable.
10084         (message-indent-citation): Use it.
10085         (message-cite-original-without-signature): Respect X-No-Archive.
10086
10087 2005-08-08  Simon Josefsson  <jas@extundo.com>
10088
10089         * pgg.el: Autoload url-insert-file-contents instead of loading
10090         w3/url.
10091         (pgg-insert-url-with-w3): Don't load url here.
10092
10093 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10094
10095         * message.el (message-kill-to-signature): Don't insert newline at
10096         bol.
10097         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10098
10099 2005-08-06  Romain Francoise  <romain@orebokech.com>
10100
10101         * message.el (message-user-fqdn): Fix typo in docstring.
10102
10103 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10104
10105         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10106
10107         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10108
10109 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * mm-bodies.el (mm-encode-body): Use coding system rather than
10112         charset to encode text.
10113
10114         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10115         number of charsets if utf-8 is available (XEmacs).
10116
10117 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10120         taken from `gnus-button-mid-or-mail-regexp'.
10121         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10122         (gnus-button-alist): Improve regexp for domain part of the MIDs
10123         for news:localpart@domain buttons.
10124         (gnus-button-ctan-directory-regexp): Update.
10125
10126 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * sieve-manage.el (sieve-manage-interactive-login): Use
10129         make-local-variable rather than make-variable-buffer-local.
10130         (sieve-manage-open): Ditto.
10131         (sieve-manage-authenticate): Ditto.
10132
10133         * mml.el (mml-generate-mime-1): Make the content type default to
10134         text/plain if the filename is not specified.
10135
10136 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10139         instead of insert-buffer.
10140
10141         * message.el (message-yank-original): Ditto; set the mark at the
10142         end of the yanked message.
10143
10144 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10147         lines to scroll rather than to stop it.
10148
10149         * mml.el (mml-generate-default-type): Add doc string.
10150         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10151         default to application/octet-stream when determining the content
10152         type if it is not specified for the part or the mml contents; add
10153         a comment about mml-generate-default-type.
10154
10155 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10156
10157         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10158         make it default to application/octet-stream when determining the
10159         content type if it is not specified for the external contents.
10160
10161 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10164         segmented parameter but also other parameters might be there.
10165
10166 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * mm-decode.el (mm-display-external): Delete temp file, directory
10169         and buffer immediately if the external process is exited.
10170
10171 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10174         fewer lines than that of scroll-margin.
10175         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10176
10177 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * gnus-art.el (gnus-article-next-page): Revert.
10180         (gnus-article-beginning-of-window): New macro.
10181         (gnus-article-next-page-1): Use it.
10182         (gnus-article-prev-page): Ditto.
10183         (gnus-article-edit-part): Use insert-buffer-substring instead of
10184         insert-buffer.
10185         (gnus-article-edit-exit): Ditto.
10186
10187         * gnus-util.el (gnus-beginning-of-window): Remove.
10188         (gnus-end-of-window): Remove.
10189
10190         * lpath.el: Don't bind header-line-format and scroll-margin.
10191
10192 2005-07-25  Simon Josefsson  <jas@extundo.com>
10193
10194         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10195         to have the url package without w3.  Reported by Daiki Ueno
10196         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10197
10198 2005-07-20  Didier Verna  <didier@xemacs.org>
10199
10200         * gnus-diary.el: Remove the description comment (nndiary is now
10201         properly documented in the Gnus manual).
10202         Fix the spelling of "Back End".
10203         * nndiary.el: Ditto.
10204         Fix the copyright notice.
10205
10206 2005-07-18  Romain Francoise  <romain@orebokech.com>
10207
10208         * gnus-sum.el (gnus-summary-to-prefix)
10209         (gnus-summary-newsgroup-prefix): New variables.
10210         (gnus-summary-from-or-to-or-newsgroups): Use them.
10211
10212 2005-07-17  Romain Francoise  <romain@orebokech.com>
10213
10214         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10215         space as it's generally not especially interesting to the user.
10216
10217 2005-07-16  Romain Francoise  <romain@orebokech.com>
10218
10219         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10220         nil to avoid prompting and file modification if one of the
10221         messages at the top of the nnfolder file contains a copyright
10222         notice.
10223         Update copyright notice.
10224
10225         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10226         instead of `current-time-string' as the latter creates a time
10227         string that is not RFC 2822 compliant (it lacks the zone).
10228         Update copyright notice.
10229
10230 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10231
10232         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10233         for text/rtf.  Display default in prompt.  Pass default for M-n.
10234
10235         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10236
10237 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10238
10239         * gnus-msg.el (gnus-button-mailto): Remove
10240         save-selected-window-window hackery because it relies on
10241         save-selected-window internals.
10242
10243 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10246         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10247         (gnus-article-prev-page): Ditto.
10248
10249         * gnus-util.el (gnus-beginning-of-window): New function.
10250         (gnus-end-of-window): New function.
10251
10252         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10253
10254 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10255
10256         * gnus-score.el (gnus-score-edit-all-score): Set
10257         gnus-score-edit-exit-function to gnus-score-edit-done and call
10258         gnus-message.
10259
10260 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10261
10262         * gnus-msg.el (gnus-button-mailto): Remove
10263         save-selected-window-window hackery because it relies on
10264         save-selected-window internals.
10265
10266 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10269         add-minor-mode.
10270         (gnus-binary-mode): Ditto.
10271
10272         * gnus-topic.el (gnus-topic-mode): Ditto.
10273
10274 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10275
10276         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10277         (gnus-article-prev-page): Take scroll-margin into consideration.
10278
10279 2005-07-04  Lute Kamstra  <lute@gnu.org>
10280
10281         Update FSF's address in GPL notices.
10282
10283 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10284
10285         * gnus.el (gnus-exit):
10286         * gnus-group.el (gnus-group-icons):
10287         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10288
10289         * gnus-nocem.el (gnus-nocem):
10290         * message.el (message-various, message-buffers, message-sending)
10291         (message-interface, message-forwarding, message-insertion)
10292         (message-headers, message-news, message-mail):
10293         * pgg-gpg.el (pgg-gpg):
10294         * pgg-parse.el (pgg-parse):
10295         * pgg-pgp.el (pgg-pgp):
10296         * pgg-pgp5.el (pgg-pgp5):
10297         * pop3.el (pop3): Finish `defgroup' description with period.
10298
10299 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * gnus-art.el (article-display-face): Improve the efficiency.
10302         (article-display-x-face): Ditto; remove grey x-face stuff.
10303
10304 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-art.el (article-display-face): Correct the position in
10307         which Faces are inserted.
10308
10309 2005-06-29  Didier Verna  <didier@xemacs.org>
10310
10311         * gnus-art.el (article-display-face): Display faces in correct
10312         order.
10313
10314 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10317         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10318         (gnus-nocem-check-article): Fetch the Type header.
10319         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10320         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10321         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10322         make sure gnus-nocem-hashtb is initialized.
10323         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10324         (gnus-nocem-unwanted-article-p): Ditto.
10325
10326         * pgg.el (pgg-verify): Return the verification result.
10327
10328 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10329
10330         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10331         is ascii.
10332
10333 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10334
10335         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10336         `show-nonbreak-escape'.
10337
10338 2005-06-23  Lute Kamstra  <lute@gnu.org>
10339
10340         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10341
10342         * dig.el (dig-mode):
10343         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10344
10345 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10346
10347         * nnimap.el (nnimap-split-download-body): Fix spellings.
10348
10349 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10350
10351         * gnus-art.el (gnus-article-encrypt-body):
10352         * gnus-cus.el (gnus-score-customize):
10353         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10354         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10355
10356 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10357
10358         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10359         header by looking for magic "MII" at the beginnig.
10360
10361 2005-06-16  Miles Bader  <miles@gnu.org>
10362
10363         * gnus-xmas.el (gnus-xmas-group-startup-message):
10364         Use renamed gnus-splash face.
10365
10366         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10367         (assistant-field-face): New backward-compatibility alias for renamed
10368         face.
10369         (assistant-render-text): Use renamed assistant-field face.
10370
10371         * spam.el (spam): Remove "-face" suffix from face name.
10372         (spam-face): New backward-compatibility alias for renamed face.
10373         (spam-face, spam-initialize): Use renamed spam face.
10374
10375         * message.el (message-header-to, message-header-cc)
10376         (message-header-subject, message-header-newsgroups)
10377         (message-header-other, message-header-name)
10378         (message-header-xheader, message-separator, message-cited-text)
10379         (message-mml): Remove "-face" suffix from face names.
10380         (message-header-to-face, message-header-cc-face)
10381         (message-header-subject-face, message-header-newsgroups-face)
10382         (message-header-other-face, message-header-name-face)
10383         (message-header-xheader-face, message-separator-face)
10384         (message-cited-text-face, message-mml-face):
10385         New backward-compatibility aliases for renamed faces.
10386         (message-font-lock-keywords): Use renamed message faces.
10387
10388         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10389         (sieve-test-commands, sieve-tagged-arguments):
10390         Remove "-face" suffix from face names.
10391         (sieve-control-commands-face, sieve-action-commands-face)
10392         (sieve-test-commands-face, sieve-tagged-arguments-face):
10393         New backward-compatibility aliases for renamed faces.
10394         (sieve-control-commands-face, sieve-action-commands-face)
10395         (sieve-test-commands-face, sieve-tagged-arguments-face):
10396         Use renamed sieve faces.
10397
10398         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10399         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10400         (gnus-group-news-3-empty, gnus-group-news-4)
10401         (gnus-group-news-4-empty, gnus-group-news-5)
10402         (gnus-group-news-5-empty, gnus-group-news-6)
10403         (gnus-group-news-6-empty, gnus-group-news-low)
10404         (gnus-group-news-low-empty, gnus-group-mail-1)
10405         (gnus-group-mail-1-empty, gnus-group-mail-2)
10406         (gnus-group-mail-2-empty, gnus-group-mail-3)
10407         (gnus-group-mail-3-empty, gnus-group-mail-low)
10408         (gnus-group-mail-low-empty, gnus-summary-selected)
10409         (gnus-summary-cancelled, gnus-summary-high-ticked)
10410         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10411         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10412         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10413         (gnus-summary-low-undownloaded)
10414         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10415         (gnus-summary-low-unread, gnus-summary-normal-unread)
10416         (gnus-summary-high-read, gnus-summary-low-read)
10417         (gnus-summary-normal-read, gnus-splash):
10418         Remove "-face" suffix from face names.
10419         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10420         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10421         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10422         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10423         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10424         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10425         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10426         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10427         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10428         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10429         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10430         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10431         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10432         (gnus-summary-normal-ticked-face)
10433         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10434         (gnus-summary-normal-ancient-face)
10435         (gnus-summary-high-undownloaded-face)
10436         (gnus-summary-low-undownloaded-face)
10437         (gnus-summary-normal-undownloaded-face)
10438         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10439         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10440         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10441         (gnus-splash-face):
10442         New backward-compatibility aliases for renamed faces.
10443         (gnus-group-startup-message): Use renamed gnus faces.
10444
10445         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10446         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10447         (gnus-server-agent): Remove "-face" suffix from face names.
10448         (gnus-server-agent-face, gnus-server-opened-face)
10449         (gnus-server-closed-face, gnus-server-denied-face)
10450         (gnus-server-offline-face):
10451         New backward-compatibility aliases for renamed faces.
10452         (gnus-server-agent-face, gnus-server-opened-face)
10453         (gnus-server-closed-face, gnus-server-denied-face)
10454         (gnus-server-offline-face): Use renamed gnus faces.
10455
10456         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10457         Remove "-face" suffix from face names.
10458         (gnus-picon-xbm-face, gnus-picon-face):
10459         New backward-compatibility aliases for renamed faces.
10460
10461         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10462         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10463         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10464         (gnus-cite-11): Remove "-face" suffix from face names.
10465         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10466         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10467         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10468         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10469         New backward-compatibility aliases for renamed faces.
10470         (gnus-cite-attribution-face, gnus-cite-face-list)
10471         (gnus-article-boring-faces): Use renamed gnus faces.
10472
10473         * gnus-art.el (gnus-signature, gnus-header-from)
10474         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10475         (gnus-header-content): Remove "-face" suffix from face names.
10476         (gnus-signature-face, gnus-header-from-face)
10477         (gnus-header-subject-face, gnus-header-newsgroups-face)
10478         (gnus-header-name-face, gnus-header-content-face):
10479         New backward-compatibility aliases for renamed faces.
10480         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10481
10482         * gnus-sum.el (gnus-summary-selected-face)
10483         (gnus-summary-highlight): Use renamed gnus faces.
10484         * gnus-group.el (gnus-group-highlight): Likewise.
10485
10486 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10487
10488         * gnus-sieve.el (gnus-sieve-article-add-rule):
10489         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10490         * spam-stat.el (spam-stat-buffer-change-to-spam)
10491         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10492
10493         * message.el (message-is-yours-p):
10494         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10495
10496 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * mm-view.el (mm-inline-text): Withdraw the last change.
10499
10500 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10503         executing enriched-decode.
10504
10505 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10508         charset of tar files.
10509
10510 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10511
10512         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10513
10514 2005-06-04  Lute Kamstra  <lute@gnu.org>
10515
10516         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10517         information is never recorded.
10518
10519 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10520
10521         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10522
10523 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * pop3.el (pop3-apop): Run md5 in the binary mode.
10526
10527         * starttls.el (starttls-set-process-query-on-exit-flag):
10528         Use eval-and-compile.
10529
10530 2005-05-31  Simon Josefsson  <jas@extundo.com>
10531
10532         * smime.el (smime-replace-in-string): Define.
10533         (smime-cert-by-ldap-1): Use it.
10534
10535 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * gnus-art.el (article-display-x-face): Replace
10538         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10539
10540         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10541         set-process-query-on-exit-flag or process-kill-without-query.
10542
10543         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10544         loop instead of replace-regexp.
10545
10546         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10547         instead of process-kill-without-query if it is available.
10548
10549         * lpath.el: Fbind ldap-search-entries.
10550
10551         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10552         instead of find-file-hooks if it is available.
10553
10554         * mml1991.el: Bind pgg-default-user-id when compiling.
10555
10556         * mml2015.el: Bind pgg-default-user-id when compiling.
10557
10558         * nndraft.el (nndraft-request-associate-buffer):
10559         Use write-contents-functions instead of write-contents-hooks if it is
10560         available.
10561
10562         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10563         instead of find-file-hooks if it is available.
10564
10565         * nntp.el (nntp-open-connection): Replace
10566         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10567         (nntp-open-ssl-stream): Ditto.
10568         (nntp-open-tls-stream): Ditto.
10569
10570         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10571         set-process-query-on-exit-flag or process-kill-without-query.
10572         (starttls-open-stream-gnutls): Use it instead of
10573         process-kill-without-query.
10574         (starttls-open-stream): Ditto.
10575
10576 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10577
10578         * smime.el (smime-cert-by-ldap-1): Don't use
10579         replace-regexp-in-string.
10580
10581 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10582
10583         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10584
10585         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10586         in PEM format.  Adjust to the XEmacs compability.
10587
10588 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10589
10590         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10591         by `string-to-number'.
10592         * gnus-agent.el (gnus-agent-regenerate-group)
10593         (gnus-agent-fetch-articles): Ditto.
10594         * gnus-art.el (gnus-button-fetch-group): Ditto.
10595         * gnus-cache.el (gnus-cache-generate-active)
10596         (gnus-cache-articles-in-group): Ditto.
10597         * gnus-group.el (gnus-group-set-current-level)
10598         (gnus-group-insert-group-line): Ditto.
10599         * gnus-score.el (gnus-score-set-expunge-below)
10600         (gnus-score-set-mark-below, gnus-summary-score-effect)
10601         (gnus-summary-score-entry): Ditto.
10602         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10603         (gnus-soup-pack): Ditto.
10604         * gnus-spec.el (gnus-xmas-format): Ditto.
10605         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10606         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10607         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10608         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10609         * nndb.el (nndb-get-remote-expire-response): Ditto.
10610         * nndiary.el (nndiary-parse-schedule-value)
10611         (nndiary-string-to-number, nndiary-request-replace-article)
10612         (nndiary-request-article): Ditto.
10613         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10614         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10615         * nneething.el (nneething-make-head): Ditto.
10616         * nnfolder.el (nnfolder-request-article)
10617         (nnfolder-retrieve-headers): Ditto.
10618         * nnheader.el (nnheader-file-to-number): Ditto.
10619         * nnkiboze.el (nnkiboze-request-article): Ditto.
10620         * nnmail.el (nnmail-process-unix-mail-format)
10621         (nnmail-process-babyl-mail-format): Ditto.
10622         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10623         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10624         (nnmh-request-create-group, nnmh-request-list-1)
10625         (nnmh-request-group, nnmh-request-article): Ditto.
10626         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10627         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10628         * nnsoup.el (nnsoup-make-active): Ditto.
10629         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10630         * nntp.el (nntp-find-group-and-number)
10631         (nntp-retrieve-headers-with-xover): Ditto.
10632         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10633         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10634         (pgg-format-key-identifier): Ditto.
10635         * pop3.el (pop3-last, pop3-stat): Ditto.
10636         * qp.el (quoted-printable-decode-region): Ditto.
10637
10638         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10639         of concat.
10640
10641 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10644
10645         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10646
10647         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10648
10649         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10650
10651         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10652
10653         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10654
10655         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10656         (gnus-carpal-mode): Ditto.
10657
10658         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10659         (gnus-browse-mode): Ditto.
10660
10661         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10662
10663         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10664
10665 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10666
10667         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10668
10669 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * gnus-util.el (gnus-run-mode-hooks): New function.
10672
10673         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10674
10675         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10676         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10677
10678 2005-05-27  Lute Kamstra  <lute@gnu.org>
10679
10680         * dns-mode.el (dns-mode): Specify customization group.
10681
10682 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10683
10684         * gnus-agent.el (gnus-agent-make-mode-line-string):
10685         Use mode-line-highlight as mouse-face.
10686
10687 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * canlock.el (canlock): Change the parent group to news.
10690
10691         * deuglify.el (gnus-outlook-deuglify): Add :group.
10692
10693         * dig.el (dig): Add :group.
10694
10695         * dns-mode.el (dns-mode): Add :group.
10696
10697         * encrypt.el (encrypt): Add :group.
10698
10699         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10700         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10701         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10702         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10703         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10704
10705         * gnus-diary.el (gnus-diary): Add :group.
10706
10707         * gnus.el (gnus-group-news-1-face): Add :group.
10708         (gnus-group-news-1-empty-face): Ditto.
10709         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10710         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10711         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10712         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10713         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10714         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10715         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10716         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10717         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10718         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10719         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10720         (gnus-summary-high-ticked-face): Ditto.
10721         (gnus-summary-low-ticked-face): Ditto.
10722         (gnus-summary-normal-ticked-face): Ditto.
10723         (gnus-summary-high-ancient-face): Ditto.
10724         (gnus-summary-low-ancient-face): Ditto.
10725         (gnus-summary-normal-ancient-face): Ditto.
10726         (gnus-summary-high-undownloaded-face): Ditto.
10727         (gnus-summary-low-undownloaded-face): Ditto.
10728         (gnus-summary-normal-undownloaded-face): Ditto.
10729         (gnus-summary-high-unread-face): Ditto.
10730         (gnus-summary-low-unread-face): Ditto.
10731         (gnus-summary-normal-unread-face): Ditto.
10732         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10733         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10734
10735         * hashcash.el (hashcash): New custom group.
10736         (hashcash-default-payment): Add :group.
10737         (hashcash-payment-alist): Ditto.
10738         (hashcash-default-accept-payment): Ditto.
10739         (hashcash-accept-resources): Ditto.
10740         (hashcash-path): Ditto.
10741         (hashcash-extra-generate-parameters): Ditto.
10742         (hashcash-double-spend-database): Ditto.
10743         (hashcash-in-news): Ditto.
10744
10745         * message.el (message-minibuffer-local-map): Add :group.
10746
10747         * netrc.el (netrc): Add :group.
10748
10749         * sieve-manage.el (sieve-manage-log): Add :group.
10750         (sieve-manage-default-user): Diito.
10751         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10752         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10753         (sieve-manage-authenticators): Ditto.
10754         (sieve-manage-authenticator-alist): Ditto.
10755         (sieve-manage-default-port): Ditto.
10756
10757         * sieve-mode.el (sieve-control-commands-face): Add :group.
10758         (sieve-action-commands-face): Ditto.
10759         (sieve-test-commands-face): Ditto.
10760         (sieve-tagged-arguments-face): Ditto.
10761
10762         * smime.el (smime): Add :group.
10763
10764         * spam-report.el (spam-report): Add :group.
10765
10766         * spam.el (spam, spam-face): Add :group.
10767
10768 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10769
10770         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10771         return \n.\n.\n at the end of articles.  Protect against that.
10772         (nntp-with-open-group): Allow debugging.
10773
10774         * nnheader.el (mail-header-set-extra): Make into a function
10775         because I just could't understand how to quote the list properly.
10776
10777         * dns.el (query-dns-cached): New function.
10778
10779 2005-05-26  Lute Kamstra  <lute@gnu.org>
10780
10781         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10782
10783 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10786
10787         * gnus-art.el: Don't autoload mail-extract-address-components.
10788
10789         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10790         eval-and-compile to evaluate it.
10791
10792         * hashcash.el: Don't autoload executable-find.
10793
10794         * nndb.el: Don't declare the nndb back end two or more times; don't
10795         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10796
10797         * nntp.el: Autoload format-spec instead of format; use
10798         eval-and-compile to evaluate autoload forms.
10799
10800 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10801
10802         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10803
10804 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10805
10806         * gnus.el (gnus-version-number): Bump version.
10807
10808 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10809
10810         * gnus.el: No Gnus v0.3 is released.
10811
10812 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813
10814         * lpath.el (featurep): Bind show-nonbreak-escape.
10815
10816 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gnus-art.el (gnus-article-edit-part): Disable undo.
10819
10820 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10823         gnus-article-date-lapsed-new-header is t if date timer is active;
10824         skip headers in which the original date value is empty.
10825         (gnus-article-save-original-date): Redefine it as a macro.
10826         (gnus-display-mime): Use it.
10827
10828 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10829
10830         * gnus-art.el (article-date-ut): Support converting date in
10831         forwarded parts as well.
10832         (gnus-article-save-original-date): New function.
10833         (gnus-display-mime): Use it.
10834
10835 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10836
10837         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10838         enclosure element of <item>.
10839
10840 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * message.el (message-kill-buffer-query): Renamed from
10843         `message-kill-buffer-query-if-modified'.  Added :version.
10844
10845 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10848         window layout.
10849
10850 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * mml.el: Autoload dnd when compiling.
10853
10854 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10855
10856         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10857         x-dnd-*.
10858
10859 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * qp.el (quoted-printable-encode-region): Save excursion.
10862
10863 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10864
10865         * message.el (message-kill-buffer-query-if-modified): Add new variable
10866         so the user can kill a modified message buffer quickly.
10867         (message-kill-buffer): Use it.
10868
10869 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * lpath.el: Fbind display-time-event-handler; don't fbind
10872         string-to-multibyte.
10873
10874         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10875
10876 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10879         contained in text because xml.el decodes entities) with LFs.
10880
10881 2005-04-11  Lute Kamstra  <lute@gnu.org>
10882
10883         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10884         differently.
10885
10886 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10887
10888         * mm-util.el (mm-detect-coding-region): Typo.
10889
10890 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10893
10894 2005-04-06  Deepak Goel  <deego@gnufans.org>
10895
10896         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10897         user-function allow user modifications of the scores.
10898         (spam-stat-score-buffer-user): New function, to allow
10899         user-computed modifications to the score.
10900         (spam-stat-score-buffer-user-functions): List of additional
10901         scoring functions.
10902         (spam-stat-error-holder): Global temporary error holder.
10903         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10904         variable.
10905
10906 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10907
10908         * gnus-registry.el (gnus-registry-clean-empty-function)
10909         (gnus-registry-trim, gnus-registry-fetch-groups)
10910         (gnus-registry-delete-group): Groups that match
10911         `gnus-registry-ignored-groups' are removed from the registry
10912         entries, not just ignored for splitting.  This helps clean up the
10913         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10914         to get all the groups a message ID is in.
10915
10916         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10917         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10918         (spam-stat-score-buffer-user-functions): Add :number custom type.
10919
10920 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10923         argument in XEmacs.
10924
10925         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10926         (nnrss-request-group): Decode group name first.
10927         (nnrss-request-article): Make a text/plain article if mml-to-mime
10928         failed.
10929         (nnrss-get-encoding): Return a compatible encoding according to
10930         nnrss-compatible-encoding-alist.
10931         (nnrss-find-el): Use consp instead of listp.
10932         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10933
10934 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10937         which Emacs 20 doesn't support.
10938         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10939
10940 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10941
10942         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10943         silence the byte compiler inside the defun.
10944
10945         * gnus-demon.el (parse-time-string): Add autoload.
10946
10947         * gnus-delay.el (parse-time-string): Add autoload.
10948
10949         * gnus-art.el (parse-time-string): Add autoload.
10950
10951         * nnultimate.el (parse-time): Require for `parse-time-string'.
10952
10953 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10956
10957         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10958
10959         * smime.el (smime-ldap-host-list): Add :version.
10960
10961 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10964         pass it to `gnus-browse-read-group'.
10965         (gnus-browse-read-group): Add NUMBER argument and pass it to
10966         `gnus-group-read-ephemeral-group'.
10967
10968         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10969         argument and pass it to `gnus-group-read-group'.
10970
10971 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10972
10973         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10974         mm-xemacs-find-mime-charset-1 if we have the mule feature
10975         available at runtime.
10976
10977 2005-03-25  Werner Lemberg  <wl@gnu.org>
10978
10979         * nnmaildir.el: Replace `illegal' with `invalid'.
10980
10981 2005-03-23  Lute Kamstra  <lute@gnu.org>
10982
10983         * time-date.el: Add comment on time value formats.
10984         Don't require parse-time.
10985         (with-decoded-time-value): New macro.
10986         (encode-time-value): New function.
10987         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10988         (days-to-time): Return a valid time value when arg is huge.
10989         (time-since): Use time-subtract.
10990         (time-to-number-of-days): Use time-to-seconds.
10991
10992 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10993
10994         * gnus-start.el (gnus-display-time-event-handler):
10995         Check display-time-timer at runtime rather than only at load time
10996         in case display-time-mode is turned off in the mean time.
10997
10998 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10999
11000         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11001         used.
11002
11003         * nneething.el (nneething-map-file-directory): Derive from
11004         `gnus-directory'.
11005
11006         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11007         the To/Cc button.
11008
11009 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11010
11011         * nnmaildir.el (nnmaildir-request-accept-article):
11012         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11013
11014 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11015
11016         * gnus-async.el: Require timer-funcs at compile time when in
11017         XEmacs for `run-with-idle-timer'.
11018
11019 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11020
11021         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11022         autoloaded function.
11023
11024 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11025
11026         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11027
11028 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11029
11030         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11031
11032 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11035         gnus-expert-user to default.
11036
11037 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11038
11039         * nnimap.el (nnimap-open-server): Ditto.
11040
11041         * imap.el (imap-authenticate): Fix typo.
11042
11043 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11044
11045         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11046         buffer (since IMAP server might return FETCH response out of
11047         order, and the nntp buffer must be sorted).
11048
11049 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11050
11051         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11052         comparison on string.
11053
11054         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11055         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11056         (gnus-agent-summary-fetch-series): Modified to protect against
11057         gnus-agent-summary-fetch-group clearing processable flags.
11058         (gnus-agent-synchronize-group-flags): Update live group buffer as
11059         synchronization may occur due to the user toggle the plugged
11060         status.
11061         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11062         successfully downloaded.
11063         (gnus-agent-expire-group-1): Avoid using markers when the overview
11064         is in ascending order; greatly improves performance.
11065         (gnus-agent-regenerate-group): Use
11066         gnus-agent-synchronize-group-flags to reset read status in both
11067         gnus and server.
11068         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11069
11070 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * message.el: Don't autoload former message-utils variables.
11073         (message-strip-subject-trailing-was): Change doc string.
11074
11075         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11076         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11077         (nnweb-google-search): Add "hl=en" here.
11078         (nnweb-google-parse-1, nnweb-google-create-mapping):
11079         Don't hardcode URL.
11080
11081 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11082
11083         * message.el (message-get-reply-headers, message-followup):
11084         Mention related variables `message-use-followup-to' and
11085         `message-use-mail-followup-to', in the information buffer.
11086
11087         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11088         of broken groups(-beta).google.com.
11089
11090 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11091
11092         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11093         parameter to invoked gnus-request-move-article; remove the
11094         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11095         all at once instead of once per article.
11096         (gnus-summary-remove-process-mark): Accept a list of articles as
11097         well as a single article for processing.
11098
11099         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11100         parameter.
11101
11102         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11103
11104         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11105
11106         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11107         parameter.
11108
11109         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11110         parameter.
11111
11112         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11113         parameter and remove the gnus-sum-hint-move-is-internal variable.
11114
11115         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11116         parameter.
11117
11118         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11119         parameter.
11120
11121         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11122         parameter.
11123
11124         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11125
11126         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11127         parameter.
11128
11129         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11130         parameter.
11131
11132 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11133
11134         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11135         a more conservative way.
11136
11137 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11138
11139         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11140         buffer, so it moves the window's cursor.
11141
11142 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11143
11144         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11145         `mm-dissect-multipart' and receive the from field as an (optional)
11146         argument from `mm-dissect-multipart'.
11147         (mm-dissect-multipart): Receive the from field as an argument and
11148         pass it on when we call `mm-dissect-buffer' on MIME parts.
11149         Fixes verification/decryption of signed/encrypted MIME parts.
11150
11151 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11152
11153         * gnus-sum.el (gnus-summary-move-article): Set
11154         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11155         whatever it calls (right now, only nnimap-request-move article
11156         respects it).
11157
11158         * nnimap.el (nnimap-request-move-article): When
11159         gnus-sum-hint-move-is-internal is set, don't do the extra
11160         nnimap-request-article.
11161
11162 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11165
11166         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11167         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11168
11169         * gnus-sum.el (gnus-summary-caesar-message):
11170         Apply `gnus-treat-article' after rotation.
11171
11172         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11173         doc string.
11174
11175 2005-02-22  Simon Josefsson  <jas@extundo.com>
11176
11177         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11178         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11179         <arne@arnested.dk>.
11180         (encrypt): Add password-cache and password-cache-expiry as group
11181         members.
11182
11183 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11184
11185         * smime.el (smime-ldap-host-list): Doc fix.
11186         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11187         cache) password.
11188         (smime-sign-region): Use it.
11189         (smime-decrypt-region): Use it.
11190         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11191         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11192         fails.
11193         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11194         certificate from DER to PEM format rather than calling openssl.
11195
11196         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11197
11198         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11199         for signing/encryption.
11200
11201         * mml.el (mml-parse-1): Use them.
11202
11203 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11204
11205         * nnrss.el (nnrss-verbose): Removed.
11206         (nnrss-request-group): Use `nnheader-message' instead.
11207
11208 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11209
11210         * nnrss.el (nnrss-verbose): New variable.
11211         (nnrss-request-group): Make it say nnrss is requesting a group.
11212
11213 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11216         Handle news URL with given port correctly.
11217
11218 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11221         containing special characters.
11222
11223         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11224
11225         * mml.el (mime-to-mml): Ditto.
11226
11227         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11228         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11229         (rfc2047-decode-region): Quote decoded words containing special
11230         characters when rfc2047-quote-decoded-words-containing-tspecials
11231         is non-nil.
11232
11233 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11234
11235         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11236
11237         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11238
11239 2005-02-15  Simon Josefsson  <jas@extundo.com>
11240
11241         * nnimap.el (nnimap-debug): Doc fix.
11242
11243         * imap.el (imap-debug): Doc fix.
11244
11245 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11248
11249 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11250
11251         * gnus.el (spam-contents): Improve docs for spam-contents
11252         parameter in its variable incarnation.
11253
11254 2005-02-14  Simon Josefsson  <jas@extundo.com>
11255
11256         * smime-ldap.el: Use require instead of load-library for ldap.
11257         (smime-ldap-search): Indent.
11258         (smime-ldap-search-internal): Shorten line.
11259
11260         * smime.el (smime-cert-by-dns): Add doc-string.
11261         (smime-cert-by-ldap-1): Indent.
11262
11263         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11264         mml-smime-get-dns-ldap.
11265         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11266
11267 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11268
11269         * smime.el: Require smime-ldap.
11270         (smime-ldap-host-list): New variable.
11271         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11272
11273         * mml-smime.el (mml-smime-encrypt-query): New function.
11274         (mml-smime-encrypt-query): Use it.
11275
11276         * smime-ldap.el: New file.
11277
11278 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11281
11282 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11283
11284         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11285         argument in doc string.  Make query for type more clear.
11286
11287 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * gnus.el (gnus-group-startup-message): Search for gnus images in
11290         etc/images/gnus.
11291         * mm-util.el (mm-image-load-path): Likewise.
11292         * smiley.el (smiley-data-directory): Search for smilies in
11293         etc/images/smilies.
11294
11295 2005-02-09  Kim F. Storm  <storm@cua.dk>
11296
11297         Change Emacs release version from 21.4 to 22.1 throughout.
11298         Change Emacs development version from 21.3.50 to 22.0.50.
11299
11300 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11303
11304         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11305         non-Mule XEmacs as well.
11306         (mm-decompress-buffer): Signal an error intentionally if it does
11307         not decompress compressed data because auto-compression-mode is
11308         disabled.
11309
11310 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11311
11312         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11313         an ID in the registry even if it has no groups.
11314
11315 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11318         merge it into mm-decompress-buffer.
11319         (gnus-mime-copy-part): Use the MIME part charset, the value which
11320         a user specified or gnus-newsgroup-charset for decoding, like
11321         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11322         save-buffer what was used.  Suggested by Kevin Ryde
11323         <user42@zip.com.au>.
11324         (gnus-mime-inline-part): Allow the name parameter as well as the
11325         filename parameter; force decompressing of compressed data; always
11326         display contents being not decoded as unibyte.
11327
11328         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11329         as well as the filename parameter.
11330
11331         * mm-util.el (mm-decompress-buffer): Merge
11332         gnus-mime-jka-compr-maybe-uncompress.
11333         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11334         of compressed data.
11335
11336 2005-02-08  Simon Josefsson  <jas@extundo.com>
11337
11338         * imap.el (imap-log): Doc fix.
11339
11340 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11343         the coding cookies; decompress compressed parts.
11344
11345         * mml.el (mml-generate-mime-1): Add the charset parameter according
11346         to the value which a user specified manually or the coding cookie.
11347
11348         * mm-util.el (mm-string-to-multibyte): New function.
11349         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11350         (mm-coding-system-to-mime-charset): New function.
11351         (mm-decompress-buffer): New function.
11352         (mm-find-buffer-file-coding-system): New function.
11353
11354         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11355         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11356         parts.
11357
11358 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11359
11360         * mm-view.el (mm-display-inline-fontify): Decode a part according
11361         to the charset parameter.
11362
11363 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11366         prefix arg is neither nil nor a number, as info specifies.
11367
11368 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11371         timestamps.
11372
11373 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11374
11375         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11376         groups error checking and notify user.
11377
11378 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11379
11380         * message.el (message-send-mail-function): Check existence of
11381         sendmail-program first before using default value
11382         `message-send-mail-with-sendmail'.  Otherwise use more generic
11383         `smtpmail-send-it'.
11384
11385 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * nntp.el (nntp-request-update-info): Always return nil.
11388
11389 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11390
11391         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11392
11393 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11394
11395         * message.el (message-beginning-of-line): Change the behavior when
11396         invoked between BOL and : so that it first moves backward.
11397
11398 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11401         article buffer when editing of the article is discarded.
11402         (gnus-article-prepare): Revert.
11403
11404 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * gnus-art.el (gnus-article-prepare):
11407         Remove message-strip-forbidden-properties from the local hook.
11408
11409 2005-01-27  Simon Josefsson  <jas@extundo.com>
11410
11411         * password.el (password-cache-add): Only start one timer per key.
11412         Reported by Derek Atkins <warlord@MIT.EDU>.
11413
11414 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11415
11416         * run-at-time.el: Removed.  It is no longer needed as
11417         timer-funcs.el in the xemacs-base package has a working version of
11418         `run-at-time'.
11419
11420         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11421
11422         * password.el: Require timer-funcs instead of run-at-time in
11423         XEmacs.
11424         Remove `password-run-at-time' macro.
11425         (password-cache-add): Use `run-at-time' instead of
11426         `password-run-at-time'.
11427
11428         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11429         Remove `nnheader-cancel-function-timers' alias,
11430         `cancel-function-timers' exists in XEmacs in timer-funcs.
11431
11432         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11433         for `run-with-idle-timer'.
11434
11435         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11436         for `run-at-time'.
11437
11438         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11439         for `with-timeout'.
11440
11441         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11442         the same as for XEmacs 21.4.
11443         No need to ignore `run-with-idle-timer', this function exists in
11444         XEmacs now in timer-funcs.el in the xemacs-base package.
11445         (dgnushack-compile): No need to delete
11446         run-at-time.el from the list of files to compile because it
11447         doesn't exist anymore.
11448
11449 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11452         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11453
11454 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11455
11456         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11457         sensitively.
11458
11459 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11460
11461         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11462
11463 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11466         which will be inserted according to the multibyteness of a buffer
11467         rather than the type of contents.  Suggested by ARISAWA Akihiro
11468         <ari@mbf.ocn.ne.jp>.
11469
11470         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11471         of string which old xml.el may return rather than a string.
11472
11473 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11476
11477 2005-01-16  Simon Josefsson  <jas@extundo.com>
11478
11479         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11480         idn/idna.el isn't available.
11481         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11482         <michael@waxrat.com>.
11483
11484         * hashcash.el: Remove non-FSF copyright header.
11485
11486         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11487         (hashcash-generate-payment): Use it.
11488         (hashcash-generate-payment-async): Use it.
11489
11490 2005-01-15  Simon Josefsson  <jas@extundo.com>
11491
11492         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11493         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11494
11495         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11496         gnus-summary-idna-message.
11497         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11498         (gnus-summary-idna-message): New function.
11499
11500 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11501
11502         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11503         gnus-novice-user.
11504
11505 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * nnrss.el (nnrss-request-delete-group): Delete entries in
11508         nnrss-group-alist as well.
11509         (nnrss-save-server-data): Insert newline.
11510
11511 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11512
11513         * gnus.el (gnus-user-agent): Use list of symbols instead of
11514         symbols.  Display full version number for (S)XEmacs.  Optionally
11515         display (S)XEmacs codename.
11516
11517         * gnus-util.el (gnus-emacs-version): Update for new
11518         `gnus-user-agent'.
11519
11520         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11521         Gnus version.
11522
11523 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11526         which is unreadable in some setups.
11527
11528 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * gnus-spec.el (gnus-update-format-specifications): Flush the
11531         group format spec cache if it doesn't support decoded group names.
11532
11533 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11536         Allow to apply decay on score files matching a regexp.
11537
11538 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11541         compatibility in %g and %c.
11542
11543 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11546         name for only %g and %c.
11547         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11548         of gnus-tmp-group to decoded group name.
11549         (gnus-group-make-rss-group): Exclude `/'s from group names.
11550
11551 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * nnrss.el (nnrss-get-encoding): Fix regexp.
11554
11555 2004-12-27  Simon Josefsson  <jas@extundo.com>
11556
11557         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11558         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11559         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11560
11561 2004-12-17  Kim F. Storm  <storm@cua.dk>
11562
11563         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11564
11565         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11566
11567 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11568
11569         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11570
11571 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * nnrss.el: Require rfc2047 and mml.
11574         (nnrss-file-coding-system): New variable.
11575         (nnrss-format-string): Redefine it as an inline function.
11576         (nnrss-decode-group-name): New function.
11577         (nnrss-string-as-multibyte): Remove.
11578         (nnrss-retrieve-headers): Decode group name; don't use
11579         nnrss-format-string.
11580         (nnrss-request-group): Decode group name.
11581         (nnrss-request-article): Decode group name; allow a Message-ID as
11582         well as an article number; don't use nnrss-format-string; encode a
11583         Message-ID string which may contain non-ASCII characters; use
11584         mml-to-mime to compose a MIME article.
11585         (nnrss-request-expire-articles): Decode group name.
11586         (nnrss-request-delete-group): Decode group name.
11587         (nnrss-fetch): Clarify error message.
11588         (nnrss-read-server-data): Use insert-file-contents instead of load;
11589         bind file-name-coding-system; use multibyte buffer.
11590         (nnrss-save-server-data): Bind coding-system-for-write to the
11591         value of nnrss-file-coding-system; bind file-name-coding-system;
11592         add coding cookie.
11593         (nnrss-read-group-data): Use insert-file-contents instead of load;
11594         bind file-name-coding-system; use multibyte buffer.
11595         (nnrss-save-group-data): Bind coding-system-for-write to the
11596         value of nnrss-file-coding-system; bind file-name-coding-system.
11597         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11598         make it work with non-ASCII text.
11599         (nnrss-find-el): Make it work with old xml.el as well.
11600
11601 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11602
11603         * nnrss.el (nnrss-get-encoding): New function.
11604         (nnrss-fetch): Use unibyte buffer initially; bind
11605         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11606         decode contents according to the encoding attribute.
11607         (nnrss-save-group-data): Add coding cookie.
11608         (nnrss-mime-encode-string): New function.
11609         (nnrss-check-group): Use it to encode subject and author.
11610
11611 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11612
11613         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11614         imaginary variable.
11615
11616 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11617
11618         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11619         correctly even if there are wide characters.
11620
11621 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11622
11623         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11624         downcased symbol names; make a new cache instead of reusing
11625         bbdb-hashtable.
11626
11627 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11630         concatenating segments rather than before concatenating them.
11631         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11632
11633         * message.el (message-get-reply-headers): Bind `extra'.
11634
11635 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11636
11637         * message.el (message-extra-wide-headers): New variable.
11638         (message-get-reply-headers): Use it.
11639
11640 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11643         (gnus-agent-group-pathname): Ditto.
11644
11645         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11646
11647         * gnus-group.el (gnus-group-make-group): Decode group name.
11648         (gnus-group-make-rss-group): Register the group data after opening
11649         the nnrss group.
11650
11651 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11652
11653         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11654         by expiry now get marked as read.
11655
11656 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11659
11660 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11661
11662         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11663         unify Latin characters in XEmacs.
11664         (mm-find-mime-charset-region): Use it.
11665
11666 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * gnus-util.el (gnus-delete-directory): New function.
11669
11670         * gnus-agent.el (gnus-agent-delete-group): Use it.
11671
11672         * gnus-cache.el (gnus-cache-delete-group): Use it.
11673
11674 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11677         names.
11678
11679 2004-12-16  Simon Josefsson  <jas@extundo.com>
11680
11681         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11682
11683 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11686
11687         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11688         (gnus-group-set-current-level): Decode group name.
11689
11690 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11691
11692         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11693         failed.
11694
11695 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * gnus-group.el (gnus-group-delete-group): Decode group name.
11698         (gnus-group-make-rss-group): Encode group name.
11699         (gnus-group-catchup-current): Decode group name.
11700         (gnus-group-kill-group): Decode group name.
11701
11702 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11703
11704         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11705
11706 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * gnus-group.el (gnus-group-make-rss-group):
11709         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11710
11711         * gnus-start.el (gnus-setup-news): Honor user's setting to
11712         gnus-message-archive-method.  Suggested by Lute Kamstra
11713         <lute@gnu.org>.
11714
11715 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11716
11717         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11718         global counterparts of the buffer-local variables.
11719
11720 2004-11-16  Romain Francoise  <romain@orebokech.com>
11721
11722         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11723         counterparts of the buffer-local variables.
11724
11725 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11726
11727         * message.el (message-forbidden-properties): Fixed typo in doc
11728         string.
11729
11730 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11731
11732         * gnus-util.el (gnus-replace-in-string): Added doc string.
11733
11734         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11735         to avoid problems when splitting mails with many recipients.
11736
11737 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11738
11739         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11740         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11741
11742 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11743
11744         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11745         if there is no hashtable in memory or file modification time is
11746         newer than cached timestamp.
11747
11748 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11749
11750         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11751         not-matching option.
11752
11753 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11754
11755         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11756         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11757         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11758         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11759         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11760         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11761
11762 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * message.el (message-forward-make-body-mml): Remove headers
11765         according to message-forward-ignored-headers if a message is decoded.
11766
11767 2004-12-02  Romain Francoise  <romain@orebokech.com>
11768
11769         * message.el (message-forward-make-body-plain): Always remove
11770         headers according to message-forward-ignored-headers.
11771
11772 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11773
11774         * spam.el (spam-summary-prepare-exit): Remove the
11775         gnus-summary-limit pop for now, it has problems with ham marks for
11776         me.
11777
11778 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11779
11780         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11781         correctly.
11782
11783 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11784
11785         * format-spec.el (format-spec): Message the char.
11786
11787 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11788
11789         * gnus-art.el (gnus-split-methods): Reformat comments.
11790
11791         * spam.el (spam-summary-prepare-exit): Remove article limits
11792         before exiting the summary buffer.
11793
11794 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11797         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11798
11799         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11800         order to silence the byte compiler.
11801
11802         * spam.el: Fix the way to silence the byte compiler, which
11803         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11804         bbdb-search-simple, spam-BBDB-register-routine,
11805         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11806         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11807         spam-stat-buffer-is-spam, spam-stat-load,
11808         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11809         spam-stat-save and spam-stat-split-fancy.
11810
11811 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11814         which may confuse users.
11815         (canlock-password-for-verify): Ditto.
11816
11817         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11818
11819         * gnus-art.el (gnus-emphasis-alist): Ditto.
11820
11821         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11822
11823         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11824
11825         * gnus-start.el (gnus-save-killed-list): Ditto.
11826
11827         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11828         (gnus-sum-thread-tree-root): Ditto.
11829         (gnus-sum-thread-tree-false-root): Ditto.
11830         (gnus-sum-thread-tree-single-indent): Ditto.
11831
11832         * message.el (message-courtesy-message): Ditto.
11833         (message-archive-note): Ditto.
11834         (message-subscribed-address-file): Ditto.
11835         (message-user-fqdn): Ditto.
11836
11837         * spam-report.el (spam-report-gmane-regex): Ditto.
11838
11839         * spam.el (spam-blackhole-good-server-regex): Ditto.
11840
11841 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * mml.el (mml-preview): Widen the message buffer before copying
11844         the contents to the preview buffer; sort headers before previewing.
11845
11846         * message.el (message-hidden-headers): Fix the way to avoid a bug
11847         in the `repeat' widget in Emacs 21.3 or earlier.
11848
11849 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * message.el (message-hidden-headers): Default to "^References:".
11852         Improve customization type.  Suggested by Reiner Steib
11853         <Reiner.Steib@gmx.de>.
11854
11855 2004-11-25  Romain Francoise  <romain@orebokech.com>
11856
11857         * message.el (message-strip-forbidden-properties): Remove check for
11858         obsolete `message-hidden' text property, hidden headers are not
11859         accessible in the buffer anymore.
11860
11861 2004-11-22  Romain Francoise  <romain@orebokech.com>
11862
11863         * message.el (message-header-format-alist): Add `From' in list
11864         so that it can be sorted.
11865         (message-fix-before-sending): Widen and sort headers before
11866         sending.
11867         (message-hide-headers): Use narrowing to hide headers by moving
11868         them to the top of the buffer and narrowing to the region
11869         underneath.
11870
11871 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11872
11873         * message.el (message-strip-forbidden-properties): Bind
11874         buffer-read-only (etc) to nil.
11875
11876 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11879         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11880
11881 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11882
11883         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11884
11885 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11886
11887         * dns.el (query-dns): Use sit-for to time instead of
11888         accept-process-output, since that doesn't seem to work on udp
11889         sockets.
11890
11891 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11894
11895 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11896
11897         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11898         doc string.  Improve doc string.
11899
11900 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * nntp.el (nntp-request-update-info): Return nil if
11903         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11904         may not call gnus-activate-group which uselessly issues the GROUP
11905         commands for all nntp groups and wastes time.  Reported by Romain
11906         Francoise <romain@orebokech.com>.
11907
11908         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11909
11910 2004-11-15  Simon Josefsson  <jas@extundo.com>
11911
11912         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11913         headers separately.
11914         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11915         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11916
11917 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11918
11919         * gnus-start.el (gnus-convert-old-newsrc):
11920         Assign legacy-gnus-agent to 5.10.7.
11921
11922 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11923
11924         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11925         start of the lines.
11926
11927 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11928
11929         * hashcash.el (hashcash-default-payment): Change default to 20.
11930         (hashcash-default-accept-payment): Change default to 20.
11931         (hashcash-process-alist): New variable.
11932         (hashcash-generate-payment-async): Add.
11933         (hashcash-already-paid-p): Add.
11934         (hashcash-insert-payment): Don't generate payments twice.
11935         (hashcash-insert-payment-async): Add.
11936         (hashcash-insert-payment-async-2): Add.
11937         (hashcash-cancel-async): Add.
11938         (hashcash-wait-async): Add.
11939         (hashcash-processes-running-p): Add.
11940         (hashcash-wait-or-cancel): Add.
11941         (mail-add-payment): New optional argument.  Conditionally start
11942         asynchronous calculation.
11943         (mail-add-payment-async): Add.
11944
11945         * message.el (message-send-mail): Wait for asynchronous hashcash
11946         results.  Don't clobber existing X-Hashcash headers.
11947         (message-setup-1): Call mail-add-payment-async when
11948         message-generate-hashcash is non-nil.
11949
11950 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11951
11952         * message.el (message-use-alternative-email-as-from): Examine the
11953         From header as well; use message-make-from in order to include a
11954         user's full name.
11955
11956 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11959         default; improve customization type.
11960         (gnus-emphasis-custom-with-format): New macro.
11961         (gnus-emphasis-custom-value-to-external): New function.
11962         (gnus-emphasis-custom-value-to-internal): New function.
11963
11964 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11965
11966         * dns.el (query-dns): Resolve reverse addresses.
11967
11968 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11969
11970         * gnus-group.el (gnus-group-get-new-news): Use it.
11971
11972         * gnus-start.el (gnus-check-reasonable-setup): New function.
11973
11974 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11977         "Args out of range" error.  Reported by Arnaud Giersch
11978         <arnaud.giersch@free.fr>.
11979
11980 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11981
11982         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11983
11984 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11985
11986         * spam.el (spam group): Add :version.
11987
11988         * pgg-def.el (pgg group): Add :version.
11989
11990 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * gnus-art.el (gnus-article-edit-article): Don't associate the
11993         article buffer with a draft file.  This is a temporary measure
11994         against the 2004-08-22 change to gnus-article-edit-mode.
11995
11996 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11999         (html2text-format-tags): Remove unused variable `attr'.
12000
12001 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12002
12003         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12004
12005         * tls.el (tls-process-connection-type, tls-success)
12006         (tls-certtool-program): Add :version.
12007
12008         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12009         (starttls-extra-arguments, starttls-process-connection-type)
12010         (starttls-connect, starttls-failure, starttls-success): Add :version.
12011
12012         * spam-stat.el (spam-stat): Add :version.
12013
12014         * sieve.el (sieve): Add :version.
12015
12016         * sha1.el (sha1): Add :version.
12017         (sha1-use-external): Remove redundant version.
12018
12019         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12020         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12021         (nnmail-split-fancy-match-partial-words)
12022         (nnmail-split-lowercase-expanded): Add :version.
12023
12024         * nndiary.el (nndiary): Add :version.
12025
12026         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12027
12028         * mml-sec.el (mml-default-sign-method)
12029         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12030         Add :version.
12031
12032         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12033
12034         * mm-url.el (mm-url-use-external, mm-url-program)
12035         (mm-url-arguments): Add :version.
12036
12037         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12038         (mm-attachment-file-modes, mm-decrypt-option)
12039         (mm-w3m-safe-url-regexp): Add :version.
12040
12041         * message.el (message-cite-prefix-regexp)
12042         (message-sendmail-envelope-from, message-minibuffer-local-map)
12043         (message-user-fqdn, message-completion-alist): Add :version.
12044
12045         * gnus-win.el (gnus-configure-windows-hook)
12046         (gnus-use-frames-on-any-display): Add :version.
12047
12048         * gnus-art.el (gnus-article-address-banner-alist)
12049         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12050         (gnus-treat-from-picon, gnus-treat-mail-picon)
12051         (gnus-treat-x-pgp-sig): Add :version.
12052
12053         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12054         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12055         (gnus-summary-article-delete-hook)
12056         (gnus-summary-display-while-building): Add :version.
12057
12058         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12059         (gnus-get-top-new-news-hook): Add :version.
12060
12061         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12062         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12063
12064         * gnus-registry.el (gnus-registry): Add :version.
12065
12066         * gnus-spec.el (gnus-use-correct-string-widths)
12067         (gnus-make-format-preserve-properties): Add :version.
12068
12069         * gnus.el (gnus-group-charter-alist)
12070         (gnus-group-fetch-control-use-browse-url)
12071         (gnus-install-group-spam-parameters): Add :version.
12072
12073         * gnus-diary.el (gnus-diary): Add :version.
12074
12075         * gnus-delay.el (gnus-delay): Add :version.
12076
12077         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12078         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12079         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12080         Add :version.
12081
12082         * gnus-agent.el (gnus-agent-max-fetch-size)
12083         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12084         (gnus-agent-prompt-send-queue): Add :version.
12085
12086         * deuglify.el (gnus-outlook-deuglify): Add :version.
12087
12088         * html2text.el: Beautify code.  Improve doc strings.  Some
12089         checkdoc cleanup.
12090         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12091
12092 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12093
12094         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12095
12096 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12097
12098         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12099         when package is loaded.
12100
12101         * spam.el (spam-summary-score-preferred-header): Add global preference
12102         for people who want to override the default SpamAssassin over
12103         Bogofilter preference (when both are set).
12104         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12105         (spam-user-format-function-S): Check
12106         spam-summary-score-preferred-header.
12107         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12108         (spam-user-format-function-S): Format the score correctly.
12109
12110 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12113         signature file.  Suggested by Manoj Srivastava
12114         <srivasta@golden-gryphon.com>.
12115
12116         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12117         iso-2022-jp even in the Japanese language environment.
12118         Suggested by Jason Rumney <jasonr@gnu.org>.
12119
12120 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12123         use the same characters as the dummy marks; make it free from
12124         getting affected by the language environment.
12125         (gnus-summary-read-group-1): Update mark positions only when the
12126         format spec is updated.
12127
12128         * gnus-spec.el (gnus-update-format-specifications): Return a list
12129         of updated types.
12130
12131 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12134         of boundp to check if display-warning is available.
12135
12136 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12137
12138         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12139
12140 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * nnspool.el (nnspool-spool-directory): Use news-path if the
12143         news-directory variable is not bound.
12144
12145         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12146         function instead of display-warning if it is not available.
12147
12148 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12149
12150         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12151         v5-10: Use `point-at-bol'.
12152
12153 2004-10-26  Simon Josefsson  <jas@extundo.com>
12154
12155         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12156         <chenggao@gmail.com>.
12157
12158 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12159
12160         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12161         instead.
12162
12163 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12164
12165         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12166         to remove a server from the nnimap-server-buffer-alist.
12167         (nnimap-open-connection, nnimap-close-server): Use it.
12168
12169         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12170
12171 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12174         running the major-mode function.
12175
12176 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12179         dummy marks in the right way.
12180
12181 2004-10-18  David Edmondson  <dme@dme.org>
12182
12183         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12184         excessively.
12185
12186 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12187
12188         * gnus-util.el (gnus-split-references): Accept a nil references
12189         string and go on blissfully.
12190
12191         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12192         cases where the references string is non-nil but has no references.
12193
12194         * encrypt.el: Add autoload tags.
12195
12196         * spam.el (spam-resolve-registrations-routine): Remove article
12197         from unregistration list too.  Reported by David Hanak
12198         <dhanak@isis.vanderbilt.edu>
12199
12200 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12201
12202         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12203         nil.  Changed custom type.
12204
12205 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12206
12207         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12208
12209         * gnus-sum.el (gnus-summary-move-article): Use it.
12210
12211 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12212
12213         * encrypt.el: Add autoload cookies.
12214
12215         * spam.el (spam-backend-article-list-property)
12216         (spam-backend-get-article-todo-list)
12217         (spam-backend-put-article-todo-list)
12218         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12219         Resolve registrations separately.
12220         (spam-register-routine): Format comments.
12221         (spam-unregister-routine, spam-register-routine): Always call with
12222         specific-articles, no default list.
12223         (spam-summary-prepare-exit): Use the spam-classifications function.
12224
12225         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12226         gnus-encrypt.el.
12227
12228         * encrypt.el: Copied from gnus-encrypt.el.
12229
12230         * gnus-encrypt.el: Commented that it's obsolete.
12231
12232 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12235         (gnus-score-save): Use it.
12236
12237         * message.el (message-bury): Use `window-dedicated-p'.
12238
12239 2004-10-15  Simon Josefsson  <jas@extundo.com>
12240
12241         * pop3.el (top-level): Don't require nnheader.
12242         (pop3-read-timeout): Add.
12243         (pop3-accept-process-output): Add.
12244         (pop3-read-response, pop3-retr): Use it.
12245
12246 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12247
12248         * spam.el (spam-register-routine): Move comment.
12249         (spam-verify-bogofilter): Use 'unknown for the initial
12250         spam-bogofilter-valid state, not 'never.
12251
12252         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12253         for netrc-machine.
12254
12255         * nnimap.el (nnimap-open-connection): Use
12256         netrc-machine-user-or-password.
12257
12258 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12259
12260         * gnus-registry.el (gnus-registry-unload-hook):
12261         Set as a variable with add-hook.
12262
12263         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12264         of news-path.
12265
12266         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12267
12268         * spam.el: Delete duplicate `provide'.
12269         (spam-unload-hook): Set as a variable with add-hook.
12270
12271 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12272
12273         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12274         in the doc string.
12275
12276         * message.el (message-ignored-news-headers)
12277         (message-ignored-supersedes-headers)
12278         (message-ignored-resent-headers)
12279         (message-forward-ignored-headers): Improve custom type.
12280
12281 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * message.el (message-tokenize-header): Fix 2004-09-06 change
12284         which used point-min in the wrong place.
12285
12286 2004-10-12  Simon Josefsson  <jas@extundo.com>
12287
12288         * tls.el (tls-certtool-program): New variable.
12289         (tls-certificate-information): New function, based on
12290         ssl-certificate-information.
12291
12292 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * compface.el: Move the version of ELisp-based uncompface program
12295         to the contrib directory because of the copyright problem.
12296
12297 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12298
12299         * message.el (message-kill-buffer): Raise the current frame.
12300
12301 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12302
12303         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12304
12305         * gnus.el (message-y-or-n-p): Autoload.
12306
12307         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12308         (pop3-password-required, pop3-authentication-scheme)
12309         (pop3-leave-mail-on-server): Made customizable.
12310         (pop3): New custom group.
12311         (pop3-retr): Remove `sleep-for' statements.
12312         Suggested by Dave Love <fx@gnu.org>.
12313
12314         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12315         Windows/DOS.
12316
12317         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12318         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12319         Dave Love <fx@gnu.org>.
12320
12321         * mml.el (mml-minibuffer-read-disposition): Require match.
12322         Suggested by Dave Love <fx@gnu.org>.
12323
12324 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12325
12326         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12327         doc string.
12328
12329 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12332
12333 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12334
12335         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12336         instead of calling `mm-insert-inline', to decode text/* parts
12337         before displaying them.
12338
12339 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * mm-uu.el (mm-uu-text-plain-type): New variable.
12342         (mm-uu-pgp-signed-extract-1): Use it.
12343         (mm-uu-pgp-encrypted-extract-1): Use it.
12344         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12345         bind mm-uu-text-plain-type with that value.
12346         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12347         mm-uu-dissect.
12348
12349 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.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 mm-string-as-multibyte instead
12355         of string-as-multibyte.
12356
12357 2004-10-05  Juri Linkov  <juri@jurta.org>
12358
12359         * gnus-group.el (gnus-update-group-mark-positions):
12360         * gnus-sum.el (gnus-update-summary-mark-positions):
12361         * message.el (message-check-news-body-syntax):
12362         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12363         8-bit unibyte values to a multibyte string for search functions.
12364
12365 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12368         (mm-uu-dissect-text-parts): New function.
12369
12370         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12371         dissect text parts.
12372
12373         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12374         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12375
12376         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12377
12378         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12379         gnus-current-topics instead of gnus-current-topic.
12380
12381 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12382
12383         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12384
12385 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12386
12387         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12388         where approriate.
12389
12390         * nnml.el (nnml-generate-active-info): do.
12391
12392         * nndiary.el (nndiary-generate-active-info): do.
12393
12394         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12395         (gnus-topic-move): do.
12396
12397         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12398         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12399
12400         * gnus-srvr.el (gnus-server-prepare)
12401         (gnus-server-open-all-servers): do.
12402
12403         * gnus-msg.el (gnus-summary-cancel-article)
12404         (gnus-summary-resend-message)
12405         (gnus-summary-mail-crosspost-complaint): do.
12406
12407         * gnus-move.el (gnus-change-server): do.
12408
12409         * gnus-group.el (gnus-group-unmark-all-groups)
12410         (gnus-group-set-current-level): do.
12411
12412 2004-10-04  Simon Josefsson  <jas@extundo.com>
12413
12414         * message.el (message-generate-hashcash): Doc fix.
12415
12416 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12417
12418         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12419         avoid infinite recursion via gnus-get-function.
12420
12421 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12422
12423         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12424
12425         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12426
12427         * nnmail.el (nnmail-split-history): do.
12428
12429         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12430         (nnml-request-delete-group): do.
12431
12432         * nnslashdot.el (nnslashdot-read-groups): do.
12433
12434         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12435         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12436
12437         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12438         (nnspool-sift-nov-with-sed): Use last.
12439         (nnspool-retrieve-headers-with-nov): Use mapc.
12440         (nnspool-request-newgroups): Use dolist.
12441         (nnspool-request-group): Use last.
12442
12443         * nntp.el (nntp-read-server-type): Use dolist.
12444
12445         * nnvirtual.el (nnvirtual-create-mapping)
12446         (nnvirtual-update-read-and-marked): Use dolist.
12447         (nnvirtual-convert-headers): Simplify.
12448
12449 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12450
12451         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12452         support for sync'ing tick marks.
12453
12454 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12457         there's no visible header.
12458
12459 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12460
12461         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12462         necessary, pass full group name to gnus-request-set-marks.
12463
12464 2004-10-01  Simon Josefsson  <jas@extundo.com>
12465
12466         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12467         acroread.
12468
12469 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12470
12471         * spam-report.el (spam-report-gmane): Fix interactive.
12472
12473         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12474
12475         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12476         when writing file.
12477         (gnus-agent-synchronize-flags): Don't default to being
12478         interactive.
12479
12480 2004-09-30  Simon Josefsson  <jas@extundo.com>
12481
12482         * message.el (message-generate-hashcash): Add.
12483         (message-send-mail): Use it, call mail-add-payment.
12484
12485 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12486
12487         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12488
12489 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12490
12491         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12492         gnus-requst-update-info with explicit code to sync the in-memory
12493         info read flags with the marks being sync'd to the backend.
12494
12495         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12496
12497 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12498
12499         * spam.el (spam-verify-bogofilter): Add new function.
12500         (spam-check-bogofilter)
12501         (spam-bogofilter-register-with-bogofilter): Use it.
12502         (spam-verify-bogofilter): Add small fixes.
12503
12504 2004-09-28  Simon Josefsson  <jas@extundo.com>
12505
12506         * hashcash.el (hashcash-generate-payment): Revert.
12507
12508 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12509
12510         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12511         gnus-extract-references instead of gnus-split-references.
12512
12513         * gnus-util.el (gnus-extract-references): Add new function, analogous
12514         to gnus-split-references but extracts only the message-ID without
12515         anything extra.
12516
12517         * hashcash.el (hashcash-generate-payment)
12518         (hashcash-check-payment): Do the right thing if hashcash-path is
12519         nil (because the hashcash program could not be found).
12520
12521         * spam.el (spam-use-hashcash): Remove comment.
12522
12523 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12524
12525         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12526         (gnus-cache-enter-article, gnus-cache-remove-article)
12527         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12528
12529         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12530
12531         * gnus-art.el (article-hide-boring-headers)
12532         (article-translate-strings, article-display-face)
12533         (gnus-article-mime-match-handle-first)
12534         (gnus-article-highlight-headers)
12535         (gnus-article-add-buttons-to-head): do.
12536
12537 2004-09-27  Simon Josefsson  <jas@extundo.com>
12538
12539         * hashcash.el: New version, from
12540         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12541         ../contrib/.
12542
12543 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12546
12547 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12548
12549         * gnus-dup.el (gnus-dup-open): Use mapc.
12550         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12551
12552         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12553         Reported by Stefan Wiens <s.wi@gmx.net>.
12554
12555         * gnus.el (gnus-shutdown): Use dolist.
12556
12557         * gnus-undo.el (gnus-undo): Use mapc.
12558
12559         * nnrss.el (nnrss-generate-active): do.
12560
12561         * message.el (message-cite-original-without-signature)
12562         (message-cite-original): Use mapc.
12563         (message-do-actions, message-make-forward-subject): Use dolist.
12564
12565 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12566
12567         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12568         deletion to remove entire duplicate line.  Fixes merged article
12569         number bug.
12570
12571 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12572
12573         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12574         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12575         first ask if you want to open a server and then, even when you
12576         responded with no, asking if you want to synchronize the server's
12577         flags.
12578         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12579         multi-line expressions.
12580         (gnus-agent-synchronize-group-flags): New internal function.
12581         Updates marks in memory (in the info structure) AND in the
12582         backend.
12583
12584         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12585
12586         * nnagent.el (nnagent-request-set-mark): Use
12587         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12588         method, to ensure that synchronization updates marks in the
12589         backend and in the info (in memory) structure.
12590
12591 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12594         convention fully; don't miss the root article of a thread; make
12595         the X-Draft-From header with correct article numbers.
12596
12597 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12598
12599         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12600         unless plugged.  Disable the agent so that an open failure causes
12601         an error.
12602
12603         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12604         Reverted 2004-09-21 change.  The backend must be opened while
12605         synchronizing flags even when the backend stores the flags
12606         locally.
12607
12608 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12611         in `header' match.  Reported by Svend Tollak Munkejord.
12612
12613         * message.el (message-cite-original): Fix use of
12614         `message-cite-articles-with-x-no-archive'.
12615
12616 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12619         (gnus-window-to-buffer): Ditto.
12620
12621         * mml.el (mml-preview-buffer): New variable.
12622         (mml-preview): Manage window layout with gnus-buffer-configuration.
12623
12624         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12625         X-Draft-From header even if those articles aren't quoted.
12626
12627 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12628
12629         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12630         (gnus-request-set-mark, gnus-request-update-mark): Use new
12631         g-s-t-u-l-m to decide to use backend even when unplugged.
12632
12633 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12636         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12637
12638 2004-09-20  Simon Josefsson  <jas@extundo.com>
12639
12640         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12641         "utf-16-le".
12642
12643 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12644
12645         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12646
12647 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * uudecode.el (uudecode-use-external): Add :version.
12650
12651         * smime.el (smime-CA-file, smime-encrypt-cipher)
12652         (smime-dns-server): Add :version.
12653
12654         * smiley.el (gnus-smiley-file-types): Add :version.
12655
12656         * sha1.el (sha1-use-external): Add :version.
12657
12658         * pgg-def.el (pgg-query-keyserver): Add :version.
12659
12660         * nnmail.el (nnmail-fancy-expiry-targets)
12661         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12662         Add :version.
12663
12664         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12665         (nnimap-retrieve-groups-asynchronous): Add :version.
12666         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12667
12668         * mml.el (mml-content-disposition-parameters)
12669         (mml-insert-mime-headers-always): Add :version.
12670
12671         * mm-util.el (mm-coding-system-priorities): Add :version.
12672
12673         * mm-decode.el (mm-inline-text-html-with-images)
12674         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12675         (mm-verify-option): Add :version.
12676         (mm-text-html-renderer): Change :version.
12677
12678         * message.el (message-fcc-externalize-attachments)
12679         (message-required-headers, message-draft-headers)
12680         (message-subject-trailing-was-query)
12681         (message-subject-trailing-was-ask-regexp)
12682         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12683         (message-mark-insert-end, message-archive-header)
12684         (message-archive-note, message-cross-post-default)
12685         (message-cross-post-note, message-followup-to-note)
12686         (message-cross-post-note-function, message-use-mail-followup-to)
12687         (message-subscribed-address-functions)
12688         (message-subscribed-address-file, message-subscribed-addresses)
12689         (message-subscribed-regexps, message-allow-no-recipients)
12690         (message-yank-cited-prefix, message-signature-insert-empty-line)
12691         (message-hidden-headers, message-hierarchical-addresses)
12692         (message-mail-user-agent, message-use-idna)
12693         (message-valid-fqdn-regexp)
12694         (message-strip-special-text-properties, message-header-synonyms)
12695         (message-beginning-of-line, message-tab-body-function): Add :version.
12696         (message-insert-canlock, message-wide-reply-confirm-recipients):
12697         Change :version.
12698
12699         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12700         and :version.
12701         (mail-source-delete-old-incoming-confirm)
12702         (mail-source-movemail-program): Add :version.
12703
12704         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12705         (gnus-agent-cache, gnus-agent): Change :version.
12706
12707         * gnus-util.el (gnus-use-byte-compile): Change :version.
12708
12709         * gnus-sum.el (gnus-summary-make-false-root-always)
12710         (gnus-summary-default-high-score)
12711         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12712         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12713         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12714         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12715         (gnus-sum-thread-tree-single-indent)
12716         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12717         (gnus-sum-thread-tree-leaf-with-other)
12718         (gnus-sum-thread-tree-single-leaf): Add :version.
12719         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12720         (gnus-article-loose-mime): Change :version.
12721
12722         * gnus-start.el (gnus-backup-startup-file)
12723         (gnus-save-startup-file-via-temp-buffer): Add :version.
12724
12725         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12726         (gnus-server-offline-face): Add :version.
12727
12728         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12729
12730         * gnus-msg.el (gnus-gcc-externalize-attachments)
12731         (gnus-debug-files, gnus-debug-exclude-variables)
12732         (gnus-discouraged-post-methods): Change :version.
12733         (gnus-confirm-mail-reply-to-news)
12734         (gnus-confirm-treat-mail-like-news): Add :version.
12735
12736         * gnus-int.el (gnus-server-unopen-status): Add :version.
12737
12738         * gnus-group.el (gnus-group-jump-to-group-prompt)
12739         (gnus-large-ephemeral-newsgroup)
12740         (gnus-fetch-old-ephemeral-headers): Add :version.
12741
12742         * gnus-fun.el (gnus-x-face-directory)
12743         (gnus-convert-pbm-to-x-face-command)
12744         (gnus-convert-image-to-x-face-command)
12745         (gnus-convert-image-to-face-command): Add :version.
12746
12747         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12748
12749         * gnus-cite.el (gnus-cite-blank-line-after-header)
12750         (gnus-article-boring-faces): Add :version.
12751
12752         * gnus-art.el (gnus-buttonized-mime-types)
12753         (gnus-inhibit-mime-unbuttonizing)
12754         (gnus-treat-display-face)
12755         (gnus-treat-body-boundary): Change :version.
12756         (gnus-body-boundary-delimiter, gnus-picon-databases)
12757         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12758         (gnus-treat-date-english, gnus-treat-fold-headers)
12759         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12760         (gnus-treat-mail-picon, gnus-treat-wash-html)
12761         (gnus-article-encrypt-protocol)
12762         (gnus-use-idna, gnus-article-over-scroll)
12763         (gnus-mime-display-multipart-alternative-as-mixed)
12764         (gnus-mime-display-multipart-related-as-mixed)
12765         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12766         (gnus-ctan-url, gnus-button-ctan-handler)
12767         (gnus-button-handle-ctan-bogus-regexp)
12768         (gnus-button-ctan-directory-regexp)
12769         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12770         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12771         (gnus-button-man-level, gnus-button-emacs-level)
12772         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12773
12774         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12775         (gnus-agent-go-online): Change :version.
12776         (gnus-agent-expire-unagentized-dirs)
12777         (gnus-agent-auto-agentize-methods): Add :version.
12778
12779         * flow-fill.el (fill-flowed-display-column)
12780         (fill-flowed-encode-column): Add :version.
12781
12782         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12783         (gnus-outlook-deuglify-unwrap-max)
12784         (gnus-outlook-deuglify-cite-marks)
12785         (gnus-outlook-deuglify-unwrap-stop-chars)
12786         (gnus-outlook-deuglify-no-wrap-chars)
12787         (gnus-outlook-deuglify-attrib-cut-regexp)
12788         (gnus-outlook-deuglify-attrib-verb-regexp)
12789         (gnus-outlook-deuglify-attrib-end-regexp)
12790         (gnus-outlook-display-hook): Add :version.
12791
12792         * binhex.el (binhex-use-external): Add :version.
12793
12794 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12795
12796         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12797         and `invisible'.
12798
12799 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12800
12801         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12802         in gnus-registry-trim.
12803
12804 2004-09-13  Simon Josefsson  <jas@extundo.com>
12805
12806         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12807
12808         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12809
12810         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12811         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12812         <yamaoka@jpl.org>.
12813         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12814         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12815         <yamaoka@jpl.org>.
12816
12817         * sieve.el (sieve-manage-mode): Ditto.
12818
12819 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12822
12823 2004-09-11  Simon Josefsson  <jas@extundo.com>
12824
12825         * dns-mode.el: Add.
12826
12827         * mm-view.el (mm-display-dns-inline): Add.
12828
12829         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12830         (mm-automatic-display): Ditto.
12831
12832         * mailcap.el (mailcap-mime-data): Add text/dns.
12833         (mailcap-mime-extensions): Map .soa to text/dns.
12834
12835 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12836
12837         * gnus-art.el (article-decode-mime-words, article-babel)
12838         (gnus-article-highlight-signature, gnus-article-add-buttons)
12839         (gnus-signature-toggle): Remove unnecessary bindings of
12840         `inhibit-read-only' inherited from v5.10 merge.
12841
12842 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12843
12844         * nntp.el (nntp): New customization group.
12845         (nntp-authinfo-file): Add customization group.
12846
12847         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12848
12849         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12850
12851         * gnus.el (to-address, to-list, subscribed)
12852         (large-newsgroup-initial): Ditto.
12853
12854         * flow-fill.el (fill-flowed-display-column)
12855         (fill-flowed-encode-column): Ditto.
12856
12857 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12858
12859         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12860         Use point-min rather than 1.
12861         (message-send-mail): Use buffer-size rather than point-max.
12862
12863         * gnus-sum.el (gnus-summary-search-article-forward):
12864         Signal a specific `search-failed' rather than a generic `error'.
12865
12866         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12867         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12868         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12869
12870 2004-09-10  Simon Josefsson  <jas@extundo.com>
12871
12872         * nndb.el (require): Remove tcp and duplicate cl.
12873
12874 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * gnus-agent.el (directory-files-and-attributes): Move forward.
12877
12878 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12879
12880         * gnus-agent.el (directory-files-and-attributes): Optionally
12881         defined to support XEmacs.
12882
12883 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12884
12885         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12886         to avoid run-time CL dependencies.
12887         (gnus-agent-unfetch-articles): New function.
12888         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12889         article numbers even when local .overview file is missing.
12890         (gnus-agent-read-article-number): New function.  Only accepts
12891         27-bit article numbers.
12892         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12893         gnus-agent-read-article-number.
12894         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12895         from backend while recognizing that article numbers in .overview
12896         must be valid.
12897         (gnus-agent-update-files-total-fetched-for): Use
12898         directory-files-and-attributes to improve performance.
12899         * gnus-int.el (gnus-request-move-article): Use
12900         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12901         improve performance.
12902
12903         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12904         some users confused by references to .newsrc when they only have a
12905         .newsrc.eld file.
12906         (gnus-convert-mark-converter-prompt)
12907         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12908         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12909         New function.  Used internally to only display 'gnus converting
12910         files' message when actually necessary.
12911
12912         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12913         methods now autoloaded.
12914
12915 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12918         identifiers.
12919
12920 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * gnus-picon.el: Fix indentation and closing parenthesis.
12923
12924 2004-09-01  Simon Josefsson  <jas@extundo.com>
12925
12926         * message.el (message-canlock-generate): Require sha1, not
12927         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12928         to require within a function.  Sadly, if sha1.el isn't loaded, the
12929         let binding in m-c-g will hide the defcustom definition, which is
12930         bad.)
12931
12932         * canlock.el: Require sha1, not sha1-el.
12933
12934         * message.el: Don't autoload sha1 (there is a autoload cookie in
12935         sha1.el).
12936
12937         * sha1-el.el: Renamed to sha1.el.
12938
12939 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12940
12941         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12942
12943 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12944
12945         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12946
12947 2004-08-30  Kim F. Storm  <storm@cua.dk>
12948
12949         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12950
12951         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12952         Add :group 'nnimap.
12953
12954 2004-08-30  Andreas Schwab  <schwab@suse.de>
12955
12956         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12957         ?* and ?\;.
12958
12959         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12960         and ?\' to symbol instead of whitespace.
12961
12962 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12965
12966         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12967         instead of re-search-forward.
12968
12969         * gnus-uu.el (gnus-uu-save-article): Ditto.
12970         (gnus-uu-post-encode-uuencode): Ditto.
12971
12972         * html2text.el (html2text-clean-list-items): Ditto.
12973         (html2text-clean-dtdd): Ditto.
12974         (html2text-format-tags): Ditto.
12975
12976         * message.el (message-send-mail-with-sendmail): Fix regexp.
12977         (message-fill-field-general): Use search-forward instead of
12978         re-search-forward.
12979         (unbold-region): Ditto.
12980
12981         * nnrss.el (nnrss-request-article): Ditto.
12982
12983         * nnslashdot.el (nnslashdot-request-article): Ditto.
12984
12985         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12986
12987         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12988         "Unrecognized menu descriptor" error in XEmacs.
12989
12990 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12991
12992         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12993         parent article of a sparse article in the thread hashtb.
12994
12995 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12996
12997         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12998         (nnmail-expand-newtext): Lowercase expanded entries if
12999         nnmail-split-lowercase-expanded is non-nil.
13000
13001 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13004
13005         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13006         of gnus-tmp-news-method into string under XEmacs.  It will be
13007         passed to gnus-correct-length which takes only a string argument.
13008
13009 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * gnus-util.el (gnus-bind-print-variables): New macro.
13012         (gnus-prin1): Use it.
13013         (gnus-prin1-to-string): Use it.
13014         (gnus-pp): New function.
13015         (gnus-pp-to-string): New function.
13016
13017         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13018         Replace pp-to-string with gnus-pp-to-string.
13019         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13020         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13021         * gnus-msg.el (gnus-debug): Ditto.
13022         * gnus-score.el (gnus-score-save): Ditto.
13023         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13024         gnus-pp-to-string.
13025         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13026         with gnus-pp.
13027         * score-mode.el (gnus-score-pretty-print): Ditto.
13028         * webmail.el (webmail-debug): Ditto.
13029
13030 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * gnus-art.el (article-display-face, article-display-x-face):
13033         Use buffer-read-only.
13034
13035 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * gnus-art.el (article-hide-list-identifiers):
13038         Bind inhibit-read-only as t.
13039
13040 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13041
13042         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13043
13044 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13045
13046         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13047         (gnus-narrow-to-page): Don't assume point-min == 1.
13048         (gnus-article-edit-mode): Derive from message-mode.
13049
13050         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13051         point-min == 1.
13052
13053         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13054         Disable incorrect use of `assert'.
13055
13056         * message.el (message-mode): Set comment-start-skip.
13057
13058
13059 2004-08-22  Sam Steingold  <sds@gnu.org>
13060
13061         * pop3.el (pop3-leave-mail-on-server): New user variable.
13062         (pop3-movemail): Delete mail only when it is nil.
13063
13064 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13065
13066         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13067
13068         * mml.el (mml-preview): Use `pop-to-buffer'.
13069
13070         * message.el (message-goto-mail-followup-to): Insert after "To".
13071         (message-carefully-insert-headers): Add comment.
13072
13073         * gnus.el: Remove unused variable `gnus-article-check-size'.
13074
13075         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13076
13077         * gnus-art.el (gnus-button-alist): Improve
13078         `gnus-button-handle-library' entry.
13079
13080 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13081
13082         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13083         downcase, since XEmacs capitalizes error messages differently.
13084
13085 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13086
13087         * nntp.el: Add (require 'gnus) due to reference to
13088         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13089
13090 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13091
13092         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13093         `mm-fill-flowed'.
13094
13095         * mm-decode.el (mm-dissect-singlepart): Check it.
13096
13097 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13098
13099         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13100         'imap' for netrc parsing.
13101
13102 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13103
13104         * mailcap.el (mailcap-mime-data): Mark as risky.
13105
13106 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13107
13108         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13109         may be included in the encoded word.
13110         (rfc2047-encode): Don't append a space if the encoded word
13111         includes close parenthesis.
13112
13113 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13116         of text within parentheses.
13117
13118 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13119
13120         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13121         (gnus-encrypt-write-file-contents): Make the password key the file
13122         name PLUS the cipher, not just the cipher.  Also remove failed
13123         passwords from the cache.
13124
13125 2004-08-06  Simon Josefsson  <jas@extundo.com>
13126
13127         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13128         fix.
13129
13130 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13133         LWSP.
13134
13135 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13136
13137         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13138         to append in-reply-to: data to the references: header.
13139
13140         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13141         (netrc-parse): Use gnus-encrypt.el functions.
13142
13143         * gnus-encrypt.el: Add new file for encryption support; currently
13144         does only a few GPG ciphers and an internal XOR cipher.
13145
13146         * password.el: Add comments on using password-read-and-add.
13147         (password-read-and-add): Add function to read and add the
13148         password to the cache at once.
13149
13150 2004-07-28  Simon Josefsson  <jas@extundo.com>
13151
13152         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13153         parameter (but don't use it, for now).
13154
13155         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13156         instead of hard coding to nil.
13157
13158 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13161         as mm-inline-image-xemacs does.
13162
13163 2004-07-26  Simon Josefsson  <jas@extundo.com>
13164
13165         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13166         Revert part of 2004-07-17 change below.
13167
13168 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13171         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13172
13173 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13174
13175         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13176         quotes that actually start with ">" at the beginning of the
13177         lines.
13178
13179 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * rfc2047.el (rfc2047-encode-region): Fix last change.
13182         (rfc2047-encode-parameter): Remove useless concat.
13183
13184 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13187         encode special characters; fix some kind of misconfigured headers;
13188         signal a real error if debug-on-quit or debug-on-error is non-nil.
13189         (rfc2047-encode-max-chars): New variable.
13190         (rfc2047-encode-1): Use it.
13191         (rfc2047-encode-parameter): New function.
13192
13193         * mml.el (mml-insert-parameter): Remove an excessive space.
13194
13195 2004-07-17  Simon Josefsson  <jas@extundo.com>
13196
13197         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13198         Kai Grossjohann <kai@emptydomain.de>.
13199         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13200         (gnus-group-make-menu-bar): Ditto.
13201
13202         * gnus-util.el (gnus-group-server): Add.
13203
13204 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13205
13206         * message.el (message-clone-locals): Clone sendmail and smtp
13207         variables.
13208
13209 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * rfc2047.el (rfc2047-encode-region): Fix last change.
13212
13213 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13216         characters as non-special.
13217
13218 2004-07-09  Simon Josefsson  <jas@extundo.com>
13219
13220         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13221         Users will lose all flag changes made while unplugged with
13222         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13223         good default.  See numerous reports on ding mailing list.
13224
13225 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13228         add generate-head-function and generate-article-function to the
13229         rfc822-forward entry.
13230         (nndoc-rfc822-forward-generate-article): New function.
13231         (nndoc-rfc822-forward-generate-head): New function.
13232
13233         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13234
13235 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13236
13237         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13238         respect display group parameter and gnus-summary-expunge-below.
13239         (gnus-articles-to-read): Remove unused reference to display group
13240         parameter.
13241
13242 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13243
13244         * nnheader.el (nnheader-uniquify-message-id): New experimental
13245         variable.
13246         (nnheader-nov-read-message-id): Use it.
13247
13248         * spam-report.el (spam-report-gmane): Add interactive.
13249
13250 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13253         qp-or-base64 for the application/* types.
13254
13255 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13256
13257         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13258
13259 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13260
13261         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13262         trim value.
13263
13264 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13265
13266         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13267         New macro and function.
13268         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13269
13270 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13273         after-load-alist.
13274
13275 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13276
13277         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13278         update info that isn't there.
13279
13280 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13281
13282         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13283         entry.
13284
13285 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * mm-view.el (mm-inline-render-with-function): Use multibyte
13288         buffer; decode html source by charset.
13289
13290         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13291
13292         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13293         Mule-UCS is loaded under XEmacs.
13294         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13295
13296 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13297
13298         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13299
13300 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * mm-util.el (mm-coding-system-p): Return a coding-system.
13303         (mm-mime-mule-charset-alist): Use shift_jis instead of
13304         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13305         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13306         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13307         instead of japanese-shift-jis and iso-latin-1 respectively in
13308         order to share the default value with both Emacs and XEmacs-mule.
13309         (mm-mule-charset-to-mime-charset): Make
13310         mm-coding-system-priorities effective.
13311         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13312         while predicating of candidates upon the priorities.
13313
13314 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13315
13316         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13317         gnus-uu-invert-processable.
13318
13319         * gnus.el: Autoload gnus-uu-invert-processable.
13320
13321 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * mm-util.el (mm-with-multibyte-buffer): New macro.
13324
13325         * rfc2047.el (rfc2047-encode-string): Use it.
13326         (rfc2047-encode-region): Move point to the end of the region after
13327         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13328
13329 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13332         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13333
13334 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13337         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13338         Karl Chen <quarl@nospam.quarl.org>.
13339
13340 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13341
13342         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13343         invalid addresses.
13344
13345 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13346
13347         * spam.el: Change section markers, revise TODO list.
13348         (spam-backends): Make new master list of all installed backends.
13349         (spam-summary-exit-behavior): Add new variable to determine how
13350         messages moves are done at summary exit.
13351         (spam-move-spam-nonspam-groups-only)
13352         (spam-process-ham-in-nonham-groups)
13353         (spam-process-ham-in-spam-groups): Remove variables, the
13354         spam-summary-exit-behavior variable should be used to manage this
13355         behavior.
13356         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13357         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13358         and spam-old-spam-articles.
13359         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13360         Add empty variables, placeholders for the backends they represent.
13361         (spam-set-difference): Move, unchanged.
13362         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13363         unless the user has a processor variable.
13364         (spam-classifications, spam-classification-valid-p)
13365         (spam-backend-properties, spam-backend-property-valid-p)
13366         (spam-backend-function-type-valid-p)
13367         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13368         (spam-report-articles-gmane, spam-report-articles-resend):
13369         Remove functions, they are not needed.
13370         (spam-install-backend-super, spam-backend-list)
13371         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13372         (spam-backend-function, spam-backend-ham-registration-function)
13373         (spam-backend-spam-registration-function)
13374         (spam-backend-ham-unregistration-function)
13375         (spam-backend-spam-unregistration-function)
13376         (spam-backend-statistical-p, spam-backend-mover-p)
13377         (spam-install-backend-alias, spam-install-checkonly-backend)
13378         (spam-install-mover-backend, spam-install-nocheck-backend)
13379         (spam-install-backend, spam-install-statistical-backend)
13380         (spam-install-statistical-checkonly-backend): Add backend installation
13381         support.
13382         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13383         (spam-group-processor-p): Use the new backend code and respect the
13384         summary exit behavior.
13385         (spam-mark-spam-as-expired-and-move-routine): Remove.
13386         (spam-summary-prepare): Change to use the new spam-old-articles
13387         variable.
13388         (spam-copy-or-move-routine, spam-copy-spam-routine)
13389         (spam-move-spam-routine, spam-copy-ham-routine)
13390         (spam-move-ham-routine): Add code to copy/move ham or spam.
13391         (spam-fetch-field-fast): Improve doc and code, plus allow the
13392         'number request.
13393         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13394         variables.
13395         (spam-split, spam-find-spam): Use the new backend code.
13396         (spam-registration-functions): Remove variable.
13397         (spam-unregister-routine): Add convenience wrapper.
13398         (spam-log-undo-registration, spam-register-routine)
13399         (spam-log-processing-to-registry)
13400         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13401         where possible.
13402         (spam-check-gmane-xref, spam-check-regex-headers)
13403         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13404         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13405         (spam-check-bogofilter-headers, spam-check-spamoracle)
13406         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13407         (spam-check-crm114-headers): Use the spam-split-group that
13408         spam-split prepares, no need to determine it every time.
13409
13410         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13411         to the nnheader-parse-naked-head call.
13412
13413         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13414
13415         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13416         the nnheader-nov-read-message-id call.
13417
13418 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13419
13420         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13421         gnus-activate-group twice.  Suggested by Markus Peter
13422         <warp@spin.de>.
13423
13424 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * gnus-art.el (gnus-article-time-format): Exchange the order of
13427         day and month in the default value; fix customization type.
13428         (article-date-ut): Use add-text-properties.
13429         (article-make-date-line): Use message-make-date instead of
13430         current-time-string.
13431
13432         * message.el (message-fetch-field): Don't use set-text-properties.
13433         (message-make-date): Simplify.
13434
13435         * messagexmas.el (message-xmas-make-date): New function.
13436         (message-xmas-redefine): Defalias message-make-date to it.
13437
13438 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13441         (rfc2047-encode-region): Treat text within parentheses as special;
13442         show the original text when error has occurred.
13443
13444         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13445         already-computed method to gnus-activate-group.
13446
13447         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13448         same select-methods identical Lisp objects.
13449
13450         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13451         object when modifying the info.
13452
13453 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13456         gnus-opened-servers since it has never been opened with the new
13457         configuration yet.
13458
13459 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13462         arg to nnheader-generate-fake-message-id.
13463
13464 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13465
13466         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13467         number and build a fake message ID localized to a group and
13468         article number (so it's repeatable from that point on).
13469         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13470         ID format.
13471
13472         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13473         nnheader-generate-fake-message-id with the article number.
13474
13475 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13476
13477         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13478         end-of-buffer.
13479
13480 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13481
13482         * message.el (message-ignored-supersedes-headers): Add Approved.
13483
13484 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13487         goto-char.
13488         (rfc2047-encode): Fold the line before encoding.
13489
13490 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13491
13492         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13493         folding -- not all headers can be folded, and this should be done
13494         by the message composition mode.  Probably.  I think.
13495
13496 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13499         fast.
13500
13501         * gnus-ems.el (gnus-remove-image): Don't use
13502         message-text-with-property; remove only the image found first.
13503
13504         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13505         found first.
13506
13507 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13508
13509         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13510
13511 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * message.el (message-text-with-property): Make it fast and accept
13514         optional arguments.
13515         (message-strip-forbidden-properties): Use it.
13516         (message-fix-before-sending): Follow the m-t-w-p change.
13517
13518         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13519
13520 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * gnus-art.el (article-hide-headers): Don't change the buffer
13523         mistakenly when performing mml-preview even if
13524         gnus-single-article-buffer is nil.
13525
13526 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13527
13528         * message.el (message-expand-name-databases): New user option.
13529         (message-expand-name): Use it.
13530
13531 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13532
13533         * spam.el (spam-report-articles-resend)
13534         (spam-report-resend-register-routine): Allow ham reporting.
13535         (spam-report-resend-register-ham-routine): Add wrapper.
13536         (spam-registration-functions): Add ham resending functions.
13537         (spam-list-of-processors): Add ham resend processor.
13538
13539         * gnus.el (ham-resend-to): Add new group parameter.
13540         (spam-process): Add ham resend option.
13541
13542         * spam-report.el (spam-report-resend): Allow reporting ham.
13543         (spam-report-resend-ham): Add wrapper.
13544
13545 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13546
13547         * message.el (message-cite-articles-with-x-no-archive): New
13548         variable.
13549         (message-cite-original): Use it.
13550
13551 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13552
13553         * message.el (message-cite-original): Respect X-No-Archive.
13554
13555 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * gnus-art.el (article-hide-headers): Refer to the values for
13558         gnus-ignored-headers and gnus-visible-headers in the summary
13559         buffer since a user may have set them as group parameters.
13560
13561 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13562
13563         * assistant.el (assistant-node-name): Add convenience function.
13564         (assistant-render-text, assistant-render-node): Add error handling,
13565         plus handle multiple next nodes.
13566         (assistant-find-next-node): Comment out for now.
13567         (assistant-find-next-nodes): Add function, returns list of next
13568         nodes.
13569
13570 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13571
13572         * mail-source.el (mail-source-directory): Fix doc-string.
13573
13574 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13575
13576         * assistant.el (assistant-render-text, assistant-eval): Add :set
13577         widget type, which is different because it takes and returns a
13578         list.  Much hilarity ensues.
13579
13580 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13581
13582         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13583
13584         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13585         doc-string.
13586
13587         * gnus-start.el (gnus-activate-group): Added doc-string.
13588
13589 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13592
13593 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13594
13595         * assistant.el (assistant-render-text): Try to add a :set
13596         widget, more to come.
13597
13598         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13599         strings.
13600         (spam-report-articles-resend)
13601         (spam-register-routine): Do registration iff any articles warrant
13602         it.
13603         (spam-summary-prepare-exit): Change log message for nil group
13604         destinations.
13605
13606 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13607
13608         * spam.el (spam-report-resend-register-routine): Allow
13609         spam-report-resend-to to be a group parameter or a global value.
13610
13611 2004-05-26  Simon Josefsson  <jas@extundo.com>
13612
13613         * starttls.el: Merge with my GNUTLS based starttls.el.
13614         (starttls-gnutls-program, starttls-use-gnutls)
13615         (starttls-extra-arguments, starttls-process-connection-type)
13616         (starttls-connect, starttls-failure, starttls-success): New
13617         variables.
13618         (starttls-program, starttls-extra-args): Doc fix.
13619         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13620         functions.
13621         (starttls-negotiate, starttls-open-stream): Check
13622         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13623         function if it is set.
13624
13625 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13628         structured fields.
13629
13630 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13633
13634 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13635
13636         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13637         variable.
13638         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13639         assigning the spam-mark to new messages.
13640
13641 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13642
13643         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13644
13645 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13646
13647         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13648
13649         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13650         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13651         default.
13652
13653 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13654
13655         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13656         correct data.
13657
13658 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13659
13660         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13661         (spam-group-processor-p): Fix function.
13662         (spam-group-processor-multiple-p)
13663         (spam-group-spam-processor-report-gmane-p)
13664         (spam-group-spam-processor-report-resend-p)
13665         (spam-group-spam-processor-bogofilter-p)
13666         (spam-group-spam-processor-blacklist-p)
13667         (spam-group-spam-processor-ifile-p)
13668         (spam-group-ham-processor-ifile-p)
13669         (spam-group-spam-processor-spamoracle-p)
13670         (spam-group-spam-processor-crm114-p)
13671         (spam-group-ham-processor-bogofilter-p)
13672         (spam-group-spam-processor-stat-p)
13673         (spam-group-ham-processor-stat-p)
13674         (spam-group-ham-processor-whitelist-p)
13675         (spam-group-ham-processor-BBDB-p)
13676         (spam-group-ham-processor-spamoracle-p)
13677         (spam-group-ham-processor-copy-p): Remove functions with some
13678         prejudice against unneeded code.
13679         (spam-report-articles-resend)
13680         (spam-report-resend-register-routine): Allow the group/topic
13681         spam-resend-to value to override spam-report-resend-to.
13682         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13683         properly now.
13684
13685         * gnus.el (spam-resend-to): Add group/topic parameter.
13686         (spam-process): Move the OBSOLETE processors to the end of the
13687         choices.
13688
13689 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13690
13691         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13692         with resend-to set to nil, and then ask the user if necessary.
13693         (spam-report-resend): spam-report-resend takes a list of articles, not
13694         separate article numbers.
13695
13696 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13699         addition to emacs-w3m.
13700
13701 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13702
13703         * assistant.el (assistant-authinfo-data): New function.
13704         (assistant-eval): Eval for entire assistant.
13705
13706         * netrc.el (netrc-services-file): New variable.
13707         (netrc-parse-services): New function.
13708         (netrc-find-service-name): New function.
13709         (netrc-find-service-number): New function.
13710         (netrc-port-equal): New function.
13711         (netrc-machine): Use it.
13712
13713         * nnimap.el (nnimap-open-connection): Use netrc.
13714
13715         * gnus-util.el (gnus-netrc-get): Remove aliases.
13716
13717         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13718
13719         * assistant.el (wid-edit): Fix compilation.
13720
13721         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13722
13723 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13724
13725         * gnus-util.el (gnus-set-file-modes): New function.  (small
13726         patch).
13727
13728 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13729
13730         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13731
13732         * assistant.el (assistant-render-node): Fix up rendering and
13733         read-only text.
13734         (assistant-render-node): Reset.
13735         (assistant-make-read-only): Not sticky.
13736
13737 2004-05-20  Danny Siu  <dsiu@adobe.com>
13738
13739         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13740         centered even when gnus-auto-center-summary is t.
13741
13742 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13743
13744         * dns.el (dns-get-txt-answer): New function.
13745         (dns-read-txt): Ditto.
13746         (query-dns): Use it.
13747
13748 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13751         active for foreign groups even if the group level is higher than
13752         the specified value.
13753
13754 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13755
13756         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13757         non-active groups.
13758
13759         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13760
13761 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13762
13763         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13764
13765 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13766
13767         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13768         (spam-crm114-header, spam-crm114-spam-switch)
13769         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13770         (spam-crm114-positive-spam-header)
13771         (spam-crm114-database-directory, spam-list-of-processors)
13772         (spam-group-spam-processor-crm114-p)
13773         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13774         (spam-generic-score, spam-list-of-checks)
13775         (spam-list-of-statistical-checks, spam-registration-functions)
13776         (spam-check-crm114-headers, spam-crm114-score)
13777         (spam-check-crm114, spam-crm114-register-with-crm114)
13778         (spam-crm114-register-spam-routine)
13779         (spam-crm114-unregister-spam-routine)
13780         (spam-crm114-register-ham-routine)
13781         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13782         asjo@koldfront.dk (Adam Sjøgren).
13783
13784         * gnus.el: Add spam-use-crm114.
13785
13786         * spam.el (spam-list-of-processors, spam-registration-functions):
13787         Add spam-use-resend.
13788         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13789         (spam-report-articles-gmane): Add doc fix.
13790         (spam-report-articles-resend, spam-report-resend-register-routine):
13791         Add wrappers around spam-report-resend-to.
13792
13793         * spam-report.el (spam-report-resend-to, spam-report-resend):
13794         Add support for resending spam.
13795         (spam-report-gmane): Fix line length >80.
13796
13797         * gnus.el (spam-process): Add spam-use-resend.
13798
13799 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13800
13801         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13802         number of processed spam messages.
13803         (spam-ham-copy-or-move-routine): Return the number of processed
13804         ham messages.
13805         (spam-summary-prepare-exit): Use the above values to decide
13806         whether status messages shouled be displayed.
13807
13808 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13811         `rfc2047-encoding-function-alist' in order to avoid conflicting
13812         with the old version.
13813         (rfc2047-encode-region): Concatenate words containing non-ASCII
13814         characters in structured fields; don't encode space-delimited
13815         ASCII words even in unstructured fields; don't break words at
13816         char-category boundaries.
13817         (rfc2047-encode-1): New function.
13818         (rfc2047-encode): Use it; encode text so that it occupies the
13819         maximum width within 76-column; work correctly on Q encoding for
13820         iso-2022-* charsets.
13821         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13822         sure not to break a line just after the header name.
13823         (rfc2047-b-encode-region): Removed.
13824         (rfc2047-b-encode-string): New function.
13825         (rfc2047-q-encode-region): Removed.
13826         (rfc2047-q-encode-string): New function.
13827
13828         * mm-util.el (mm-replace-in-string): New function.
13829
13830 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13831
13832         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13833         get it right.
13834         (gnus-inews-make-draft): Really.
13835
13836 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13837
13838         * nnmh.el (nnmh-request-list-1): Don't check the link count
13839         before descending.  (small patch)
13840
13841 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13842
13843         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13844         stuff.
13845
13846         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13847         on real group name.
13848
13849         * gnus-art.el (gnus-signature-limit): Doc fix.
13850
13851         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13852
13853         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13854
13855 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13856
13857         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13858         isn't a string.
13859
13860 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13861
13862         * gnus-draft.el (gnus-draft-send): Bind
13863         rfc2047-encode-encoded-words.
13864
13865         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13866         (rfc2047-encodable-p): Say that =? needs encoding.
13867         (rfc2047-encode-encoded-words): New variable.
13868
13869         * gnus-group.el (gnus-group-select-group): Doc fix.
13870
13871         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13872
13873         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13874         to nil.
13875
13876         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13877
13878         * nnheader.el (nnheader-get-lines-and-char): New function.
13879
13880 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13881
13882         * gnus-msg.el (gnus-summary-followup-with-original): Document
13883         yanking of region when active.
13884
13885 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13888         groups if the group level is higher than the specified value.
13889
13890 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13891
13892         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13893         (gnus-group-jump-to-group): Added prefix argument using
13894         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13895         non-active group.
13896
13897         * compface.el (uncompface): Be verbose when changing
13898         `uncompface-use-external'.
13899
13900         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13901         handle manual section.
13902
13903 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13904
13905         * gnus-art.el (gnus-button-alist): Revert previous change.
13906
13907 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13908
13909         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13910
13911 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13912
13913         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13914         whether backend can accept message.
13915
13916         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13917
13918 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13919
13920         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13921         Avoid creating directory when nntp-marks-is-evil is true.
13922         Reported by Reiner Steib.
13923
13924 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13925
13926         * gnus-picon.el (gnus-picon-style): New variable.
13927         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13928         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13929         Jesper Harder <harder@ifa.au.dk>.
13930
13931 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13932
13933         * message.el (message-fill-field): Return point.
13934         (message-generate-headers): Go to end of field.
13935
13936         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13937         stuff for non-living groups.
13938
13939 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13940
13941         * gnus-art.el (gnus-article-followup-with-original)
13942         (gnus-article-reply-with-original): gnus-mark-active-p ->
13943         gnus-region-active-p.
13944
13945 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13946
13947         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13948         only when there is spam or ham to be processed.
13949
13950 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13951
13952         * mail-source.el (mail-source-delete-crash-box): Refactor.
13953         (mail-source-fetch): Use it.
13954         (mail-source-fetch-file): Ditto.
13955         (mail-source-fetch-directory): Run postscript in loop.
13956         (mail-source-fetch-pop): Delete.
13957         (mail-source-fetch-maildir): Ditto.
13958         (mail-source-fetch-imap): Ditto.
13959
13960         * imap.el (imap-authenticators): Comment out sasl.
13961
13962         * message.el (message-skip-to-next-address): New function.
13963         (message-fill-header-address): Refactor.
13964         (message-fill-address): Use it.
13965         (message-delete-address): Use it.
13966         (message-fill-header-general): Refactor.
13967         (message-fill-field-address): Rename.
13968         (message-narrow-to-field): Find the start of the header.
13969         (message-header-format-alist): Don't pre-fill.
13970         (message-fill-header): Removed.
13971         (message-insert-header): New function.
13972         (message-shorten-references): Use it.
13973
13974         * rfc2047.el (rfc2047-field-value): Strip props.
13975
13976         * mail-parse.el (mail-header-make-address): New alias.
13977
13978         * ietf-drums.el (ietf-drums-make-address): New function.
13979
13980         * imap.el: Add compiler directives.
13981
13982         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13983
13984         * gnus-art.el (article-decode-idna-rhs): Don't use
13985         message-idna-inside-rhs-p.
13986
13987 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13988
13989         * message.el (message-idna-inside-rhs-p): Removed.
13990         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13991
13992         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13993         false positives.
13994
13995 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13996
13997         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13998
13999 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14000
14001         * nneething.el (nneething-file-name): Don't create spurious
14002         files.
14003
14004         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14005         (gnus-inews-do-gcc): Remove sleep.
14006
14007         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14008         part under point.
14009
14010         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14011         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14012
14013 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14014
14015         * spam.el (spam-summary-prepare-exit): Fixed (length).
14016
14017 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14018
14019         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14020         as expired without moving it" message when there are spam
14021         messages left.
14022
14023 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14024
14025         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14026         header is not nil.
14027
14028 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14029
14030         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14031         nntp-possibly-create-directory, not nntp-possibly-change-group.
14032         (nntp-marks-changed-p): New arg SERVER.
14033         (nntp-request-update-info): Adjust caller.
14034
14035 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14036
14037         * nntp.el (nntp-save-marks): Pass missing arg.
14038
14039 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14040
14041         * nntp.el: Support marks.
14042         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14043         (nntp-marks-modtime, nntp-marks-directory): New variables.
14044         (nntp-request-set-mark, nntp-request-update-info)
14045         (nntp-possibly-create-directory, nntp-marks-changed-p)
14046         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14047         functions.
14048
14049 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14050
14051         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14052         (gnus-xmas-redefine): Rename.
14053
14054         * gnus-score.el (gnus-score-insert-help): Use
14055         gnus-select-lowest-window.
14056
14057         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14058         appt-select-lowest-window and rename to gnus-select-lowest-window.
14059
14060         * gnus.el: do.
14061
14062 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14063
14064         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14065         encodings of MIME-encoded words, in order to improve
14066         interoperability with several broken MUAs.
14067
14068 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14069
14070         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14071         tags, only when charsets are not specified in headers.
14072         (mm-inline-text-html-render-with-w3m): Ditto.
14073
14074         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14075         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14076
14077 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14078
14079         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14080         instead of MIME-decoded from fields when checking
14081         `gnus-article-address-banner-alist'.
14082
14083 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14084
14085         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14086         description rather than subject.
14087
14088 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14089
14090         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14091
14092 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14093
14094         * gnus.el (gnus-version-number): Bump.
14095
14096 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14097
14098         * gnus.el: No Gnus v0.2 is released.
14099
14100 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14101
14102         * gnus-agent.el (gnus-agent-read-agentview): Inline
14103         gnus-uncompress-range.
14104
14105 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14106
14107         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14108         `exec-installed-p'.
14109
14110 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14111
14112         * gnus.el (spam-process, spam-autodetect-methods): Add
14113         bsfilter and bsfilter-headers.
14114
14115         * spam.el (spam-bsfilter): New customize group.
14116         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14117         (spam-bsfilter-header, spam-bsfilter-probability-header)
14118         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14119         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14120         (spam-bsfilter-database-directory): New options.
14121         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14122         (spam-list-of-statistical-checks, spam-registration-functions):
14123         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14124         (spam-bsfilter-score): New command.
14125         (spam-check-bsfilter-headers, spam-check-bsfilter)
14126         (spam-bsfilter-register-with-bsfilter)
14127         (spam-bsfilter-register-spam-routine)
14128         (spam-bsfilter-unregister-spam-routine)
14129         (spam-bsfilter-register-ham-routine)
14130         (spam-bsfilter-unregister-ham-routine): New functions.
14131         (spam-generic-score): Support bsfilter; Accept an optional argument
14132         to recalcurate spam score even if scoring header has already been
14133         added.
14134         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14135         optional argument to recalcurate spam score even if scoring header
14136         has already been added.
14137
14138 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14139
14140         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14141         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14142         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14143         link is missing.
14144
14145 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14146
14147         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14148         (html2text-get-attr): Rewrite.
14149
14150         * message.el (message-setup-1): Remove redundant put-text-property
14151         on mail-header-separator.
14152
14153 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14154
14155         * gnus-registry.el (gnus-registry-cache-whitespace)
14156         (gnus-registry-action, gnus-registry-spool-action)
14157         (gnus-registry-split-fancy-with-parent): Change message levels
14158         from 5 to 3 or 7, as needed.
14159
14160         * spam.el (spam-summary-prepare-exit)
14161         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14162         (spam-split, spam-find-spam, spam-log-undo-registration)
14163         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14164         level from 5 to 6.
14165
14166 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14169         2004-03-04 change).
14170
14171 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14172
14173         * sieve-manage.el (sieve-manage-open):
14174         * nnweb.el (nnweb-insert-html):
14175         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14176         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14177         * nnspool.el (nnspool-request-group):
14178         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14179         * nnml.el (nnml-request-update-info):
14180         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14181         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14182         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14183         (nnimap-request-set-mark):
14184         * nnfolder.el (nnfolder-request-update-info):
14185         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14186         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14187         * gnus-uu.el (gnus-uu-find-articles-matching):
14188         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14189         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14190         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14191         * gnus-nocem.el (gnus-nocem-scan-groups):
14192         * gnus-int.el (gnus-start-news-server):
14193         * gnus-group.el (gnus-group-make-kiboze-group)
14194         (gnus-group-browse-foreign-server):
14195         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14196         Use mapc when appropriate.
14197
14198 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14199
14200         FIXME: Make separate entries for each person.
14201
14202         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14203         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14204         <shields@msrl.com>:
14205
14206         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14207         may need for spam sorting and scoring.
14208         (spam-user-format-function-S): Add user format function suitable for
14209         general use.
14210         (spam-article-sort-by-spam-status): Add sorting function for summary
14211         sorting.
14212         (spam-extra-header-to-number): Add function to get a score from a
14213         header.
14214         (spam-summary-score): Add function to get a numeric score from the
14215         headers.
14216         (spam-generic-score): Fix function doc, was in wrong place.
14217         (spam-initialize): Take symbols when it's run, and install the
14218         extra headers that spam-necessary-extra-headers thinks we need.
14219
14220 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14221
14222         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14223         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14224
14225 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14226
14227         * gnus-sum.el (gnus-set-global-variables)
14228         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14229         (gnus-article-get-xrefs, gnus-summary-best-group)
14230         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14231         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14232         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14233         Use with-current-buffer.
14234
14235 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14236
14237         * spam.el (spam-summary-prepare-exit): Simplify logic.
14238         (spam-fetch-article-header): Read the article header if it's not
14239         available.
14240         (spam-list-articles): Simplify logic.
14241         (spam-filelist-register-routine): Fix bug with unregister-list.
14242
14243         * gnus-registry.el: Fix comments at beginning.
14244
14245 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14246
14247         * message.el (message-cater-to-broken-inn): Remove.
14248         (message-shorten-references): Make sure the total folded length of
14249         References is shorter than 998 characters to cater to a bug in INN
14250         2.3.  Also, don't pretend that references aren't folded -- this
14251         hasn't worked for a while.
14252
14253 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14254
14255         * gnus-agent.el (gnus-agentize):
14256         gnus-agent-send-mail-real-function no longer set to current value
14257         of message-send-mail-function but rather a lambda that calls
14258         message-send-mail-function.  The change makes the agent real-time
14259         responsive to user changes to message-send-mail-function.
14260
14261 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14262
14263         * legacy-gnus-agent.el
14264         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14265         help from Florian Weimer <fw@deneb.enyo.de>
14266
14267 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * nnmail.el (nnmail-cache-insert): Revert last change.
14270
14271 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * nnmail.el (nnmail-cache-insert): Always check whether
14274         nnmail-cache-ignore-groups matches a group name.
14275
14276 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14277
14278         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14279         (spam-find-spam, spam-log-processing-to-registry)
14280         (spam-log-registered-p, spam-log-unregistration-needed-p)
14281         (spam-log-undo-registration): Use gnus-message instead of
14282         gnus-error, none of these errors are fatal.
14283
14284         * gnus-registry.el (gnus-registry-clean-empty-function)
14285         (gnus-registry-clean-empty): Remove only empty entries without
14286         extra data.
14287
14288 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14289
14290         * spam-stat.el (spam-stat-buffer-change-to-spam)
14291         (spam-stat-buffer-change-to-non-spam): Change (error) to
14292         (gnus-message 8) invocation.
14293
14294 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * nntp.el (nntp-via-netcat-command): New variable.
14297         (nntp-via-netcat-switches): New variable.
14298         (nntp-open-via-rlogin-and-netcat): New function.
14299         (nntp-open-connection-function): Doc fix.
14300         (nntp-telnet-command): Doc fix.
14301         (nntp-end-of-line): Doc fix.
14302         (nntp-via-rlogin-command): Doc fix.
14303         (nntp-via-user-name): Doc fix.
14304         (nntp-via-address): Doc fix.
14305
14306 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14309         error in Emacs 21.1.
14310
14311 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14312
14313         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14314
14315 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14316
14317         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14318         (gnus-agent-with-refreshed-group): New macro.
14319         (gnus-agent-rename-group): New function.
14320         (gnus-agent-delete-group): New function.
14321         (gnus-agent-save-group-info): Use gnus-command-method when
14322         `method' parameter is nil.  Don't write nil entries into the
14323         active file.
14324         (gnus-agent-get-group-info): New function.
14325         (gnus-agent-fetch-articles): Use
14326         gnus-agent-update-files-total-fetched-for to increment disk space
14327         used.
14328         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14329         gnus-agent-update-view-total-fetched-for to increment disk space
14330         used.
14331         (gnus-agent-get-local): Added optional parameters to avoid calling
14332         gnus-group-real-name and gnus-find-method-for-group.
14333         (gnus-agent-set-local): Delete stored entry if either min, or max,
14334         are nil.
14335         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14336         quit, use gnus-agent-regenerate-group to record existance of any
14337         articles fetched to disk before the quit occurred.
14338         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14339         gnus-agent-update-view-total-fetched-for, and
14340         gnus-agent-update-files-total-fetched-for to decrement disk space
14341         used.
14342         (gnus-agent-retrieve-headers): Use
14343         gnus-agent-update-view-total-fetched-for to increment disk space
14344         used.
14345         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14346         with gnus-agent-update-files-total-fetched-for to decrement disk
14347         space and fresh group buffer.
14348         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14349         (gnus-agent-need-update-total-fetched-for): New variable.
14350         (gnus-agent-update-files-total-fetched-for): New function.
14351         (gnus-agent-update-view-total-fetched-for): New function.
14352         (gnus-agent-total-fetched-for): New function.
14353
14354         * gnus-cache.el (gnus-cache-save-buffers): Use
14355         gnus-cache-update-overview-total-fetched-for to change disk space
14356         used by this group.
14357         (gnus-cache-possibly-enter-article): Use
14358         gnus-cache-update-file-total-fetched-for to increment disk space
14359         used by this group.
14360         (gnus-cache-possibly-remove-article): Use
14361         gnus-cache-update-file-total-fetched-for to decrement disk space
14362         used by this group.
14363         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14364         (gnus-cache-rename-group): New function.
14365         (gnus-cache-delete-group): New function.
14366         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14367         (gnus-cache-need-update-total-fetched-for): New variable.
14368         (gnus-cache-with-refreshed-group): New macro.
14369         (gnus-cache-update-file-total-fetched-for): New function.
14370         (gnus-cache-update-overview-total-fetched-for): New function.
14371         (gnus-cache-rename-group-total-fetched-for): New function.
14372         (gnus-cache-delete-group-total-fetched-for): New function.
14373         (gnus-cache-total-fetched-for): New function.
14374
14375         * gnus-group.el: Require gnus-sum and autoload functions to
14376         resolve warnings when gnus-group.el compiled alone.
14377         (gnus-group-line-format): Documented new %F.
14378         (size of Fetched data) group line format; identifies disk space
14379         used by agent and cache.
14380         (gnus-group-line-format-alist): Defined new F format.
14381         (gnus-total-fetched-for): New function.
14382         (gnus-group-delete-group): No longer update
14383         gnus-cache-active-altered as gnus-request-delete-group now keeps
14384         the cache in sync.
14385         (gnus-group-list-active): Let the agent store a server's active
14386         list if currently plugged.
14387
14388         * gnus-int.el (gnus-request-delete-group):
14389         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14390         local disk in sync with the server.
14391         (gnus-request-rename-group):
14392         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14393         local disk in sync with the server.
14394
14395         * gnus-start.el (gnus-get-unread-articles):
14396         Cosmetic simplification to logic.
14397
14398         * gnus-util.el (gnus-rename-file): New function.
14399
14400 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14401
14402         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14403
14404 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14405
14406         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14407         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14408
14409 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14410
14411         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14412         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14413
14414 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14415
14416         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14417
14418 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14419
14420         * spam.el (spam-set-difference): Add function to replace
14421         gnus-set-difference in spam.el.
14422         (spam-summary-prepare-exit): Use spam-set-difference.
14423
14424 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14425
14426         * gnus-registry.el (gnus-registry-cache-file): Update to use
14427         gnus-dribble-directory OR gnus-home-directory OR ~.
14428         (gnus-registry-split-fancy-with-parent): Fix doc.
14429
14430 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * message.el (message-exchange-point-and-mark): Use
14433         message-mark-active-p.  Suggested by Jesper Harder
14434         <harder@ifa.au.dk>.
14435
14436 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * message.el (message-exchange-point-and-mark): Don't activate
14439         region if it was inactive.  Suggested by Hiroshi Fujishima
14440         <pooh@nature.tsukuba.ac.jp>.
14441
14442 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * gnus-art.el (article-display-face): Display Faces in the same
14445         order as X-Faces.
14446
14447 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14450
14451 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14454         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14455         (gnus-article-mime-hierarchy): Remove.
14456         (gnus-article-mime-hierarchy-next): Remove.
14457         (gnus-article-mode): Revert 2004-03-19 change.
14458         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14459         (gnus-insert-mime-button): Revert 2004-03-19 change.
14460         (gnus-mime-accumulate-hierarchy): Remove.
14461         (gnus-mime-enter-multipart): Remove.
14462         (gnus-mime-leave-multipart): Remove.
14463         (gnus-mime-display-part): Revert 2004-03-19 change.
14464         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14465
14466         * mml.el (mml-preview): Revert 2004-03-19 change.
14467
14468 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14469
14470         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14471
14472 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14475         t while entering a file name using the mm-with-multibyte macro.
14476         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14477
14478         * mm-util.el (mm-with-multibyte): New macro.
14479
14480 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14483         user option.
14484         (gnus-mime-multipart-functions): Doc and customization fix.
14485         (gnus-article-mime-hierarchy): New variable.
14486         (gnus-article-mime-hierarchy-next): New variable.
14487         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14488         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14489         gnus-article-mime-hierarchy-next to nil.
14490         (gnus-insert-mime-button): Show hierarchy numbers.
14491         (gnus-mime-accumulate-hierarchy): New function.
14492         (gnus-mime-enter-multipart): New function.
14493         (gnus-mime-leave-multipart): New function.
14494         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14495         (gnus-mime-display-alternative): Show hierarchy numbers.
14496
14497         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14498         gnus-article-mime-hierarchy-next to nil.
14499
14500 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14501
14502         * dns.el: Don't require gnus-xmas.
14503
14504 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14505
14506         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14507         inline PGP.
14508         (mml-menu): Disable mml-quote-region if mark is inactive.
14509
14510 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14513         when the group's active is not available.
14514
14515 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14518         error.
14519
14520 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14521
14522         * imap.el (imap-store-password): New variable.
14523         (imap-interactive-login): Use it.
14524         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14525
14526 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14529         window-start and hscroll to summary window.
14530
14531 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14532
14533         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14534         conversion message to newsrc-dribble when an actual conversion is
14535         performed.
14536
14537 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14538
14539         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14540
14541 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * mm-decode.el (mm-complicated-handles): New function reviving
14544         former definition of mm-multiple-handles.
14545
14546         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14547         (gnus-mime-delete-part): Use it.
14548
14549 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14550
14551         * gnus-agent.el (gnus-agent-read-local): Bind
14552         nnheader-file-coding-system to gnus-agent-file-coding-system to
14553         avoid the implicit assumption that they will always be equal.
14554         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14555         coding-system-for-write, as the with-temp-file macro first prints
14556         to a buffer then saves the buffer.
14557
14558 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * gnus-art.el (gnus-article-edit-part): New function.
14561         (gnus-mime-save-part-and-strip): Use it; do query instead of
14562         signaling an error; don't use mm-multiple-handles.
14563         (gnus-mime-delete-part): Ditto.
14564
14565 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14566
14567         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14568         old file versions.
14569         (gnus-group-prepare-hook): Removed function that converted list
14570         form of gnus-agent-expire-days to group properties.
14571
14572         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14573         (gnus-request-accept-article): Re-indented.
14574
14575         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14576         converters to handle old agent file formats.  Added logic for a
14577         "backup before upgrading warning".
14578         (gnus-convert-mark-converter-prompt): Developers can mark
14579         functions as needing (default), or not needing,
14580         gnus-convert-old-newsrc's "backup before upgrading warning".
14581         (gnus-convert-converter-needs-prompt): Tests whether the user
14582         should be protected from potentially irreversable changes by the
14583         function.
14584
14585         * legacy-gnus-agent.el: New.  Provides converters that are only
14586         loaded when gnus-convert-old-newsrc needs to call them.
14587
14588 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * mail-source.el (mail-source-touch-pop): Doc fix.
14591
14592         * message.el (message-smtpmail-send-it): Doc fix.
14593
14594 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14595
14596         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14597
14598         * nnmail.el (nnmail-split-fancy): do.
14599
14600         * gnus-kill.el (gnus-kill, gnus-execute): do.
14601
14602 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14603
14604         * gnus-sum.el (gnus-widget-reversible-match)
14605         (gnus-widget-reversible-to-internal)
14606         (gnus-widget-reversible-to-external): New functions.
14607         (gnus-widget-reversible): New widget.
14608         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14609
14610 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14611
14612         * gnus-sum.el (gnus-thread-sort-functions)
14613         (gnus-article-sort-functions): Document `(not F)' items.
14614
14615 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14616
14617         * spam.el (spam-use-gmane-xref): Add new backend.
14618         (spam-gmane-xref-spam-group): Add variable to control the name of the
14619         Gmane spam group.
14620         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14621         (spam-regex-headers-spam, spam-regex-headers-ham)
14622         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14623         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14624         backends and checks.
14625         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14626
14627         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14628         an autodetect method.
14629
14630 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14631
14632         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14633         articles are being added to a group.
14634         (gnus-request-replace-article): Inform the agent that articles
14635         need to be uncached as the cached contents are no longer valid.
14636
14637 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * binhex.el: Don't autoload executable-find.
14640
14641         * canlock.el: Don't autoload mail-fetch-field.
14642
14643         * dgnushack.el: Autoload c-mode for XEmacs.
14644
14645         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14646
14647         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14648         rmail-dont-reply-to and rmail-output.
14649
14650         * gnus-score.el: Don't autoload ffap-string-at-point.
14651
14652         * gnus-setup.el: Don't autoload sc-cite-original.
14653
14654         * imap.el: Don't autoload base64-decode-string,
14655         base64-encode-string and md5.
14656
14657         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14658         and rmail-msg-restore-non-pruned-header.
14659
14660         * mm-decode.el: Don't autoload executable-find.
14661
14662         * mm-url.el: Don't autoload executable-find.
14663
14664         * mm-view.el: Don't autoload diff-mode.
14665
14666         * nndb.el: Don't autoload news-reply-mode, news-setup,
14667         cancel-timer and telnet.
14668
14669         * password.el: Don't autoload run-at-time for Emacs.
14670
14671         * sha1-el.el: Don't autoload executable-find.
14672
14673         * sieve-mode.el: Don't autoload c-mode.
14674
14675         * uudecode.el: Don't autoload executable-find.
14676
14677 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14678
14679         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14680         (gnus-agent-possibly-alter-active): Avoid null in numeric
14681         comparison.
14682         (gnus-agent-set-local): Refuse to save null in local object table.
14683         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14684         list of articles that will be marked as unread.
14685
14686 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14689
14690 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14691
14692         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14693         language tags.
14694
14695 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14696
14697         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14698         Don't bind "obarray".
14699
14700         * gnus-sum.el (gnus-thread-sort-functions): Added
14701         `gnus-thread-sort-by-most-recent-number' and
14702         `gnus-thread-sort-by-most-recent-date'.
14703         Reported by Kai Grossjohann <kai@emptydomain.de>.
14704
14705 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14708
14709 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14710
14711         * gnus-cus.el (gnus-agent-customize-category): Removed
14712         ignore-errors macro reference that required cl to be loaded at
14713         run-time.
14714
14715         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14716         single-interval range of the form (min . max).  Previously the
14717         range had to look like ((min . max)).  Likewise, return
14718         (min . max) rather than ((min . max)).
14719         (gnus-range-map): Use gnus-range-normalize to accept
14720         single-interval range.
14721
14722         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14723         the cache, but not the agent, now appear with their usual face.
14724
14725         * dgnushack.el (loaddir): New variable that is bound to the
14726         directory containing the dgnushack.el file. Use loaddir, rather
14727         than srcdir, to update load-path. Change lets dgnushack compile
14728         code in directories other than GNUS/lisp.
14729
14730 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * lpath.el: Don't bind w3m-safe-url-regexp.
14733
14734         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14735         w3m-safe-url-regexp variable buffer-local.
14736
14737         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14738
14739 2004-02-27  Simon Josefsson  <jas@extundo.com>
14740
14741         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14742         gnus-group-real-prefix.
14743         (gnus-summary-move-article): Use it, instead of
14744         gnus-group-real-prefix.
14745
14746 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * lpath.el: Bind w3m-safe-url-regexp.
14749
14750         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14751         w3m-safe-url-regexp variable buffer-local and set it as the value
14752         of mm-w3m-safe-url-regexp.
14753
14754         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14755
14756         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14757         parsing gnus-posting-styles when the message is not for replying.
14758
14759         * dgnushack.el: Autoload sgml-mode for XEmacs.
14760
14761         * nnrss.el (nnrss-opml-export): Use
14762         mm-set-buffer-file-coding-system instead of
14763         set-buffer-file-coding-system.
14764
14765 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14766
14767         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14768         of checkdoc.el).
14769         * nnrss.el: do.
14770         * gnus-mlspl.el: do.
14771         * gnus-ml.el: do.
14772         * gnus-srvr.el: do.
14773
14774         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14775
14776 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14777
14778         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14779         Corrections to custom-manual links.
14780
14781         * gnus-art.el (gnus-article): Ditto.
14782
14783         * mm-decode.el (mime-display, mime-security): Ditto.
14784
14785 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14786
14787         * flow-fill.el: Typo.
14788
14789 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14790
14791         * spam-wash.el: New file.
14792
14793 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14794
14795         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14796
14797 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14798
14799         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14800         to be run with new-articles as LIST1, not LIST2.
14801         (spam-registration-functions): Add spam-use-ham-copy as a nil
14802         registration backend.
14803
14804 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14805
14806         * spam-stat.el (spam-stat-washing-hook): New option.
14807         (spam-stat-buffer-words): Use it.
14808         (spam-stat-process-directory, spam-stat-test-directory): Use
14809         insert-file-contents-literally.
14810         (spam-stat-coding-system): New variable.
14811         (spam-stat-load, spam-stat-save): Use it.
14812
14813 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * spam-report.el (spam-report-plug-agent): Quote
14816         spam-report-url-to-file and spam-report-url-ping-plain.
14817
14818 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14819
14820         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14821         / in mailto URLs.
14822
14823 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * spam-report.el (spam-report-process-queue): Fix interactive use.
14826         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14827         (spam-report-unplug-agent): Doc fixes.
14828         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14829         (spam-report-agentize, spam-report-deagentize): Autoload.
14830
14831 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14834
14835         * message.el (message-setup-fill-variables): Add mml tags to
14836         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14837         <ajk@iu.edu>.
14838         (message-mode): Don't modify paragraph-separate there.
14839
14840 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14841
14842         * compface.el (uncompface-use-external): Default to undecided.
14843         (uncompface-use-external-threshold): New variable.
14844         (uncompface-float-time): New macro.
14845         (uncompface): Determine whether to use the external decoder if
14846         uncompface-use-external is undecided.
14847
14848 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14849
14850         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14851         after images.
14852
14853         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14854
14855 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14856
14857         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14858
14859         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14860
14861         * gnus-sum.el (gnus-summary-limit-to-age)
14862         (gnus-summary-limit-children): do.
14863
14864         * gnus-int.el (gnus-request-scan): do.
14865
14866         * gnus-group.el (gnus-group-suspend): do.
14867
14868         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14869
14870         * gnus-cite.el (gnus-cite-parse-attributions): do.
14871
14872         * gnus-agent.el (gnus-summary-set-agent-mark)
14873         (gnus-agent-regenerate-group): do.
14874
14875         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14876
14877         * binhex.el (binhex-decode-region-internal): do.
14878
14879 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * gnus-fun.el (gnus-face-properties-alist): New user option.
14882         (gnus-display-x-face-in-from): Use it.
14883
14884         * gnus-art.el (article-display-face): Ditto.
14885
14886         * compface.el (uncompface-use-external): Default to nil.
14887
14888 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14889
14890         * nntp.el (nntp-erase-buffer): New function.
14891         (nntp-retrieve-data, nntp-send-command)
14892         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14893         (nntp-possibly-change-group): Use it.
14894
14895         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14896         with-current-buffer.
14897
14898 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14899
14900         * compface.el: Merge the ELisp-based uncompface program.
14901         (compface): New customization group.
14902         (uncompface-use-external): New user option.
14903         (uncompface): Call uncompface-internal if uncompface-use-external
14904         is nil.
14905         (uncompface-internal): New function.  Note that there are also
14906         some other functions and variables added for this function.
14907
14908 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14909
14910         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14911         if necessary.
14912
14913 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14914
14915         * spam-report.el (spam-report-unplug-agent)
14916         (spam-report-plug-agent, spam-report-deagentize)
14917         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14918         Add support for the Agent in spam-report: when unplugged, report to a
14919         file; when plugged, submit all the requests.
14920
14921         * spam.el (spam-register-routine): Fix message about
14922         registration.
14923
14924 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14925
14926         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14927         dependencies.
14928         (rfc2047-encode): Use it.
14929
14930         * gnus-art.el (gnus-button-marker-list): Move before first
14931         reference.
14932
14933         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14934         (imap-parse-body): Fix format string mismatch.
14935
14936         * gnus-score.el (gnus-summary-increase-score): do.
14937
14938         * nnrss.el (nnrss-close): New function.
14939
14940 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14941
14942         * nnrss.el (nnrss-make-filename): New function.
14943         (nnrss-request-delete-group, nnrss-read-server-data)
14944         (nnrss-save-server-data, nnrss-read-group-data)
14945         (nnrss-save-group-data): Use it.
14946         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14947         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14948         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14949
14950 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14951
14952         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14953
14954 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14955
14956         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14957         files.
14958
14959         * message.el (message-generate-headers-first): Don't quote nil
14960         and t in docstrings.
14961
14962         * imap.el (imap-id): do.
14963
14964         * gnus-agent.el (gnus-agent-consider-all-articles)
14965         (gnus-agent-queue-mail): do.
14966
14967 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14968
14969         * spam-report.el (spam-report-process-queue): New function.
14970         Process requests from `spam-report-requests-file'.
14971         (spam-report-process-queue): Doc fix.
14972
14973 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14974
14975         * spam.el (spam-register-routine)
14976         (spam-log-processing-to-registry, spam-log-registered-p)
14977         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14978         Change "check" to "spam-check" for semi-clarity.
14979
14980 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14981
14982         * pop3.el: Require nnheader.
14983
14984         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14985
14986         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14987
14988         * gnus-picon.el: Require cl.
14989
14990         * gnus-fun.el: Require gnus-ems and gnus-util.
14991
14992         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14993
14994         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14995
14996         * gnus-art.el (gnus-article-edit-mode): Define before first
14997         reference.
14998
14999 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15000
15001         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15002         (gnus-uu-post-encoded): Use point-at-bol.
15003
15004         * gnus-topic.el (gnus-group-active-topic-p): do.
15005
15006         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15007
15008         * gnus-group.el (gnus-group-kill-region): do.
15009
15010         * gnus-art.el (article-date-ut): do.
15011
15012         * message.el (message-fetch-field): Remove redundant
15013         case-fold-search binding.
15014         (message-narrow-to-field): Simplify.
15015
15016 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * spam.el (spam-directory): Derive from `gnus-directory'.
15019
15020         * spam-report.el (spam-report-url-to-file)
15021         (spam-report-requests-file): New function and variable for offline
15022         reporting.
15023         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15024         and user defined function.
15025         (spam-report-url-ping-mm-url): Remove doubled slash.
15026
15027 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15028
15029         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15030
15031 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15032
15033         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15034         format string mismatch.
15035
15036         * sieve.el (sieve-deactivate-all): do.
15037
15038         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15039
15040         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15041
15042         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15043
15044         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15045
15046 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15047
15048         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15049         the list of checks.
15050
15051 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15052
15053         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15054         padding.
15055
15056 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15057
15058         * mm-view.el (mm-fill-flowed): New variable.
15059         (mm-inline-text): Use it.
15060
15061 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15062
15063         * spam.el (spam-spamassassin-register-ham-routine)
15064         (spam-spamassassin-register-spam-routine): Fix function names.
15065
15066 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * gnus.el (gnus-tmp-grouplens): Remove.
15069         (gnus-summary-line-format): Remove grouplens.
15070
15071         * gnus-group.el (gnus-group-line-format): Ditto.
15072
15073         * gnus-spec.el (gnus-format-specs): Ditto.
15074         (gnus-update-format-specifications): Flush the group format spec
15075         cache if there's the grouplens stuff.
15076         (gnus-parse-simple-format): Replace %l with the empty string.
15077
15078 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15079
15080         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15081         omission.
15082
15083 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15086         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15087
15088 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15089
15090         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15091         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15092         New macros and functions.
15093         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15094         Handle > NLINK_MAX messages.
15095         * nnmaildir.el (nnmaildir-request-set-mark): Use
15096         nnmaildir--emlink-p and nnmaildir--eexist-p.
15097
15098 2004-01-25  Alex Schroeder  <alex@gnu.org>
15099
15100         * spam-stat.el (spam-stat-process-directory-age): New option.
15101         (spam-stat-process-directory): Use it.
15102
15103 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15104
15105         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15106         (spam-stat-save): Accept prefix argument.
15107
15108 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15109
15110         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15111         links" error.
15112
15113 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15116         the rest of the and/or forms.
15117
15118 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15119
15120         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15121         compatibility with old .newsrc.eld files.
15122
15123         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15124
15125         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15126
15127         * gnus-start.el (gnus-1): do.
15128
15129         * gnus-group.el (gnus-group-line-format-alist): do.
15130
15131         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15132
15133         * gnus-gl.el: Remove.
15134
15135 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15136
15137         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15138         marks consisting of a single range {for example, (3 . 5)} rather
15139         than a list of a single range { ((3 . 5)) }.
15140
15141 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15142
15143         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15144         with-current-buffer.
15145         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15146         avoid consing a string.
15147
15148         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15149         Remove obsolete entries for big5 and gb2312.
15150
15151 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15152
15153         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15154         uncompressed list.
15155
15156 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15157
15158         * spam-stat.el (spam-stat-strip-xref): New function.
15159         (spam-stat-process-directory): Use it.
15160
15161         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15162         here -- it's done in message-fetch-field.
15163
15164 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15165
15166         * gnus-agent.el (gnus-agent-queue-mail)
15167         (gnus-agent-prompt-send-queue): New variables.
15168         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15169         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15170         "nndraft:queue" along to gnus-draft-send.  Use
15171         gnus-agent-prompt-send-queue.
15172         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15173         is "nndraft:queue".  Suggested by Gaute Strokkenes
15174         <gs234@srcf.ucam.org>
15175
15176         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15177         (agent-enable-undownloaded-faces): Added.
15178         (gnus-agent-cat-groups): Use eval-and-compile, not
15179         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15180         method of gnus-agent-cat-groups even when the buffer has been
15181         evaled.
15182         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15183         delete gnus-agent-save-active-1.
15184         (gnus-agent-save-groups): Deleted.  Identical to
15185         gnus-agent-save-active.
15186         (gnus-agent-write-active): No longer adjust agent's copy of active
15187         file as agent's adjustments are now stored in their own
15188         file.  Removed optional parameter.
15189         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15190         servers.  Add use of min/max range limits from server's local
15191         file.
15192         (gnus-agent-save-alist): Removed unused optional argument.
15193         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15194         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15195         (gnus-agent-set-local): A per-server file that keeps min/max range
15196         limits for articles known to the agent.  Provides a fast mechanism
15197         for altering many active ranges.
15198         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15199         active file (local makes it unnecessary).
15200         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15201
15202         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15203         (agent-enable-undownloaded-faces): Added.
15204
15205         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15206         disable it when sending to "nndraft:queue".
15207         (gnus-group-send-queue): Add safety check to avoid sending queue
15208         when unplugged.
15209
15210         * gnus-group.el (gnus-group-catchup): Use new
15211         gnus-sequence-of-unread-articles, not
15212         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15213         numbers of articles.  Use gnus-range-map to avoid having to
15214         uncompress the unread list.
15215         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15216         Fixed invalid ange-ftp reference.
15217
15218         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15219         (gnus-sorted-range-intersection): Intersection of two ranges
15220         without requiring that they first be uncompressed.
15221
15222         * gnus-start.el (gnus-activate-group): Unless blocked by the
15223         caller, possibly expand the active range to include both cached
15224         and agentized articles.
15225         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15226         multiple version-dependent converters.
15227         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15228         gnus-agent-save-active.
15229         (gnus-save-newsrc-file): Save dirty agent range limits.
15230
15231         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15232         gnus-agent-possibly-alter-active.
15233         (gnus-adjust-marked-articles): Faster handling of simple lists.
15234
15235 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15236
15237         * spam-stat.el (spam-stat-test-directory): New optional argument
15238         displays a list of files detected.  Suggested by Andrew Cohen
15239         <cohen@andy.bu.edu>.
15240         (spam-stat-buffer-words-with-scores): Don't narrow and change
15241         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15242
15243 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15244
15245         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15246         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15247         (spam-spamassassin-arguments)
15248         (spam-spamassassin-spam-flag-header)
15249         (spam-spamassassin-positive-spam-flag-header)
15250         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15251         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15252         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15253         (spam-list-of-processors, spam-list-of-checks)
15254         (spam-list-of-statistical-checks, spam-registration-functions)
15255         (spam-check-spamassassin-headers, spam-check-spamassassin)
15256         (spam-spamassassin-score)
15257         (spam-spamassassin-register-with-sa-learn)
15258         (spam-spamassassin-register-spam-routine)
15259         (spam-spamassassin-register-ham-routine)
15260         (spam-assassin-register-spam-routine)
15261         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15262         (spam-bogofilter-score): Fix to show article before scoring.
15263
15264 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15265
15266         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15267         default scoring function.
15268         (spam-generic-score): Call spam-spamassassin-score if
15269         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15270         spam-bogofilter-score otherwise.
15271
15272         * gnus.el (spam-process, spam-autodetect-methods): Add
15273         spamassassin and spamassassin-headers.
15274
15275 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15276
15277         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15278         Suppress unnecessary messages.
15279
15280 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15281
15282         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15283         make-hash-table.
15284
15285 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * canlock.el (base64-encode-string): Don't autoload it.
15288
15289 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * run-at-time.el: Remove useless (require 'itimer),
15292         eval-and-compile and (featurep 'xemacs).
15293
15294 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15295
15296         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15297         GROUP is a virtual group.
15298
15299 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15300
15301         * gnus.el: Autoload `message-y-or-n-p'.
15302
15303 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15304
15305         * pgg-parse.el: Remove unnecessary (require 'custom).
15306
15307         * pgg-def.el: do.
15308
15309         * nnmail.el: do.
15310
15311         * gnus-undo.el: do.
15312
15313         * gnus-picon.el: do.
15314
15315         * gnus-util.el: do.
15316
15317 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15318
15319         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15320
15321 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15324         handle, as well as a list.
15325
15326         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15327         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15328         (mm-w3m-cid-retrieve): Simplify.
15329
15330 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15331
15332         * message.el (message-kill-to-signature): Allow prefix arg to
15333         specify number of lines to keep before signature.
15334
15335 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15336
15337         * message.el (message-kill-to-signature): Change docstring.
15338
15339 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * canlock.el: Always require sha1-el.
15342         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15343
15344         * message.el: Autoload sha1 only when compiling.
15345
15346         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15347         eudc-expand-inline for XEmacs.
15348
15349 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * message.el (message-canlock-generate): Require sha1-el.
15352
15353 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15354
15355         * message.el (message-expand-name): Silence the byte compiler.
15356
15357         * lpath.el: Add detect-coding-system.
15358
15359         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15360         cus-edit.
15361
15362 2004-01-13  Simon Josefsson  <jas@extundo.com>
15363
15364         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15365         Invoke gnus-score-mode.  Reported by
15366         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15367
15368         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15369         Jim Blandy <jimb@redhat.com> (tiny change).
15370
15371 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15372
15373         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15374
15375 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15376
15377         * spam.el (spam-get-article-as-string): Update to use
15378         gnus-request-article-this-buffer, much simpler.
15379         (spam-get-article-as-buffer): Remove.
15380
15381 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15382
15383         * message.el (message-expand-name): Use EUDC if the user uses that.
15384
15385 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15386
15387         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15388         character for the encoding to avoid consing a string.
15389
15390         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15391         unnecessarily.
15392
15393         * mm-util.el (mm-replace-chars-in-string): Remove.
15394
15395         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15396         of mm-replace-chars-in-string.
15397
15398 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15399
15400         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15401
15402         * mm-util.el (mm-subst-char-in-string): Support inplace.
15403
15404         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15405         a new string in every iteration.  Use shy groups.
15406
15407 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15408
15409         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15410         * gnus-soup.el (gnus-soup-group-brew):
15411         * gnus-msg.el (gnus-put-message):
15412         * gnus-move.el (gnus-group-move-group-to-server):
15413         * gnus-kill.el (gnus-batch-score):
15414         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15415         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15416         (gnus-group-update-group, gnus-group-read-group)
15417         (gnus-group-make-group, gnus-group-make-help-group)
15418         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15419         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15420         (gnus-group-sort-by-unread, gnus-group-catchup)
15421         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15422         (gnus-group-yank-group, gnus-group-set-info)
15423         (gnus-group-list-groups):
15424         * gnus.el (gnus-generate-new-group-name):
15425         * gnus-delay.el (gnus-delay-send-queue):
15426         * nnvirtual.el (nnvirtual-catchup-group):
15427         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15428         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15429         (gnus-group-prepare-topics, gnus-topic-check-topology):
15430         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15431         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15432         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15433         (gnus-group-make-articles-read):
15434         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15435         (gnus-group-change-level, gnus-kill-newsgroup)
15436         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15437         (gnus-get-unread-articles, gnus-make-articles-unread)
15438         (gnus-make-ascending-articles-unread): Use accessor
15439         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15440         to get group information for improved readability.
15441
15442
15443 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15444
15445         * gnus-art.el (article-decode-mime-words, article-babel)
15446         (gnus-article-highlight-signature, gnus-article-add-buttons)
15447         (gnus-signature-toggle): Use gnus-with-article-buffer.
15448
15449         * gnus-art.el (gnus-article-highlight-headers)
15450         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15451
15452         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15453         (gnus-article-set-globals, gnus-request-article-this-buffer)
15454         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15455         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15456         (gnus-mime-display-alternative): Use with-current-buffer.
15457
15458 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15459
15460         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15461         also under 80 char limit, and call gnus-error if needed.
15462         (spam-fetch-article-header): Fix - it was a
15463         buffer-local variable (gnus-newsgroup-data).
15464         (spam-find-spam): Use spam-generate-fake-headers, forget about
15465         spam-insert-fake-headers.
15466         (spam-insert-fake-headers): Remove.
15467
15468 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15469
15470         * deuglify.el (gnus-article-outlook-unwrap-lines)
15471         (gnus-outlook-rearrange-article)
15472         (gnus-outlook-repair-attribution-outlook)
15473         (gnus-outlook-repair-attribution-block)
15474         (gnus-outlook-repair-attribution-other): Remove redundant
15475         save-excursion.
15476
15477 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15478
15479         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15480         (spam-fetch-field-subject-fast)
15481         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15482         (spam-fetch-article-header): Add functions to deal with Gnus
15483         internals for fast retrieval of article header data.
15484         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15485
15486 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15487
15488         * pop3.el (pop3-md5): Remove.
15489         (pop3-apop): Replace pop3-md5 with md5.
15490
15491         * mm-bodies.el: base64 is always built-in.
15492
15493         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15494         with-current-buffer.
15495
15496 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * canlock.el (canlock-insert-header): Remove excessive grouping in
15499         regexp.
15500
15501         * gnus-sum.el (gnus-summary-read-document): Ditto.
15502
15503         * gnus-uu.el (gnus-uu-part-number): Ditto.
15504
15505         * html2text.el (html2text-remove-tags): Ditto.
15506         (html2text-format-tags): Ditto.
15507         (html2text-format-single-elements): Ditto.
15508
15509         * mml.el (mml-parse-1): Ditto.
15510
15511 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15512
15513         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15514
15515         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15516
15517         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15518
15519         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15520
15521 2003-11-15  Simon Josefsson  <jas@extundo.com>
15522
15523         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15524         (pgg-gpg-lookup-key): Use regexp match instead of
15525         split-string (split-string is different between emacs 21.2 and
15526         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15527
15528 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15529
15530         * gnus-art.el (gnus-mime-view-all-parts)
15531         (gnus-article-part-wrapper, gnus-article-view-part): Use
15532         with-current-buffer.
15533
15534 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15535
15536         * spam.el (spam-disable-spam-split-during-ham-respool)
15537         (spam-spamoracle-database, spam-cache-lookups)
15538         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15539         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15540         (spam-group-ham-marks, spam-group-spam-marks)
15541         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15542         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15543         also add spam-use-blackholes to the statistical checks.
15544         (spam-fetch-field-fast): Add interface to fetching fields, may
15545         become a macro.
15546         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15547         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15548         (spam-insert-fake-headers): Fake an article when needed.
15549         (spam-find-spam): Fake article when possible.
15550         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15551         (spam-check-bogofilter-headers): Use message-fetch-field instead
15552         of nnmail-fetch-field.
15553
15554 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15555
15556         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15557
15558 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15559
15560         * spam.el (spam-split): Do not require spam-use-CHECK to be
15561         enabled if that check is passed to spam-split explicitly; also
15562         fix so 'spam doesn't get converted to spam-split-group when
15563         spam-split-symbolic-return is t.
15564         (spam-find-spam): Find registrations of the article and use those
15565         instead of re-running spam-split to find the spam/ham
15566         classification of the article.
15567         (spam-log-processing-to-registry, spam-log-registered-p)
15568         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15569         Use gnus-error instead of gnus-message.
15570         (spam-log-registration-type): Add function to determine the
15571         classification of a message based on registry entries; will
15572         return nil if both 'spam and 'ham are found.
15573         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15574         a reasonably fast local cache without the loading errors.
15575         (spam-cache-lookups): Set to t by default.
15576         (spam-find-spam): Don't try to guess spam-cache-lookups.
15577         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15578         spam-caches entry.
15579         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15580         caching of whitelist/blacklist entries.
15581         (spam-check-whitelist, spam-check-blacklist): Invoke
15582         spam-from-listed-p with a type, not a cache variable.
15583         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15584
15585 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15586
15587         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15588
15589         * nnmail.el (nnmail-split-fancy): do.
15590
15591         * mml.el (mml-parse): do.
15592
15593         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15594         (gnus-score-adaptive): do.
15595
15596 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15599         (gnus-mime-button-map): Don't set keymap parent.
15600         (gnus-button-ctan-directory-regexp): Use shy grouping.
15601         (gnus-prev-page-map): Don't set keymap parent.
15602         (gnus-prev-page-map): Remove duplicated one.
15603         (gnus-next-page-map): Don't set keymap parent.
15604         (gnus-mime-security-button-map): Ditto.
15605
15606         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15607         version number.
15608
15609         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15610
15611 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * canlock.el (canlock-sha1-function): Remove.
15614         (canlock-sha1-function-for-verify): Remove.
15615         (canlock-openssl-program): Remove.
15616         (canlock-openssl-args): Remove.
15617         (canlock-ignore-errors): Remove.
15618         (canlock-sha1-with-openssl): Remove.
15619         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15620         (canlock-verify): Don't use canlock-ignore-errors.
15621
15622         * sha1-el.el (sha1-string-external): Make it can return a string
15623         in binary form.
15624         (sha1-region-external): Ditto.
15625         (sha1-string-internal): Ditto.
15626         (sha1-region-internal): Ditto.
15627         (sha1-region): Ditto.
15628         (sha1-string): Ditto.
15629         (sha1): Ditto.
15630
15631 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15632
15633         * spam.el (spam-report-articles-gmane): New command.
15634
15635 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15638
15639         * run-at-time.el (run-at-time-saved): Remove.
15640         (run-at-time): Doc fix.
15641
15642 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15643
15644         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15645         (gnus-summary-limit-map): Add it.
15646         (gnus-summary-make-menu-bar): do.
15647
15648 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15649
15650         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15651         Make attempt at some caching support (done for BBDB only now).
15652         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15653         addresses to be checked.
15654         (spam-clear-cache-BBDB): Add function, to be invoked by
15655         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15656         (spam-check-BBDB): Check and use the caches, if
15657         spam-cache-lookups is on, remove superfluous (provide).
15658
15659 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15660
15661         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15662
15663 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15664
15665         * run-at-time.el (run-at-time-saved): Move to after the definition
15666         of `run-at-time'.
15667
15668         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15669
15670 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15673         mm-w3m-local-map-property.
15674
15675         * mm-view.el (mm-w3m-mode-map): Remove.
15676         (mm-w3m-local-map-property): Remove.
15677         (mm-inline-text-html-render-with-w3m): Don't use
15678         mm-w3m-local-map-property.
15679
15680 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15681
15682         * run-at-time.el: New file.
15683
15684         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15685         under Emacs.
15686
15687         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15688         of gnus-set-text-properties.
15689
15690         * gnus-uu.el (gnus-uu-save-article): Ditto.
15691
15692         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15693
15694         * gnus-cite.el (gnus-cite-parse): Ditto.
15695
15696         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15697         of gnus-.
15698
15699         * gnus-xmas.el (run-at-time): Require run-at-time.
15700
15701         * gnus.el: Changed calls to nnheader-run-at-time and
15702         password-run-at-time throughout to use run-at-time directly.
15703
15704         * password.el: Removed definition of run-at-time.
15705
15706         * nnheaderxm.el: Remove definition of run-at-time.
15707
15708 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15709
15710         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15711         in prompt.
15712
15713 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15714
15715         * messagexmas.el (message-xmas-redefine): Alias
15716         `message-make-caesar-translation-table' to
15717         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15718         version.
15719
15720         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15721         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15722         `gnus-xmas-set-text-properties'.
15723         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15724         `gnus-xmas-completing-read'.
15725         (gnus-xmas-completing-read): Removed.
15726         (gnus-xmas-open-network-stream): Removed.
15727
15728         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15729         XEmacs version.
15730
15731         * dns.el (dns-make-network-process): Use `open-network-stream'
15732         instead of `gnus-xmas-open-network-stream'.
15733
15734         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15735
15736         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15737
15738 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15739
15740         * gnus-art.el (gnus-mime-display-alternative)
15741         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15742         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15743         Don't use gnus-local-map-property.
15744
15745         * gnus-util.el (gnus-local-map-property): Remove.
15746
15747         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15748         gnus-completing-read-maybe-default with completing-read.
15749
15750         * gnus-util.el (gnus-completing-read): do.
15751         (gnus-completing-read-maybe-default): Remove.
15752
15753 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15754
15755         * password.el: Only autoload `run-at-time' if not XEmacs.
15756         Only autoload the itimer functions if XEmacs.
15757
15758 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15761         XEmacsen.
15762
15763         * dgnushack.el: Autoload executable-find for XEmacs.
15764
15765 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15766
15767         * gnus-art.el (gnus-read-string): Remove.
15768         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15769         read-string.
15770
15771 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15772
15773         * netrc.el: Autoload password-read.
15774         (netrc): Add configuration group.
15775         (netrc-encoding-method, netrc-openssl-path): Add
15776         variables for encoding and decoding of files with symmetric
15777         ciphers.
15778         (netrc-encode): Add assistant function to encode a file with
15779         netrc-encoding-method.
15780         (netrc-parse): Add interactive parameter, added optional
15781         decoding if netrc-encoding-method is non-nil but otherwise
15782         behavior is standard.
15783         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15784         Do s/encode/encrypt/ everywhere.
15785
15786         * spam.el: Remove executable-find autoload.
15787
15788 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15789
15790         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15791
15792         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15793
15794 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15795
15796         * gnus-art.el (gnus-treat-ansi-sequences)
15797         (article-treat-ansi-sequences): New variable and function.
15798         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15799
15800         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15801         Use it.
15802
15803 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15804
15805         * mm-util.el (mm-quote-arg): Remove.
15806
15807         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15808         shell-quote-argument.
15809
15810         * gnus-uu.el (gnus-uu-command): do.
15811
15812         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15813
15814         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15815         with make-char.
15816
15817         * mm-util.el (mm-make-char): Remove.
15818
15819         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15820         add-minor-mode.
15821
15822         * gnus-undo.el (gnus-undo-mode): do.
15823
15824         * gnus-topic.el (gnus-topic-mode): do.
15825
15826         * gnus-sum.el (gnus-dead-summary-mode): do.
15827
15828         * gnus-start.el (gnus-slave-mode): do.
15829
15830         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15831
15832         * gnus-ml.el (gnus-mailing-list-mode): do.
15833
15834         * gnus-gl.el (gnus-grouplens-mode): do.
15835
15836         * gnus-draft.el (gnus-draft-mode): do.
15837
15838         * gnus-dired.el (gnus-dired-mode): do.
15839
15840         * gnus-ems.el (gnus-add-minor-mode): Remove.
15841
15842         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15843         Replace gnus-char-width with char-width.
15844
15845         * gnus-ems.el (gnus-char-width): Remove.
15846
15847         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15848         Replace gnus-char-width with char-width.
15849
15850         * gnus-ems.el (gnus-char-width): Remove.
15851
15852         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15853         definition.
15854         Remove Emacs 20 hash table compatibility code.
15855
15856         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15857         20 compatibility code.
15858
15859         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15860
15861         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15862
15863         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15864         with point-at-{eol,bol}.
15865
15866         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15867
15868         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15869
15870         * flow-fill.el (fill-flowed-point-at-bol)
15871         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15872
15873         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15874         Replace with point-at-{eol,bol} throughout all files.
15875
15876 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * ntlm.el (ntlm-string-as-unibyte): New macro.
15879         (ntlm-build-auth-response): Use it.
15880
15881         Remove Emacs 20 stuff:
15882         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15883         (butlast, mapc, remove): Remove the compiler macros.
15884         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15885         of delq and copy-sequence.
15886         * gnus-art.el (popup-menu): Remove the compiler macro.
15887         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15888         Emacs 20.
15889
15890 2004-01-05  Simon Josefsson  <jas@extundo.com>
15891
15892         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15893         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15894         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15895         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15896         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15897         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15898         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15899         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15900         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15901         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15902         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15903         string-xor into ntlm-string-xor.  Suggested by
15904         Jesper Harder <harder@myrealbox.com>.
15905
15906         * ntlm.el: Don't include poem.
15907
15908         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15909         Jesper Harder <harder@myrealbox.com>.
15910
15911         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15912
15913         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15914         probably breaks emacs with DL patch, but do we care? Is anyone
15915         still using the DL stuff?)
15916
15917         * sieve-manage.el: Use the password package.
15918         (sieve-manage-read-passwd): Remove.
15919         (sieve-manage-interactive-login): Use password.  Re-add
15920         condition-case around loop.
15921
15922         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15923         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15924         the password package.
15925
15926 2003-02-19  Simon Josefsson  <jas@extundo.com>
15927
15928         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15929         token.
15930
15931 2002-08-07  Simon Josefsson  <jas@extundo.com>
15932
15933         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15934         (sieve-manage-authenticators):
15935         (sieve-manage-authenticator-alist): Add some SASL mechs.
15936         (sieve-sasl-auth): New function.
15937         (sieve-manage-cram-md5-auth):
15938         (sieve-manage-plain-auth): Rewrite using SASL library.
15939         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15940         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15941         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15942         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15943
15944 2004-01-05  Simon Josefsson  <jas@extundo.com>
15945
15946         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15947         New files.
15948
15949 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15950
15951         * gnus-group.el (gnus-no-groups-message): Update.
15952
15953         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15954
15955 2003-11-09  Simon Josefsson  <jas@extundo.com>
15956
15957         * imap.el: Support for ID IMAP extension (RFC 2971).
15958         (imap-local-variables): Add imap-id.
15959         (imap-id): New variable.
15960         (imap-id): New function.
15961         (imap-parse-response): Parse untagged ID response.
15962         * nnimap.el (nnimap-id): New variable.
15963         (nnimap-open-connection): Use it.
15964
15965 2003-12-28  Simon Josefsson  <jas@extundo.com>
15966
15967         * gnus-score.el (gnus-score-edit-all-score): New.
15968         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15969
15970 2004-01-04  Simon Josefsson  <jas@extundo.com>
15971
15972         * password.el: Add.
15973
15974 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15975
15976         * dns.el (dns-query-types): Fix typo.
15977         (dns-query-types): New function.
15978         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15979         PTR and SOA replies, see RFC 1035.
15980
15981 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15982
15983         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15984
15985         * Moved to Changelog.2.
15986
15987 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15988
15989         * gnus.el (gnus-version-number): Bump version.
15990
15991 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15992
15993         * gnus.el: No Gnus v0.1 is released.
15994
15995 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15996
15997         * gnus.el: No Gnus v0.0 is released.
15998
15999 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16000
16001         * gnus.el (gnus-version-number): Bump.
16002         (gnus-version): No.
16003
16004 See ChangeLog.2 for earlier changes.
16005
16006     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16007       Free Software Foundation, Inc.
16008
16009   This file is part of GNU Emacs.
16010
16011   GNU Emacs is free software: you can redistribute it and/or modify
16012   it under the terms of the GNU General Public License as published by
16013   the Free Software Foundation, either version 3 of the License, or
16014   (at your option) any later version.
16015
16016   GNU Emacs is distributed in the hope that it will be useful,
16017   but WITHOUT ANY WARRANTY; without even the implied warranty of
16018   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16019   GNU General Public License for more details.
16020
16021   You should have received a copy of the GNU General Public License
16022   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16023
16024 ;; Local Variables:
16025 ;; coding: utf-8
16026 ;; fill-column: 79
16027 ;; add-log-time-zone-rule: t
16028 ;; End: