dgnushack.el (dgnushack-compile, dgnushack-make-cus-load, dgnushack-make-auto-load...
[gnus] / lisp / ChangeLog
1 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5
6         * pop3.el: Require cl when compiling.
7         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8
9 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10
11         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12         that aren't going to be activated.
13         (gnus-get-unread-articles): Fix up the last commit.
14
15         * gnus-html.el (gnus-article-html): Allow calling without specifying
16         the handle.  In that case, dissect the buffer first.
17
18         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
19
20         * nnimap.el (nnimap-open-connection): Revert the change that would look
21         into authinfo for imaps instead of imap.
22
23         * gnus-start.el (gnus-activate-group): Take an optional parameter to
24         say that you don't want to call gnus-request-group with don-check, but
25         do check the reponse.  This is for virtual groups only.
26         (gnus-get-unread-articles): Count the archive groups as secondary, so
27         that they're activated the same way as before.
28
29         * imap.el (imap-message-map): Removed optional buffer parameter, since
30         no callers use it.
31         (imap-message-get): Ditto.
32         (imap-message-put): Ditto.
33         (imap-mailbox-map): Ditto.
34         (imap-mailbox-put): Ditto.
35         (imap-mailbox-get): Ditto.
36         (imap-mailbox-get): Revert last change for this function.
37
38         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
39         case-insensitively.
40         (nnimap-debug): Removed.
41
42         * imap.el (imap-fetch-safe): Removed function, and altered all callers
43         to use `imap-fetch' instead.  According to the comments, this should be
44         safe, since all other IMAP clients use the 1:* syntax.
45         (imap-enable-exchange-bug-workaround): Removed.
46         (imap-debug): Removed -- doesn't seem very useful.
47
48         * mail-source.el (mail-source-fetch): Don't message if we're fetching
49         mail from a file, and the file doesn't exist.
50
51         * imap.el (imap-log): New convenience function used throughout instead
52         of repeating the same code all over the place.
53
54         * pop3.el (pop3-streaming-movemail): Return t for success.
55
56         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
57         .authinfo if we're using ssl connection.
58
59         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
60         already have if we're in a main Gnus `g' run.
61
62         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
63
64 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
67
68         * nnmh.el (nnmh-request-list-1): Bind `file'.
69
70         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
71         alias to set-process-query-on-exit-flag or process-kill-without-query.
72         (pop3-open-server): Use it.
73
74 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * mail-source.el (mail-source-delete-crash-box): Always move the crash
77         box to the Incoming file.  Fixes mistake in previous checkin.
78
79         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
80         request loop (for debugging purposes) removed.
81
82         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
83         culprit is more visible.
84         (nnml-save-incremental-nov, nnml-open-incremental-nov)
85         (nnml-add-incremental-nov): New functions to do "incremental" nov
86         updates, where we just append to the end of the existing nov files
87         without reading/writing them in full.
88
89         * mail-source.el (mail-source-delete-crash-box): Really only check the
90         incoming files once in a while.
91
92         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
93
94         * mail-source.el (mail-source-delete-crash-box): Only check the
95         incoming files for deletion once per day to save a lot of file
96         accesses.
97
98         * pop3.el (pop3-logon): Fix up unbound variable typo.
99
100         * mail-source.el (pop3-streaming-movemail): Autoload.
101
102         * pop3.el (pop3-streaming-movemail): Respect
103         pop3-leave-mail-on-server.
104
105         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
106         retrieval.
107
108         * pop3.el (pop3-process-filter): Removed unused function.
109         (pop3-streaming-movemail, pop3-send-streaming-command)
110         (pop3-wait-for-messages, pop3-write-to-file)
111         (pop3-number-of-responses): New functions for streaming pop3
112         retrieval.
113
114         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
115         come from no known methods.
116         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
117         list.
118
119         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
120         message sizes.
121         (pop3-movemail): Use erase-buffer instead of looping and deleting
122         regions, which seems rather odd.
123
124         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
125         file once per `g' run.
126
127         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
128         directories.  This makes the draft queue directory work.
129
130         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
131         data from the backends, so that we only request the list of groups from
132         each method once.  This should speed things up considerably.
133
134         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
135         detect that it's not implemented.
136
137         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
138         we actually do recurse down into the tree, but don't stat all leaf
139         nodes.
140
141         * gnus-html.el (gnus-html-show-images): If there are no images to show,
142         then say so instead of bugging out.
143
144         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
145         files exist before trying to read them.
146
147         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
148         around <pre_int>.
149
150         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
151
152         * nnmh.el (nnmh-request-list-1): Optimize for speed.
153
154 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155
156         * mm-util.el (mm-image-load-path): Just return the image directories,
157         not all directories in the path in addition to the image directories.
158         (mm-image-load-path): Maintain a cache of the image directories so that
159         the `g' command in Gnus doesn't have to stat dozens of directories each
160         time.
161
162         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
163         (gnus-html-wash-tags): Add a new `i' command to insert images.
164         (gnus-html-insert-image): New command and keystroke.
165         (gnus-html-redisplay-with-images): New command and keystroke.
166         (gnus-html-show-images): Renamed command.
167         (gnus-html-wash-tags): Remove more white space before <pre_int> image
168         spacers.
169         (gnus-html-wash-tags): Decode entities at the end, so that entities
170         inside the tags don't mess up the rest of the "parsing".
171
172         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
173         so that nnimap methods aren't agentized by default.  There's apparently
174         many problems related to agent/imap behaviour.
175
176         * gnus-art.el (gnus-article-copy-string): New command and key binding.
177
178         * gnus-html.el: Doc fix.
179
180 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
183         specifier-spec-list for Emacs 21.
184
185         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
186         glyph-width and glyph-height instead of display-graphic-p and
187         image-size; make avoidance of displaying small images work for XEmacs.
188
189         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
190         for XEmacs.
191
192         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
193         of symbol that holds plist data.
194         (gnus-process-plist): Remove plist of process after getting it.
195
196 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197
198         * message.el (message-generate-hashcash): Change default to
199         'opportunistic if hashcash is installed.
200
201         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
202         (gnus-html-put-image): Only call image-size once, since it's somewhat
203         time-consuming on remote X servers.
204
205 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
208         type on data, not a file name.
209
210         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
211         window-pixel-edges for Emacs 21.
212
213         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
214         decoded contents.
215         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
216
217 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
220         group line format, since it isn't very interesting.
221
222         * gnus-agent.el (gnus-agent-short-article),
223         (gnus-agent-long-article): Increase values for these two variables,
224         since most people are likely to have more network connection and
225         storage than before.
226
227         * gnus.el (gnus-refer-article-method): Change default to 'current.
228         When referring an article, the common behaviour is to refer it from the
229         current select method, not the native select method.  The chances of
230         the native select method having the message in question is rather slim
231         these days.
232
233         * gnus-sum.el (gnus-auto-select-subject): Change default to
234         `unseen-or-unread'.  I think it's likely that most people want to
235         select an unseen article over a previously seen, but unread one.
236
237         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
238         means that in the article buffer none of the minor mode elements will
239         be shown, usually, and this is not desirable in most cases.
240
241         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
242         that commands like `d' (and the like) go to the next line in the
243         buffer, instead of the next unread article.  I think this is the
244         behaviour that is most natural for most users.
245         (gnus-single-article-buffer): Change default to nil, so that people can
246         have as many article buffers open as they have summary buffer.  I think
247         this is the most natural way for the groups to behave.
248
249         * message.el (message-generate-new-buffers): Change default to
250         `unsent', so that all new message buffers start their names with the
251         string "*unsent", and it's easier to find the buffers if you move from
252         them.
253
254 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255
256         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
257         small. They're probably tracking images.
258         (gnus-html-wash-tags): Remove all <pre_int> place holders.
259         (gnus-html-rescale-image): Yet another try at getting the image sizing
260         right.
261
262         * nntp.el (nntp-request-set-mark): Refuse to do marks if
263         nntp-marks-file-name is nil.
264
265 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
266
267         * gnus-html.el (gnus-html-wash-tags)
268         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
269         Better logging.
270
271 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
274
275         * gnus-html.el (gnus-html-wash-tags): Check the value of
276         gnus-blocked-images in the summary buffer.
277
278 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
279
280         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
281
282 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
283
284         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
285         like "a", it seems like.
286         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
287         since it needs to be picked from the correct buffer.
288
289         * nnwfm.el: Removed.
290
291         * nnlistserv.el: Removed.
292
293 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
294
295         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
296         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
297
298 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * nnkiboze.el: Removed.
301
302         * nndb.el: Removed.
303
304         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
305         alt text.
306         (gnus-html-rescale-image): Try to get the rescaling logic right for
307         images that are just wide and not tall.
308
309         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
310         overshadow variable bindings.
311
312 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
313
314         * gnus-html.el (gnus-html-wash-tags)
315         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
316         extra logging.
317
318 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
321         (gnus-max-image-proportion): New variable.
322         (gnus-html-rescale-image): New function.
323         (gnus-html-put-image): Rescale images.
324
325 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
326
327         Fix up some byte-compiler warnings.
328         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
329         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
330         (gnus-article-fill-cited-article, gnus-article-hide-citation)
331         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
332         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
333         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
334         (gnus-group-update-group): Use save-excursion and with-current-buffer.
335
336 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * gnus-html.el (gnus-article-html): Decode contents by charset.
339
340 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
341
342         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
343         (gnus-html-frame-width, gnus-blocked-images)
344         * message.el (message-prune-recipient-rules): Add custom version.
345         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
346
347         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
348         functions.
349
350         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
351         gnus-process-get.
352
353 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
354
355         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
356         instead of lsub directly.
357
358 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
359
360         * nnwarchive.el: Removed.
361
362         * gnus-soup.el: Removed.
363
364         * nnsoup.el: Removed.
365
366         * nnultimate.el: Removed.
367
368         * gnus-html.el (gnus-blocked-images): New variable.
369
370         * message.el (message-prune-recipients): New function.
371         (message-prune-recipient-rules): New variable.
372
373         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
374         guess whether a long line is natural text or not.
375
376         * gnus-html.el (gnus-html-schedule-image-fetching): Use
377         gnus-process-plist and friends for compatibility.
378
379 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
380
381         * gnus-html.el: Require packages that define macros used in this file.
382         (gnus-article-mouse-face): Declare to silence byte-compiler.
383         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
384         process-get.
385         (gnus-html-put-image): Use plist-get to avoid getf.
386         (gnus-html-prefetch-images): Use with-current-buffer.
387
388 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * gnus-ems.el: Provide compatibility functions for
391         gnus-set-process-plist.
392
393         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
394         header-line-format for XEmacs 21.4.
395
396         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
397         * gnus.el (gnus-valid-select-methods)
398         * message.el (message-send-mail-partially-limit)
399         * mm-decode.el (mm-text-html-renderer)
400         * mml.el (mml-insert-mime-headers-always)
401         * smiley.el (smiley-regexp-alist): Bump custom version.
402
403 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * gnus-html.el: require mm-url.
406         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
407         with the url to `url'.
408         (gnus-html-wash-tags): Support cid: URLs/images.
409
410 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411
412         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
413         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
414         bindings, as they aren't useful at all. `w' is moved to `W w'.
415
416         * gnus-move.el: Removed file, since it doesn't really work.
417
418         * gnus-html.el (gnus-article-html): Tell w3m that the input is
419         UTF-8. This seems to fix problems with some German web feeds.
420
421         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
422         at the top so that the proper colours are applied.
423
424         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
425         don't have dots in their names.
426
427         * gnus-art.el (gnus-article-view-part): Doc fix.
428
429         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
430         XEmacs-compatible.
431         (gnus-html-put-image): Don't do images on non-graphic displays.
432
433         * nnslashdot.el: Removed this unused backend.
434
435         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
436         actions.
437         (gnus-undo-register-1): Revert last change.
438
439         * gnus-group.el (gnus-group-completing-read): Protect against not
440         having completion-styles bound.
441
442         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
443         make broken recipients happier.
444
445         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
446
447         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
448         point parameter.
449
450         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
451
452         * gnus-group.el (gnus-group-completing-read): Add 'substring to
453         completion-styles for group selection.
454
455 2009-02-04  Andreas Schwab  <schwab@suse.de>
456
457         * gnus-score.el (gnus-score-string): Fix regex for matching extra
458         headers and regexp-quote the match if necessary.
459
460 2009-03-24  Miles Bader  <miles@gnu.org>
461
462         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
463         the blinking smiley.
464
465 2009-03-24  Simon Josefsson  <simon@josefsson.org>
466
467         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
468         blink smiley.
469
470 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
471
472         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
473         where the dribbel file lives exists.
474
475         * message.el (message-send-mail-partially-limit): Change the default to
476         nil, since most people don't want this.
477
478         * mm-url.el (mm-url-decode-entities): Also decode entities like
479         &#x3212.
480
481 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
482
483         * gnus-sum.el (gnus-summary-idna-message):
484         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
485         Hyperlink urls in docstrings with URL `...'.
486
487 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
488
489         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
490         functions.
491
492 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
495         say what the mouseover text should be.
496
497         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
498         version of the mm-w3m-safe-url-regexp variable to only download images
499         in the groups where we want that to happen.
500
501         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
502
503         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
504         easier debugging.
505         (gnus-article-beginning-of-window): Add kludge to allow spacing past
506         big pictures in the article buffer.
507
508         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
509         gnus-article-html.
510         (mm-text-html-renderer): gnus-article-html needs curl in addition to
511         w3m.
512
513         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
514
515 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
518         which doesn't exist.
519
520         * message.el (message-inhibit-ecomplete): New variable to allow some
521         function to inhibit ecomplete address storage.
522         (message-resend): Disable ecomplete message storage when resending
523         messages.
524
525         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
526
527 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
530         Save excursion while copying, moving, and deleting articles in order to
531         prevent the cursor from jumping to unforeseen place.
532
533 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * lpath.el: No need to bind bookmark-current-buffer,
536         bookmark-yank-point and bookmark-make-record-function.
537
538 2010-08-17  Glenn Morris  <rgm@gnu.org>
539
540         * gnus-sync.el: Require gnus components whose functions are used.
541
542         * gnus-art.el (bookmark-make-record-function):
543         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
544         Declare for compiler.
545
546         * mm-url.el (mml-compute-boundary): Autoload.
547
548 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
551
552 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
553
554         Typo fix "hoo4a" -> "hook".
555
556         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
557
558 2010-08-14  Glenn Morris  <rgm@gnu.org>
559
560         * gnus-sync.el (gnus-sync): Fix defgroup version.
561
562 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
563
564         Doc fixes and keep unknown groups (ammended for nunion bug fix).
565
566         * gnus-sync.el: Fix docs.
567         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
568         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
569
570 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
571
572         Optimizations for gnus-sync.el.
573
574         * gnus-sync.el: Add docs about gnus-sync-backend
575         possibilities.
576         (gnus-sync-save): Remove unnecessary message.
577         (gnus-sync-read): Optimize and show what groups were skipped.
578
579 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
580
581         Minor bug fixes for gnus-sync.el.
582
583         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
584         read the sync on get-new-news.
585
586         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
587         quiet.
588
589         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
590
591 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
592
593         Make saving and restoring of hidden threads work with overlays.
594         Patch applied by Ted Zlatanov.
595
596         * gnus-sum.el (gnus-hidden-threads-configuration)
597         (gnus-restore-hidden-threads-configuration): Update to deal with text
598         properties, rather than searching for a magic character.
599
600 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
601
602         New gnus-sync.el library for synchronization of marks.
603
604         * gnus-sync.el: New library for synchronization of marks.
605
606         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
607         renamed from `gnus-registry-grep-in-list'.
608
609         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
610
611         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
612
613 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
614
615         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
616         determining charset of text fails.
617
618 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
619
620         * nnmail.el (nnmail-get-new-mail-1): Revert.
621
622         * nnml.el (nnml-active-number): Make sure names of newly created groups
623         in nnml-group-alist are encoded.
624
625 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
628         containing non-ASCII characters in active file for nnml back end.
629
630 2010-07-24  David Engster  <dengste@eml.cc>
631
632         * mml-smime.el (mml-smime-epg-verify): Also accept the older
633         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
634
635 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
636
637         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
638         tag (Bug#6654).
639
640 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
643         the article buffer, not the summary buffer.
644
645 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
646
647         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
648         Emacs 23 as well.
649
650 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
651
652         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
653         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
654
655 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
656
657         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
658         Patch applied by Karl Fogel.
659
660         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
661         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
662
663 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
664
665         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
666         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
667         C-w still not working correctly from Article buffers; Thierry's
668         patch to fix that will be applied after this.
669
670         * gnus-art.el (bookmark-make-record-function): New local variable.
671
672         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
673         article buffer.
674         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
675
676 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
677
678         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
679         on changes in bookmark.el.
680
681 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
684         `no-log' instead of message not to log prompt string.
685
686 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
687
688         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
689         the *other* type of HTML form submission.
690
691 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
692
693         * auth-source.el (auth-source-pick): If choice does not contain a
694         questioned keyword, set the check to t.
695
696 2010-06-12  Romain Francoise  <romain@orebokech.com>
697
698         * gnus-util.el (gnus-date-get-time): Move up before first use.
699
700 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
703         (gnus-article-edit-part): Bind it to make last part that is substituted
704         or deleted visible.
705         (gnus-mime-display-single): Buttonize part of which id equals to
706         gnus-mime-buttonized-part-id.
707
708 2010-06-10  Dan Christensen  <jdc@uwo.ca>
709
710         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
711         (gnus-dd-mmm): Use gnus-date-get-time.
712         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
713         simplify logic.
714         (gnus-summary-limit-to-age): Use gnus-date-get-time.
715         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
716
717 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
718
719         * auth-source.el (top): Autoload `secrets-list-collections',
720         `secrets-create-item', `secrets-delete-item'.
721         (auth-sources): Fix tag string.
722         (auth-get-source, auth-source-retrieve, auth-source-create)
723         (auth-source-delete): New defuns.
724         (auth-source-pick): Rewrite in order to avoid 2 passes.
725         (auth-source-forget-user-or-password): New parameter USERNAME.
726         (auth-source-user-or-password): New parameters CREATE-MISSING and
727         DELETE-EXISTING.  Retrieve password interactively, if needed.
728
729 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
730
731         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
732         deleting unused directories when gnus-expert-user is t.
733
734 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
737         for each temp file when gnus-article-browse-delete-temp is ask.
738
739 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
740
741         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
742         Lisp calls to delete-backward-char by calls to delete-char.
743
744 2010-05-20  Kevin Ryde  <user42@zip.com.au>
745
746         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
747
748 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
749
750         * password-cache.el (password-cache-remove): Fix docstring.
751
752 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
755         article unless decoding article to be saved.
756
757 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
760         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
761         generated within the mm-with-unibyte-current-buffer macro.
762
763 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
766         to nil when we're in a mml-preview buffer and no group is selected.
767
768 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
769
770         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
771         when catching the `C-g'.  Reported by "Leo".
772
773 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
774
775         * message.el (message-forward-make-body-plain)
776         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
777         multibyte-string-p.
778
779         * lpath.el: Revert.
780
781 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
782
783         * message.el (message-forward-make-body-mml): Assume original message
784         is multibyte string; error on unibyte.
785         (message-forward-make-body-plain): Ditto; don't add excessive newline
786         in body end.
787
788         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
789
790 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
791
792         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
793         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
794
795 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * mm-extern.el (mm-extern-url): Don't use
798         mm-with-unibyte-current-buffer.
799         (mm-extern-cache-contents): Use with-current-buffer instead of
800         save-excursion + set-buffer.
801
802 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * mm-util.el (mm-emacs-mule): Remove.
805
806 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
807
808         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
809         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
810         change.
811
812 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
815         bind the default value of enable-multibyte-characters to nil.
816
817 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * message.el (message-forward-make-body-plain)
820         (message-forward-make-body-mml):
821         Don't use mm-with-unibyte-current-buffer.
822
823 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
824
825         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
826
827 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
828
829         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
830         (Bug#5592).
831
832 2010-05-07  Julien Danjou  <julien@danjou.info>
833
834         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
835         it to mm-pipe-part.
836
837         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
838         it is given.
839
840 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * binhex.el (binhex-decode-region-internal)
843         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
844         (dns-query)
845         * nnweb.el (nnweb-gmane-search)
846         * pgg-parse.el (pgg-parse-armor)
847         * pgg.el (pgg-verify-region)
848         * sha1.el (sha1-string-external)
849         * uudecode.el (uudecode-decode-region-internal)
850         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
851         XEmacs.
852
853         * gnus-art.el (gnus-article-browse-html-parts)
854         * gnus-group.el (gnus-read-ephemeral-gmane-group)
855         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
856         make-temp-file.
857
858         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
859         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
860         compiling.
861
862         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
863         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
864         XEmacs when compiling.
865
866         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
867         gnus-pick-mode-off-hook for XEmacs when compiling.
868         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
869         gnus-binary-mode-off-hook for XEmacs when compiling.
870
871         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
872         nil if char-charset is not available.
873
874         * imap.el (imap-disable-multibyte)
875         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
876         macros.
877
878         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
879         instead of encode-coding-string.
880
881         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
882         'xemacs) instead of mm-emacs-mule to switch function definitions.
883         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
884
885         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
886         bind temporary-file-directory for XEmacs;
887         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
888         timer-set-function for XEmacs 21.4 and SXEmacs;
889         bind timer-list for XEmacs 21.4 and SXEmacs;
890         fbind char-charset and find-charset-region for non-Mule XEmacs;
891         fbind decode-coding-region, decode-coding-string, detect-coding-region,
892         encode-coding-region and encode-coding-string for XEmacs having no
893         file-coding feature.
894
895 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
896
897         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
898
899 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
902         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
903
904 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
905
906         * mm-util.el (mm-decompress-buffer): Use `delete-file';
907         alias `jka-compr-delete-temp-file' no longer exists.
908
909 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
910
911         Use define-minor-mode in Gnus where applicable.
912         * mml.el (mml-mode): Use define-minor-mode.
913         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
914         (gnus-undo-mode): Use define-minor-mode.
915         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
916         (gnus-dead-summary-mode): Use define-minor-mode.
917         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
918         Initialize in declaration.
919         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
920         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
921         (gnus-mailing-list-mode): Use define-minor-mode.
922         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
923         (gnus-draft-mode): Use define-minor-mode.
924         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
925         (gnus-dired-mode): Use define-minor-mode.
926
927 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
928
929         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
930         handles on recursive mml-to-mime translation and check them for
931         boundary delimiter collisions.  Reported by Greg Troxel.
932
933 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
936
937 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
938
939         * mm-util.el (mm-find-buffer-file-coding-system):
940         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
941
942 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
943
944         * message.el (message-generate-headers): Record insertion of optional
945         headers as well.  Otherwise the check to prevent repeated insertion of
946         optional headers is a no-op.
947
948 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
949
950         * smime.el: Don't mention CVS.
951
952         * nnrss.el (nnrss-fetch): Don't mention CVS.
953
954         * nnir.el: Don't mention CVS.
955
956 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
957
958         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
959
960 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * lpath.el: Fbind bookmark-default-handler,
963         bookmark-get-bookmark-record, bookmark-make-record-default,
964         bookmark-prop-get for Emacs <23 and XEmacs.
965
966 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
967
968         * gnus-sum.el: Add bookmark declarations to silence the compiler.
969         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
970         Use with-current-buffer to silence the byte-compiler.
971         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
972         bother to require `gnus'.
973         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
974
975 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
976
977         * gnus-sum.el (gnus-summary-bookmark-make-record)
978         (gnus-summary-bookmark-jump): New functions.
979         (gnus-summary-mode): Setup bookmark support.
980
981 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
982
983         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
984         if set.
985
986 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
989         gnus-article-browse-html-save-cid-image; make it work recursively for
990         forwarded messages as well.
991         (gnus-article-browse-html-parts): Work when prefix arg is given.
992         (gnus-article-browse-html-article): Doc fix.
993
994 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
995
996         * message.el (message-default-mail-headers):
997         (message-default-headers): Carry the value mail-default-headers over
998         into message-default-mail-headers, rather than message-default-headers.
999
1000 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1001
1002         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1003         charset.
1004
1005         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1006         charset into the <meta> tag when the article is encoded to utf-8.
1007
1008 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1011         directories as well.
1012         (gnus-article-browse-html-parts): Work for images that do not specify
1013         file names; delete temp directory when quitting; insert header at the
1014         right place; use file: scheme for image files.
1015
1016 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1017
1018         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1019         (gnus-article-browse-html-parts): Use it to make temporary cid image
1020         files in addition to html file so that browser may display them.
1021
1022 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1025
1026 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1027
1028         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1029
1030 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1031
1032         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1033         about Secret Service API sources.  Improve Customize options.
1034         (auth-source-pick): Change to accept any number of search parameters.
1035         Implement fallbacks iteratively, not recursively.  Add scoring on the
1036         second pass and sort by score.  Call Secret Service API when needed.
1037         (auth-source-user-or-password): Use it.  Call Secret Service API
1038         directly when needed to get the user name and the password.
1039
1040 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1041
1042         * message.el (message-interactive): Doc fix.
1043         (message-qmail-inject-args): Reflow.
1044         (message-kill-to-signature): Fix typo in docstring.
1045
1046         * smiley.el (smiley-buffer): Fix typo in docstring.
1047
1048 2010-03-24  Glenn Morris  <rgm@gnu.org>
1049
1050         * mail-source.el (gnus-message): Declare.
1051         (mail-source-delete-old-incoming): Require gnus-util.
1052
1053 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1056
1057         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1058
1059         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1060         password-cache's default if it is not bound.
1061         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1062         password-cache-expiry's default if it is not bound.
1063
1064         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1065         available in Emacs 21.
1066
1067         * lpath.el: Suppress compiler warnings for:
1068         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1069         XEmacs;
1070         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1071         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1072         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1073
1074 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1075
1076         * auth-source.el (auth-sources): Fix up definition so extra parameters
1077         are always inline.
1078
1079 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1080
1081         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1082         wasn't updated after mismatch.  Clear cached mailbox info correctly
1083         when uidvalidity changes.
1084         (nnimap-group-prefixed-name): New function to avoid some code
1085         duplication.
1086         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1087         (nnimap-request-group): Use it.
1088         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1089         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1090         with many imap folders.  This is done by caching the group status from
1091         the imap server persistently in a group parameter `imap-status'.  (This
1092         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1093         but not persistently, so every Gnus startup was still very slow.)
1094
1095 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1096
1097         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1098         delete the extra newline.  Otherwise editing of :string and :number
1099         types don't work.
1100
1101 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1102
1103         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1104         secrets.el dependency.
1105         (auth-sources): Add optional user name.  Add secrets.el configuration
1106         choice (unused right now).
1107
1108 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1109
1110         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1111         `gnus-registry-install-shortcuts' fill in the functions.
1112
1113         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1114         warnings.
1115         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1116         (gnus-registry-install-shortcuts): Populate and use it in a
1117         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1118
1119 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1120
1121         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1122         In-place substitutions for the group name encoding/decoding.
1123         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1124         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1125         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1126         (nnimap-update-unseen, nnimap-request-list)
1127         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1128         (nnimap-request-set-mark, nnimap-split-to-groups)
1129         (nnimap-split-articles, nnimap-request-newgroups)
1130         (nnimap-request-create-group, nnimap-request-accept-article)
1131         (nnimap-request-delete-group, nnimap-request-rename-group)
1132         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1133         `encoded-mbx' for consistency.
1134         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1135         variable `imap-current-mailbox'.
1136
1137         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1138         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1139
1140 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1141
1142         * pop3.el (pop3-display-message-size-flag): Display message size byte
1143         counts during POP3 download.
1144         (pop3-movemail): Use it.
1145         (pop3-list): Implement listing of available messages.
1146
1147 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1148
1149         * nnir.el (nnir-get-article-nov-override-function): New function to
1150         override the normal NOV retrieval.
1151         (nnir-retrieve-headers): Use it.
1152
1153 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1154
1155         * auth-source.el (netrc-machine-user-or-password): Autoload.
1156
1157 2010-03-19  Glenn Morris  <rgm@gnu.org>
1158
1159         Stop message.el from loading about 40 libraries it doesn't always need.
1160         The general approach is to autoload rather than require, and to
1161         require in the specific functions rather than the file.  (Bug#5642)
1162
1163         * gmm-utils.el: Don't require wid-edit.
1164         (widget-create-child-value, widget-convert, widget-default-get):
1165         Autoload.
1166
1167         * gnus-util.el: Don't require time-date, netrc.
1168         (message-fetch-field, gnus-group-name-decode): Declare rather than
1169         autoloading.
1170         (gnus-fetch-field): Require message.
1171         (gnus-decode-newsgroups): Require gnus-group.
1172
1173         * ietf-drums.el: Don't require time-date.
1174
1175         * message.el: Don't require hashcash, canlock, ecomplete.
1176         Do require mail-utils.  Require nnheader only when compiling.
1177         (smtpmail-default-smtp-server): Remove declaration.
1178         (message-send-mail-function): Check smtpmail-default-smtp-server
1179         is bound rather than requiring smtpmail.
1180         (message-auto-save-directory, message-insert-signature): Use
1181         expand-file-name rather than nnheader-concat.
1182         (nnheader-insert-file-contents): Autoload.
1183         (hashcash-wait-async): Declare.
1184         (message-send-mail): Only call gnus-setup-posting-charset if
1185         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1186         (message-send-mail-with-sendmail): Require sendmail.
1187         (canlock-password, canlock-password-for-verify): Declare.
1188         (message-canlock-password): Require canlock.
1189         (nnheader-get-report): Autoload.
1190         (gnus-setup-posting-charset): Declare.
1191         (message-send-news): Require gnus-msg.
1192         (message-make-references, message-make-in-reply-to): Use mail-header-id
1193         rather than the alias mail-header-message-id.
1194         (ecomplete-add-item, ecomplete-save): Declare.
1195         (message-put-addresses-in-ecomplete): Require ecomplete.
1196         (ecomplete-display-matches): Autoload.
1197
1198         * mm-decode.el: Don't require mailcap, gnus-util.
1199         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1200         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1201         Autoload.
1202         (mailcap-mime-extensions): Declare.
1203
1204         * mm-encode.el: Don't require mailcap.
1205         (mailcap-extension-to-mime): Autoload.
1206
1207         * mml-sec.el: Don't require password-cache.
1208
1209         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1210         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1211         (mml-minibuffer-read-type): Require mailcap.
1212         (mml-preview): Require gnus-msg.
1213
1214         * mml1991.el: Require password-cache.
1215         (password-cache-expiry): Remove declaration.
1216
1217         * mml2015.el: Require password-cache.
1218         (password-cache-expiry): Remove declaration.
1219
1220         * nneething.el (mailcap): Require mailcap.
1221
1222         * nnheader.el (declare-function): Add compatibility stub.
1223         (message-remove-header): Declare rather than autoload.
1224         (nnheader-replace-header): Require message.
1225
1226         * nnimap.el (declare-function): Add compatibility stub.
1227         (netrc-parse, netrc-machine-user-or-password): Declare.
1228         (nnimap-open-connection): Require netrc.
1229
1230         * nntp.el (declare-function): Add compatibility stub.
1231         (netrc-parse, netrc-machine, netrc-get): Declare.
1232         (nntp-send-authinfo): Require netrc.
1233
1234         * rfc2047.el: Don't require qp.
1235         (quoted-printable-encode-region, quoted-printable-decode-string):
1236         Autoload.
1237
1238         * sieve-mode.el: Don't require easymenu.
1239         (easy-menu-add-item): Autoload it.
1240
1241         * spam-stat.el (time-to-number-of-days): Autoload it.
1242
1243 2010-03-19  Glenn Morris  <rgm@gnu.org>
1244
1245         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1246
1247 2010-03-18  Glenn Morris  <rgm@gnu.org>
1248
1249         * hashcash.el (declare-function): Remove duplicate definition.
1250
1251 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1252
1253         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1254         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1255         value if any backslash escapes).
1256
1257 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1260         if it is available.  (bug#5647)
1261
1262         * lpath.el: Suppress compiler warning for coding-system-from-name for
1263         Emacs 21 and XEmacs.
1264
1265 2010-03-14  Juri Linkov  <juri@jurta.org>
1266
1267         * hmac-def.el:
1268         * hmac-md5.el:
1269         * netrc.el: Fix keywords.
1270
1271 2010-02-26  Glenn Morris  <rgm@gnu.org>
1272
1273         * message.el (message-send-mail-function): Change the default, so that
1274         it inherits from a customized send-mail-function.  (Bug#5643)
1275
1276 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1277
1278         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1279         shell-command-to-string signals an error (bug#5299).
1280
1281 2010-02-24  Glenn Morris  <rgm@gnu.org>
1282
1283         * message.el (message-smtpmail-send-it)
1284         (message-send-mail-with-mailclient): Doc fixes.
1285
1286 2010-02-16  Glenn Morris  <rgm@gnu.org>
1287
1288         * message.el (message-default-mail-headers): Change the default value
1289         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1290
1291 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1294         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1295
1296 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1297
1298         * time-date.el (date-to-time): Doc fix (Bug#5408).
1299
1300 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1301
1302         * message.el (message-mail): Just pass yank-action on to message-setup.
1303         (message-setup): Handle (FUN . ARGS) form of yank-action.
1304         (message-with-reply-buffer, message-widen-reply)
1305         (message-yank-original): Handle non-buffer values of
1306         message-reply-buffer (Bug#4080).
1307         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1308
1309 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1310
1311         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1312         Fix typo in docstring.
1313
1314 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1315
1316         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1317         response.
1318
1319 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1322
1323         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1324
1325         * message.el (message-check-news-header-syntax): Protect against a
1326         string that `rfc822-addresses' returns when parsing fails.
1327
1328 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1329
1330         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1331         (gnus-previous-char-property-change): New functions.
1332
1333         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1334
1335 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1336
1337         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1338         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1339
1340 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1341
1342         * message.el (message-exchange-point-and-mark): Rework last change to
1343         avoid using optional arg of exchange-point-and-mark, for backward
1344         compatibility.
1345
1346 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1347
1348         * message.el (message-exchange-point-and-mark): Call
1349         exchange-point-and-mark with an argument rather than setting
1350         mark-active by hand (Bug#5175).
1351
1352 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * nntp.el (nntp-service-to-port): Work for service expressed with
1355         numeric string; replace [:digit:] with [0-9] for XEmacs.
1356
1357 2009-12-17  Glenn Morris  <rgm@gnu.org>
1358
1359         * gnus-group.el (gnus-bug-group-download-format-alist):
1360         Change emacs entry to debbugs.gnu.org.  Bump :version.
1361
1362 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1363
1364         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1365
1366 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1367
1368         * message.el (message-info): Explain why we use `Info-goto-node'.
1369
1370 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1373
1374 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1375
1376         * message.el (message-completion-in-region): New compatibility function.
1377         (message-expand-group): Use it.
1378
1379 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1382         with no unread article should be listed if the 2nd arg `predicate' is
1383         given.
1384
1385 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1388
1389 2009-11-29  Juri Linkov  <juri@jurta.org>
1390
1391         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1392         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1393         on `gnus-recenter'. (Bug#4698, Bug#4981)
1394
1395 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1396
1397         * sha1.el (sha1-string-external): default-directory "/" in case
1398         otherwise non-existent.  process-connection-type pipe for touch of
1399         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1400
1401 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1402
1403         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1404         it's comms related and sgml-mode.el has "comm" on that basis too.
1405
1406 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1409         containing tspecial characters if they have been already quoted.
1410
1411 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1412
1413         * dns-mode.el (auto-mode-alist): Purecopy string.
1414
1415 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1416
1417         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1418
1419 2009-10-24  Glenn Morris  <rgm@gnu.org>
1420
1421         * gnus-art.el (help-xref-stack-item): Define for compiler.
1422
1423 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1424
1425         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1426
1427 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1428
1429         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1430
1431 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1434         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1435
1436 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1439         (gnus-overlays-in): New alias to overlays-in.
1440
1441         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1442         gnus-overlay-get, and gnus-delete-overlay.
1443         (gnus-summary-show-thread): Make it work as well for systems in which
1444         next-single-char-property-change is not available.
1445         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1446
1447         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1448         (gnus-overlay-get): New alias to extent-property.
1449         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1450
1451         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1452         SXEmacs.
1453
1454         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1455         SXEmacs.
1456
1457 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1458
1459         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1460
1461 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1462
1463         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1464         and XEmacs that don't have `remove-overlays'.
1465
1466 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1467
1468         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1469         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1470         selective display.  Use overlays instead.
1471
1472 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1473
1474         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1475
1476 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1477
1478         * spam-stat.el (spam-stat-load): Fix typo in message.
1479
1480 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1481
1482         * dig.el (dig-invoke): Fix typo in docstring.
1483         (query-dig): Reflow docstring.
1484
1485 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1486
1487         * gnus-art.el (gnus-article-encrypt-body):
1488         * message.el (message-check-recipients):
1489         * mm-util.el (mm-codepage-setup):
1490         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1491         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1492
1493 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1494
1495         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1496         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1497         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1498         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1499         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1500
1501 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1502
1503         * dig.el: Add "Keywords: comm", as per net-utils.el.
1504
1505 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1506
1507         * dig.el (dig-mode): Use define-derived-mode.
1508
1509 2009-09-19  Glenn Morris  <rgm@gnu.org>
1510
1511         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1512
1513 2009-09-18  Glenn Morris  <rgm@gnu.org>
1514
1515         * gnus-diary.el (gnus-diary-check-message):
1516         * message.el (message-insert-formatted-citation-line):
1517         * nnbabyl.el (top-level):
1518         * nndiary.el (nndiary-schedule):
1519         Fix typos in condition-case handlers.
1520
1521 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1524         configuration that provides the sole article window in a frame;
1525         position point correctly after deleting a part.
1526
1527 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1528
1529         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1530         (spam-resolve-registrations-routine): Use it to unregister articles
1531         that change status.
1532
1533 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1536         with XEmacs.
1537         (parse-time-string-chars): Use it.
1538
1539 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1540
1541         * imap.el (imap-interactive-login): Better messages.
1542         (imap-open): Fix bug with renamed buffer on reconnect.
1543         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1544         for easier debugging and cleaner code.  On successful (guessed based on
1545         server capabilities) secondary authentication, set imap-state
1546         correctly.
1547         (imap-last-authenticator): Define imap-last-authenticator as a variable
1548         to avoid warnings.
1549
1550 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1551
1552         * nnrss.el (nnrss-request-article): Remove binding of
1553         default-enable-multibyte-characters that has gotten needless by
1554         the 2007-07-13 change in rfc2047-encode-message-header.
1555
1556         * mml.el (mml-insert-multipart): Error on the message header.
1557         (mml-insert-part): Error on the message header; position point at
1558         the end of a MIME tag.
1559
1560 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1561
1562         * time-date.el (autoload): Expand define-obsolete-function-alias into
1563         defalias and make-obsolete for old Emacsen that Gnus supports.
1564         (with-no-warnings): Define it for old Emacsen.
1565         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1566         is available.
1567         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1568         float-time is available; suppress compile warning for time-to-seconds.
1569
1570         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1571         (gnus-float-time): Alias to float-time if it exists.
1572
1573         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1574         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1575         float-time is available; suppress compile warning for time-to-seconds.
1576
1577         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1578         XEmacs.
1579
1580 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1581
1582         * imap.el (imap-message-map): Docstring fix.
1583
1584 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1587         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1588         Add the optional argument `encoding' that overrides the default.
1589
1590         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1591         mm-encode-buffer.
1592
1593 2009-09-04  Glenn Morris  <rgm@gnu.org>
1594
1595         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1596         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1597         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1598         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1599         * mm-util.el (mm-with-unibyte-current-buffer)
1600         (mm-find-buffer-file-coding-system):
1601         * yenc.el (yenc-decode-region): Use default-value rather than
1602         default-enable-multibyte-characters.
1603
1604 2009-09-03  Glenn Morris  <rgm@gnu.org>
1605
1606         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1607         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1608         than default-enable-multibyte-characters.
1609
1610 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1611
1612         * gnus-art.el (gnus-article-read-summary-keys):
1613         Fix gnus-buffer-configuration's value temporarily used.
1614
1615 2009-09-02  Glenn Morris  <rgm@gnu.org>
1616
1617         * gnus-util.el (gnus-float-time): New function.
1618         * gnus-delay.el (gnus-delay-article):
1619         * gnus-sum.el (gnus-thread-latest-date):
1620         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1621         * nnspool.el (nnspool-request-newgroups):
1622         Use gnus-float-time rather than time-to-seconds.
1623         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1624
1625         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1626         (gnus-header-subject-face, gnus-header-newsgroups-face)
1627         (gnus-header-name-face, gnus-header-content-face):
1628         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1629         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1630         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1631         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1632         (gnus-cite-face-11):
1633         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1634         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1635         (gnus-server-closed-face, gnus-server-denied-face)
1636         (gnus-server-offline-face):
1637         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1638         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1639         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1640         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1641         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1642         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1643         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1644         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1645         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1646         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1647         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1648         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1649         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1650         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1651         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1652         (gnus-summary-high-undownloaded-face)
1653         (gnus-summary-low-undownloaded-face)
1654         (gnus-summary-normal-undownloaded-face)
1655         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1656         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1657         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1658         (gnus-splash-face):
1659         * message.el (message-header-to-face, message-header-cc-face)
1660         (message-header-subject-face, message-header-newsgroups-face)
1661         (message-header-other-face, message-header-name-face)
1662         (message-header-xheader-face, message-separator-face)
1663         (message-cited-text-face, message-mml-face):
1664         * sieve-mode.el (sieve-control-commands-face)
1665         (sieve-action-commands-face, sieve-test-commands-face)
1666         (sieve-tagged-arguments-face):
1667         * spam.el (spam-face):
1668         Mark face aliases with "-face" in the name as obsolete.
1669
1670 2009-09-01  Glenn Morris  <rgm@gnu.org>
1671
1672         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1673         than goto-line.
1674
1675 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1678         Don't move point if the command is invoked inside the message header.
1679
1680 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1681
1682         * imap.el (imap-send-command): Simplify.
1683         (imap-wait-for-tag): point-max -> buffer-size.
1684
1685 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1686
1687         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1688         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1689         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1690         * nnir.el (nnir-swish-e-index-file):
1691         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1692         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1693         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1694         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1695         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1696         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1697
1698 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1701         Don't save excursion.
1702
1703 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1704
1705         * nnheader.el (nnheader-find-file-noselect):
1706         * mm-util.el (mm-insert-file-contents):
1707         Use (default-value 'major-mode) instead of default-major-mode.
1708
1709 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1710
1711         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1712
1713 2009-08-26  Glenn Morris  <rgm@gnu.org>
1714
1715         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1716         than placing in files.el.
1717
1718 2009-08-25  Glenn Morris  <rgm@gnu.org>
1719
1720         * nnir.el (top-level): Don't require cl at run-time.
1721         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1722         Replace cl-function substitute with gnus-replace-in-string.
1723         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1724         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1725         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1726         simplified expansions.
1727
1728 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1729
1730         * dig.el (dig): Add autoload cookie.
1731
1732 2009-08-22  Glenn Morris  <rgm@gnu.org>
1733
1734         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1735         goto-line.
1736
1737 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1738
1739         * parse-time.el (parse-time-string-chars): Save match data.
1740
1741 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1742
1743         * parse-time.el (parse-time-string-chars): Compute using character
1744         classes, to handle non-ascii characters (Bug#3190).
1745
1746 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1747
1748         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1749
1750         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1751         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1752         (gnus-mm-display-part, gnus-mime-display-single)
1753         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1754         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1755
1756         * gnus-sum.el
1757         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1758         (gnus-summary-move-article): Add expirable mark to articles copied or
1759         moved to group that has auto-expire turned on if the option is non-nil.
1760
1761 2009-07-24  Glenn Morris  <rgm@gnu.org>
1762
1763         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1764         Fix typo.  (Bug#3903)
1765
1766 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1769         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1770         that should not be used for draft articles.
1771         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1772         that has no concern in minor mode keys.
1773         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1774         Abolish.
1775
1776 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1779         article without making inquiry to a user for unknown encoding.
1780
1781         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1782         (nnmaildir--scan): Assume i-node and device number that file-attributes
1783         returns might be cons-cell.
1784
1785         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1786
1787         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1788
1789 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1790
1791         * auth-source.el: Remove docs now in auth.texi.  Don't use
1792         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1793         `auth-source-hide-passwords' and use them.
1794
1795 2009-07-15  Glenn Morris  <rgm@gnu.org>
1796
1797         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1798
1799 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1802         excessive whitespace from the default values of title and description.
1803
1804 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1807         mail-fetch-field to fetch Content-Description header in order to
1808         exclude newlines.
1809
1810 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1811
1812         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1813         format used by GnuPG 2.0.11.
1814
1815 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1818         to deleted part.
1819
1820 2009-05-30  David Engster  <dengste@eml.cc>
1821
1822         * nnmairix.el: Remove old documentation in the commentary block.
1823         (nnmairix-request-group): Do not update active file for nnml back ends.
1824         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1825         end so that overview files are ignored.
1826         (nnmairix-update-groups): Make updating the groups more robust by using
1827         marks.
1828         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1829         with dollar characters in message-id.
1830
1831 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1832
1833         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1834         2008-12-25 in dns.el.
1835
1836 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1837
1838         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1839         could happen if the text is only composed of spaces and/or tabs.
1840
1841 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1842
1843         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1844         when sending a queued message to avoid extra mml tags.
1845
1846 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1847
1848         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1849
1850 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1853         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1854         rmail-toggle-header for XEmacs;
1855         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1856
1857 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * gnus-dired.el: Remove autoload for gnus-setup-message.
1860         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1861         displaying Gnus logo; always use compose-mail.
1862
1863 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1866
1867 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1870         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1871         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1872         available.
1873         (gnus-nocem-epg-verify): New function.
1874
1875 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1876
1877         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1878
1879 2009-02-15  Glenn Morris  <rgm@gnu.org>
1880
1881         * gnus-util.el (rmail-insert-rmail-file-header)
1882         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1883         autoloads.
1884         (rmail-default-rmail-file): Remove unnecessary declaration.
1885         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1886
1887 2009-02-14  Glenn Morris  <rgm@gnu.org>
1888
1889         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1890         variable (only used in gnus-util, which declares it anyway).
1891         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1892         which was only needed by gnus-art (changed to not use it any more).
1893         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1894         only used in gnus-util, which autoloads it itself.
1895         (rmail-update-summary): Fix autoload.
1896
1897         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1898         rather than rmail-output-to-rmail-file.
1899
1900 2009-02-07  Glenn Morris  <rgm@gnu.org>
1901
1902         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1903         autoload of function that no longer exists.
1904         (rmail-toggle-header): Declare.
1905         (message-forward-rmail-make-body): Handle mbox Rmail.
1906
1907 2009-01-31  Glenn Morris  <rgm@gnu.org>
1908
1909         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1910         2009-01-09 change.
1911
1912 2009-01-31  Dave Love  <fx@gnu.org>
1913
1914         * imap.el (imap-fetch-safe): Bind debug-on-error.
1915         (imap-debug): Add imap-fetch-safe.
1916
1917 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1918
1919         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1920         (auth-source-forget-all-cached): New convenience function.
1921         (auth-source-user-or-password): Accept list of modes or a single mode.
1922
1923         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1924         auth-source modes.
1925
1926         * netrc.el (netrc-machine-user-or-password): Use list of
1927         auth-source modes.
1928
1929         * nnimap.el (nnimap-open-connection): Use list of
1930         auth-source modes.
1931
1932         * nntp.el (nntp-send-authinfo): Use list of
1933         auth-source modes.
1934
1935 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1936
1937         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1938         now.
1939
1940 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1941
1942         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1943         coding system in XEmacs; add a workaround for XEmacs.
1944
1945         * lpath.el: Fbind coding-system-aliasee.
1946
1947 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1950         of current-language-environment.
1951
1952 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1953
1954         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1955         available at runtime.
1956
1957 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1960
1961 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1962
1963         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1964         the greatest positive fixnum value doesn't work under an XEmacs with
1965         bignum support; use the most-positive-fixnum constant instead,
1966         available since Emacs 21.1 with cl and XEmacs 21.1.
1967
1968 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1971         XEmacs gets not to work.
1972
1973 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * mm-util.el (mm-coding-system-priorities): Allow the value like
1976         "Japanese (UTF-8)" of current-language-environment.
1977
1978 2009-01-09  Glenn Morris  <rgm@gnu.org>
1979
1980         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1981         with last-command-event.
1982
1983 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1984
1985         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1986         in the doc string.
1987
1988         * message.el (message-fix-before-sending): Amend comment.
1989
1990 2009-01-08  Dave Love  <fx@gnu.org>
1991
1992         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1993
1994 2009-01-07  David Engster  <dengste@eml.cc>
1995
1996         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1997         simplified server definitions by converting it via
1998         gnus-server-to-method.
1999
2000 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2003         parameter's operands.
2004
2005 2009-01-06  David Engster  <dengste@eml.cc>
2006
2007         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2008         primary select method (for gnus-group-mark-article-as-read).
2009
2010 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2011
2012         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2013         `(gnus)Face', not `(gnus)X-Face'.
2014
2015 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * mm-util.el (mm-ucs-to-char): New function.
2018
2019         * mm-url.el (mm-url-decode-entities): Use it.
2020
2021         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2022         unicode-to-char.
2023
2024 2009-01-05  Dave Love  <fx@gnu.org>
2025
2026         * time-date.el: Require cl for `declare'.
2027
2028 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2029
2030         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2031         Dave Love.
2032
2033 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2034
2035         * message.el (message-fix-before-sending): Add `eight-bit' to
2036         illegible-text check.
2037
2038 2009-01-03  Michael Olson  <mwolson@gnu.org>
2039
2040         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2041         `headers' is nil.  This can occur if the IMAP server does not have
2042         permissions to read messages from a folder, but can write new messages
2043         to the folder.
2044         (nnimap-request-article-part): Do not insert `data' if it is nil.
2045
2046         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2047         characters which will confuse `read', so skip past them.
2048
2049 2009-01-01  Dave Love  <fx@gnu.org>
2050
2051         * imap.el (imap-string-to-integer): Fix typo.
2052         (imap-fetch-safe): New function.
2053         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2054
2055         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2056
2057         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2058         (imap-parse-greeting): Fix doc strings.
2059         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2060         (imap-parse-flag-list): Make messages unique.
2061         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2062
2063         * nnimap.el: Fix author email.
2064         (nnimap-split-rule): Add FIXME comment.
2065         (nnimap-debug): Fix doc string.
2066
2067 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2068
2069         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2070
2071 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2072
2073         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2074         nslookup if resolv.conf isn't available.
2075         (dns-query): Rename from query-dns.
2076         (dns-query-cached): Rename from query-dns-cached.
2077
2078 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2081         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2082         to check if those variables exist (first appeared in Emacs 18.50).
2083
2084 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * mm-util.el (mm-line-number-at-pos): New function.
2087
2088         * spam-report.el (spam-report-process-queue): Use it.
2089
2090 2008-12-24  David Engster  <dengste@eml.cc>
2091
2092         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2093         parameters that haven't existed as variables as buffer-local variables.
2094
2095 2008-12-23  Dave Love  <fx@gnu.org>
2096
2097         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2098         cadar.
2099
2100         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2101         imap-starttls-p.
2102         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2103
2104 2008-12-22  Dave Love  <fx@gnu.org>
2105
2106         * imap.el: Fix author email.  Doc fixes.
2107         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2108         reply.
2109
2110 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2111
2112         * spam-report.el (spam-report-gmane-max-requests): New constant.
2113         (spam-report-gmane-wait): New variable.
2114         (spam-report-gmane-ham, spam-report-gmane-spam)
2115         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2116         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2117         the server.
2118
2119         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2120         Add explanations.
2121
2122         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2123         nnheader-accept-process-output and nnheader-read-timeout if available.
2124         (pop3-movemail): Use it.
2125
2126         * message.el (message-check-news-body-syntax): Fix signature check if
2127         there's an attachment.
2128
2129 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * mm-util.el: Add comments to the mm- emulating functions.
2132
2133 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2134
2135         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2136         by Stephen Berman <stephen.berman@gmx.net>.
2137
2138 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * mm-util.el (mm-substring-no-properties): New function.
2141         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2142         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2143         (mm-string-to-multibyte): Doc fix.
2144
2145         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2146
2147 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2148
2149         * mml.el (mml-attach-file): Strip text properties from file name.
2150         (Bug#1574)
2151
2152 2008-12-16  Glenn Morris  <rgm@gnu.org>
2153
2154         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2155
2156 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2159         knows since the charset specified might be a bogus alias that
2160         mm-charset-synonym-alist provides.
2161
2162 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2163
2164         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2165         "ISO_8859-1".
2166
2167         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2168
2169 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * mm-util.el (mm-charset-eval-alist):
2172         Define it before mm-charset-to-coding-system.
2173         (mm-charset-to-coding-system): Add optional argument `silent';
2174         define it before mm-charset-override-alist.
2175         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2176         default value if it can be used in Emacs currently running;
2177         silence mm-charset-to-coding-system.
2178
2179 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2182         `allow-override' which says whether to use `mm-charset-override-alist'.
2183         (rfc2047-decode-encoded-words): Use it.
2184
2185         * mm-util.el (mm-charset-override-alist): Fix custom type;
2186         add `(gb2312 . gbk)' to choices.
2187
2188 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2191         fast.
2192
2193         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2194
2195         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2196
2197 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2198
2199         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2200         on links.
2201
2202         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2203
2204 2008-12-03  Lute Kamstra  <lute@gnu.org>
2205
2206         * sha1.el: Remove leading * from docstrings of defcustoms,
2207         deffaces, defconsts and defuns.
2208
2209 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2212         users' addresses that don't have domain parts.
2213         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2214         rather than message-narrow-to-head since there will be the message
2215         header separator.
2216
2217 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2218
2219         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2220         since the result is inserted in a unibyte buffer anyway.
2221         (nnimap-demule-use-string-to-multibyte): Remove.
2222         (nnimap-demule): Alias it to mm-string-to-multibyte.
2223
2224 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2225
2226         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2227         variable for debugging bug#464 and bug#1174.
2228         (nnimap-demule): Use it.
2229
2230 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2231
2232         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2233         score calculation correctly.
2234
2235 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2236
2237         * message.el (message-send-mail): Just set the buffer to unibyte
2238         rather than use mm-with-unibyte-current-buffer which does a lot more.
2239         (message-send-mail-partially): Don't bother with
2240         mm-with-unibyte-current-buffer since it's already been made unibyte by
2241         message-send-mail.
2242
2243 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2244
2245         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2246
2247 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2248
2249         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2250
2251 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2254         require itself and to remove `with-no-warnings'.
2255
2256 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2257
2258         * starttls.el (starttls-any-program-available): Get the name of the
2259         available TLS layer program.
2260         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2261         well as the host name in the "opening" message.
2262
2263         * auth-source.el (auth-source-cache, auth-source-do-cache)
2264         (auth-source-user-or-password): Cache passwords and logins by default,
2265         allow override with `auth-source-do-cache'.
2266         (auth-source-forget-user-or-password): Allow users to remove cache
2267         entries if needed.
2268
2269 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2270
2271         * md4.el (md4-buffer): Fix typo in docstring.
2272         (md4, md4-64): Doc fixes.
2273         (md4-pack-int32): Reflow docstring.
2274
2275 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2276
2277         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2278         condition-case to only the forward-sexp call.
2279
2280 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2281
2282         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2283         quotes contained.  Make it more robust regardless by an extra
2284         condition-case wrapper.
2285
2286 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2289
2290 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * nnml.el (nnml-request-expire-articles): Check if the function set to
2293         `nnmail-expiry-target' returns the symbol `delete'.
2294
2295         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2296
2297         * nnmail.el (nnmail-expiry-target): Fix custom type.
2298
2299 2008-10-02  Glenn Morris  <rgm@gnu.org>
2300
2301         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2302         Silence compiler warning.
2303
2304 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2305
2306         * tls.el (open-tls-stream): Show the actual command being
2307         executed, instead of the format string.
2308
2309 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * lpath.el: Fbind codepage-setup for Emacs 23.
2312
2313 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2314
2315         * mml.el (mml-menu): Don't assume mml2015 is bound.
2316
2317 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2320         exists.
2321
2322 2008-09-27  Glenn Morris  <rgm@gnu.org>
2323
2324         * gnus-util.el (mail-header-remove-comments): Autoload it.
2325
2326 2008-09-27  Andreas Schwab  <schwab@suse.de>
2327
2328         * gnus-util.el (gnus-split-references): Strip comments.
2329         (gnus-parent-id): Likewise.
2330
2331 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2332
2333         * message.el (message-confirm-send): Fix version.
2334
2335 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2336
2337         * message.el (message-idna-to-ascii-rhs-1): Use
2338         mail-extract-address-components rather than mail-header-parse-addresses
2339         that is an alias by default to ietf-drums-parse-addresses that does not
2340         support non-ASCII names in headers' contents.
2341
2342 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2343
2344         * message.el (message-confirm-send): Fixed variable documentation to
2345         avoid the "y/n" wording.
2346
2347 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2348
2349         * message.el (message-set-auto-save-file-name): Save to a different
2350         filename so multiple messages (especially drafts) can be recovered.
2351
2352 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2353
2354         * message.el (message-confirm-send): Add appropriate version.
2355
2356 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2357
2358         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2359         defvar.
2360
2361 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2362
2363         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2364         (mm-pkcs7-enveloped-magic): Ditto.
2365
2366 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2367
2368         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2369         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2370
2371 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2372
2373         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2374         default, it's better.
2375
2376 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2377
2378         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2379         summary line gnus-number property and ignore them (with a warning
2380         message).
2381
2382 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2385         macro caddr in the interactive form since it won't be expanded.
2386
2387 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2390         `charset'; fix name of function called recursively.
2391         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2392
2393 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2396         (gnus-mime-set-charset-parameters): New function.
2397         (gnus-mime-view-part-as-charset): Use it to correctly display part
2398         specifying wrong charset.
2399
2400 2008-09-08  David Engster  <dengste@eml.cc>
2401
2402         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2403         in completing-read for back end server.
2404
2405 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2406
2407         * message.el (message-confirm-send): New variable to confirm sending a
2408         message.
2409         (message-send): Use it.
2410
2411 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2412
2413         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2414
2415 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2418
2419 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2420
2421         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2422         prevent tracking too many groups.
2423         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2424         Use it.
2425
2426 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2427
2428         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2429         moving point to the bottom of the window in order to avoid recentering.
2430
2431 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2434
2435         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2436         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2437         (gnus-article-beginning-of-window): Fix calculation.
2438
2439 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * gnus-msg.el (gnus-summary-supersede-article)
2442         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2443         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2444         message header.
2445
2446 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2447
2448         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2449         pending output coming after the status change.
2450
2451 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2452
2453         * message.el:
2454         * gnus-start.el:
2455         * gnus-registry.el: Remove VMS support.
2456
2457 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2460         macro.
2461         (rfc2104-hash): Use it.
2462
2463 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2464
2465         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2466         (gnus-summary-sort-by-most-recent-date): New commands.
2467         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2468         and menu entries.
2469
2470 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2471
2472         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2473         don't redisplay article for raw contents; remove plural articles stuff.
2474
2475         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2476         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2477         on gnus-summary-save-article; display results properly.
2478
2479 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2480
2481         * lpath.el: No need to fbind ns-focus-frame.
2482
2483 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2486
2487 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2490         gnus-save-all-headers.
2491
2492 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2493
2494         * gnus-util.el (ns-focus-frame): Remove declaration.
2495         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2496         like x.
2497
2498 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2499
2500         * rfc2104.el (rfc2104-zero): Delete defconst.
2501         (rfc2104-hex-alist): Likewise.
2502         (rfc2104-hex-to-int): Delete func.
2503         (rfc2104-hexstring-to-bitstring): Likewise.
2504         (rfc2104-nybbles): New defconst.
2505         (rfc2104-hash): Rewrite for speed.
2506
2507 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * tls.el (open-tls-stream): Make it work with the 2nd argument
2510         BUFFER that is a string but does not exist as a buffer object, as
2511         mentioned in the doc-string.
2512
2513 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2516         SXEmacs.
2517
2518 2008-07-16  Glenn Morris  <rgm@gnu.org>
2519
2520         * gnus-util.el (ns-focus-frame): Declare for compiler.
2521
2522 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2525         set as a group parameter.
2526         (gnus-summary-save-in-pipe): Work when it is called independently.
2527         (gnus-summary-pipe-to-muttprint): Don't modify
2528         gnus-summary-pipe-output-default-command.
2529
2530 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2531
2532         * message.el (message-send-mail-with-sendmail):
2533         Display the error message.
2534
2535 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * gnus-art.el (gnus-default-article-saver):
2538         Add gnus-summary-save-in-pipe to choices.
2539         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2540         gnus-summary-pipe-output-default-command as the default command.
2541         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2542         instead of gnus-last-shell-command.
2543
2544         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2545         New user option.
2546         (gnus-summary-muttprint-program): Mention the value will be changed.
2547         (gnus-summary-save-article): Force showing of all headers.
2548         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2549
2550 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2551
2552         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2553
2554 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2555
2556         * nnimap.el (nnimap-id):
2557         * sieve-manage.el (sieve-manage-open): Doc fixes.
2558
2559 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2560
2561         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2562         if available.
2563
2564 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2565
2566         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2567
2568         * nnkiboze.el (nnkiboze-generate-group):
2569         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2570
2571         * nnmairix.el: Require CL.
2572
2573 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * dgnushack.el: Autoload get-display-table and put-display-table for
2576         XEmacs 21.5.
2577
2578         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2579         21.4 and SXEmacs.
2580
2581 2008-06-15  David Engster  <dengste@eml.cc>
2582
2583         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2584
2585 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2586
2587         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2588         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2589         runtime choice under XEmacs.
2590
2591         * gnus-sum.el (gnus-summary-set-display-table):
2592         Use `gnus-put-display-table', `gnus-get-display-table',
2593         `gnus-set-display-table' for the display table, instead of `aset'.
2594
2595         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2596         Use `gnus-put-display-table', `gnus-get-display-table',
2597         `gnus-set-display-table' for the display table.
2598
2599 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2600
2601         * nnmairix.el: Add autoloads.
2602
2603 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2604
2605         * nnmairix.el (nnmairix-delete-recreate-group)
2606         (nnmairix-update-and-clear-marks): Fix error messages.
2607
2608 2008-06-14  David Engster  <dengste@eml.cc>
2609
2610         * nnmairix.el: Upgrade to version 0.6.
2611         (nnmairix-group-toggle-propmarks-this-group)
2612         (nnmairix-group-toggle-readmarks-this-group)
2613         (nnmairix-group-delete-recreate-this-group)
2614         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2615         (nnmairix-remove-tick-mark-original-article): New commands.
2616         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2617         (nnmairix-propagate-marks-to-nnmairix-groups)
2618         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2619         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2620         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2621         functions needed for marks propagation and manipulation of read marks.
2622         (nnmairix-update-groups): New function.
2623         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2624         (nnmairix-determine-original-group-from-registry)
2625         (nnmairix-determine-original-group-from-path)
2626         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2627         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2628         New helper functions.
2629         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2630         keystrokes for new commands.
2631         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2632         (nnmairix-request-group): Check allow-fast group parameter.
2633         (nnmairix-request-create-group): Set allow-fast group parameter if
2634         nnmairix-allowfast-default is set.
2635         (nnmairix-close-group): Propagate marks upon closing if needed.
2636         (nnmairix-group-toggle-threads-this-group): Use new.
2637         nnmairix-group-toggle-parameter helper function.
2638         (nnmairix-search): Better check for empty search result.
2639         (nnmairix-goto-original-article): Use new helper functions for
2640         determining original article.
2641         (nnmairix-show-original-article): Make sure message-id is in brackets.
2642         (nnmairix-call-mairix-binary): Change variable name.
2643         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2644         helper function.
2645         (nnmairix-widget-toggle-activate): Fix doc string.
2646
2647 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * nnir.el: Require edmacro when compiling with XEmacs.
2650         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2651         available in Emacs 21.
2652
2653 2008-06-11  Glenn Morris  <rgm@gnu.org>
2654
2655         * gnus-util.el (x-focus-frame):
2656         * gnus.el (image-size):
2657         * mm-decode.el (image-size): Declare.
2658
2659         * gnus-picon.el (declare-function): Add compat definition.
2660         (image-size): Declare.
2661
2662         * gnus-group.el (tool-bar-map):
2663         * gnus-sum.el (tool-bar-map): Define for compiler.
2664
2665         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2666
2667         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2668
2669         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2670         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2671         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2672         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2673         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2674         * sieve-manage.el, spam-report.el, spam.el:
2675         Remove unnecessary eval-and-compile of autoloads.
2676
2677 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2678
2679         * auth-source.el: Precise Tramp doc.
2680
2681 2008-06-07  Glenn Morris  <rgm@gnu.org>
2682
2683         * nnmairix.el: Remove unnecessary eval-when-compile.
2684
2685 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * lpath.el: Fbind propertize for XEmacs 21.4.
2688
2689 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2690
2691         * nnir.el: Move here from ../contrib.
2692
2693 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2694
2695         * gnus-util.el (gnus-read-shell-command): New function.
2696         * mm-decode.el (mm-pipe-part):
2697         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2698
2699 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2702
2703 2008-06-03  Glenn Morris  <rgm@gnu.org>
2704
2705         * pop3.el (nnheader-accept-process-output): Autoload it.
2706
2707 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2710         are not 2-digit hexadecimal characters that follow `%'s.
2711
2712 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2713
2714         * message.el (message-bogus-recipient-p): Fix type in doc string.
2715         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2716         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2717         Improve custom options.
2718         (message-bogus-recipient-p): Adjust accordingly.
2719
2720 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2721
2722         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2723         long-form month and day names.
2724
2725 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2726
2727         * dgnushack.el: Autoload debug, eudc-expand-inline and
2728         pgg-snarf-keys-region for XEmacs.
2729
2730         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2731
2732         * nnmairix.el: Require edmacro when compiling with XEmacs.
2733
2734 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2735
2736         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2737         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2738
2739 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2740
2741         * auth-source.el: Add more docs.
2742
2743         * netrc.el (netrc-machine): Always match if the port is not given.
2744
2745 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746
2747         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2748         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2749         retrieval faster in some cases, but might make CPU usage larger.  If
2750         this has any bad side effects, we might revert this change.
2751
2752         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2753         seems to make mail retrieval much, much faster.
2754         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2755         unconditionally.
2756
2757         * gnus-draft.el (gnus-group-send-queue): Bind
2758         message-send-mail-partially-limit to nil to avoid being prompted.
2759
2760 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2761
2762         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2763
2764         * message.el (message-bogus-address-regexp): Fix and improve custom
2765         type.
2766         (message-setup-hook): Add message-check-recipients as custom option.
2767
2768 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2769
2770         * message.el (message-cite-function): Remove bogus autoload which crept
2771         in during merge from v5-10.
2772
2773 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2774
2775         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2776
2777         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2778
2779         * auth-source.el: Preliminary Tramp docs.
2780         (auth-sources): Change the default auth-sources to use
2781         EPA .gpg files.
2782
2783 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2784
2785         * nntp.el: Autoload `auth-source-user-or-password'.
2786         (nntp-send-authinfo): Use it.
2787
2788         * nnimap.el: Autoload `auth-source-user-or-password'.
2789         (nnimap-open-connection): Use it.
2790
2791         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2792         for the gnus-message function.
2793         (auth-source-user-or-password): Use it.
2794
2795 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2796
2797         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2798         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2799         (rfc2104-hash): Use it.
2800
2801 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2802
2803         * gnus-art.el (gnus-article-toggle-truncate-lines):
2804         Don't use `iff' in docstring.
2805
2806 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2807
2808         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2809
2810         * gnus-util.el (gnus-extract-address-component-name)
2811         (gnus-extract-address-component-email): Convenience functions around
2812         `gnus-extract-address-components'.
2813
2814         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2815         Use `gnus-extract-address-component-email' to fix bug of comparing full
2816         sender name to `user-mail-address'.
2817
2818 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2819
2820         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2821         catch/throw to optimize.
2822         (gnus-registry-find-keywords): Just use member to find a keyword.
2823
2824 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2825
2826         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2827         is current before calling gnus-server-prepare.
2828         (gnus-server-setup-buffer, gnus-server-update-server)
2829         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2830
2831 2008-05-04  Juri Linkov  <juri@jurta.org>
2832
2833         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2834         (mailcap-file-default-commands): Use mailcap-replace-in-string
2835         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2836         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2837
2838 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2839
2840         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2841
2842 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2843
2844         * gnus.el: Bump version to 0.11.
2845
2846 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2847
2848         * gnus.el: No Gnus v0.10 is released.
2849
2850 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851
2852         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2853         hooks.
2854         (gnus-update-read-articles): Speed up non-marks-using users.
2855         (gnus-use-marks): Define gnus-use-marks.
2856         (gnus-propagate-marks): Rename variable to something more sensible.
2857
2858 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2859
2860         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2861         (gmm-image-load-path-for-library): Fix typos in docstrings.
2862         (gmm-message): Reflow docstring.
2863
2864 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2865
2866         * mail-source.el (mail-source-set-1, mail-source-bind):
2867         Move auth-source code out of the macro to clean it up and fix bugs.
2868
2869 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2870
2871         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2872         by sender if it's equal to user-mail-address, it's likely to be
2873         useless.
2874
2875         * mail-source.el (mail-source-bind): Don't use user or password if they
2876         are not bound.  Unintern them if they are nil.  Don't use server unless
2877         it's bound, and default it to empty string otherwise.
2878
2879 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2880
2881         * mail-source.el: Load auth-source.el.
2882         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2883         get user name or password, if auth-sources is set up.
2884
2885         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2886         strategy of splitting with parent.
2887         (gnus-registry-split-fancy-with-parent)
2888         (gnus-registry-post-process-groups): Use it and fix prior
2889         bug (returning a list as the split result).
2890
2891         * auth-source.el (auth-sources): Remove server parameter.
2892         (auth-source-pick, auth-source-user-or-password)
2893         (auth-source-user-or-password-imap)
2894         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2895         (auth-source-user-or-password-sftp)
2896         (auth-source-user-or-password-smtp): Remove server parameter.
2897
2898 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2899
2900         * smime.el (smime-sign-region, smime-encrypt-region)
2901         (smime-decrypt-region):
2902         Remove redundant calls to `generate-new-buffer-name'.
2903
2904 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2905
2906         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2907         Don't use QP for message/rfc822.
2908         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2909
2910 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2911
2912         * sieve-manage.el (sieve-string-bytes): Remove.
2913         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2914         correct byte-length only if the process's coding-system is the same as
2915         the one used internally by Emacs to represent strings.
2916
2917 2008-04-22  Juri Linkov  <juri@jurta.org>
2918
2919         * mailcap.el (mailcap-file-default-commands): New function.
2920
2921 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2922
2923         * message.el (message-signature-separator, message-cite-function):
2924         Change custom version.
2925
2926 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2927
2928         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2929         commands.
2930         (tls-checktrust): Ditto.
2931
2932 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2933
2934         * mm-decode.el (mm-display-external): Make temp file read-only.
2935
2936 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2937
2938         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2939         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2940         `C-c C-f d'.
2941
2942 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2943
2944         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2945
2946 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2947
2948         * gnus.el: Bump version to 0.9.
2949
2950 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2951
2952         * gnus.el: No Gnus v0.8 is released.
2953
2954 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2955
2956         * mail-source.el (mail-source-value):
2957         Prefer fboundp to functionp so it works with macros as well.
2958
2959 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2960
2961         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2962         Fix last change in case the element is not even a symbol.
2963
2964 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2965
2966         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2967         Prefer fboundp to functionp so it works with macros as well.
2968
2969 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2970
2971         * auth-source.el: Added docs.
2972         (auth-sources): Modify format to support server.
2973         (auth-source-pick, auth-source-user-or-password)
2974         (auth-source-user-or-password-imap)
2975         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2976         (auth-source-user-or-password-sftp)
2977         (auth-source-user-or-password-smtp): Add server parameter.
2978
2979 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2980
2981         * gnus-registry.el: Initialize the registry when gnus-registry-install
2982         is t.
2983
2984 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * compface.el (uncompface): Make buffer unibyte.
2987
2988 2008-04-05  Glenn Morris  <rgm@gnu.org>
2989
2990         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2991
2992 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2993
2994         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2995         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2996
2997         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2998         multibyteness after rather than before erasing it.
2999
3000         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3001         mm-with-multibyte.
3002         (gnus-request-article-this-buffer): Make sure the proper decoding is
3003         used if gnus-original-article-buffer happens to be unibyte.
3004
3005         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3006         default-enable-multibyte-characters.
3007
3008         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3009         default-enable-multibyte-characters.
3010
3011         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3012
3013         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3014
3015 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3016
3017         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3018         (imap-message-copyuid-1): Use it.
3019         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3020         J. Williams in
3021         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3022
3023         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3024         imap-enable-exchange-bug-workaround.
3025         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3026
3027 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3028
3029         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3030         a 100 byte status-checks into a 2-3MB transfer for each group.
3031         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3032         to enable bug workaround or not.
3033         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3034
3035 2008-03-31  Glenn Morris  <rgm@gnu.org>
3036
3037         * message.el (mml2015-use): Declare for compiler.
3038         (message-info): Require mml2015 when appropriate.
3039
3040 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3043         whitespace.
3044
3045 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3046
3047         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3048         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3049         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3050         (nntp-service-to-port): New function.
3051         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3052         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3053         (nntp-open-netcat-stream): New function.
3054         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3055
3056 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3057
3058         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3059
3060 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3061
3062         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3063
3064 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3065
3066         * dns.el (dns-write): Use set-buffer-multibyte.
3067
3068 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3069
3070         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3071
3072 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3073
3074         * message.el (message-signature-separator): Change default.
3075         Improve custom type.
3076         (message-cite-function): Change default to
3077         message-cite-original-without-signature.
3078
3079         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3080         toggle.
3081
3082         * message.el (message-check-news-body-syntax): Fix signature check.
3083         (message-setup-1): Mark buffer as unmodified _after_ running
3084         message-setup-hook and handling message-alternative-emails.
3085         (message-shorten-references): Be more strict when building list of
3086         valid references to comply with GNKSA.
3087
3088         * gnus-group.el (gnus-read-ephemeral-bug-group)
3089         (gnus-read-ephemeral-debian-bug-group)
3090         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3091
3092         * message.el (message-info): Don't use booleanp which isn't supported
3093         in Emacs 21 and XEmacs.
3094
3095 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3096
3097         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3098         gnus-group-gmane-group-download-format.
3099         (gnus-group-read-ephemeral-gmane-group): Rename from
3100         gnus-group-read-ephemeral-gmane-group.
3101         (gnus-read-ephemeral-gmane-group-url): Rename from
3102         gnus-group-read-ephemeral-gmane-group-url.
3103         (gnus-bug-group-download-format-alist): New variable.
3104         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3105         (gnus-read-ephemeral-emacs-bug-group): New commands.
3106
3107 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3108
3109         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3110         (gnus-visible-headers): Improve custom type.
3111
3112 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3113
3114         * mml.el (mml-menu): Add workarounds for XEmacs.
3115
3116         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3117         X-Boundary header.
3118
3119         * message.el (message-simplify-recipients): Fix previous commit.
3120
3121 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3122
3123         * mm-util.el (mm-set-buffer-multibyte): New function.
3124         * mm-decode.el (mm-copy-to-buffer): Use it.
3125
3126 2008-03-19  Glenn Morris  <rgm@gnu.org>
3127
3128         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3129         Accidentally removed in the sync process with Emacs.
3130
3131 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3132
3133         * message.el (message-alter-recipients-discard-bogus-full-name):
3134         New function.
3135         (message-alter-recipients-function): New variable.
3136         (message-get-reply-headers): Use it.
3137         (message-replace-header): New helper function.
3138         (message-recipients-without-full-name): New variable.
3139         (message-simplify-recipients): New command.
3140
3141         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3142
3143         * message.el (message-info): Handle EasyPG manual.
3144
3145         * mml.el (mml-menu): Add entry for EasyPG.
3146
3147 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3148
3149         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3150         parameter.
3151
3152         * message.el (message-disassociate-draft): Specify drafts group name
3153         fully.
3154
3155 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3156
3157         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3158         unnecessary duplicates from the match list.
3159
3160 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3163
3164         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3165
3166         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3167         args of `how-many' of which the XEmacs version doesn't take; declare
3168         Info-index-next as function.
3169
3170 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3171
3172         * gnus-score.el (gnus-score-headers): Fix handling of
3173         gnus-inhibit-slow-scoring.
3174
3175         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3176         string.
3177         (gnus-button-url-regexp): Improve handling of parenthesis.
3178         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3179         (gnus-button-handle-info-keystrokes): Handle index entries.
3180
3181 2008-03-15  Glenn Morris  <rgm@gnu.org>
3182
3183         * parse-time.el (parse-time-string): Simplify.
3184
3185 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3188         Incoming* files.
3189
3190 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3191
3192         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3193         (auth-source-pick): Use it.
3194
3195 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3196
3197         * binhex.el (binhex-decode-region-internal):
3198         * uudecode.el (uudecode-decode-region-internal):
3199         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3200         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3201         setting default-enable-multibyte-characters.
3202
3203 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3204
3205         * auth-source.el (auth-source-protocols)
3206         (auth-source-protocols-customize, auth-source-choices): Added and
3207         modified variable customizations and defaults.
3208         (auth-source-pick, auth-source-user-or-password)
3209         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3210         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3211         (auth-source-user-or-password-sftp)
3212         (auth-source-user-or-password-smtp): Use new variables and provide an
3213         interface to netrc.el.
3214
3215 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3218         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3219         Make sure the nntp port to specify is a string.
3220
3221 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3222
3223         * nntp.el: Use with-current-buffer.
3224         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3225         dubious mm-with-unibyte-current-buffer.
3226         (nntp-with-open-group-function): New function extracted from
3227         nntp-with-open-group macro.
3228         (nntp-with-open-group): Use the function, so it's easier to debug.
3229         Add indentation and debugging info.
3230         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3231         the use of the netcat alternatives.
3232
3233         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3234         Avoid mm-string-as-multibyte as well.
3235
3236         * nnweb.el (nnweb-insert-html):
3237         Remove use of nnheader-string-as-multibyte.
3238
3239         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3240         (nnheader-string-as-multibyte): Remove.
3241
3242         * mm-view.el: Use inhibit-read-only.
3243         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3244         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3245         or unibyte-string.
3246
3247         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3248         (mm-uu-yenc-extract): Use with-current-buffer.
3249
3250         * gnus-soup.el (gnus-soup-send-packet): Don't use
3251         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3252
3253         * nnmh.el: Use with-current-buffer.
3254         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3255         mm-string-as-multibyte on the output of mm-encode-coding-string.
3256
3257         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3258         (nnimap-request-move-article): Use with-current-buffer.
3259
3260         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3261         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3262         conversion uses string-make-unibyte rather than string-as-unibyte.
3263
3264         * gnus-msg.el: Use with-current-buffer.
3265
3266         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3267
3268 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3269
3270         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3271         string for caching if it is 'PIN.
3272
3273 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * lpath.el: Consider the case without Emacs/W3.
3276
3277 2008-03-08  Glenn Morris  <rgm@gnu.org>
3278
3279         * time-date.el (date-to-time, time-subtract, time-add)
3280         (safe-date-to-time): Doc fixes.
3281
3282 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3283
3284         * mail-source.el (mail-source-delete-old-incoming-confirm):
3285         Change default to nil.
3286         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3287
3288 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * lpath.el: Rearrange.
3291
3292         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3293         (gnus-article-goto-prev-page): Work for articles having ^L's.
3294
3295         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3296
3297         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3298
3299 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3300
3301         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3302         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3303         (gnus-bookmark-jump): Adjust some variable names.
3304
3305 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3306
3307         * auth-source.el: New package.
3308         (auth-source-choices): Add customization entry point variable.
3309
3310         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3311         bug.
3312
3313 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3314
3315         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3316         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3317         (gnus-registry-install-shortcuts): Rename from
3318         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3319         the `gnus-registry-mark-map' keymap dynamically from
3320         `gnus-registry-marks'.  The generated functions update the summary line
3321         when a registry mark is added or deleted, and will call
3322         `gnus-registry-install-p' (see the comments in the code).
3323         (gnus-registry-user-format-function-M): Use concat intelligently.
3324
3325         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3326         the registry mark functions.
3327
3328 2008-03-05  Glenn Morris  <rgm@gnu.org>
3329
3330         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3331         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3332         gnus-art.
3333         (top-level): No need to load own source when compiling.
3334
3335 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3336
3337         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3338         Suggested by <chris.anderton@zetnet.co.uk>.
3339
3340 2008-03-04  Glenn Morris  <rgm@gnu.org>
3341
3342         * gnus-sum.el (top-level): No need to require gnus when compiling,
3343         since unconditionally required near start of file.
3344         (gnus-summary-display-while-building): Move definition before use.
3345
3346 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3347
3348         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3349         formatting function.
3350
3351 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3352
3353         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3354         with plists.
3355         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3356         Use new format.
3357
3358 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3361         `where-is-internal' that returns a range of key sequences.
3362
3363 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3364
3365         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3366
3367         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3368         (gnus-summary-jump-to-group): Consider windows on other displayed
3369         frames as well.  Similar changes might be needed elsewhere, but that's
3370         the one I've bumped into during my use.
3371
3372         * nndoc.el (nndoc-oe-dbx-type-p):
3373         * gnus-msg.el (gnus-debug):
3374         * gnus-group.el (gnus-update-group-mark-positions):
3375         Use mm-string-to-multibyte.
3376
3377 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3378
3379         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3380         doesn't handle NotDashEscaped.
3381
3382         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3383         (mml-dnd-attach-options): Fix typo in custom choice.
3384
3385         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3386         nndoc-article-type to mbox.
3387         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3388
3389         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3390         to nil, instead of html2text.
3391
3392         * imap.el (imap-debug): Add `imap-ping-server'.
3393
3394         * gnus-bookmark.el: Add FIXMEs.
3395
3396         * message.el (message-form-letter-separator)
3397         (message-send-form-letter-delay): New variables.
3398         (message-send-form-letter): Use them.  New command to send form
3399         letters.  Requested by Uwe Siart.
3400         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3401
3402 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3403
3404         * Update copyright years.
3405
3406 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3407
3408         Sync from EMACS_22_BASE.
3409
3410         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3411
3412 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3413
3414         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3415         empty author.
3416
3417 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3418
3419         * gnus-registry.el (gnus-registry-marks): Add variable for
3420         customization of marks and their appearance.
3421         (gnus-registry-read-mark): Use it.
3422         (gnus-registry-do-marks): Add utility function to loop through
3423         `gnus-registry-marks'.
3424         (gnus-registry-install-shortcuts-and-menus): Add function to install
3425         shortcuts and menus.
3426         (gnus-registry-initialize): Use it.
3427         (gnus-registry-default-mark): Clarify documentation.
3428
3429 2008-02-29  Glenn Morris  <rgm@gnu.org>
3430
3431         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3432         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3433         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3434         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3435         Change defcustom :version from 23.0 to 23.1.
3436
3437 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3438
3439         * gnus-registry.el (gnus-registry-follow-group-p)
3440         (gnus-registry-post-process-groups): Add functions to aid registry
3441         splitting and improve logging.  Clarify behavior in function
3442         documentation.
3443         (gnus-registry-split-fancy-with-parent): Use them.
3444
3445 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3446
3447         * gnus-art.el: Use with-current-buffer.
3448
3449 2008-02-27  David Engster  <dengste@eml.cc>
3450
3451         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3452         Express real group name in the response.
3453
3454 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3457         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3458         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3459         autoload gnus-registry-fetch-group when compiling.
3460         (nnmairix-request-group-with-article-number-correction): Remove
3461         unreferenced argument passed to nnmairix-call-backend.
3462
3463 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3464
3465         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3466         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3467         Wilde.
3468
3469 2008-02-27  Glenn Morris  <rgm@gnu.org>
3470
3471         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3472         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3473         variables to defconsts.  Convert comments to doc-strings.
3474         (nnmairix-last-server, nnmairix-current-server): Convert from free
3475         variables to defvars.  Convert comments to doc-strings.
3476         (gnus-registry-fetch-group): Autoload.
3477         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3478         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3479         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3480         caddr.
3481         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3482         nnmairix-request-group-with-article-number-correction call.
3483         (nnmairix-fast, nnmairix-group): New, less general names, for free
3484         variables passed from nnmairix-request-group to
3485         nnmairix-request-group-with-article-number-correction.  Declare.
3486         (nnmairix-request-group-with-article-number-correction):
3487         Use nnmairix-fast, nnmairix-group rather than fast, group.
3488
3489 2008-02-26  David Engster  <dengste@eml.cc>
3490
3491         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3492         version 0.5.
3493
3494 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3495
3496         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3497         instead of making an extra function call.  Don't add the current group
3498         to articles only when they have the group.  Use
3499         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3500         Reported by David <de_bb@arcor.de>.
3501
3502 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3505         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3506
3507 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3508
3509         * mail-source.el (mail-source-delete-incoming): Change default.
3510         Supplement doc string.
3511
3512         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3513
3514 2008-02-14  Glenn Morris  <rgm@gnu.org>
3515
3516         * time-date.el (format-seconds): New function.
3517
3518 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3519
3520         * nnmail.el (nnmail-message-id-cache-file): Derive from
3521         `gnus-home-directory'.
3522
3523 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3524
3525         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3526         Document negative prefix.
3527
3528         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3529
3530 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3531
3532         * message.el (message-unsent-separator): Add the Exim bounce
3533         separator.
3534
3535 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3536
3537         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3538         list.
3539         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3540         recipient/signer list.
3541
3542 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * Makefile.in (datarootdir): Define.
3545         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3546         name that might contain whitespace.
3547
3548 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3549
3550         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3551         fbound (Emacs 23 unicode), signal an error.
3552
3553 2008-02-08  Glenn Morris  <rgm@gnu.org>
3554
3555         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3556
3557 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3558
3559         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3560         ports to the calls to `netrc-machine-user-or-password' in addition to
3561         "imap" and "imaps".
3562
3563 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3564
3565         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3566
3567         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3568
3569 2008-02-01  Kenichi Handa  <handa@m17n.org>
3570
3571         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3572         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3573         (rfc2104-hash): Convert the result of concat to unibyte string.
3574
3575 2008-02-01  Dave Love  <fx@gnu.org>
3576
3577         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3578         coding-system-for-read.
3579         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3580
3581 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3582
3583         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3584         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3585         <hanche@math.ntnu.no>.
3586
3587 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3590
3591         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3592
3593 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3594
3595         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3596         * message.el (message-beginning-of-line): Use featurep instead of bound
3597         tests in order to resolve conditionals at compile time.
3598
3599 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3600
3601         * mail-source.el (mail-sources): Add `group' choice.
3602
3603         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3604         parameter `in-group' to control into which group the articles go.
3605         Add treatment of `group' mail-source.
3606
3607 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3610
3611         * mm-decode.el (mm-dissect-buffer): Decode description.
3612
3613         * mml.el (mml-to-mime): Encode message header first.
3614
3615 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3618         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3619
3620         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3621         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3622
3623 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3624
3625         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3626
3627 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3630         prefix keys.
3631         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3632         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3633         gnus-xmas.el.
3634
3635         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3636         (gnus-xmas-article-describe-bindings): New function.
3637         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3638         gnus-xmas-article-describe-bindings.
3639
3640         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3641
3642 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3643
3644         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3645         Add new variables for article mark management.
3646         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3647         list of extra data entries which, when present, will indicate that the
3648         article ID should not be trimmed from the registry.
3649         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3650         functions.
3651         (gnus-registry-read-mark): New function to read a mark name from the
3652         user.
3653         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3654         (gnus-registry-set-article-mark-internal): New functions to add and
3655         remove marks.
3656         (gnus-registry-get-article-marks): New function to show the marks for
3657         an article, or retrieve them for further use.
3658
3659 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3662         keys when no argument is given.
3663
3664 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3665
3666         * imap.el (imap-ping-server): New variable.
3667         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3668         (imap-ping-server): Minor doc string fixes.
3669
3670 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3671
3672         * imap.el (imap-ping-server): New function.
3673         (imap-opened): Call imap-ping-server.
3674
3675 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3676
3677         * gnus-sum.el (gnus-article-sort-by-random)
3678         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3679         jidanni@jidanni.org.
3680
3681 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * gnus-art.el (gnus-article-describe-bindings): New function.
3684         (gnus-article-read-summary-keys): Use it.
3685         (gnus-article-mode-map): Bind `C-h b' to it.
3686
3687 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3690         XEmacs.
3691         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3692         against non-character events.
3693
3694         * lpath.el: Fbind map-keymap for Emacs 21.
3695
3696 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3697
3698         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3699         command.
3700         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3701         instead of END.  Change name of the temp file.
3702         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3703         customizable.
3704
3705 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3708         bind `S W' to gnus-article-wide-reply-with-original; set default
3709         binding to gnus-article-read-summary-send-keys.
3710         (gnus-article-read-summary-keys): Fix the order of keys; display
3711         continuation keys correctly in the echo area; describe bindings
3712         correctly when keys end with `C-h'.
3713         (gnus-article-read-summary-send-keys): New function.
3714         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3715         for gnus-article-read-summary-send-keys; display continuation keys
3716         correctly in the echo area.
3717         (gnus-article-reply-with-original): Ignore prefix argument.
3718         (gnus-article-wide-reply-with-original): New function.
3719
3720         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3721         Emacs 21.
3722
3723 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3726         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3727
3728 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3729
3730         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3731         (gnus-group-read-ephemeral-gmane-group): New command.
3732
3733 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3734
3735         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3736
3737 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3738
3739         * message.el (message-send-mail-function): Increase custom version.
3740
3741         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3742         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3743
3744 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3745
3746         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3747         for the cases where imap-authenticate is called with a nil buffer
3748         parameter.
3749
3750 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3753         html parts correctly; support forwarded messages.
3754         (gnus-article-browse-html-article): Remove work buffers.
3755
3756         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3757         compiling.
3758         (netrc-bound-and-true-p): New macro.
3759         (netrc-parse): Use it instead of bound-and-true-p that is not available
3760         in XEmacs 21.4.
3761
3762 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3763
3764         * gnus-registry.el (gnus-registry-mark-article)
3765         (gnus-registry-article-marks): Add functionality to mark articles
3766         through the Gnus registry.
3767
3768         * encrypt.el: Clarify documentation for the new pgg method.
3769         (encrypt-file-alist): Add PGG option.
3770         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3771         functionality.  Abstract password key and messaging to external
3772         functions.
3773         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3774         (encrypt-message-method-and-cipher): Add new convenience external
3775         functions.
3776         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3777         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3778
3779         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3780         (netrc-parse): Use encrypt-file-alist to determine if
3781         encrypt-find-model or encrypt-insert-file-contents should be used.
3782
3783         * encrypt.el: Clarify documentation.  Load password-cache or
3784         password, whichever one is found first, instead of autoloading.
3785
3786 2007-12-19  Glenn Morris  <rgm@gnu.org>
3787
3788         * mml.el (message-options-set, message-narrow-to-head)
3789         (message-in-body-p, message-mail-p, message-encode-message-body):
3790         Autoload.
3791         (message-remove-header, message-narrow-to-headers-or-head)
3792         (message-subscribed-p, message-make-mail-followup-to)
3793         (message-position-on-field, message-news-p)
3794         (message-options-set-recipient, message-generate-headers)
3795         (message-sort-headers): Declare as functions.
3796
3797 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3798
3799         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3800         convention in doc string.
3801
3802 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3805         title to html parts.
3806         (gnus-article-browse-html-article): Pass message header to it.
3807
3808         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3809
3810 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3813         or password compatible with XEmacs.
3814
3815 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3816
3817         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3818         format document.
3819         (gnus-mime-delete-part): Don't write description line if empty.
3820         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3821
3822 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3823
3824         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3825         (gnus-summary-mark-read-and-unread-as-read)
3826         (gnus-summary-mark-current-read-and-unread-as-read)
3827         (gnus-summary-mark-unread-as-ticked): Doc fix.
3828         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3829
3830 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3831
3832         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3833         Christoph Conrad <christoph.conrad@gmx.de>.
3834
3835 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3836
3837         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3838         yes-or-no-p.
3839
3840 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * mm-decode.el (mm-add-meta-html-tag): New function.
3843         (mm-save-part-to-file, mm-pipe-part): Use it.
3844
3845         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3846         gnus-y-or-n-p instead of y-or-n-p.
3847         (gnus-article-browse-html-parts): Work with message/external-body; use
3848         mm-add-meta-html-tag.
3849
3850 2007-12-11  Glenn Morris  <rgm@gnu.org>
3851
3852         * gnus-cache.el: Require gnus-sum not just when compiling.
3853
3854         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3855
3856         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3857         definitions before use.
3858
3859         * mm-decode.el: Require gnus-util.
3860         (mm-remove-part): Only call delete-annotation on XEmacs.
3861
3862         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3863
3864         * nnmail.el: Require gnus-int.
3865
3866         * spam.el: Move `require's before `eval-when-compile's.
3867
3868         * gnus-ems.el (gnus-alive-p):
3869         * gnus-fun.el (message-goto-eoh):
3870         * gnus-util.el (gnus-group-name-decode):
3871         * mail-source.el (gnus-compress-sequence):
3872         * message.el (Info-goto-node, format-spec):
3873         * mm-bodies.el (message-options-get):
3874         * mm-decode.el (mm-view-pkcs7):
3875         * mm-util.el (gmm-write-region):
3876         * mml-smime.el (mml-compute-boundary)
3877         (gnus-completing-read-with-default):
3878         * mml.el (widget-button-press, gnus-make-hashtable):
3879         * mml1991.el (mm-decode-content-transfer-encoding)
3880         (mm-encode-content-transfer-encoding)
3881         (message-options-get, message-options-set):
3882         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3883         * nnfolder.el (gnus-request-group):
3884         * nnheader.el (ietf-drums-unfold-fws):
3885         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3886         * smime.el (gnus-run-mode-hooks):
3887         * spam-stat.el (gnus-message): Autoload.
3888
3889         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3890         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3891         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3892         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3893         Add declare-function compatibility definition.
3894
3895         * gnus-cache.el (nnvirtual-find-group-art):
3896         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3897         (gnus-add-image, gnus-add-wash-type):
3898         * gnus-group.el (nnkiboze-score-file):
3899         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3900         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3901         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3902         (message-tokenize-header, gnus-get-buffer-create)
3903         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3904         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3905         * gnus.el (gnus-group-decoded-name):
3906         * mail-source.el (imap-capability):
3907         * mm-bodies.el (message-options-set):
3908         * mm-decode.el (gnus-configure-windows):
3909         * mm-extern.el (message-goto-body):
3910         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3911         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3912         (epg-sub-key-validity, message-options-set):
3913         * mml.el (widget-event-point, gnus-configure-windows):
3914         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3915         * mml2015.el (epg-check-configuration, epg-configuration)
3916         (message-options-set):
3917         * nndb.el (nndb-request-article):
3918         * nnfolder.el (gnus-request-create-group):
3919         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3920         * nnmaildir.el (gnus-group-mark-article-read):
3921         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3922         * rfc1843.el (message-fetch-field):
3923         * spam.el (gnus-extract-address-components):
3924         Declare as functions.
3925
3926 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3929
3930         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3931
3932         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3933         bind show-trailing-whitespace for XEmacs.
3934
3935 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3938         new no-op macro for backward compatibility.
3939
3940         * imap.el (imap-string-to-integer): New function.
3941
3942 2007-12-09  Glenn Morris  <rgm@gnu.org>
3943
3944         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3945
3946         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3947         * message.el, mm-view.el, sieve-manage.el, smime.el:
3948         Add declare-function compatibility definition.
3949
3950         * gnus-art.el (w3-region, w3m-region, Info-menu):
3951         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3952         * gnus-sum.el (gnus-get-predicate):
3953         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3954         * message.el (mail-abbrev-in-expansion-header-p):
3955         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3956         (w3m-detect-meta-charset, w3m-region):
3957         * sieve-manage.el (password-read, password-cache-add)
3958         (password-cache-remove):
3959         * smime.el (password-read-and-add): Declare as functions.
3960
3961 2007-12-08  David Kastrup  <dak@gnu.org>
3962
3963         * gnus-sum.el (gnus-summary-simplify-subject-query):
3964         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3965         `message'.
3966
3967 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3970         it to bind idna-program, installation-directory, defined-colors, and
3971         face-attribute for XEmacs of the version that compiles defcustom forms.
3972
3973 2007-12-07  Glenn Morris  <rgm@gnu.org>
3974
3975         * gnus-art.el (article-make-date-line): Revert previous change.
3976
3977 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3978
3979         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3980
3981 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3982
3983         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3984         Call gnus-add-to-range ranges only once with a prepared article-list.
3985
3986 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3987
3988         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3989         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3990         group names with backslashes.  Reported by Tassilo Horn
3991         <tassilo@member.fsf.org>.
3992
3993 2007-12-06  Deepak Goel  <deego3@gmail.com>
3994
3995         * gnus-art.el (article-make-date-line):
3996         * gnus-start.el (gnus-load):
3997         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3998
3999 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * gnus-art.el (gnus-use-idna)
4002         * gnus-start.el (gnus-site-init-file)
4003         * message.el (message-use-idna)
4004         * mm-uu.el (mm-uu-hide-markers)
4005         * smiley.el (smiley-style): Revert changes that suppress warnings.
4006
4007 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4010         specify charset to html source.  Reported by Christoph Conrad
4011         <christoph.conrad@gmx.de>.
4012
4013 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4016         idna-program in order to suppress byte compile warning issued by XEmacs
4017         that came to byte compile the default value section of defcustom forms
4018         recently.
4019
4020         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4021         value of installation-directory.
4022
4023         * message.el (message-use-idna): Don't directly refer to the value of
4024         idna-program.
4025
4026         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4027
4028         * smiley.el (smiley-style): Don't directly call face-attribute.
4029
4030 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4031
4032         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4033
4034         * gnus-dired.el: Reduce Gnus dependencies.
4035         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4036         require.  Use autoloads instead.
4037         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4038         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4039         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4040         (gnus-dired-mode): Adjust doc string.
4041         (gnus-dired-mail-mode): New variable.
4042         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4043         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4044         (gnus-dired-mail-buffers): New function.  Return mail or message
4045         composition buffers.
4046         (gnus-dired-attach): Use it.
4047         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4048         NO-DECODE.
4049         (gnus-dired-print): Use `gnus-print-buffer' depending on
4050         `gnus-dired-mail-mode'.
4051
4052 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * rfc2047.el (rfc2047-encoded-word-regexp)
4055         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4056         explaining what regexp patterns are for.
4057
4058 2007-12-04  Glenn Morris  <rgm@gnu.org>
4059
4060         * password.el: Move to password-cache.el.
4061
4062         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4063         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4064         * mml-smime.el (password-read, password-cache-add)
4065         (password-cache-remove):
4066         No need to autoload, since mml-sec requires password.
4067
4068         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4069         * message.el (gnus-extract-address-components):
4070         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4071
4072         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4073         password.
4074
4075 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4076
4077         * mailcap.el: Reduce dependencies.
4078         (mail-header-parse-content-type): Autoload.
4079         (mailcap-delete-duplicates): New alias.
4080         (mailcap-mime-info): Add optional argument NO-DECODE.
4081         (mailcap-mime-types): Use mailcap-delete-duplicates.
4082
4083         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4084
4085 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4086
4087         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4088         (imap-parse-status): Upcase status-att for servers that sends them
4089         lower-case (e.g., MS Exchange 2007).
4090
4091 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4094         function.
4095
4096         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4097         (gnus-uu-yenc-article): New function.
4098
4099         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4100
4101         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4102         buffer.
4103
4104 2007-12-02  Glenn Morris  <rgm@gnu.org>
4105
4106         * binhex.el (binhex): New custom group.
4107         (binhex-decoder-program, binhex-decoder-switches)
4108         (binhex-use-external): Move to the binhex custom group.
4109
4110         * uudecode.el (uudecode): New custom group.
4111         (uudecode-decoder-program, uudecode-decoder-switches)
4112         (uudecode-use-external): Move to the uudecode custom group.
4113
4114         * netrc.el (top-level): Don't load `encrypt' features.
4115         (netrc-parse): Don't use encrypt.
4116         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4117
4118         * encrypt.el: Remove file.
4119
4120 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4121
4122         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4123         matches on patches.
4124
4125         * gnus-art.el (gnus-article-browse-html-article): Mention
4126         `mm-text-html-renderer' in the doc string.
4127
4128         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4129         string.  Add comments.
4130
4131         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4132         if rhs is ASCII.
4133
4134 2007-12-01  Glenn Morris  <rgm@gnu.org>
4135
4136         * mail-source.el (top-level): Require format-spec before
4137         eval-when-compile.
4138
4139 2007-11-30  Glenn Morris  <rgm@gnu.org>
4140
4141         * encrypt.el: Require password, rather than autoloading password-read.
4142
4143 2007-11-29  Glenn Morris  <rgm@gnu.org>
4144
4145         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4146         (sasl-make-client, sasl-next-step, sasl-step-data)
4147         (sasl-step-set-data): Declare as functions.
4148
4149 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4150
4151         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4152
4153 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4154
4155         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4156         certs should be verified and what is to be done in the event of a
4157         verification failure.
4158
4159         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4160         caller can indicate whether the cache should be disregarded for this
4161         call.  This way the result of the call is reproducible at all times and
4162         can be considered a canonical server name for the supplied method.
4163         (gnus-agent-method-p): Canonicalize server names by pushing their
4164         method through `gnus-method-to-server' using the no-cache argument.
4165
4166         * gnus-srvr.el (gnus-server-insert-server-line): Call
4167         `gnus-method-to-server' with `no-cache' argument.
4168
4169         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4170         gnus-agent-possibly-synchronize-flags as this should be called when the
4171         server is actually being opened.
4172         (gnus-agent-possibly-synchronize-flags)
4173         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4174         flags file of an agentized server to the latter function.
4175
4176         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4177         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4178         after a connection has been established successfully.
4179
4180 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * gnus-art.el (article-display-face): Force to display face if called
4183         interactively; check if gnus-article-x-face-too-ugly matches author.
4184         (article-display-x-face): Display face even if From header is missing
4185         as article-display-face does.
4186
4187 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4188
4189         * hashcash.el (message-narrow-to-headers-or-head)
4190         (message-fetch-field, message-goto-eoh)
4191         (message-narrow-to-headers): Declare as functions.
4192
4193 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4194
4195         * mail-source.el (mail-sources): Default to fetch from file for
4196         compatibility with default of nnmail-spool-file.
4197
4198 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4201         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4202         to look for encoded word that should be encoded again.
4203         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4204         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4205         encoding pattern.
4206         (rfc2047-decode-region): Switch strict regexp and loose one according
4207         to rfc2047-allow-irregular-q-encoded-words.
4208
4209 2007-11-25  Romain Francoise  <romain@orebokech.com>
4210
4211         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4212
4213 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * tls.el (tls-program): Provide more custom choices from
4216         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4217         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4218
4219 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4220
4221         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4222         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4223
4224         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4225         `nnmail-spool-file'.
4226
4227         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4228         `nnmail-spool-file'.
4229
4230         * gnus-move.el (gnus-change-server): Ditto.
4231
4232         * gnus-kill.el (gnus-batch-score): Ditto.
4233
4234         * gnus-cache.el (gnus-jog-cache): Ditto.
4235
4236         * gnus-msg.el (gnus-summary-reply):
4237         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4238
4239 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4240
4241         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4242         version.  Minor improvement to doc strings.
4243         (tls-program): Add comment.
4244
4245 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4246
4247         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4248         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4249         mismatch between the hostname provided in the certificate and the name
4250         of the host connnecting to.
4251         (open-tls-stream): Use them.  Check certificates against trusted root
4252         certificates.
4253
4254 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4255
4256         * gnus-cache.el (gnus-cache-generate-nov-databases):
4257         Use nnml-generate-nov-databases-directory instead of
4258         nnml-generate-nov-databases-1.
4259
4260 2007-11-24  Glenn Morris  <rgm@gnu.org>
4261
4262         * message.el (message-tool-bar-retro): Update for rename
4263         mail_send.xpm->mail-send.xpm.
4264
4265 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4266
4267         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4268         `smime-ldap-search' for Emacs 22 and up.
4269
4270 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4271
4272         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4273
4274         * message.el (message-send-mail-function): Fix error convention.
4275         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4276         (message-widen-reply, message-send-mail, message-talkative-question)
4277         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4278         (message-clone-locals, message-send-news): Use with-current-buffer.
4279         (message-insert-or-toggle-importance): Remove unused var `valid'.
4280         (message-make-references): Remove unused var `new-references'.
4281         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4282
4283 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4284
4285         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4286         (spam-split-symbolic-return-positive): Reflow docstring.
4287         (spam-backends, spam-summary-exit-behavior)
4288         (spam-mark-ham-unread-before-move-from-spam-group)
4289         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4290         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4291         (spam-clear-cache, spam-backend-check, spam-install-backend)
4292         (spam-install-statistical-backend, spam-list-of-processors)
4293         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4294         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4295         (spam-check-crm114, spam-initialize, spam-unload-hook):
4296         Fix typos in docstrings.
4297
4298 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4301         been checked if they have never been read and those group levels are
4302         higher than the one that a user specified.
4303
4304 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4307         foreign groups unless a group level is specified by a user.
4308         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4309
4310 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4311
4312         * message.el (message-send-mail-function): Require sendmail.
4313
4314 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4315
4316         * message.el (message-send-mail-function): Check for smtpmail too.
4317
4318         * utf7.el (utf7-encode, utf7-decode): Use coding system
4319         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4320
4321         * message.el (message-send-mail-function): New function.
4322         (message-send-mail-function): Set default using
4323         message-send-mail-function.  Adjust doc string.
4324         (message-send-mail-with-mailclient): New function.
4325
4326 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4327
4328         * smime.el (from):
4329         * rfc2047.el (message-posting-charset):
4330         * qp.el (mm-use-ultra-safe-encoding):
4331         * pop3.el (parse-time-months):
4332         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4333         * nnml.el (files):
4334         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4335         (jka-compr-compression-info-list, ange-ftp-path-format)
4336         (efs-path-regexp):
4337         * nndiary.el (files):
4338         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4339         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4340         (epg-digest-algorithm-alist, inhibit-redisplay)
4341         (password-cache-expiry):
4342         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4343         (pgg-output-buffer, password-cache-expiry):
4344         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4345         (efs-path-regexp):
4346         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4347         (inhibit-redisplay):
4348         * mm-uu.el (file-name, start-point, end-point, entry)
4349         (gnus-newsgroup-name, gnus-newsgroup-charset):
4350         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4351         (latin-unity-ucs-list):
4352         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4353         (mm-uu-binhex-decode-function):
4354         * message.el (gnus-message-group-art, gnus-list-identifiers)
4355         (rmail-enable-mime-composing, gnus-local-organization)
4356         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4357         (gnus-read-active-file, facemenu-add-face-function)
4358         (facemenu-remove-face-function, gnus-article-decoded-p)
4359         (tool-bar-mode):
4360         * mail-source.el (display-time-mail-function):
4361         * gnus-util.el (nnmail-pathname-coding-system)
4362         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4363         (gnus-original-article-buffer, gnus-user-agent)
4364         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4365         (xemacs-codename, sxemacs-codename, emacs-program-version):
4366         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4367         * gnus-start.el (gnus-agent-covered-methods)
4368         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4369         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4370         (gnus-newsgroup-headers, gnus-group-list-mode)
4371         (gnus-group-mark-positions, gnus-newsgroup-data)
4372         (gnus-newsgroup-unreads, nnoo-state-alist)
4373         (gnus-current-select-method, mail-sources)
4374         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4375         (nnmail-spool-file, gnus-cache-active-hashtb):
4376         * gnus-mh.el (mh-lib-progs):
4377         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4378         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4379         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4380         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4381         (gnus-group-buffer):
4382         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4383         (font-lock-set-defaults):
4384         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4385         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4386         (gnus-summary-post-menu, total-parts, type, condition, length):
4387         * gnus-agent.el (gnus-agent-read-agentview):
4388         * flow-fill.el (show-trailing-whitespace):
4389         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4390         eval-and-compile wrappers for byte compiler pacifiers.
4391
4392         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4393         (mm-display-inline-fontify): Check for featurep 'xemacs not
4394         extent-list.
4395
4396         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4397         itimer-list.
4398         (mm-create-image-xemacs): Only do something for XEmacs.
4399         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4400
4401         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4402
4403         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4404         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4405
4406 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4407
4408         * nnimap.el (nnimap-split-download-body):
4409         * gnus-demon.el (gnus-demon):
4410         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4411
4412 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4415         macros.
4416         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4417         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4418         copy data from unibyte buffer to multibyte current buffer.
4419         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4420         to copy data from unibyte current buffer to multibyte buffer.
4421         (nntp-make-process-buffer): Make process buffer unibyte.
4422
4423         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4424
4425 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4426
4427         * pop3.el (pop3-open-server): Accept and process data more robustly at
4428         connexion start to avoid spurious "POP SSL connexion failed" errors.
4429
4430 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4433         read group names.
4434
4435 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4436
4437         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4438
4439 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4442         (nnmail-save-active): Use a unibyte buffer when saving active file,
4443         which may contain non-ASCII group names.
4444
4445         * nnml.el (nnml-request-group): Decode group names in messages.
4446
4447 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4448
4449         * message.el (message-citation-line-function)
4450         (message-insert-formatted-citation-line): Fix spelling of
4451         `message-insert-formated-citation-line'.
4452
4453 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4456
4457 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4460         nnmail-pathname-coding-system.
4461
4462         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4463         that a user enters; decode group names in messages.
4464
4465         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4466
4467 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4468
4469         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4470
4471         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4472
4473         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4474         risky local variable.
4475
4476         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4477
4478 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4479
4480         * encrypt.el: Improve documentation to fix function name typo.
4481         Reported by Daiki Ueno <ueno@unixuser.org>.
4482
4483 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4486         even if the point is not in the last page of an article.
4487         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4488         back to the previous page.
4489
4490 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4491
4492         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4493
4494 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4497
4498 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4499
4500         * message.el (message-check-news-body-syntax): Avoid
4501         mm-string-as-multibyte.
4502         (message-hide-headers): Don't assume (point-min)==1.
4503
4504 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4505
4506         * message.el (message-remove-blank-cited-lines): Fix if remove is
4507         given.
4508         (message-bogus-address-regexp): New variable.
4509         (message-bogus-recipient-p): New function.
4510         (message-check-recipients): New command.
4511         (message-syntax-checks): Add `bogus-recipient'.
4512         (message-fix-before-sending): Add `bogus-recipient'.
4513
4514         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4515         (gnus-treat-body-boundary): Don't test window-system.
4516
4517 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4518
4519         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4520
4521 2007-10-28  Miles Bader  <miles@gnu.org>
4522
4523         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4524         at compile-time too.
4525
4526 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4527
4528         * gnus-msg.el (gnus-message-setup-hook): Add
4529         `message-remove-blank-cited-lines' to options.
4530
4531 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4532
4533         * message.el (message-remove-blank-cited-lines): New function.
4534         Suggested by Karl Plästerer.
4535
4536 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4539         mapc.
4540
4541         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4542         (top-level): Use mapc to set functions to be traced for debugging.
4543
4544         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4545         called for effect with while loop.
4546
4547         * message.el (message-talkative-question): Replace mapcar called for
4548         effect with mapc.
4549
4550         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4551         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4552         called for effect with dolist.
4553
4554         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4555
4556         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4557         gnus-extra-headers and nnmail-extra-headers.
4558
4559         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4560         called for effect with dolist.
4561         (top-level): Use mapc to set functions to be traced for debugging.
4562
4563         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4564         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4565         dolist.
4566
4567         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4568         Replace mapcar called for effect with mapc.
4569         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4570         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4571         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4572         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4573
4574         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4575         remove-if that's a cl function.
4576
4577         * webmail.el (webmail-debug): Replace mapcar called for effect with
4578         dolist.
4579
4580         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4581         with mapc.
4582
4583 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4586         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4587         with while loop.
4588
4589         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4590         functions from article-* functions.
4591         (gnus-multi-decode-header): Replace mapcar called for effect with
4592         dolist.
4593
4594         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4595         (gnus-bookmark-show-details): Replace mapcar called for effect with
4596         while loop.
4597
4598         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4599         called for effect with while loop.
4600
4601         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4602         with dolist.
4603
4604         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4605         mapcar called for effect with dolist.
4606
4607         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4608
4609         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4610         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4611         Replace mapcar called for effect with dolist.
4612         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4613         mapc.
4614
4615         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4616         Replace mapcar called for effect with dolist.
4617         (gnus-topic-list): Replace mapcar called for effect with mapc.
4618
4619         * gnus.el: Use mapc instead of mapcar to add autoloads.
4620
4621 2007-10-23  Richard Stallman  <rms@gnu.org>
4622
4623         * gnus-group.el (gnus-group-highlight): Mark as risky.
4624
4625 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * gnus.el (gnus-server-to-method): Return method found first in
4628         gnus-newsrc-alist.
4629
4630         * gnus-art.el (gnus-article-highlight-signature)
4631         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4632         button overlay without the front stickiness.
4633
4634 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4635
4636         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4637         overview buffer needed a catch to receive its throw.
4638         (gnus-agent-flush-cache): Declared as interactive to make this function
4639         easier to use.
4640
4641 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4642
4643         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4644         `next-line'.
4645
4646 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4649         exclude address matching message-dont-reply-to-names.
4650
4651 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * gnus-util.el (gnus-string<): New function.
4654
4655         * gnus-sum.el (gnus-article-sort-by-author)
4656         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4657
4658 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4661         the frame-focus tag is set in gnus-buffer-configuration.
4662
4663 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4666         the front stickiness.
4667
4668 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4671         url pattern; remove duplicate one.
4672         (gnus-article-extend-url-button): New function.
4673         (gnus-article-add-buttons): Use it.
4674         (gnus-button-push): Use concatenated url that it makes.
4675
4676 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4677
4678         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4679
4680 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4681
4682         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4683         Don't hardcode point-min==1.
4684
4685 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4686
4687         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4688         Fix comment about "iso8859-1".
4689
4690 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4691
4692         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4693         ones returned from the verify-function.
4694
4695         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4696         mml2015-extract-cleartext-signature if extraction failed.
4697
4698 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4699
4700         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4701         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4702         failed.
4703
4704 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4705
4706         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4707
4708 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4709
4710         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4711         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4712         recommends to use EasyPG instead of PGG.
4713
4714         * pgg.el: Revert to revision 6.23.2.16.
4715
4716         * pgg-def.el: Revert to revision 6.6.2.14.
4717
4718         * pgg-gpg.el: Revert to revision 6.23.2.34.
4719
4720 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4721
4722         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4723         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4724         thread for both the null and zero (kill/expire thread) universal prefix
4725         cases.
4726         (gnus-summary-expire-thread): Add new function to expire a thread,
4727         using gnus-summary-kill-thread.
4728         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4729         shortcuts for gnus-summary-expire-thread.
4730         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4731         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4732
4733 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4734
4735         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4736         extras value, so an extras entry can be deleted.
4737         (gnus-registry-delete-extra-entry): Use it.
4738         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4739         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4740         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4741         storage through the gnus-registry, and provide an appropriate API for
4742         it.
4743
4744 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4747         Suggested by Leo <sdl.web@gmail.com>.
4748
4749         * gnus.el: Do.
4750
4751 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4754         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4755
4756         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4757
4758         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4759         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4760
4761 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4764         newline.
4765         (nnmbox-request-accept-article): Don't change article in source buffer;
4766         narrow to header to use message-fetch-field rather than
4767         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4768         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4769         as delimiters; make sure article ends with newline.
4770         (nnmbox-delete-mail): Correct last position of article to be deleted;
4771         ignore X-Gnus-Newsgroup header in article body.
4772         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4773         positions; make sure article ends with newline.
4774
4775         * message.el (message-display-abbrev): Don't infloop when a user
4776         inserts SPC in the beginning of header.
4777
4778         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4779         coding-system-for-read and coding-system-for-write for XEmacs having no
4780         file-coding feature.
4781
4782         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4783
4784 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4785
4786         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4787         list of groups not followed by default.  Fix type to be regexp.
4788         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4789
4790 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4791
4792         * hmac-def.el (define-hmac-function): Switch from old-style to
4793         new-style backquotes.
4794
4795         * md4.el (md4-make-step): Likewise.
4796
4797 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4800         raw-text coding system when saving .newsrc file, which may contain
4801         non-ASCII group names.
4802
4803 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * gnus-cus.el (gnus-score-extra): New widget.
4806         (gnus-score-extra-convert): New function.
4807         (gnus-score-customize): Use it for Extra.
4808
4809 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4810
4811         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4812         (mml2015-mailcrypt-clear-verify): Use it.
4813         (mml2015-gpg-clear-verify): Use it.
4814         (mml2015-pgg-clear-verify): Use it.
4815         (mml2015-epg-clear-verify): Replace the current part with the output
4816         from GnuPG; don't extract the plaintext by itself.
4817
4818         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4819         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4820         mml2015-clear-verify-function; don't touch the armor headers or
4821         dash-escaped text here.
4822
4823 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4826         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4827         parts, or application/octet-stream as a last resort.
4828         (gnus-mime-view-part-as-type): Don't toggle display.
4829         (gnus-mime-view-part-as-charset): Don't turn off display before
4830         querying charset.
4831
4832         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4833         stuff to undisplayer function in Emacs.
4834         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4835
4836         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4837         text/calendar parts.
4838
4839 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4842         decoding text/calendar parts.
4843
4844         * message.el (message-forward-make-body-mime): Always mark body as
4845         having no illegible text; remove signed-or-encrypted argument.
4846         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4847
4848         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4849         (mml-generate-mime-1): Don't encode body if it is specified to be in
4850         raw form; don't make buffer be unibyte when inserting multibyte string.
4851
4852 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4853
4854         * sha1.el: Fix up comment style.
4855         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4856         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4857
4858         * hex-util.el: Fix up comment style.
4859         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4860
4861         * gnus-salt.el: Use with-current-buffer.
4862         (gnus-pick-setup-message): Fix long-standing typo.
4863
4864 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * imap.el (imap-logout-timeout): New variable.
4867         (imap-logout, imap-logout-wait): New functions.
4868         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4869
4870         * nnimap.el (nnimap-logout-timeout): New server variable.
4871         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4872         nnimap-logout-timeout.
4873
4874         * gnus-art.el (gnus-article-summary-command-nosave)
4875         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4876
4877 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus.el (gnus-maximum-newsgroup): New variable.
4880
4881         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4882         according to gnus-maximum-newsgroup.
4883
4884         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4885         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4886         Limit the range of articles according to gnus-maximum-newsgroup.
4887
4888 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4889
4890         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4891         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4892         Don't perform gnus-configure-windows here; reuse existing sticky
4893         article buffer.
4894
4895         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4896         it doesn't exist in gnus-article-mode.
4897
4898 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4901         (gnus-agent-decoded-group-name): New function.
4902         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4903         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4904
4905 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4906
4907         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4908         Add binding for gnus-sticky-article.
4909         (gnus-summary-exit): Don't kill sticky article buffers.
4910
4911         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4912         article buffer.
4913         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4914         (gnus-kill-sticky-article-buffers): New commands.
4915
4916 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * nntp.el (nntp-xref-number-is-evil): New server variable.
4919         (nntp-find-group-and-number): If it is non-nil, don't trust article
4920         numbers in the Xref header.
4921
4922 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-agent.el (gnus-agent-read-group): New function.
4925         (gnus-agent-flush-group, gnus-agent-expire-group)
4926         (gnus-agent-regenerate-group): Use it.
4927         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4928         nnmail-pathname-coding-system.
4929
4930 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4933
4934         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4935         that are unread as unread, and also as selected so that information of
4936         marks having been changed by a user may be updated when exiting group.
4937
4938 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4941         calculated ignoring signature parts to gnus-treat-article.
4942
4943 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4946         a point here in order to keep the window start.
4947         (gnus-insert-mime-security-button): Make a button overlay without the
4948         front stickiness.
4949         (gnus-mime-display-security): Goto the end of a button.
4950
4951         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4952
4953 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4956         group-name-at-point.
4957         (gnus-group-completing-read): New function that offers decoded
4958         non-ASCII group names for completion.
4959         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4960         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4961         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4962         (gnus-group-fetch-control): Use it.
4963         (gnus-fetch-group): Use group-name-at-point for the initial value
4964         rather than the default value; use gnus-alive-p.
4965
4966         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4967         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4968         (gnus-summary-post-news): Use gnus-group-completing-read.
4969
4970         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4971         (gnus-read-move-group-name): Decode group name for completion.
4972
4973 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4974
4975         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4976         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4977         Yamaoka slightly modified the code).
4978
4979 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4982         (nnmail-split-incoming): Bind it.
4983
4984         * nnml.el (nnml-group-name-charset): New function.
4985         (nnml-decoded-group-name): Use it; don't decode group name if
4986         nnmail-group-names-not-encoded-p is non-nil.
4987         (nnml-encoded-group-name): New function.
4988         (nnml-group-pathname): Inline nnml-decoded-group-name.
4989         (nnml-request-expire-articles): Decode group name in message.
4990         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4991         nnmail-pathname-coding-system.
4992         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4993         not decoded ones according to nnmail-group-names-not-encoded-p.
4994         (nnml-generate-active-info): Use nnml-encoded-group-name.
4995
4996 2007-08-08  Glenn Morris  <rgm@gnu.org>
4997
4998         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4999         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5000         doc-strings and comments.
5001
5002 2007-07-25  Glenn Morris  <rgm@gnu.org>
5003
5004         * Relicense all FSF files to GPLv3 or later.
5005
5006 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * gnus-sum.el (gnus-summary-move-article): Make
5009         gnus-summary-respool-article work.
5010
5011 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5012
5013         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5014         string.
5015
5016 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5017
5018         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5019         that should be ignored when comparing distant RSS articles with local
5020         ones.
5021         (nnrss-make-hash-index): New function.  Create a hash index according
5022         to the ignored fields.
5023         (nnrss-check-group): Use it.
5024
5025 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5028
5029         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5030
5031         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5032         the new optional argument ENCODED is non-nil.
5033         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5034         coding system for encoding group name.
5035         (gnus-group-make-rss-group): Pass un-encoded group name to
5036         gnus-group-make-group.
5037         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5038         encoded.
5039
5040         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5041         Encode group name to which articles are moved or copied.
5042         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5043         coding system for encoding Newsgroup, Followup-To and Xref headers.
5044
5045         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5046         marks; use nnheader-file-coding-system to write a file.
5047         (nnagent-retrieve-headers): Bind file-name-coding-system to
5048         nnmail-pathname-coding-system.
5049
5050         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5051
5052         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5053         (nnml-request-article, nnml-request-create-group)
5054         (nnml-request-rename-group, nnml-find-id)
5055         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5056         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5057         (nnml-save-marks): Use nnml-group-pathname instead of
5058         nnmail-group-pathname.
5059
5060         (nnml-request-create-group, nnml-request-expire-articles)
5061         (nnml-request-move-article, nnml-request-delete-group)
5062         (nnml-deletable-article-p, nnml-possibly-create-directory)
5063         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5064         (nnml-open-marks): Bind file-name-coding-system to
5065         nnmail-pathname-coding-system.
5066
5067         (nnml-request-article): Pass server argument to nnml-find-group-number.
5068         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5069         server argument to nnml-possibly-create-directory.
5070         (nnml-request-accept-article): Pass server argument to
5071         nnml-active-number and nnml-save-mail.
5072         (nnml-find-group-number): Pass server argument to nnml-find-id.
5073         (nnml-request-update-info): Pass server argument to
5074         nnml-marks-changed-p.
5075
5076         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5077         (nnml-save-mail, nnml-active-number): Add server argument.
5078
5079         (nnml-request-delete-group): Warn if group is missing.
5080         (nnml-get-nov-buffer): Decode group name.
5081         (nnml-generate-active-info): Encode group name.
5082         (nnml-open-marks): Decode group name in messages.
5083
5084 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5087         if it is not specified.
5088         (gnus-article-pipe-part, gnus-article-save-part)
5089         (gnus-article-interactively-view-part, gnus-article-copy-part)
5090         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5091         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5092         (gnus-article-replace-part, gnus-article-delete-part)
5093         (gnus-article-view-part-as-type): Pass raw prefix argument to
5094         gnus-article-part-wrapper.
5095
5096 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * gnus-agent.el (gnus-agent-save-active): Bind
5099         nnheader-file-coding-system to gnus-agent-file-coding-system.
5100
5101         * gnus-cache.el (gnus-cache-save-buffers)
5102         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5103         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5104         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5105         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5106         (gnus-cache-generate-active, gnus-cache-rename-group)
5107         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5108         (gnus-cache-update-overview-total-fetched-for): Bind
5109         file-name-coding-system to nnmail-pathname-coding-system.
5110         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5111         variables.
5112         (gnus-cache-decoded-group-name): New function.
5113         (gnus-cache-file-name): Use it.
5114         (gnus-cache-generate-active): Use non-decoded group name for active.
5115
5116         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5117         right place.
5118         (gnus-write-active-file): Don't break non-ASCII group names.
5119
5120         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5121         nnmail-pathname-coding-system.
5122
5123         * lpath.el: Bind default-file-name-coding-system,
5124         file-name-coding-system and language-info-alist for XEmacs.
5125
5126         * gnus-uu.el (gnus-uu-decode-save): Typo.
5127
5128 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5131
5132 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5135         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5136         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5137         (gnus-agent-flush-group, gnus-agent-flush-cache)
5138         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5139         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5140         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5141         (gnus-agent-regenerate-group)
5142         (gnus-agent-update-files-total-fetched-for)
5143         (gnus-agent-update-view-total-fetched-for): Bind
5144         file-name-coding-system to nnmail-pathname-coding-system.
5145         (gnus-agent-group-pathname): Don't encode file names by
5146         nnmail-pathname-coding-system.
5147         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5148         coding-system-for-write instead of buffer-file-coding-system to
5149         gnus-agent-file-coding-system.
5150
5151         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5152         Decode group name.
5153
5154         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5155
5156         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5157         (gnus-read-newsrc-el-file): Make group names unibyte.
5158
5159         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5160         nnmail-pathname-coding-system.
5161
5162         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5163         (nnrss-request-delete-group): Bind file-name-coding-system to
5164         nnmail-pathname-coding-system.
5165         (nnrss-read-server-data, nnrss-read-group-data): Bind
5166         file-name-coding-system correctly.
5167         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5168
5169         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5170         (nntp-server-to-method-cache): New variable.
5171         (nntp-group-pathname): New function that decodes non-ASCII group names.
5172         (nntp-possibly-create-directory, nntp-marks-changed-p)
5173         (nntp-save-marks, nntp-open-marks): Use it.
5174         (nntp-possibly-create-directory, nntp-open-marks):
5175         Bind file-name-coding-system to nnmail-pathname-coding-system.
5176         (nntp-open-marks): Decode group names when bootstrapping marks.
5177
5178         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5179         Newsgroups and Folowup-To headers.
5180
5181 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5184         (gnus-server-closed-face, gnus-server-denied-face)
5185         (gnus-server-offline-face): Remove variable.
5186         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5187
5188         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5189         of modifying message-stack directly for XEmacs.
5190
5191         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5192         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5193         if the coding-system argument is nil for XEmacs.
5194
5195         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5196         mm-charset-override-alist.
5197
5198         * rfc2047.el: Don't require base64; require rfc2045 for the function
5199         rfc2045-encode-string.
5200         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5201         to quote the parameter value.
5202
5203 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5206         form in gnus-group-name-charset-method-alist.
5207
5208         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5209         overrides the default layout edit-form.
5210
5211         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5212
5213         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5214
5215 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5218         as unfetched articles.
5219
5220 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5221
5222         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5223
5224 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5227         original back end that keeps marks in the local system.
5228
5229 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5232         arg of pop-to-buffer for XEmacs.
5233         (gnus-article-read-summary-keys): Ditto; don't restore window
5234         configuration if summary command ends up with neither article buffer
5235         nor summary buffer; describe bindings if summary keys end with C-h.
5236
5237 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * message.el (message-fix-before-sending): Skip raw message part to be
5240         forwarded while checking illegible text.
5241         (message-forward-make-body-mime, message-forward-make-body): Mark
5242         signed or encrypted raw message as having no illegible text.
5243
5244 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5247         (gnus-message-with-timestamp-1): New macro.
5248         (gnus-message-with-timestamp): New function.
5249         (gnus-message): Use them.
5250
5251         * nnheader.el (nnheader-message): Use them.
5252
5253 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5254
5255         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5256         .newsrc.eld file.
5257
5258 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * gnus-agent.el (gnus-agent-fetch-headers)
5261         (gnus-agent-retrieve-headers): Bind
5262         gnus-decode-encoded-address-function to identity.
5263
5264         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5265         available also when the server returns simply a dot.
5266
5267         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5268
5269 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5272
5273 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * gnus-ems.el (gnus-x-splash): Make it work.
5276
5277         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5278         from being used.
5279
5280         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5281
5282 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5285         4th and the 5th arguments.
5286
5287         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5288         the front stickiness.
5289         (gnus-article-summary-command-nosave): Correct the order of the
5290         arguments passed to pop-to-buffer.
5291         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5292         summary command ends up with the article buffer.
5293
5294         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5295         the same faces.
5296
5297 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5298
5299         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5300
5301 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5302
5303         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5304         * gnus-sum.el (gnus-summary-highlight):
5305         * pgg.el (pgg-sign-region, pgg-sign):
5306         * mail-source.el (mail-source-delete-old-incoming-confirm):
5307         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5308
5309 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * gnus-art.el (gnus-mime-view-part-externally)
5312         (gnus-mime-view-part-internally): Fix predicate function passed to
5313         completing-read.
5314
5315         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5316
5317         * gnus.el (gnus-update-message-archive-method): Add :version.
5318
5319 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * gnus.el (gnus-update-message-archive-method): New variable.
5322
5323         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5324         according to gnus-message-archive-method if
5325         gnus-update-message-archive-method is non-nil.
5326
5327 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5330         by Loic Dachary <loic@dachary.org>.
5331         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5332
5333 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * message.el (message-pop-to-buffer): Add switch-function argument.
5336         (message-mail): Pass switch-function argument to it.
5337
5338 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5339
5340         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5341         Improve doc string.
5342
5343 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5346         (gnus-header-content)
5347         * gnus-cite.el (gnus-cite-10)
5348         * gnus-srvr.el (gnus-server-closed)
5349         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5350         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5351         (gnus-group-mail-3-empty, gnus-group-mail-low)
5352         (gnus-group-mail-low-empty, gnus-splash)
5353         * message.el (message-header-to, message-header-cc)
5354         (message-header-subject, message-header-other, message-header-name)
5355         (message-header-xheader, message-separator, message-cited-text)
5356         (message-mml): Lighten colors of faces used for dark background.
5357
5358 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5359
5360         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5361         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5362
5363 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * message.el (message-narrow-to-headers-or-head):
5366         Ignore mail-header-separator in the body.
5367
5368 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5371         same as window size.
5372
5373 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5374
5375         * message.el (message-font-lock-keywords): Use message-header-xheader
5376         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5377         ahead of the anything pattern, to get it recognised.
5378
5379 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5382         spam.el loads uses it in the compiled defadvice form.
5383
5384 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5385
5386         * gnus-sum.el (gnus-articles-to-read)
5387         (gnus-summary-insert-old-articles): Don't truncate group name for
5388         `read-string'.
5389
5390         * gnus-util.el (gnus-limit-string): Delete this function.
5391
5392         * gnus-sum.el (gnus-simplify-subject-fully): Use
5393         `truncate-string-to-width' instead.
5394
5395 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5396
5397         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5398         if, on summary exit, the next group has to be selected.
5399         (gnus-summary-exit): Use it.
5400
5401 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5402
5403         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5404         non-break space.
5405
5406 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5409         Check if group is not a directory.
5410         (nnfolder-request-expire-articles): Don't delete articles if the target
5411         group is not available.
5412
5413         * nnml.el (nnml-request-create-group): Properly check if group is not a
5414         file.
5415         (nnml-request-expire-articles): Don't delete articles if the target
5416         group is not available.
5417
5418         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5419         Don't quote characters that are within parentheses.
5420
5421 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5424         (gnus-handle-ephemeral-exit): Select article according to it.
5425
5426 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5427
5428         * message.el (message-insert-formated-citation-line): Remove newline.
5429         (message-citation-line-format): Add final \n here so that the user can
5430         avoid a blank line.
5431
5432 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5433
5434         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5435         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5436         Update lanl/arXiv support.
5437
5438 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * gnus.el: Bump version number.
5441
5442 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5443
5444         * gnus.el (gnus-version-number): Bump version.
5445
5446 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5447
5448         * gnus.el: No Gnus v0.6 is released.
5449
5450 2007-04-27  Didier Verna  <didier@xemacs.org>
5451
5452         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5453         * gmm-utils.el (gmm-regexp-concat): here.
5454         * message.el: Don't require 'gnus-util.
5455         (message-dont-reply-to-names): Handle name change above.
5456         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5457
5458 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5461         since the initial value varies according to the system.
5462
5463 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5466
5467 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5468
5469         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5470
5471 2007-04-24  Didier Verna  <didier@xemacs.org>
5472
5473         Improve the type of gnus-ignored-from-addresses.
5474         * gnus-util.el (gnus-orify-regexp): New function.
5475         * message.el (gnus-util): Require it.
5476         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5477         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5478         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5479
5480 2007-04-24  Didier Verna  <didier@xemacs.org>
5481
5482         * gnus-sum.el:
5483         * gnus-utils.el: Fix some trailing whitespaces.
5484
5485 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5488         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5489         article's Message-ID; refer parent article in summary buffer.
5490
5491         * message.el (message-bounce): Call mime-to-mml.
5492
5493         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5494         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5495         optimize and/or forms properly.
5496
5497 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5498
5499         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5500         URL.
5501
5502 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5505
5506 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5509         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5510         displayed of multipart/alternative part if it is invoked from summary
5511         buffer.
5512
5513         * mm-view.el (mm-inline-text-html-render-with-w3m)
5514         (mm-inline-text-html-render-with-w3m-standalone)
5515         (mm-inline-render-with-function): Use mail-parse-charset by default.
5516
5517 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5518
5519         * parse-time.el (parse-time-string-chars): Check if CHAR
5520         is less than the length of parse-time-syntax.
5521
5522 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5525         from gnus-newsgroup-processable.
5526
5527 2007-04-16  Didier Verna  <didier@xemacs.org>
5528
5529         * gnus-msg.el (gnus-configure-posting-styles): Handle
5530         message-signature-directory properly with :file syntax.  Reported by
5531         "Leo".
5532
5533 2007-04-11  Didier Verna  <didier@xemacs.org>
5534
5535         New user option: message-signature-directory.
5536         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5537         * message.el (message-insert-signature): Ditto.
5538         * message.el (message-signature-file): Doc update.
5539         * message.el (message-signature-directory): New.
5540
5541 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * gnus-msg.el (gnus-inews-yank-articles): Use
5544         message-exchange-point-and-mark instead of exchange-point-and-mark.
5545
5546 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * message.el (message-yank-original): Make sure cited text ends with
5549         newline; don't exchange point and mark.
5550
5551 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5552
5553         * tls.el (open-tls-stream): Properly handle case where there
5554         is no associated buffer.
5555
5556 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5557
5558         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5559         message-yank-original, make sure (< mark TEXT point).
5560
5561 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5562
5563         * message.el (message-fill-column): New variable.
5564         (message-mode): Use it.  Add comment on a possible new hook.
5565
5566         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5567         (nnmail-get-new-mail): Reformat.
5568
5569         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5570
5571         * gmm-utils.el: Fix Commentary.
5572         (gmm-tool-bar-from-list): Fix typo in doc string.
5573
5574 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5575
5576         * message.el (message-yank-original): Don't switch point and mark
5577         unnecessarily to put point and mark as documented.
5578
5579 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5580
5581         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5582         from the message heads.
5583
5584 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5585
5586         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5587         article buffer does not have a window.  This may not be the best
5588         solution but is certainly better than setting the start of the null,
5589         that is the current, window.
5590
5591 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5592
5593         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5594         (gnus-draft-setup): Run it.
5595
5596         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5597         gnus-score-fast-scoring.  Allow regexp.
5598         (gnus-score-headers): Use it.
5599
5600         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5601         XEmacs.
5602
5603         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5604         string.
5605         (gnus-button-alist): Also catch `<f1> k ...'.
5606         (gnus-treat-display-x-face): Fix doc string.
5607
5608 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5609
5610         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5611         evaluation of gnus-extended-version to ensure correct generation of the
5612         User-Agent header when message-generate-headers-first is used.
5613
5614 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5615
5616         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5617         hashcash-path is nil.  Don't call callback with incorrect number of
5618         parameters if val is 0.
5619
5620 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5621
5622         * message.el (message-required-news-headers):
5623         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5624
5625 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5626
5627         * tls.el (open-tls-stream): In handshake-waiting loop,
5628         don't wait more if there is output available to process.
5629
5630 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5631
5632         * tls.el (tls-program): Doc fix.
5633
5634 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * message.el (message-generate-new-buffers): Change the meaning of the
5637         nil value; add `standard' to the choices; treat t as `unique'; improve
5638         doc string.
5639         (gnus-select-frame-set-input-focus): Autoload.
5640         (message-buffer-name): Search for the existing message buffer if
5641         message-generate-new-buffers is nil or `standard'; treat the value t of
5642         message-generate-new-buffers as `unique'.
5643         (message-pop-to-buffer): Raise the frame already displaying the message
5644         buffer; clear the echo area after querying.
5645         (message-setup): Pass the `continue' argument to compose-mail.
5646         (message-mail): Prefer `switch-function' if it is given; search for the
5647         existing message buffer if the `continue' argument is non-nil; pass
5648         continue and switch-function arguments to compose-mail by way of
5649         message-setup.
5650         (message-mail-other-window): Adjust argument of message-setup.
5651         (message-mail-other-frame): Ditto.
5652
5653 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5656         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5657         to turn font-lock on when turning gnus-message-citation-mode on.
5658
5659 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5660
5661         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5662         (mml-smime-function-alist): New variable; add epg as the backend.
5663         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5664         mml-smime- functions instead.
5665         * mm-view.el: Require smime.
5666
5667 2007-03-05  Didier Verna  <didier@xemacs.org>
5668
5669         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5670         instead of just inheritance for posting styles.
5671         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5672
5673 2007-02-24  Chris Moore  <dooglus@gmail.com>
5674
5675         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5676         * pgg-pgp.el (pgg-pgp-encrypt-region):
5677         * pgg-gpg.el (pgg-gpg-encrypt-region):
5678         Check pgg-encrypt-for-me if no other recipients.
5679
5680 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5681
5682         * tls.el (tls-certtool-program): Fix custom type.
5683
5684 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5687         and point-at-eol instead of line-(beginning|end)-position.
5688
5689         * assistant.el (assistant-parse-buffer): Ditto.
5690
5691         * netrc.el (netrc-parse-services): Ditto.
5692
5693 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5694
5695         * mml2015.el (mml2015-epg-find-usable-key): New function.
5696         (mml2015-epg-sign): Use it.
5697         (mml2015-epg-encrypt): Use it.
5698
5699 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * message.el (message-make-in-reply-to): Quote name containing
5702         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5703         if there are special characters.  Reported by NAKAJI Hiroyuki
5704         <nakaji@jp.freebsd.org>.
5705
5706 2007-02-27  Didier Verna  <didier@xemacs.org>
5707
5708         Include the group parameters as well as the topic ones in the
5709         inheritance filter process.
5710         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5711         argument GROUP-PARAMS-LIST.
5712         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5713
5714 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * nntp.el (nntp-never-echoes-commands)
5717         (nntp-open-connection-functions-never-echo-commands): New variables.
5718         (nntp-send-command): Use them.
5719
5720 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5721
5722         * mml2015.el (mml2015-epg-verify): Simplified.
5723
5724 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * mml.el (mml-content-disposition-alist): New user option.
5727         (mml-content-disposition): New function.
5728         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5729         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5730
5731 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5732
5733         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5734         verification.
5735
5736 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5737
5738         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5739         articles posted in the last 24 hours.
5740
5741 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5742
5743         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5744
5745 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5746
5747         * nntp.el (nntp-send-command): Don't wait for echoes when
5748         nntp-open-ssl-stream is used.
5749
5750 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5753         (gnus-message-add-citation-keywords)
5754         (gnus-message-remove-citation-keywords): Remove.
5755         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5756         directly, make the variables in font-lock-defaults buffer-local, add
5757         gnus-message-citation-keywords to them and then update the value of
5758         font-lock-keywords.
5759
5760 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * message.el (message-cite-original-1): Don't call
5763         gnus-article-highlight-citation.
5764
5765         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5766         citations; fix line count.
5767
5768 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5771         (gnus-message-add-citation-keywords)
5772         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5773         versions of font-lock-add-keywords and font-lock-remove-keywords to
5774         work with XEmacs correctly.
5775
5776 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * gnus-cite.el (gnus-cite-face-list): Set the values of
5779         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5780         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5781         (gnus-message-cite-prefix-regexp): New variable.
5782         (gnus-message-search-citation-line): Use it; protect against long
5783         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5784         the 0th match data for Emacs.
5785         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5786         (gnus-message-add-citation-keywords): Append keywords rather than
5787         prepending; emulate font-lock-add-keywords if it is not available.
5788         (gnus-message-remove-citation-keywords): Emulate
5789         font-lock-remove-keywords if it is not available.
5790
5791         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5792
5793         * message.el (message-cite-prefix-regexp): Set the value of
5794         gnus-message-cite-prefix-regexp.
5795
5796 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5797
5798         * nnweb.el (nnweb-google-parse-1): Update parser.
5799
5800 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5801
5802         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5803
5804 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5805
5806         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5807         regexp.
5808
5809 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5812         string-to-multibyte.
5813         (uudecode-decode-region-internal): Use it.
5814
5815         * lpath.el: Fbind string-as-multibyte for XEmacs.
5816
5817 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5818
5819         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5820         custom choice.
5821
5822         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5823
5824 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5825
5826         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5827
5828         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5829         `write-region' to respect `mm-inhibit-file-name-handlers'.
5830
5831 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5832
5833         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5834         Use gnus-home-directory instead of "~/" or "$HOME".
5835
5836 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5837
5838         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5839         to mention filename.
5840         Add comments at beginning regarding usage.
5841         (encrypt-write-file-contents): Change interactive so a string is
5842         acceptable.  If the file has no associated model, show an error instead
5843         of a nonsense prompt.
5844
5845 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5846
5847         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5848         Thanks to Yoshihiko Yamada for kind notification of this typo.
5849
5850 2007-01-12  Kenichi Handa  <handa@m17n.org>
5851
5852         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5853         multibyte buffer.
5854
5855 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5856
5857         * gnus-score.el (gnus-score-fast-scoring): New variable.
5858         (gnus-score-headers): Use it.
5859
5860         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5861
5862         * message.el (message-cite-original-1): Call
5863         gnus-article-highlight-citation if requested.
5864         (message-make-from): Allow name and address as optional arguments.
5865
5866         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5867
5868         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5869         bugs to doc string.
5870         (gnus-button-alist): Add mid\\|message-id.
5871         (gnus-button-fetch-group): Extend for use in
5872         `browse-url-browser-function'.
5873         (gnus-button-url-regexp): Try to catch paired parentheses like in
5874         Wikipedia URLs.
5875
5876         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5877         Suggested by Simon Krahnke <overlord@gmx.li>.
5878
5879 2007-01-13  Romain Francoise  <romain@orebokech.com>
5880
5881         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5882         Update copyright.
5883
5884 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5885
5886         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5887
5888 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5889
5890         * gnus-registry.el (gnus-registry-unfollowed-groups)
5891         (gnus-registry-split-fancy-with-parent): Fix documentation.
5892
5893 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5894
5895         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5896         from nnweb groups.
5897
5898 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5899
5900         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5901         Xref urls.  Erase buffer before requesting head.
5902
5903 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5906         customizable.
5907
5908 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5909
5910         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5911         no signing key is found.
5912         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5913         no encrypting and/or signing key is found.
5914
5915 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5918
5919 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5920
5921         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5922         headers read from disk with the ones newly found in the current search.
5923         This should no longer cause problems, because the article numbers in
5924         Gmane's `nov.php' output are ignored since the previous change.
5925
5926 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5927
5928         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5929
5930 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5933         replace-regexp-in-string; bind url-version; fbind display-images-p and
5934         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5935         find-face and set-itimer-function for Emacs; bind itimer-list for
5936         Emacs.
5937
5938         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5939
5940 2007-01-01  Romain Francoise  <romain@orebokech.com>
5941
5942         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5943
5944 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5945
5946         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5947         `define-minor-mode' macro definition expanded properly.
5948         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5949         exclude it there.
5950
5951         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5952         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5953         `fboundp' test.
5954         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5955         This is OK to autoload in (S)XEmacs now.
5956
5957 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5960         keystroke.
5961         (gnus-summary-limit-to-singletons): Fix typo.
5962
5963         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5964         else fails.
5965
5966 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5967
5968         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5969         docstring.
5970
5971         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5972         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5973         (gnus-summary-insert-dormant-articles): Fix typo in message.
5974
5975 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5976
5977         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5978         nil for XEmacs.
5979         (gnus-message-citation-mode): Don't autoload in XEmacs.
5980
5981         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5982
5983 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5984
5985         * nnimap.el (nnimap-expunge-search-string): Mention
5986         nnimap-search-uids-not-since-is-evil in docstring.
5987
5988 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5989
5990         * spam.el: Revert to make-obsolete-variable because
5991         define-obsolete-variable-alias is not supported in Emacs 21.
5992
5993         * spam.el (spam-ifile-path, spam-ifile-database-path)
5994         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5995         make-obsolete-variable.
5996         (spam-bsfilter-path, spam-bsfilter-program)
5997         (spam-spamassassin-path, spam-spamassassin-program)
5998         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5999         use "path" inappropriately.
6000         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6001         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6002         variable names.
6003
6004 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6005
6006         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6007         summary buffer.
6008
6009         * password.el (password-cache-remove): Use clear-string to burn
6010         password, if available.
6011
6012 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6015
6016         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6017
6018         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6019         (gnus-message-highlight-citation): Move defcustom here from
6020         gnus-cite.el.
6021         (gnus-message-citation-mode): Autoload.
6022
6023         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6024         checks to make it compile with XEmacs.
6025         (gnus-message-citation-mode): New minor mode.
6026         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6027         (gnus-message-highlight-citation): New variables.
6028         (gnus-message-search-citation-line)
6029         (gnus-message-add-citation-keywords)
6030         (gnus-message-remove-citation-keywords)
6031         (turn-on-gnus-message-citation-mode)
6032         (turn-off-gnus-message-citation-mode): New functions.
6033
6034 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6035
6036         * gnus-cite.el: Enable highlighting of different citation levels in
6037         message-mode.
6038
6039 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6040
6041         * message.el (message-make-fqdn): Fix comment.
6042         (message-bogus-system-names): Add ".local".
6043
6044         * spam.el (spam-ifile-path, spam-ifile-program)
6045         (spam-ifile-database-path, spam-ifile-database)
6046         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6047         Don't use "path" inappropriately.
6048         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6049         strings.
6050         (spam-check-ifile, spam-ifile-register-with-ifile)
6051         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6052         new variable names.
6053
6054         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6055         (gnus-treat-display-smileys): Simplify using
6056         gnus-image-type-available-p.
6057
6058         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6059         available.
6060
6061         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6062         `display-images-p' if available.
6063
6064 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6067         one after turning on the buffer's multibyteness instead of decoding
6068         them directly in the unibyte buffer that causes unexpected conversion
6069         in Emacs 23 (unicode).
6070
6071 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6072
6073         * message.el (message-generate-hashcash): Fix custom type.
6074
6075 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6076
6077         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6078
6079 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6080
6081         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6082         disconnect icons.  Add help text.
6083
6084 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6085
6086         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6087         negated to be consistent with the others we handle.
6088
6089 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6090
6091         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6092         version of gnus-summary-buffer to something, so that we can use two
6093         article buffers at the same time.
6094
6095 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6096
6097         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6098         trigger all the extra headers.
6099         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6100         sorting.
6101
6102 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6103
6104         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6105         solid groups.
6106
6107 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6108
6109         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6110
6111 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * legacy-gnus-agent.el: Add Copyright notice.
6114
6115 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6116
6117         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6118
6119 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6122
6123         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6124         to make it work reliably in CVS Emacs.
6125         (gnus-summary-limit-strange-charsets-predicate)
6126         (gnus-summary-limit-to-predicate): New functions.
6127
6128 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6129
6130         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6131         specifying array size.
6132         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6133         array if it is too small.
6134         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6135         (gnus-sort-threads-loop): New function.
6136
6137 2006-12-06  Chris Moore  <dooglus@gmail.com>
6138
6139         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6140         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6141
6142 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6143
6144         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6145         options.
6146
6147 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148
6149         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6150         DOS-ing the recipient.
6151
6152         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6153         the headers when creating the mapping to avoid mismappings.
6154         (nnweb-gmane-create-mapping): Always nix out old mapping.
6155
6156 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6159         and mm-verify-option to never.
6160
6161 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * message.el (message-signed-or-encrypted-p): New function.
6164         (message-forward-make-body): Use it.
6165
6166         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6167         Replace encode-coding-string with mm-encode-coding-string.
6168
6169 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * nneething.el (nneething-decode-file-name): Replace
6172         decode-coding-string with mm-decode-coding-string.
6173
6174         * gnus-int.el (gnus-open-server): Say failed server's name.
6175
6176 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6177
6178         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6179         strings to a single string.  Quote `errors-file-name'.
6180         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6181         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6182         Adjust calls.  Use `shell-quote-argument'.
6183
6184 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6185
6186         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6187         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6188
6189         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6190         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6191         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6192         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6193         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6194         (gnus-subscribe-newsgroup, gnus-1):
6195         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6196         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6197         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6198         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6199
6200 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6201
6202         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6203         keystroke.
6204         (gnus-summary-limit-to-bodies): Implement headersp.
6205
6206 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6209
6210 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6213
6214 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6215
6216         * message.el (message-generate-hashcash): Expand range of values to
6217         include `opportunistic'.
6218         (message-send-mail): Use it.
6219
6220 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6221
6222         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6223         and comment it.
6224
6225         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6226
6227 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6228
6229         * gnus-util.el (gnus-extract-address-components): Improve comment.
6230
6231 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * gnus-util.el (gnus-extract-address-components): Work with address in
6234         which the name portion contains @.
6235
6236         * lpath.el: Fbind custom-autoload.
6237
6238 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6239
6240         * gnus.el (gnus-start): Move custom group up.
6241         (gnus-select-method): Don't autoload, but make it available for
6242         `customize-variable'.
6243         (gnus-getenv-nntpserver): Don't autoload.
6244
6245 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6246
6247         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6248
6249 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6250
6251         * message.el (message-sendmail-extra-arguments): New variable.
6252         (message-send-mail-with-sendmail): Use it.
6253
6254 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6257         mm-with-unibyte-current-buffer to make string unibyte.
6258
6259         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6260         mm-string-as-multibyte.
6261
6262 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6263
6264         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6265         Reported by Werner Koch <wk@gnupg.org>.
6266
6267 2006-11-14  Daiki Ueno  <ueno@p360>
6268
6269         * mml2015.el: Autoload epa-select-keys when compiling.
6270
6271 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6272
6273         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6274         message-options.
6275         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6276
6277 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6278
6279         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6280         EasyPG (< 0.0.6).
6281         (mml2015-always-trust): New user option.
6282         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6283         prompt.
6284
6285 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * nntp.el (nntp-authinfo-force): New variable.
6288         (nntp-send-authinfo): Use it.
6289
6290 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6291
6292         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6293         decode encoded words.  Improve prompt.  Add comment about forwarding.
6294         (message-replacement-char): Move up.
6295
6296 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6297
6298         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6299         instead of gnus-intersection because arguments of gnus-sorted-nunion
6300         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6301
6302 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6303
6304         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6305         (message-simplify-subject-functions): Enable
6306         message-strip-subject-encoded-words by default.
6307
6308 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6309
6310         * message.el (message-strip-subject-encoded-words): New function.
6311         (message-simplify-subject-functions): New variable.
6312         (message-simplify-subject): Use it.  Fix typo in doc string.
6313         Support message-strip-subject-encoded-words.
6314
6315 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6316
6317         * gnus-diary.el (gnus-diary-delay-format-function):
6318         * nndiary.el (nndiary-reminders):
6319         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6320
6321 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6322
6323         * gnus-art.el (article-hide-boring-headers): Fetch date from
6324         gnus-original-article-buffer to avoid problems with localized date
6325         strings.
6326
6327 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6330
6331 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6334         New variables.
6335         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6336         (mm-charset-synonym-alist): Move some entries to
6337         mm-codepage-iso-8859-list.
6338         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6339         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6340
6341 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6344
6345 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6346
6347         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6348         with Emacs 21 and XEmacs.
6349
6350 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6351
6352         * spam.el (spam-parse-address): New function for better parsing,
6353         catching errors, etc.
6354         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6355
6356 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6357
6358         * mm-view.el: Add interactive arg to html2text autoload.
6359
6360 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6363
6364 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6365
6366         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6367         variables.
6368         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6369         (mm-charset-synonym-alist): Move some entries to
6370         mm-codepage-iso-8859-list.
6371
6372         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6373
6374 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6375
6376         * message.el (message-citation-line-format)
6377         (message-insert-formated-citation-line): Fix implementation of %E, %N
6378         and %n according to the doc string.
6379
6380 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6381
6382         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6383         car-safe to avoid bad parses.
6384
6385 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6388         names.
6389
6390         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6391
6392 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6395         header.
6396
6397         * message.el (message-draft-headers): Add Date.
6398         (message-headers-to-generate): Fix typo in docstring.
6399
6400         * nndraft.el (nndraft-required-headers): New variable.
6401         (nndraft-generate-headers): Use it.
6402
6403         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6404
6405 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6406
6407         * gnus-registry.el (gnus-registry-wash-for-keywords)
6408         (gnus-registry-find-keywords): New functions to allow easy searching of
6409         articles that are in the registry.
6410
6411 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6412
6413         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6414         ietf-drums-parse-address instead of gnus-extract-address-components.
6415         Reported by Damien Elmes <damien@repose.cx>.
6416
6417 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6418
6419         * gnus.el (gnus-mime): Remove unused custom group.
6420
6421 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6422
6423         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6424         "blank line" when searching for end of armor headers.
6425
6426 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * gmm-utils.el (gmm-write-region): Fix variable name.
6429
6430 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * gmm-utils.el (gmm-write-region): New function based on compatibility
6433         code from `mm-make-temp-file'.
6434
6435         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6436
6437         * nnmaildir.el (nnmaildir--update-nov)
6438         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6439         Use `gmm-write-region'.
6440
6441 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6442
6443         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6444         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6445
6446         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6447
6448         * message.el (message-replacement-char): New variable.
6449         (message-fix-before-sending): Use it.
6450         (message-simplify-subject): New function to remove duplicate code.
6451         (message-reply, message-followup): Use it.
6452
6453         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6454         gnus-summary-limit-to-articles.
6455
6456 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * gnus-util.el (gnus-with-local-quit): New macro.
6459
6460         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6461
6462 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6463
6464         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6465         ignore non-string data.
6466
6467 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6468
6469         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6470         non-string data (needs to be done in the registry too).
6471
6472 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6473
6474         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6475         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6476         (gnus-registry-split-fancy-with-parent)
6477         (gnus-registry-fetch-simplified-message-subject-fast)
6478         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6479         Remove text properties on ingress into the registry and when it's saved.
6480         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6481         registry from entries with no groups.
6482
6483 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6484
6485         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6486         function to remove string properties.
6487
6488 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * gmm-utils.el (gmm): Adjust custom version.
6491
6492         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6493         custom version.
6494
6495         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6496
6497 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6498
6499         * gnus-art.el (gnus-insert-prev-page-button)
6500         (gnus-insert-next-page-button): Simplify.  Reformat.
6501
6502 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6503
6504         * gnus-art.el (gnus-insert-prev-page-button)
6505         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6506
6507 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6508
6509         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6510
6511 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6512
6513         * gnus-art.el (gnus-insert-mime-button)
6514         (gnus-insert-mime-security-button):
6515         Apply gnus-article-button-face to MIME and security buttons.
6516
6517 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6518
6519         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6520         readable.
6521
6522 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6525
6526 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6527
6528         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6529         `browse-url-of-file' instead of `browse-url'.
6530
6531 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6532
6533         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6534         regexp.  Articles containing quotation were cut prematurely.
6535
6536 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * message.el (message-cite-original-1): Use nobody by default for the
6539         value of From header.
6540         (message-reply): Ditto.
6541
6542 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6543
6544         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6545         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6546         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6547
6548 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6551         mails in the doc string.  Add some URLs in comment.
6552         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6553
6554 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6557         backslashes handling and the way to find boundaries of quoted strings.
6558
6559 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6560
6561         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6562         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6563         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6564         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6565
6566 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6567
6568         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6569         doc string.
6570         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6571
6572 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * lpath.el: Fbind epg-check-configuration.
6575
6576 2006-09-06  Simon Josefsson  <jas@extundo.com>
6577
6578         * mml2015.el (mml2015-use): Doc fix, mention epg.
6579
6580 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6581
6582         * mml2015.el (mml2015-use): Default to epg, if available.
6583
6584 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6585
6586         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6587         message-sender.
6588         (mml1991-epg-encrypt): Ditto.
6589         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6590         message-sender.
6591         (mml2015-epg-encrypt): Ditto.
6592
6593 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6594
6595         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6596         several common directories.
6597
6598 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6599
6600         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6601         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6602
6603 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * gnus-art.el (article-decode-encoded-words): Make it fast.
6606
6607 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6610
6611         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6612         in quoted string into `\'.
6613
6614 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6617         Use standard-syntax-table.
6618
6619 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * gnus-art.el (gnus-decode-address-function): New variable.
6622         (article-decode-encoded-words): Use it to decode headers which are
6623         assumed to contain addresses.
6624         (gnus-mime-delete-part): Remove useless `or'.
6625
6626         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6627         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6628         (gnus-nov-parse-line): Use it to decode From header.
6629         (gnus-get-newsgroup-headers): Ditto.
6630         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6631
6632         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6633         (mail-decode-encoded-address-string): New alias.
6634
6635         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6636         New function.
6637         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6638         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6639         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6640         (rfc2047-decode-string): Ditto.
6641         (rfc2047-decode-address-region): New function.
6642         (rfc2047-decode-address-string): New function.
6643
6644 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * message.el (message-caesar-buffer-body): Allow rotating headers.
6647
6648         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6649
6650         * message.el (message-insert-formated-citation-line): Fix %f.
6651         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6652
6653 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6656         (gnus-bookmark-mouse-available-p): New macro.
6657         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6658         (gnus-bookmark-bmenu-show-infos): Use it.
6659         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6660         (gnus-bookmark-bmenu-hide-infos): Ditto.
6661         (gnus-bookmark-remove-properties): New function.
6662         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6663         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6664         (gnus-bookmark-write-file): Bind coding-system-for-write.
6665         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6666         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6667         group before selecting it.
6668         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6669         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6670         quit-window if it is not available; use gnus-mouse-2 and bind it to
6671         gnus-bookmark-bmenu-select-by-mouse.
6672         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6673         (gnus-bookmark-bmenu-select-by-mouse): New function.
6674
6675 2006-08-13  Romain Francoise  <romain@orebokech.com>
6676
6677         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6678         space.
6679
6680 2006-08-10  Romain Francoise  <romain@orebokech.com>
6681
6682         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6683         (dns-mode-soa-auto-increment-serial): New user option.
6684         (dns-mode-soa-maybe-increment-serial): New function.
6685         (dns-mode): Add the latter to `write-contents-functions'.
6686
6687 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * compface.el (uncompface): Use binary rather than raw-text-unix.
6690
6691 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * compface.el (uncompface): Make sure the eol conversion doesn't take
6694         place when communicating with the external programs.  Reported by
6695         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6696
6697 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6700
6701 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6702
6703         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6704         Make it more robust by parsing author and date independently.
6705
6706 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6709
6710 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6711
6712         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6713         first matching secret key.
6714         (mml2015-epg-encrypt): Ditto.
6715
6716         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6717         first matching secret key.
6718         (mml1991-epg-encrypt): Ditto.
6719
6720         * mml2015.el (mml2015-encrypt-to-self): New user option.
6721         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6722         mml2015-epg-encrypt-to-self is set.
6723
6724         * mml1991.el (mml1991-encrypt-to-self): New variable.
6725         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6726         mml1991-epg-encrypt-to-self is set.
6727
6728         * mml2015.el (mml2015-signers): New user option.
6729         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6730         (mml2015-epg-encrypt): Allow to select signing keys.
6731
6732         * mml1991.el (mml1991-signers): New variable.
6733         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6734         (mml1991-epg-encrypt): Allow to select signing keys.
6735
6736 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * nnheader.el (nnheader-insert-head): Make it work even if the file
6739         uses CRLF for the line-break code.
6740
6741 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6742
6743         * mml2015.el: Require mml-sec instead of password.
6744         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6745         (mml2015-cache-passphrase): Inherit the default value from
6746         mml-secure-cache-passphrase.
6747         (mml2015-passphrase-cache-expiry): Inherit the default value from
6748         mml-secure-passphrase-cache-expiry.
6749
6750         * mml1991.el: Require mml-sec instead of password.
6751         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6752         (mml1991-cache-passphrase): Inherit the default value from
6753         mml-secure-cache-passphrase.
6754         (mml1991-passphrase-cache-expiry): Inherit the default value from
6755         mml-secure-passphrase-cache-expiry.
6756
6757         * mml-sec.el: Require password.
6758         (mml-secure-verbose): New user option.
6759         (mml-secure-cache-passphrase): New user option.
6760         (mml-secure-passphrase-cache-expiry): New user option.
6761
6762 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6763
6764         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6765         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6766         andreas@altroot.de (Andreas Vögele).
6767
6768         FIXME: Use `tiny change'?
6769
6770 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6771
6772         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6773         workaround for the url package included with Emacs.
6774
6775         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6776
6777 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6780         correctly.  This fixes a bug caused by the 2006-05-12 change.
6781
6782 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6783
6784         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6785         some information about the error when saying that the `bogus' mail
6786         group will be used.
6787
6788 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6791         string.
6792
6793 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6794
6795         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6796
6797 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6798
6799         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6800
6801 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6802
6803         * mml1991.el (mml1991-function-alist): Add epg.
6804         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6805         (mml1991-epg-encrypt): New functions.
6806
6807 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6808
6809         * mml2015.el (mml2015-verbose): New variable.
6810         (mml2015-cache-passphrase): Ditto.
6811         (mml2015-passphrase-cache-expiry): Ditto.
6812         (mml2015-function-alist): Add epg.
6813         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6814         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6815         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6816         functions.
6817
6818 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6819
6820         * message.el (message-cite-original-1): Preserve region when removing
6821         quoted text due to X-No-Archive in order to avoid bogus attribution
6822         when citing multiple messages.
6823
6824 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6825
6826         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6827         Kenneth Jacker <khj@be.cs.appstate.edu>.
6828
6829 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6830
6831         * gnus-diary.el (gnus-user-format-function-d)
6832         (gnus-user-format-function-D): Autoload.
6833
6834         * imap.el (Commentary): Fix typo.
6835
6836         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6837         2006-04-22 contribution.
6838
6839 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6840
6841         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6842         It didn't really fix the bogosity I'm seeing with solid web groups.
6843
6844 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6845
6846         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6847         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6848         created using server names.  If we use the feature without declaring
6849         it, Gnus does not properly manage server and group state.
6850
6851         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6852         bound.
6853
6854 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6855
6856         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6857         looking up the method using GROUP's prefix before inventing a new one.
6858         It is used on killed/unknown groups in various places where returning
6859         an all-new method isn't expected by the caller.
6860
6861         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6862         and match semantics of gnus-group-real-prefix.
6863
6864 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6865
6866         * nnmail.el (nnmail-broken-references-mailers): New variable.
6867         (nnmail-ignore-broken-references): New function generalizing
6868         nnmail-fix-eudora-headers.
6869         (nnmail-fix-eudora-headers): Now obsolete.
6870
6871         * gnus-art.el (gnus-button-handle-custom): Support
6872         `customize-apropos*'.
6873
6874 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6875
6876         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6877
6878         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6879         articles.
6880
6881 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6882
6883         * message.el (message-cite-reply-above): New variable.
6884         (message-yank-original): Use it.
6885
6886 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6889
6890 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6893         as read.
6894
6895         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6896
6897 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6900         (gnus-bookmark-default-file): Use gnus-directory.
6901         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6902         Remove "*" in doc string.
6903         (gnus-bookmark-write-file): Simplify.
6904         (gnus-bookmark-maybe-sort-alist): Use `when'.
6905         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6906         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6907         FIXME about Emacs 21 and XEmacs compatibility.
6908         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6909         compatibility.
6910         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6911         compatibility.
6912         (gnus-bookmark-menu-heading): Fix version.
6913
6914 2006-06-19  Bastien Guerry  <bzg@altern.org>
6915
6916         * gnus-bookmark.el: New file.
6917
6918 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * message.el (message-syntax-checks): Doc fix.
6921
6922 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6923
6924         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6925         unsubscribed groups as if they were killed ones.  It causes duplicate
6926         entries in gnus-newsrc-alist.
6927
6928 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * message.el (message-syntax-checks): Doc fix.
6931         (message-send-mail): Add check for continuation headers.
6932         (message-check-news-header-syntax): Fix regexp used to check for
6933         continuation headers.
6934
6935 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6938
6939 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6942
6943 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6946         default-truncate-lines.
6947
6948 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6951         to fill the utf-8 entry.
6952
6953         * lpath.el: Fbind unicode-precedence-list.
6954
6955 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6956
6957         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6958
6959 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6960
6961         * gnus-agent.el (directory-files-and-attributes): Move all the way
6962         forward (the third and final move).
6963         (gnus-agent-read-agentview): Trap reconstruction errors due to
6964         nonexistant directory.  Handle by returning nil.
6965
6966 2006-05-30  Didier Verna  <didier@xemacs.org>
6967
6968         * message.el (message-dont-reply-to-names): Update the custom type.
6969         * message.el (message-dont-reply-to-names): New defsubst: potentially
6970         convert a list of regexps into a single one.
6971         * message.el (message-get-reply-headers): Use it.
6972         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6973
6974 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * gnus-agent.el (directory-files-and-attributes): Move forward.
6977
6978 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * gnus-ml.el (gnus-mailing-list-subscribe)
6981         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6982         (gnus-mailing-list-message): Fix doc strings.
6983
6984 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6985
6986         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6987         of doing it manually.
6988
6989 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6992         comment.
6993
6994 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6995
6996         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6997         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6998         (gnus-agent-read-local): All symbols allocated in my-obarray.
6999         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7000         (gnus-agent-regenerate-group): Check numeric names to see if they are
7001         messages or groups.
7002         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7003         better way of do this...)
7004
7005         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7006         'dummy.group' (there should be a better way of do this...)
7007
7008 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7011         (gnus-saved-headers): Ditto.
7012         (gnus-default-article-saver): Mention functions may have properties.
7013         (gnus-article-save): Override gnus-save-all-headers and
7014         gnus-saved-headers by :headers property which saver function may have.
7015         (gnus-summary-save-in-file): Add :headers property.
7016         (gnus-summary-write-to-file): Ditto.
7017
7018         * gnus-sum.el (gnus-summary-save-article): Bind
7019         gnus-prompt-before-saving to t when saving many articles in a file;
7020         always show all headers.
7021
7022         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7023
7024 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7027         marks.
7028
7029         * message.el (message-indent-citation): Add optional arguments to allow
7030         using it outside of message buffers.
7031
7032         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7033         (gnus-article-treat-unfold-headers): Use it.
7034         (gnus-article-truncate-lines): New variable.
7035         (gnus-article-mode): Use it.
7036         (gnus-article-toggle-truncate-lines): New function.
7037
7038         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7039         gnus-article-toggle-truncate-lines.
7040
7041         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7042         coding system in XEmacs, use binary.
7043
7044 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7047         after-load-alist.
7048
7049         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7050         this function should save decoded articles.
7051         (gnus-summary-write-to-file): Use property to specify this function
7052         should save decoded articles and specify gnus-summary-save-in-file
7053         should be used to save articles other than the first one when saving
7054         many articles.
7055         (gnus-summary-save-body-in-file): Use property to specify this
7056         function should save decoded articles.
7057         (gnus-summary-write-body-to-file): Use property to specify this
7058         function should save decoded articles and specify
7059         gnus-summary-save-body-in-file should be used to save articles other
7060         than the first one when saving many articles.
7061
7062         * gnus-sum.el (gnus-summary-save-article): Simplify.
7063
7064 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-art.el (gnus-default-article-saver): Add
7067         gnus-summary-write-body-to-file.
7068         (gnus-article-save-coding-system): Don't use coding system object
7069         in XEmacs.
7070         (gnus-read-save-file-name): Add optional `dir-var' argument which
7071         specifies directory in which files are saved; work even if optional
7072         `variable' argument is not specified.
7073         (gnus-summary-write-to-file): Read file name.
7074         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7075         (gnus-summary-write-body-to-file): New function.
7076
7077         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7078         (gnus-summary-local-variables): Add it.
7079         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7080         (gnus-summary-save-article): Remove optional `decode' argument;
7081         determine whether to decode articles by the value of
7082         gnus-default-article-saver; when saving many files using
7083         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7084         it first and use gnus-summary-save-in-file or
7085         gnus-summary-save-body-in-file thereafter unless
7086         gnus-prompt-before-saving is always; move point to article which
7087         will be saved.
7088         (gnus-summary-save-article-file): Revert.
7089         (gnus-summary-write-article-file): Revert.
7090         (gnus-summary-save-article-body-file): Revert.
7091         (gnus-summary-write-article-body-file): New function.
7092
7093 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * gnus-art.el (gnus-default-article-saver): Doc fix.
7096         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7097         from gnus-summary-save-article-coding-system, and default to a
7098         certain coding system.
7099         (gnus-output-to-file): Add coding cookie and encode text according
7100         to gnus-article-save-coding-system; don't use mm-append-to-file.
7101
7102         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7103         gnus-art.el and rename to gnus-article-save-coding-system.
7104         (gnus-summary-save-article): Require gnus-art; don't show all
7105         headers if it decodes articles; don't add coding cookie here;
7106         don't bind mm-text-coding-system-for-write.
7107         (gnus-summary-save-article-file): Save decoded articles.
7108         (gnus-summary-write-article-file): When saving many files, use
7109         gnus-summary-write-to-file first and gnus-summary-save-in-file
7110         thereafter unless gnus-prompt-before-saving is always.
7111         (gnus-summary-save-article-body-file): Save decoded articles.
7112
7113         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7114
7115 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7116
7117         * nnrss.el (nnrss-check-group): Bind hash-index.
7118
7119 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7120
7121         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7122         its hash index.  Store this hash in `nnrss-group-data'.
7123         (nnrss-read-group-data): Update accordingly.
7124
7125 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7128         entry.
7129
7130         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7131         gnus-article-browse-html-article.
7132
7133 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7134
7135         * gnus-sum.el (gnus-summary-mime-map): Add
7136         gnus-article-browse-html-article.
7137
7138         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7139
7140 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7141
7142         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7143         suitable coding systems in customize.
7144
7145 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7146
7147         * mail-source.el (mail-sources): Fix custom type.
7148
7149 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7150
7151         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7152         (gnus-summary-expire-articles-now): Shorten prompt.
7153
7154         * gmm-utils.el (wid-edit): Require.
7155         (defun-gmm): Renamed from `gmm-defun-compat'.
7156         (gmm-image-search-load-path): Use it.
7157         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7158
7159 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7162         variable.
7163         (gnus-summary-save-article): Add optional `decode' argument.  If
7164         it is set and gnus-summary-save-article-coding-system is non-nil,
7165         save decoded article.
7166         (gnus-summary-write-article-file): Save decoded article if
7167         gnus-summary-save-article-coding-system is non-nil.
7168
7169         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7170         type.
7171
7172 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7175
7176 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7179         first to test gnus-single-article-buffer which may be buffer-local.
7180
7181         * gnus-sum.el (gnus-summary-setup-buffer): Make
7182         gnus-single-article-buffer buffer-local and nil in ephemeral
7183         group; make gnus-article-buffer, gnus-article-current, and
7184         gnus-original-article-buffer always buffer-local.
7185         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7186         group.
7187         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7188
7189 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * nnml.el (nnml-request-compact-group): Compressed files might not
7192         have .gz extension.
7193
7194 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7195
7196         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7197         (mm-copy-to-buffer): Use with-current-buffer.
7198         (mm-display-part): Simplify.
7199         (mm-inlinable-p): Add optional arg `type'.
7200
7201 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7202
7203         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7204         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7205         Try harder to show the attachment internally or externally using
7206         gnus-mime-view-part-as-type.
7207
7208 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * message.el (message-from-style, message-signature-separator)
7211         (message-user-organization-file, message-send-mail-function)
7212         (message-citation-line-function, message-yank-prefix)
7213         (message-indent-citation-function, message-signature)
7214         (message-signature-file, message-signature-insert-empty-line):
7215         Remove autoloads.
7216
7217         * gnus-art.el (gnus-buttonized-mime-types): Remove
7218         "multipart/signed".  Revert 2006-04-26 change.
7219
7220 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7221
7222         * gnus.el (gnus-version-number): Bump version.
7223
7224 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7225
7226         * gnus.el: No Gnus v0.5 is released.
7227
7228 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7229
7230         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7231         fetching articles by message-id.
7232
7233 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * message.el (hashcash): Require hashcash as normal.
7236
7237         * ecomplete.el (ecomplete-highlight-match-line): Use
7238         point-at-eol.
7239         (ecomplete-highlight-match-line): Use `highlight', because that
7240         face exists in both Emacs and XEmacs.
7241
7242         * message.el (message-display-abbrev): Use point-at-bol.
7243
7244         * mail-source.el: Don't require timer/timer-funcs.
7245
7246         * gnus-async.el: Ditto.
7247
7248         * password.el: Ditto.
7249
7250         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7251
7252         * mm-url.el: Ditto.
7253
7254         * gnus-xmas.el: Don't require timer-funcs.
7255
7256         * mm-util.el: Require timer/timer-funcs.
7257
7258 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7259
7260         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7261         Close.
7262
7263 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7266         unibyte after clear-decrypt function runs.
7267
7268         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7269         returns as a unibyte string.
7270
7271 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * lpath.el: Revert.
7274
7275         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7276         (pgg-gpg-process-sentinel): Revert.
7277
7278         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7279         (pgg-pgp-lookup-key): Revert.
7280
7281         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7282         (pgg-pgp5-lookup-key): Revert.
7283
7284         * pgg.el (pgg-fetch-key): Revert.
7285
7286 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * lpath.el: Fbind string-as-multibyte for XEmacs.
7289
7290         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7291         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7292         (mml1991-pgg-encrypt): Ditto.
7293
7294         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7295         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7296         a multibyte buffer.
7297
7298         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7299         (pgg-pgp-lookup-key): Ditto.
7300
7301         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7302         (pgg-pgp5-lookup-key): Ditto.
7303
7304         * pgg.el (pgg-fetch-key): Ditto.
7305
7306 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7307
7308         * message.el (message-user-organization-file): Check several
7309         locations of the organization file.
7310
7311         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7312         Add gnus-article-view-part-as-type.
7313
7314         * gnus-art.el (gnus-article-view-part-as-type): New function.
7315
7316         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7317         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7318
7319         * mml.el: Simplify autoload.
7320         (mml-mode): defvar dnd-protocol-alist instead of using
7321         symbol-value.
7322         (mml-default-directory): New variable.
7323         (mml-minibuffer-read-file): Use it.
7324         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7325
7326         * message.el (message-citation-line-format): New variable.
7327         (message-insert-formated-citation-line): New function.
7328         (message-citation-line-function): Add
7329         `message-insert-formated-citation-line' to custom type.
7330
7331         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7332         to doc string.
7333
7334         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7335         depending on mm-verify-option.
7336
7337 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7340         binding pgg-* variables; reimplement the section which prevents
7341         MIME header from being signed.
7342         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7343         pgg-text-mode; remove a blank line at the top of body.
7344
7345         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7346         lines at the top of body; use gnus-newsgroup-charset if there's no
7347         Charset header.
7348
7349 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * message.el (message-self-insert-commands): Doc fix.
7352
7353         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7354         (mm-uu-pgp-encrypted-test): Ditto.
7355         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7356         between header and body; return application/pgp-encrypted handle
7357         if decryption failed; decode decrypted body by charset.
7358
7359         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7360         element match to application/pgp-*.
7361
7362 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7363
7364         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7365         HTML.
7366
7367 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7368
7369         * mail-source.el (mail-source-call-script): Message the error
7370         string.
7371
7372 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7373
7374         * gnus-util.el (gnus-byte-compile): Use it.
7375
7376 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7377
7378         * gnus-util.el (kill-empty-logs): New function.
7379
7380 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7381
7382         * message.el (message-mail-alias-type): Doc fix.
7383         (message-mail-alias-type-p): New function.
7384         (message-send): Use it.
7385         (message-mode): Ditto.
7386         (message-strip-forbidden-properties): Ditto.
7387
7388         * ecomplete.el (ecomplete-database-file-coding-system): New
7389         variable.
7390         (ecomplete-save): Use it.
7391         (ecomplete-setup): Use it.
7392
7393 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * message.el (message-self-insert-commands): New variable.
7396         (message-strip-forbidden-properties): Use it.
7397
7398 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7399
7400         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7401         that doesn't make XEmacs choke.
7402
7403 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * gnus-util.el (gnus-replace-in-string):
7406         Prefer replace-regexp-in-string over of replace-in-string.
7407
7408 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-util.el (gnus-select-frame-set-input-focus):
7411         Use select-frame-set-input-focus if it is available in XEmacs; use
7412         definition defined in Emacs 22 for old Emacsen.
7413
7414         * dgnushack.el: Autoload unmorse-region for XEmacs.
7415
7416         * lpath.el: Bind cursor-in-non-selected-windows and
7417         select-frame-set-input-focus for XEmacs.
7418
7419 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7422
7423 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7424
7425         * gnus-registry.el (gnus-registry-cache-save): Remove text
7426         properties when saving via the temp buffer.
7427
7428 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * message.el (message-generate-hashcash): Honor custom type.
7431
7432 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7433
7434         * message.el (message-generate-hashcash): Default to non-nil when
7435         hashcash is found.
7436
7437         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7438         (gnus-refer-thread-limit): Increase default to 500.
7439
7440         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7441
7442         * flow-fill.el (fill-flowed): Allow delete-space.
7443
7444 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7445
7446         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7447         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7448         Remove autoloads.
7449
7450 2006-04-18  Simon Josefsson  <jas@extundo.com>
7451
7452         * message.el (message-generate-hashcash): Default to.
7453
7454 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7457         concatenating segments rather than before concatenating them.
7458
7459 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7462
7463 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7464
7465         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7466
7467         * message.el (message-forward-make-body-plain): Allow
7468         message-forward-ignored-headers to be a list.
7469         (message-remove-ignored-headers): Factor out into function.
7470         (message-forward-make-body-mml): Use it.
7471
7472         * imap.el (imap-quote-specials): New function.
7473         (imap-login-auth): Quote specials.
7474
7475         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7476         (rfc2231-parse-string): Allow concatanation of parameters that
7477         aren't contiguous.  The test case is
7478           (mail-header-parse-content-type "message/external-body;
7479             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7480             access-type=LOCAL-FILE;
7481             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7482
7483 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7484
7485         * nntp.el (nntp-accept-process-output): Return the value of
7486         `nnheader-accept-process-output'.
7487
7488 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7489
7490         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7491         (gnus-button-alist): Recognize more diff formats.
7492         (gnus-button-patch): Strip directory.
7493
7494 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7495
7496         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7497         Emacs 22 when setting focus.
7498
7499 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7500
7501         * gnus-art.el (gnus-article-treat-types): Do treatment of
7502         text/x-verbatim parts.
7503         (gnus-button-patch): New command.
7504
7505         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7506         addresses that contain invalid characters.
7507
7508 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7509
7510         * message.el (message-put-addresses-in-ecomplete): Use
7511         gnus-replace-in-string.
7512         (message-is-yours-p): Use the more correct
7513         mail-header-parse-address instead of
7514         mail-extract-address-components.
7515         (message-put-addresses-in-ecomplete): Fix typo.
7516
7517         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7518         keystroke.
7519
7520         * gnus-art.el (gnus-treatment-function-alist): Change order of
7521         newsgroups/generic header folding to avoid double-folding.
7522
7523         * message.el (message-hidden-headers): Add X-Draft-From.
7524
7525         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7526         command.
7527         (gnus-summary-repeat-search-article-backward): New command.
7528
7529         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7530         groups in the parent topic.
7531
7532 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7533
7534         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7535         (spam-extra-header-to-number): Return the CRM114 number as a
7536         number instead of a string.
7537
7538 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539
7540         * gnus-art.el (gnus-face-properties-alist): Moved here from
7541         gnus-fun.
7542
7543         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7544
7545 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7546
7547         * message.el (message-strip-forbidden-properties): Only display on
7548         self-insert-command.
7549
7550         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7551         reindent.
7552         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7553
7554 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7555
7556         * smiley.el (smiley-style): Fix typo.
7557
7558 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7559
7560         * hashcash.el (hashcash-insert-payment-async-2): Use
7561         message-goto-eoh instead of doing it manually.
7562         (mail-add-payment): Use message-narrow-to-header instead of trying
7563         to do the same itself.
7564
7565         * message.el (message-hidden-headers): Add Face.
7566
7567         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7568         reparenting code.
7569         (gnus-summary-reparent-children): Refactored out code.
7570         (gnus-summary-thread-map): New keystroke.
7571         (gnus-summary-reparent-children): Make into command.
7572
7573         * smiley.el (smiley-style): Default to `medium' if using a large
7574         font.
7575
7576         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7577         does it itself.
7578
7579         * message.el (message-point-in-header-p): Simplify definition.
7580
7581 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582
7583         * nnagent.el (nnagent-request-set-mark): Silence log file
7584         writing.
7585         (nnagent-request-set-mark): Use write-region instead of
7586         append-to-file.
7587
7588         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7589         strange select method.
7590
7591         * ecomplete.el (ecomplete-display-matches): Get highlightling
7592         right.
7593         (ecomplete-display-matches): Use literals.
7594         (ecomplete-display-matches): Disable message logging.
7595
7596         * message.el (message-display-abbrev): Small optimization.
7597
7598         * ecomplete.el (ecomplete-display-matches): Allow automatic
7599         display.
7600
7601         * message.el (message-strip-forbidden-properties): Display
7602         abbrevs.
7603         (message-display-abbrev): Get automatic display right.
7604
7605         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7606         keystrokes.
7607
7608 2006-04-13  Romain Francoise  <romain@orebokech.com>
7609
7610         TODO: Backport to v5-10!
7611
7612         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7613         Moved here (and renamed) from gnus-registry.el.
7614
7615         * gnus-registry.el: Require gnus-util.
7616         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7617
7618 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7619
7620         * gnus-group.el (gnus-group-catchup-current): Change
7621         if-then-else-if-then-else into cond.
7622         (gnus-group-catchup): Indent.
7623         (group-name-at-point): New function.
7624         (gnus-fetch-group): Provide default from thing at point.
7625
7626 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7627
7628         * message.el (message-display-abbrev): Fix regexp.
7629
7630         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7631         choosing.
7632         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7633         dead variables.
7634
7635         * message.el (message-newline-and-indent): Remove debugging.
7636         (message-display-abbrev): Use new implementation.
7637
7638 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7639
7640         * gnus-art.el (gnus-article-mode): Set
7641         cursor-in-non-selected-windows to nil.
7642
7643         * smiley.el: Revert previous change.
7644         (smiley-data-directory): defvar it before using it in the
7645         defcustom of `smiley-style'.
7646
7647 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * message.el (message-newline-and-indent): New function.
7650
7651         * ecomplete.el: Implement more bits.
7652
7653         * message.el (message-put-addresses-in-ecomplete): Clean up the
7654         string.
7655
7656         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7657
7658         * gnus-sum.el (gnus-summary-save-parts): Bind
7659         gnus-summary-save-parts-counter and use it to make unique file
7660         names.
7661
7662         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7663
7664         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7665         parameter to say whether to actually parse the individual
7666         addresses.
7667
7668         * message.el (message-put-addresses-in-ecomplete): New function.
7669         (ecomplete): Require.
7670         (message-mail-alias-type): Add ecomplete as an option.
7671
7672 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7673
7674         * flow-fill.el (fill-flowed): Remove trailing space from blank
7675         quoted lines.
7676
7677 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7678
7679         * smiley.el (smiley-style): Move definition later to avoid a
7680         compilation warning.
7681
7682 2006-04-12  Kenichi Handa  <handa@m17n.org>
7683
7684         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7685         buffer and then decode the buffer text if necessary.
7686         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7687         first, and after mm-encode-body, change the buffer to unibyte.
7688         Use mm-disable-multibyte instead of set-buffer-multibyte.
7689
7690 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7693         Content-Type header instead of Content-Disposition header.
7694         (gnus-mime-inline-part): Ditto.
7695         (gnus-mime-view-part-as-charset): Ignore charset that the part
7696         specifies.
7697
7698         * mm-decode.el (mm-display-part): Work with external parts and
7699         usual parts similarly.
7700
7701         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7702         instead of gnus-display-mime.
7703
7704         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7705         instead of with-temp-buffer.
7706
7707         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7708         tag to summarized topics part in order to encode non-ASCII text.
7709
7710 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7711
7712         * smiley.el (smiley-style): New variable.
7713         (smiley-directory): New function.
7714         (smiley-data-directory): Derive from `smiley-style' using
7715         `smiley-directory'.
7716         (smiley-regexp-alist): Add new entries.
7717
7718         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7719         (gnus-article-browse-delete-temp): Add :version.
7720
7721 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7722
7723         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7724         the sieve region.
7725
7726 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7727
7728         * gnus.el (gnus-version-number): Bump version.
7729
7730 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * gnus.el: No Gnus v0.4 is released.
7733
7734 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7735
7736         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7737         layout.
7738
7739         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7740         unknown charset.
7741
7742         * message.el (message-header-synonyms): Add Original-To to the
7743         default.
7744
7745         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7746         optional parameter.
7747
7748 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7749
7750         * gnus-fun.el (gnus): Require it for gnus-directory.
7751
7752 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7755
7756 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7757
7758         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7759
7760 2006-04-05  Simon Josefsson  <jas@extundo.com>
7761
7762         * password.el (password-reset): New function.
7763
7764 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7765
7766         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7767         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7768
7769 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7770
7771         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7772         Some whitespace was matched into the url, which broke browsing hits
7773         > 100 when mm-url-use-external was nil.
7774
7775 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7778         gnus-extra-headers for 'Newsgroups.
7779
7780         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7781         bound.
7782
7783 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7784
7785         * pgg-gpg.el: Clean up process buffers every time gpg processes
7786         complete.
7787
7788 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7791         doc string.
7792
7793 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7794
7795         * pgg-gpg.el (pgg-gpg-process-filter)
7796         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7797
7798         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7799         lines, temporary fix.
7800
7801 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7802
7803         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7804
7805 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7806
7807         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7808         default-enable-multibyte-characters.  This reverts the change from
7809         revision 6.17 which is no longer necessary because the passphrase
7810         is sent separately now.  GnuPG messages are unreadable under
7811         multibyte locales with default-enable-multibyte-characters set to
7812         nil.
7813
7814 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * message.el (message-tool-bar-gnome): Move "spell".
7817
7818 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7819
7820         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7821         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7822         instead.
7823
7824 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7825
7826         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7827         newsgroups handling for NNTP overviews which don't include
7828         Newsgroups.
7829
7830 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7831
7832         * message.el (message-resend): Bind message-generate-hashcash to nil.
7833
7834 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7835
7836         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7837         when searching for already-paid recipients.
7838
7839 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7840
7841         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7842         passphrases when it is not needed.
7843         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7844         passphrase stuff from gpg, should only be necessary when you use
7845         gpg with a smartcard.
7846
7847 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7848
7849         * mml.el (mml-insert-mime): Ignore cached contents of
7850         message/external-body part.
7851
7852         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7853         (mm-insert-part): Ditto.
7854
7855 2006-03-23  Simon Josefsson  <jas@extundo.com>
7856
7857         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7858         Reiner.
7859         (pgg-gpg-use-agent-p): Use it again.
7860
7861 2006-03-23  Simon Josefsson  <jas@extundo.com>
7862
7863         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7864         older emacsen.
7865         (pgg-gpg-use-agent-p): Don't use it.
7866
7867 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7870         if we can.
7871
7872 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7873
7874         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7875         (pgg-gpg-update-agent): New function.
7876         (pgg-gpg-use-agent-p): New function.
7877         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7878         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7879         (pgg-gpg-sign-region): Use it.
7880
7881 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7884         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7885
7886 2006-03-21  Simon Josefsson  <jas@extundo.com>
7887
7888         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7889         <wilde@sha-bang.de>.
7890         (pgg-gpg-use-agent): New variable.
7891         (pgg-gpg-process-region): Use it.
7892         (pgg-gpg-encrypt-region): Likewise.
7893         (pgg-gpg-encrypt-symmetric-region): Likewise.
7894         (pgg-gpg-decrypt-region): Likewise.
7895         (pgg-gpg-sign-region): Likewise.
7896         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7897
7898 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7899
7900         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7901
7902         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7903         Add comment on version.
7904
7905 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7906
7907         * smiley.el: Add missing test smiley.
7908
7909 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * mm-decode.el (mm-with-part): New macro.
7912         (mm-get-part): Use it; work with message/external-body as well.
7913         (mm-save-part): Treat name and filename equally.
7914
7915         * mm-extern.el (mm-extern-cache-contents): New function.
7916         (mm-inline-external-body): Use it; force the part to be displayed;
7917         move undisplayer added to the cached handle to the parent.
7918
7919         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7920         (gnus-mime-view-part-as-type): Work with message/external-body.
7921
7922         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7923
7924 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7925
7926         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7927         images in image-load-path.  [Sync with image.el, revision 1.60, in
7928         Emacs.]
7929
7930 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7931
7932         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7933         path rather than symbol.  Always return list of directories.
7934         Guarantee that image directory comes first.  [Sync with image.el,
7935         revision 1.59, in Emacs.]
7936
7937         * message.el (message-make-tool-bar): Adjust to new API of
7938         `gmm-image-load-path-for-library'.
7939
7940         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7941
7942         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7943
7944 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7945
7946         * gnus-art.el (gnus-article-only-boring-p):
7947         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7948         intangible text.
7949         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7950
7951 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7952
7953         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7954         `defun' instead of `gmm-defun-compat'.
7955
7956 2006-03-14  Simon Josefsson  <jas@extundo.com>
7957
7958         * message.el (message-unique-id): Don't use message-number-base36
7959         if (user-uid) is a float.
7960         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7961
7962 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7965
7966         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7967         empty line between a part and a message part.
7968
7969 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7970
7971         * smiley.el: Add more test smileys.
7972         (smiley-data-directory, smiley-regexp-alist)
7973         (gnus-smiley-file-types): Fix doc strings.
7974         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7975         adding new elements.
7976         (smiley-mouse-map): Unused code.  Make it a comment.
7977
7978 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7981         scan latest NoCeM messages instead of old ones.
7982         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7983         delimiters that are recently used.
7984         (gnus-nocem-load-cache): Add autoload cookie.
7985
7986         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7987
7988         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7989         level which is larger than gnus-use-nocem is specified.
7990
7991         * gnus-group.el (gnus-group-get-new-news): Ditto.
7992
7993 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7994
7995         * gnus-util.el (gnus-tool-bar-update): New function.
7996
7997         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7998         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7999
8000         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8001
8002         * gnus-group.el (gnus-group-redraw-when-idle)
8003         (gnus-group-redraw-check): Remove.
8004         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8005
8006 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8009         if optional last element is specified in splits (FIELD VALUE...).
8010
8011 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8014         to gmm-image-load-path-for-library.  Call with no-error argument.
8015         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8016
8017         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8018
8019         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8020
8021         * gmm-utils.el (gmm-image-load-path): Remove alias.
8022
8023 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8024
8025         * gmm-utils.el (gmm-image-load-path): Add alias.
8026
8027         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8028         nnml-generate-nov-databases-1.
8029         (nnml-generate-nov-databases): Use it.
8030         (nnml-generate-nov-databases-directory): Document no-active
8031         argument.
8032
8033         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8034         directory if path is t.  Add no-error.
8035
8036         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8037         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8038
8039         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8040         resetting gnus-article-browse-html-temp-list.
8041
8042         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8043         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8044         Add example to docstring.  Rename local variables.  Move error
8045         checks to default case in cond and simplify.
8046
8047 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8050         handle is multipart when calling it recursively.
8051         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8052
8053 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8054
8055         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8056         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8057
8058 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8061         is loaded.
8062
8063         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8064         loaded.
8065
8066 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8067
8068         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8069         to "Emacs 23 (unicode)" in doc string.
8070
8071         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8072         "Emacs 23 (unicode)" in comment.
8073
8074 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8077
8078         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8079         characters 160 through 255 in Emacs 23.
8080
8081 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8084         gnus-article-browse-html-temp.
8085         (gnus-article-browse-delete-temp): Make it customizable.  Add
8086         `file'.  Adjust doc string.
8087         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8088         query for each file.  Adjust doc string.
8089         (gnus-article-browse-html-parts): Add
8090         `gnus-article-browse-delete-temp-files' to
8091         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8092
8093 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8094
8095         * gnus-art.el (gnus-article-browse-html-temp)
8096         (gnus-article-browse-delete-temp): New variables.
8097         (gnus-article-browse-delete-temp-files): New function.
8098         (gnus-article-browse-html-parts): Use it.
8099
8100 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8101
8102         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8103
8104         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8105         string.
8106
8107         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8108         gnus-summary-insert-new-articles when unplugged.  Remove
8109         gnus-summary-search-article-forward.
8110
8111         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8112         display-visual-class instead of display-color-cells.
8113
8114 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * dgnushack.el: Autoload customize-group for XEmacs.
8117
8118         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8119         message/* containing non-ASCII text properly.
8120
8121 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * message.el: Require gmm-utils, remove autoloads.
8124         (message-tool-bar): Set default based on
8125         gmm-tool-bar-style.
8126         (message-tool-bar-gnome): Add gmm-customize-mode.
8127
8128         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8129         gmm-tool-bar-style.
8130         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8131
8132         * gnus-group.el (gnus-group-tool-bar): Set default based on
8133         gmm-tool-bar-style.
8134         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8135
8136         * gmm-utils.el (gmm-image-directory): Rename variable from
8137         gmm-image-load-path.
8138         (gmm-image-load-path): Use gmm-image-directory.
8139         (gmm-customize-mode): New function.
8140         (gmm-tool-bar-style): New variable.
8141
8142         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8143         gnus-group-redraw-line-number.
8144         (gnus-group-redraw-check): Simplify.
8145         (gnus-group-tool-bar-update): Remove redraw check.
8146         (gnus-group-make-tool-bar): Add redraw check.
8147
8148 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8149
8150         * gnus-art.el (gnus-button): Add missing parentheses.
8151
8152 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * lpath.el: Fbind line-number-at-pos.
8155
8156 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8159
8160 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * gnus-art.el (gnus-button): New face.
8163         (gnus-article-button-face): Use it.
8164
8165         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8166         gnus-summary-next-page.  Re-order.
8167
8168         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8169         next-node are now included.
8170         (gnus-group-redraw-line-number): New internal variable.
8171         (gnus-group-redraw-check): Helper function for updating the tool
8172         bar.
8173         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8174
8175         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8176
8177         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8178         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8179         Use it to match format of Spamassassin 3.0 and later.  Reported by
8180         IRIE Tetsuya <irie@t.email.ne.jp>.
8181         (spam-check-bogofilter)
8182         (spam-bogofilter-register-with-bogofilter): Fix args of
8183         `gnus-error' calls.
8184
8185 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8186
8187         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8188         unnecessary interaction when sending queued mails.  Reported by
8189         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8190
8191 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8192
8193         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8194         first or last are nil.
8195
8196 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8197
8198         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8199
8200 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201
8202         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8203
8204 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8205
8206         * dns.el (query-dns): Protect more against buggy tcp output.
8207
8208 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8209
8210         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8211         nov.php.
8212
8213 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8214
8215         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8216         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8217         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8218         output on the server side.
8219         (nnweb-google-create-mapping): Update regexps and add some
8220         progress indication.
8221
8222 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8223
8224         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8225         gnus-agent-toggle-plugged.  Re-order icons.
8226         (gnus-group-tool-bar-gnome): Add
8227         gnus-group-{prev,next}-unread-group.
8228         (gnus-group-tool-bar-gnome): Re-order icons.
8229
8230         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8231         gnus-summary-insert-new-articles.
8232
8233         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8234         comments.
8235
8236         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8237         also available in Emacs 21.3.
8238
8239         * message.el (message-fix-before-sending): Change "Emacs 22" to
8240         "Emacs 23 (unicode)" in comment.
8241
8242         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8243         "Emacs 23 (unicode)" in comment.
8244
8245         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8246         comment.
8247         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8248
8249         * mm-view.el (mm-fill-flowed): Add :version.
8250
8251 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8254         and load-path.
8255
8256 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8257
8258         * message.el: Autoload gmm-image-load-path.
8259         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8260         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8261         consitency.
8262
8263         * gmm-utils.el (gmm-image-load-path): Also search in
8264         "../etc/images".  Don't set gmm-image-load-path if we don't find
8265         the image.
8266
8267 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * gmm-utils.el (gmm-image-load-path): Don't make
8270         `gmm-image-load-path' include subdirectories which the second arg
8271         `image' might specify.
8272
8273         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8274         subdirectory to icon file names.
8275
8276         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8277
8278 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8279
8280         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8281         gmm-image-load-path calls.
8282
8283         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8284
8285         * message.el (message-make-tool-bar): Ditto.
8286
8287         * mml.el (mml-preview): Added comment concerning tool bar icons.
8288
8289         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8290         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8291
8292         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8293         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8294
8295         * message.el (message-tool-bar-gnome): Use new icon names.
8296         (message-make-tool-bar): Use `gmm-image-load-path'.
8297
8298         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8299         functions from MH-E.
8300         (gmm-image-load-path): New variable from MH-E.
8301         (gmm-image-load-path): New function from MH-E.  Added arguments
8302         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8303         *-image-load-path-called-flag.
8304
8305 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8306
8307         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8308
8309 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8310
8311         * nnimap.el (nnimap-request-move-article): Change folder back to
8312         source group before deleting.
8313
8314 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8315
8316         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8317
8318         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8319         mm-url.
8320
8321         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8322
8323 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8326         coding system which mm-charset-to-coding-system returns for a
8327         given charset is valid.
8328
8329 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8330
8331         * html2text.el (html2text-remove-tag-list):
8332         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8333
8334 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8335
8336         * gnus-cus.el: Revert 2005-10-17 change.
8337
8338 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * gnus-art.el (article-strip-banner): Call
8341         article-really-strip-banner only when the regexp match is made.
8342
8343 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * gnus-art.el (article-strip-banner): Use
8346         gnus-extract-address-components instead of
8347         mail-header-parse-addresses to make it work with non-ASCII text;
8348         remove mail-encode-encoded-word-string.
8349
8350         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8351         values which are surrounded with \"...\"; make it never cause a
8352         Lisp error; give up parsing of parameters if it failed in
8353         extracting type.
8354
8355 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8356
8357         * smime.el (smime-cert-by-ldap-1): Fix bug where
8358         `smime-ldap-search' returns results without userCertificates.
8359
8360 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8363
8364 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8365
8366         * spam.el (spam-check-spamassassin-headers): Adapt format for
8367         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8368         <ari@mbf.ocn.ne.jp>.
8369         (spam-list-of-processors): Add spam-use-gmane.
8370
8371 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8374         make-temp-file; make it work with XEmacs as well.
8375
8376         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8377         mm-make-temp-file.
8378
8379         * mm-decode.el (mm-display-external): Use the 3rd arg of
8380         mm-make-temp-file.
8381         (mm-create-image-xemacs): Ditto.
8382
8383 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8386         with message-narrow-to-headers.
8387         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8388         (gnus-draft-check-draft-articles): New function.
8389         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8390
8391 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8392
8393         * gnus-art.el (gnus-article-browse-html-parts):
8394         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8395         Don't use suffix argument for mm-make-temp-file for Emacs 21
8396         compatibility.  Remove useless `format'.
8397
8398 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8399
8400         * nnweb.el (nnweb-google-wash-article): Update regexps.
8401         (nnweb-group-alist): Use defvoo instead of defvar.
8402
8403 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8406         re-loading nn* modules.
8407
8408 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8411         for `tool-bar-mode' and don't check it's default-value.
8412
8413         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8414
8415         * message.el (message-make-tool-bar): Ditto.
8416
8417         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8418         `substring'.  Shorten tmp-file name.
8419
8420         * gnus.el: Remove bogus comment.
8421
8422 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8423
8424         * gnus-art.el (gnus-article-browse-html-parts): New function.
8425         (gnus-article-browse-html-article): New function for viewing html
8426         articles with a browser.
8427
8428 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8429
8430         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8431         in elisp.
8432         (pgg-gpg-encrypt-symmetric-region): Ditto.
8433         (pgg-gpg-sign-region): Ditto.
8434
8435         * pgg-def.el (pgg-text-mode): New variable.
8436
8437         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8438         (mml2015-pgg-encrypt): Ditto.
8439
8440         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8441         (mml1991-pgg-encrypt): Ditto.
8442
8443 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8446         message-make-date instead of current-time-string.
8447
8448         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8449         to gnus-decoded which mm-uu might set.
8450
8451 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8454         don't decode quoted parameters; remove misimported Emacs code.
8455         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8456         (rfc2231-decode-encoded-string): Don't use split-string which
8457         behaves differently according to Emacs version; use
8458         mm-decode-coding-region to convert charset to coding-system.
8459         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8460         (rfc2231-encode-string): Remove misimported Emacs code.
8461
8462 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8465         when calling mail-header-parse-content-type.
8466         (article-de-quoted-unreadable): Ditto.
8467         (article-de-base64-unreadable): Ditto.
8468         (article-wash-html): Ditto.
8469
8470         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8471         calling mail-header-parse-content-type and
8472         mail-header-parse-content-disposition.
8473         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8474         mail-header-parse-content-type.
8475
8476         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8477         insert charset and format parameters; encode description after
8478         inserting it to buffer.
8479         (mml-insert-parameter): Fold lines properly even if a parameter is
8480         segmented into two or more lines; change the max column to 76.
8481
8482         * rfc1843.el (rfc1843-decode-article-body): Don't use
8483         ignore-errors when calling mail-header-parse-content-type.
8484
8485         * rfc2231.el (rfc2231-parse-string): Return at least type if
8486         possible; don't cause an error even if it fails in parsing of
8487         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8488         (rfc2231-encode-string): Don't break lines at the beginning, leave
8489         it to mml-insert-parameter.
8490
8491         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8492         calling mail-header-parse-content-type.
8493
8494 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * spam-report.el (spam-report-gmane-use-article-number):
8497         Improve doc string.
8498         (spam-report-gmane-internal): Check if a suitable header was found
8499         in the article.
8500
8501 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8504         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8505
8506 2006-02-05  Romain Francoise  <romain@orebokech.com>
8507
8508         Update copyright notices of all files in the gnus directory.
8509
8510 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8511
8512         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8513
8514 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8517         segmented lines of parameter value to cope with Thunderbird 1.5
8518         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8519         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8520         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8521
8522 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8523
8524         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8525         parts.
8526
8527 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8528
8529         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8530         there's only one active file for all servers.
8531         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8532         solid groups.  Gnus might have used a FAST request to select the group.
8533         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8534         and nnweb-search redundantly in the active file.
8535         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8536         (nnweb-request-create-group): Don't use ARGS.
8537         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8538         initialisations.  Let nnoo do the work.
8539
8540 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8543         Say the part has been decoded.
8544
8545         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8546
8547 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8548
8549         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8550         mailcap-viewer-test-cache when there's no 'test clause, since that
8551         will invert the meaning of a "nil" test previously determined by
8552         mailcap-mailcap-entry-passes-test.
8553
8554 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8557         compiling.
8558
8559         * gnus-sum.el: Ditto.
8560
8561         * message.el: Don't bind tool-bar-map when compiling.
8562
8563 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8564
8565         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8566
8567 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8568
8569         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8570         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8571         current Google Groups.
8572
8573 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8576         and tool-bar-mode.
8577
8578         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8579         and tool-bar-mode.
8580
8581         * message.el (message-tool-bar-update): Simplify.
8582         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8583
8584         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8585         gnus-summary-buffer.
8586         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8587         gnus-summary-reply.
8588
8589         * gmm-utils.el (gmm): Add :version.
8590
8591 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * Makefile.in (clean): New rule.
8594         (distclean): Use it.
8595
8596 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8597
8598         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8599         autoload.
8600
8601 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8602
8603         * gmm-utils.el (gmm-verbose): Add :group.
8604
8605 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * message.el: Change some comments WRT tool-bars.
8608
8609         * gnus-sum.el (gnus-summary-tool-bar)
8610         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8611         (gnus-summary-tool-bar-zap-list): New variables.
8612         (gnus-summary-make-tool-bar): Complete rewrite using
8613         `gmm-tool-bar-from-list'.
8614
8615         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8616         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8617         variables.
8618         (gnus-group-make-tool-bar): Complete rewrite using
8619         `gmm-tool-bar-from-list'.
8620         (gnus-group-tool-bar-update): New function.
8621
8622         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8623
8624 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8627         is dissected into a single part of which the type is the same as
8628         the given one; decode charset.
8629
8630 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8631
8632         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8633         into alists as symbol not string, since that's what
8634         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8635         look for.
8636
8637 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8640         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8641
8642         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8643
8644 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8647         (gnus-xmas-mime-security-button-menu): New function.
8648
8649         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8650         (gnus-mime-security-button-menu): New definition.
8651         (gnus-mime-security-button-map): Use them.
8652         (gnus-mime-security-button-menu): New function.
8653         (gnus-insert-mime-security-button): Addition to help echo.
8654         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8655         (gnus-mime-security-pipe-part): New functions.
8656
8657         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8658         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8659
8660         * mm-decode.el (mm-handle-set-disposition): Remove.
8661         (mm-handle-set-description): Remove.
8662
8663 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8666         (mm-w3m-standalone-supports-m17n-p): New function.
8667         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8668         w3m usage.
8669
8670         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8671         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8672
8673 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8674
8675         * message.el (message-tool-bar-zap-list): Use
8676         gmm-tool-bar-zap-list as custom type.
8677         (message-tool-bar-update): New function.
8678         (message-tool-bar, message-tool-bar-gnome)
8679         (message-tool-bar-retro): Add message-tool-bar-update.
8680         (message-tool-bar-gnome): Add flyspell-buffer.
8681
8682         * gnus-util.el (gnus-error): Describe `args'.
8683
8684         * gmm-utils.el (gmm-error): Describe `args'.
8685         (gmm-tool-bar-zap-list): New widget.
8686         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8687
8688 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8691         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8692         the number of recursive calls.
8693
8694         * mm-decode.el (mm-handle-set-disposition): New macro.
8695         (mm-handle-set-description): New macro.
8696
8697 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8700         encoding.
8701
8702 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8703
8704         * message.el (message-tool-bar-zap-list, message-tool-bar)
8705         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8706         (message-tool-bar-local-item-from-menu): Remove.
8707         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8708         (message-make-tool-bar): New function.
8709         (message-mode): Use `message-make-tool-bar'.
8710
8711         * gmm-utils.el: New file.
8712         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8713         (gmm-lazy): New widget copied from `nnmail.el'.
8714         (gmm-tool-bar-from-list): New function for creating customizable
8715         tool bars.
8716         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8717         output.
8718         (gmm): Add :prefix to defgroup.
8719
8720 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8721
8722         * gmm-utils.el (gmm-widget-p): New function.
8723
8724 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * mml.el (mml-attach-file): Describe `description' in doc string.
8727         (mml-menu): Add Emacs MIME manual and PGG manual.
8728
8729 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8730
8731         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8732
8733 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8734
8735         * nntp.el (nntp-end-of-line): Doc fix.
8736
8737 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8738
8739         * imap.el (imap-open): Handle case where buffer is a buffer
8740         object.
8741
8742 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8743
8744         * gnus-delay.el (gnus-delay): Don't autoload.
8745         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8746         to be re-loaded when customizing the `gnus-delay' group.
8747
8748 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8749
8750         * message.el (message-insert-citation-line): Use newlines.
8751
8752 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8753
8754         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8755         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8756         these routines, so the passphrase can be managed externally and
8757         passed in to the system.
8758         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8759         pgg-add-passphrase-to-cache function.
8760
8761         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8762         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8763         these routines, so the passphrase can be managed externally and
8764         passed in to the system.
8765         (pgg-pgp5-sign-region): Use new name of
8766         pgg-add-passphrase-to-cache function.
8767
8768 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8769
8770         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8771         part of the decoded armor to find the key-identifier.
8772         (pgg-gpg-lookup-key-owner): New function to return the
8773         human-readable identifier of a key owner.
8774         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8775         itself.
8776         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8777         the key value) if we have a key and can match it against a secret
8778         key.  Also, added a note pointing out fact that the prompt only
8779         indicates the first matching key.
8780
8781         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8782         pgg-decrypt-region.
8783         (pgg-add-passphrase-to-cache): Rename from
8784         `pgg-add-passphrase-cache' to reduce confusion (all callers
8785         changed).
8786         (pgg-remove-passphrase-from-cache): Rename from
8787         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8788         changed).
8789         (pgg-read-passphrase, pgg-add-passphrase-cache)
8790         (pgg-remove-passphrase-cache): Add informative docstrings.
8791         (pgg-decrypt): Convey provided passphrase in subordinate call to
8792         pgg-decrypt-region.
8793
8794 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8795
8796         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8797         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8798         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8799         'passphrase' argument, so the passphrase can be managed externally
8800         and then passed in to the system.
8801
8802         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8803         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8804         so the passphrase cache can be used reliably with identifiers
8805         besides a pgp packet's key id.
8806
8807         * pgg-gpg.el (pgg-gpg-encrypt-region)
8808         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8809         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8810         these routines, so the passphrase can be managed externally and
8811         passed in to the system.
8812
8813         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8814         'notruncate' argument, so the passphrase cache can be used
8815         reliably with identifiers besides a pgp packet's key id.
8816
8817 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8818
8819         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8820         symmetric encryption.
8821         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8822         encrypted session key.
8823         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8824         message ask for the passphrase in a proper way.
8825
8826         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8827         New user commands for symmetric encryption.
8828
8829 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8832
8833         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8834
8835 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8836
8837         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8838
8839 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * mm-decode.el (mm-inlined-types): Add application/pgp.
8842         (mm-automatic-display): Ditto.
8843
8844         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8845         part as text.
8846
8847 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * nnrss.el: Update copyright.
8850         (nnrss-opml-import): Query whether to subscribe to each entry.
8851
8852         * gnus-art.el:
8853         * gnus-sum.el:
8854         * gnus-xmas.el:
8855         * messagexmas.el:
8856         * mm-uu.el:
8857         * mm-view.el: Update copyright.
8858
8859 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8860
8861         * message.el (message-info): New function.
8862         (message-mode-menu): Add it.
8863         Update copyright.
8864
8865         * ChangeLog: Fix and update copyright.
8866
8867 2006-01-13  Romain Francoise  <romain@orebokech.com>
8868
8869         * message.el (message-forward-subject-name-subject): Prefer the
8870         address to 'nowhere' if the sender has no name.
8871         Fix typo.  Update copyright year.
8872
8873 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * gnus-art.el (article-wash-html): Use
8876         gnus-summary-show-article-charset-alist if a numeric arg is given.
8877         (gnus-article-wash-html-with-w3m-standalone): New function.
8878
8879         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8880         mm-inline-text-html-render-with-w3m-standalone.
8881         (mm-text-html-washer-alist): Map w3m-standalone to
8882         gnus-article-wash-html-with-w3m-standalone.
8883         (mm-inline-text-html-render-with-w3m-standalone): New function.
8884
8885 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8888         Improve LaTeX.
8889
8890 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8893         (nnrss-request-article): Render text/plain parts as HTML.
8894
8895         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8896         the buffer.
8897
8898 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8901         custom definition of `gnus-posting-styles'.
8902
8903         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8904         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8905
8906 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8907
8908         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8909         Use nntp for bug archive.
8910
8911 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8914         parts.
8915         (nnrss-normalize-date): New function converts ISO 8601 date into
8916         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8917         (nnrss-check-group): Use it.
8918
8919 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8922
8923         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8924         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8925         (nnrss-insert-w3): Ditto.
8926
8927 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8930         the articles to be forwarded including the case where neither a
8931         number of articles nor a region is specified.
8932
8933 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * nnrss.el (nnrss-request-article): Fix last change; fill
8936         text/plain parts.
8937
8938 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8941         in text/plain part.
8942         (nnrss-check-group): Don't add excessive newline to dc:subject.
8943
8944 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8945
8946         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8947         article.
8948
8949 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8952         (nnml-use-compressed-files, nnml-save-mail): Support other
8953         comression programs such as bzip2.
8954
8955 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8956
8957         * dns.el (query-dns): Make sure we check the buffer size before
8958         removing tcp headers.
8959
8960 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8963         remove MIME buttons associated with multipart/alternative parts.
8964         (gnus-mime-display-alternative): Tag buttons using `article-type'
8965         text property.
8966
8967         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8968         associated with multipart/alternative parts.
8969
8970         * gnus-art.el (gnus-signature-separator): Fix custom type.
8971
8972         * mm-decode.el (mm-inlined-types): Fix custom type.
8973         (mm-keep-viewer-alive-types): Ditto.
8974         (mm-automatic-display): Ditto.
8975         (mm-attachment-override-types): Ditto.
8976         (mm-inline-override-types): Ditto.
8977         (mm-automatic-external-display): Ditto.
8978
8979 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * spam-report.el (spam-report-user-mail-address)
8982         (spam-report-user-agent): New variables.
8983         (spam-report-url-ping-plain): Use spam-report-user-agent.
8984
8985 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8986
8987         * gnus-art.el (gnus-button-handle-custom): Do not just use
8988         `customize-apropos' for any "M-x customize-*" button but the
8989         function called for.  Accept both the function name and its
8990         argument in order to achieve this.
8991         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8992         function name to `gnus-button-handle-custom' in case of "M-x
8993         customize-*" buttons.
8994
8995 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8998         multipart/alternative and add xref to mm-discouraged-alternatives
8999         in doc string.
9000
9001         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9002         gnus-buttonized-mime-types in doc string.
9003
9004 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9005
9006         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9007         Suggest image/.* in the doc string.
9008
9009 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9012         message-marks (Debian bug #342521).
9013
9014 2005-12-12  Simon Josefsson  <jas@extundo.com>
9015
9016         * password.el (password-read-from-cache): Add.
9017         (password-read): Use it.
9018
9019 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9022         us-ascii as a MIME charset.
9023
9024         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9025         against the case where the 2nd arg TYPE is nil.
9026
9027 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * pop3.el (pop3-stream-type): Fix custom version.
9030
9031         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9032
9033 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9034
9035         * mm-decode.el (mm-display-external): Add missing cdr.
9036
9037 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9040         RFC1524) if it is in mailcap or add a suffix according to
9041         mailcap-mime-extensions when generating a temp filename; postpone
9042         deleting a temp file for 2 seconds for some wrappers, shell
9043         scripts, and so on, which might exit right after having started a
9044         viewer command as a background job.
9045
9046 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * nntp.el (nntp-marks-directory): Fix custom group.
9049
9050         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9051         steps when < 10.
9052
9053         * gnus-start.el (gnus-no-server-1): Mention
9054         `gnus-level-default-subscribed' in doc string.
9055
9056 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9057
9058         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9059         parens.
9060
9061 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * gnus-xmas.el (gnus-use-toolbar): Revert.
9064         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9065         gnus-use-toolbar is default.
9066
9067         * messagexmas.el (message-use-toolbar): Revert.
9068         (message-setup-toolbar): Use global default-toolbar if
9069         message-use-toolbar is default.
9070
9071 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9074         according to default-toolbar-visible-p.
9075
9076         * messagexmas.el (message-use-toolbar): Ditto.
9077
9078 2005-11-26  Dave Love  <fx@gnu.org>
9079
9080         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9081         (tls-program, tls-success): Provide openssl alternative.
9082
9083         * starttls.el: Doc fixes.
9084         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9085         SERVICE to PORT.
9086
9087         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9088         port null or service name.
9089         (starttls-negotiate): Autoload.
9090
9091 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * message.el (message-kill-to-signature): Fix interactive spec.
9094
9095 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * pop3.el (pop3-open-server): Recognize a string as a service name.
9098
9099 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9100
9101         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9102
9103 2005-11-23  Dave Love  <fx@gnu.org>
9104
9105         Add pop3s, pop3/starttls.
9106
9107         * pop3.el (pop3-authentication-scheme): Clarify doc.
9108         (open-tls-stream, starttls-open-stream): Autoload.
9109         (pop3-stream-type): New.
9110         (pop3-open-server): Use it.
9111
9112         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9113         for POP.
9114         (mail-source-keyword-map): Add :stream for POP.
9115         (mail-source-fetch-pop): Use pop3-stream-type.
9116
9117 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9120         of current-time-string.
9121
9122 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9123
9124         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9125         date header.
9126
9127 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9128
9129         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9130         it can seriously impact performance as it bypasses the agent's
9131         local caches.
9132
9133 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9134
9135         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9136         must be explicitly online rather than "not explicitly offline" for
9137         its flags to be synchronized.
9138
9139         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9140         that gnus-uu-unmark-thread will function correctly.
9141
9142         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9143         1024K is instead displayed as 1M.
9144
9145 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9146
9147         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9148
9149 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9150
9151         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9152
9153 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9154
9155         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9156         error message to display actual error condition.
9157         (gnus-agent-save-local): Avoid saving symbols that are bound to
9158         nil as they simply result in a warning message in
9159         gnus-agent-read-local.
9160
9161 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9164         rather than make-variable-buffer-local for file-precious-flag.
9165
9166 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9167
9168         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9169         for duplicates which are removed.  The invalid sort check then
9170         triggers a rescan after the sort as sorting may have moved
9171         duplicate entries such that they can be cheaply detected.
9172
9173 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9176
9177 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9178
9179         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9180         internal variable to a custom variable.  Changed default value
9181         from compressed(2) to uncompressed(1).
9182         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9183         support for uncompressed agentview files.  Taken together, reading
9184         the agentview file should now be 6-7 times faster.
9185
9186 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9187
9188         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9189         as a buffer-local variable.  This avoids creating truncated
9190         dribble files as a result of a hang up, eg.
9191
9192 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9193
9194         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9195         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9196         XEmacs.
9197
9198 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9199
9200         * gnus-start.el (gnus-start-draft-setup): Enforce
9201         `gnus-draft-mode' for nndraft:drafts at startup.
9202
9203         * gnus.el (gnus-splash): Change custom group.
9204         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9205         allow-list argument.
9206
9207         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9208         string.
9209
9210 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * gnus-art.el (gnus-default-article-saver): Add user-defined
9213         `function' to custom type.
9214
9215 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9216
9217         * imap.el (imap-open): Handle case where buffer is a buffer
9218         object.
9219
9220 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9223         long lines.
9224         (gnus-cache-delete-group): Wrap doc strings.
9225
9226         * gnus-agent.el (gnus-agent-rename-group)
9227         (gnus-agent-delete-group): Wrap doc strings.
9228
9229 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * messagexmas.el (message-use-toolbar): Change the valid values
9232         into default, top, bottom, left, and right.
9233         (message-toolbar-thickness): New variable.
9234         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9235         well.
9236         (message-setup-toolbar): Make it work.
9237
9238         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9239         (gnus-use-toolbar): Change the valid values into default, top,
9240         bottom, left, and right.
9241         (gnus-toolbar-thickness): New variable.
9242         (gnus-xmas-setup-toolbar): New function.
9243         (gnus-xmas-setup-group-toolbar): Use it.
9244         (gnus-xmas-setup-summary-toolbar): Use it.
9245
9246 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9247
9248         * gnus-start.el (gnus-1): Add "native" to
9249         gnus-predefined-server-alist.
9250
9251         * gnus.el (gnus-method-to-server): Don't add "native" to the
9252         lists here, because that leads to problems when
9253         gnus-select-method is bound.
9254
9255 2005-11-09  Simon Josefsson  <jas@extundo.com>
9256
9257         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9258         use (not sort-by-date) instead.
9259
9260 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9261
9262         * gnus-delay.el (gnus-delay-group): Don't autoload.
9263         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9264         to be re-loaded when customizing the `gnus-delay' group.
9265
9266 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9267
9268         * message.el: Revert last changes.
9269         (message-insert-citation-line): Use newlines.
9270
9271 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9272
9273         * message.el (message-courtesy-message)
9274         (message-mark-insert-begin, message-mark-insert-end)
9275         (message-elide-ellipsis, message-cancel-message)
9276         (message-add-header, message-change-subject)
9277         (message-cross-post-followup-to-header)
9278         (message-cross-post-insert-note, message-reduce-to-to-cc)
9279         (message-widen-reply, message-delete-not-region)
9280         (message-kill-to-signature, message-insert-signature)
9281         (message-insert-importance-high, message-insert-importance-low)
9282         (message-insert-or-toggle-importance)
9283         (message-insert-disposition-notification-to)
9284         (message-indent-citation, message-yank-original)
9285         (message-cite-original-without-signature, message-cite-original)
9286         (message-insert-citation-line, message-position-on-field)
9287         (message-fix-before-sending, message-send-mail-partially)
9288         (message-send-mail, message-send-mail-with-sendmail)
9289         (message-send-mail-with-qmail, message-send-news)
9290         (message-check-news-header-syntax, message-generate-headers)
9291         (message-insert-courtesy-copy, message-fill-address)
9292         (message-fill-header, message-shorten-references)
9293         (message-setup-1, message-cancel-news)
9294         (message-forward-make-body-plain, message-forward-make-body-mime)
9295         (message-forward-make-body-mml, message-encode-message-body)
9296         (message-forward-make-body-digest-plain)
9297         (message-forward-make-body-digest-mime)
9298         (message-use-alternative-email-as-from): Insert `hard-newline'
9299         instead of ordinary newlines.
9300
9301 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * message.el (message-generate-headers): Downcase the argument
9304         given to message-check-element.
9305
9306 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9307
9308         * nntp.el (nntp-authinfo-rejected): New error condition.
9309         (nntp-wait-for): Use new error condition to signal authentication
9310         error.
9311         (nntp-retrieve-data): Rethrow new error condition to break out of
9312         recursive call to nntp-send-authinfo.
9313
9314 2005-11-08  Romain Francoise  <romain@orebokech.com>
9315
9316         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9317         (gnus-summary-exit-map): Bind to `Z p'.
9318         (gnus-summary-make-menu-bar): Add menu item.
9319
9320 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9321
9322         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9323         (gnus-treat-*): Add `first' in all doc strings.
9324
9325         * gnus-group.el (gnus-group-compact-group): Fix typo.
9326
9327 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * gnus.el (gnus-parameters-case-fold-search): New variable.
9330         (gnus-parameters-get-parameter): Use it.
9331
9332         * gnus-score.el (gnus-home-score-file): Doc fix.
9333
9334 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9335
9336         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9337
9338 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * mm-util.el (mm-special-display-p): New function.
9341
9342         * mml.el (mml-preview): Use it; doc fix.
9343
9344 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9345
9346         * imap.el (imap-open): Handle case where buffer is a buffer object.
9347
9348 2005-10-29  Romain Francoise  <romain@orebokech.com>
9349
9350         * message.el (message-fix-before-sending): Fix comment.
9351
9352 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9353
9354         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9355
9356 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9357
9358         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9359         Used in gnus-score.el.
9360
9361 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9362
9363         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9364
9365 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9366
9367         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9368         whitespace removed in revision 7.8.  Use concatenated string to
9369         protect trailing whitespace.
9370
9371 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9372
9373         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9374         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9375         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9376         Courier IMAP ("some version from 2004").  Mostly based on similar
9377         code in the same function.
9378
9379 2005-10-26  Didier Verna  <didier@xemacs.org>
9380
9381         * gnus-group.el (gnus-group-compact-group): Invalidate original
9382         article buffer.
9383         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9384         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9385         NOV database and in article itself.
9386         Invalidate article backlog.
9387
9388 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9389
9390         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9391
9392 2005-10-26  Simon Josefsson  <jas@extundo.com>
9393
9394         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9395         part of 2004-07-25 change.
9396
9397 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * message.el (message-display-completion-list): New function.
9400         (message-expand-group): Use it; make sure the Completions buffer
9401         is modifiable.
9402 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9403
9404         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9405         user-mail-name is an empty string.
9406
9407 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9410         depending on gnus-score-decay-constant.
9411
9412         * encrypt.el (encrypt-insert-file-contents)
9413         (encrypt-write-file-contents): Don't use `gnus-message'.
9414
9415         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9416         arguments.
9417         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9418         arguments to mm-uu-verbatim-marks-extract.
9419         (mm-uu-hide-markers): New variable.
9420         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9421
9422         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9423         (gnus-convert-image-to-face-command): Use "convert" by default to
9424         allow other input image formats.
9425         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9426         accordingly.
9427
9428 2005-10-23  Simon Josefsson  <jas@extundo.com>
9429
9430         * imap.el (imap-gssapi-program): Align command line parameters
9431         with latest GNU SASL.
9432         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9433
9434 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9435
9436         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9437         HTML.
9438         (nnslashdot-request-article): Ditto.
9439
9440         * lpath.el (featurep): Add nobreak-char-display.
9441
9442 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9443
9444         * mail-source.el (mail-source-fetch-pop): Require pop3.
9445         (mail-source-check-pop): Ditto.
9446
9447 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9450         errors.
9451
9452 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9455         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9456
9457         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9458
9459         * mm-bodies.el (mm-decode-string): Call
9460         `mm-charset-to-coding-system' with allow-override argument.
9461
9462 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9465         (rfc2047-charset-to-coding-system): New function.
9466         (rfc2047-decode-encoded-words): New function.
9467         (rfc2047-decode-region): Use them.
9468         (rfc2047-decode-cte): Remove.
9469         (rfc2047-parse-and-decode): Remove.
9470         (rfc2047-decode): Remove.
9471
9472 2005-10-15  Kenichi Handa  <handa@m17n.org>
9473
9474         * rfc2047.el (rfc2047-decode-cte): New function.
9475         (rfc2047-decode-region): Change the way to decode successive
9476         encoded-words: decode B- or Q-encoding in each encoded-word,
9477         concatenate them, and decode it as charset.
9478
9479 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * lpath.el: Fbind codepage-setup for XEmacs.
9482
9483 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9484
9485         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9486         widget-move-and-invoke.
9487         (gnus-custom-mode): Use gnus-custom-map.
9488
9489 2005-10-15  Bill Wohler  <wohler@newt.com>
9490
9491         * message.el (message-tool-bar-map): Renamed image file from
9492         mail_send to mail/send.
9493
9494 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9495
9496         * message.el (message-expand-group): Pass the common
9497         prefix substring of completion to `display-completion-list'.
9498
9499 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * mml-sec.el (mml-secure-method): New internal variable.
9502         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9503         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9504         functions using mml-secure-method.
9505
9506         * mml.el (mml-mode-map): Add key bindings for those functions.
9507         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9508         Harder <harder@myrealbox.com>.
9509         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9510         end of message if point is the headers of the message.
9511
9512         * message.el (message-in-body-p): New function.
9513
9514         * assistant.el: Autoload gnus-util and netrc.
9515
9516         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9517         Use `mm-charset-override-alist' only when decoding.
9518
9519         * mm-bodies.el (mm-decode-body): Call
9520         `mm-charset-to-coding-system' with allow-override argument.
9521
9522         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9523         `filename' from Content-Disposition if Content-Type doesn't
9524         provide `name'.
9525         (gnus-mime-view-part-as-type): Set default instead of
9526         initial-input.
9527
9528 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9529
9530         * format-spec.el (format-spec): Propagate text properties of % spec.
9531
9532 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * gnus-art.el (gnus-treat-predicate): Add `first'.
9535
9536 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9537
9538         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9539         (mm-charset-override-alist): New variable.
9540         (mm-charset-to-coding-system): Use it.
9541         (mm-codepage-setup): New helper function.
9542         (mm-charset-eval-alist): New variable.
9543         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9544         about unknown charsets.
9545
9546         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9547
9548 2005-10-04  David Hansen  <david.hansen@gmx.net>
9549
9550         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9551         (nnrss-check-group): Ditto.
9552
9553 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9556         Rename x-gnus-verbatim to x-verbatim.
9557         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9558
9559         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9560         x-verbatim.
9561
9562         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9563
9564         * gnus-util.el (gnus-remove-duplicates): Remove.
9565
9566         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9567         instead of gnus-remove-duplicates.
9568
9569         * message.el (message-remove-duplicates): Remove.
9570         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9571         message-remove-duplicates.
9572
9573         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9574         available, else use implementation from `delete-dups'.
9575
9576         * message.el (message-insert-expires): New function.
9577         (message-mode-map): Add key binding.
9578         (message-mode-field-menu): Add menu entry.
9579         (message-mode): Document it.
9580         (message-make-expires-date): Use `message-make-date'.
9581
9582 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9583
9584         * message.el (message-make-expires-date): New function.
9585
9586 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * Makefile.in (list-installed-shadows): New entry.
9589         (install): Use it.
9590         (remove-installed-shadows): New entry.
9591
9592         * dgnushack.el (dgnushack-default-load-path): New variable.
9593         (dgnushack-find-lisp-shadows): New function.
9594         (dgnushack-remove-lisp-shadows): New function.
9595
9596 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * Makefile.in (install-el-elc): New entry.
9599         (install): Use it so that .el files are necessarily installed.
9600
9601 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9604
9605 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9606
9607         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9608         function rather than the diff-mode.el package.
9609         (mm-display-external): Use with-current-buffer.
9610         (mm-viewer-completion-map, mm-viewer-completion-map):
9611         Move initialization inside declaration.
9612
9613 2005-09-29  Simon Josefsson  <jas@extundo.com>
9614
9615         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9616         autoload mail-check-payment.
9617         (spam-check-hashcash): Define unconditionally, since hashcash.el
9618         is part of Gnus now.  Ignore errors from payment checking.
9619
9620 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * message.el (message-bold-region, message-unbold-region): Rename
9623         from `bold-region' and `unbold-region'.
9624
9625         * message.el: Remove useless autoloads.
9626
9627 2005-09-28  Simon Josefsson  <jas@extundo.com>
9628
9629         * message.el (message-use-idna): Default to t.
9630         (message-use-idna): Test whether encoding works too.  Doc fix.
9631
9632 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * nntp.el (nntp-warn-about-losing-connection): Remove.
9635
9636 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9639         customizable.  Change default value.
9640         (mm-uu-diff-groups-regexp): Change default value.
9641         (mm-uu-type-alist): Add doc string.
9642         (mm-uu-configure): Add doc string.  Make it interactive.
9643         (mm-uu-tex-groups-regexp): New variable.
9644         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9645         (mm-uu-type-alist): Add LaTeX documents.
9646         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9647         of "text/verbatim".
9648         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9649
9650         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9651         instead of "text/verbatim".
9652
9653         * message.el (message-mark-inserted-region)
9654         (message-mark-insert-file): Use slrn style marks when called with
9655         prefix argument.
9656
9657 2005-09-27  Simon Josefsson  <jas@extundo.com>
9658
9659         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9660
9661 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9662
9663         * message.el (message-remove-duplicates): New function.
9664         Implementation borrowed from `gnus-remove-duplicates'.
9665         (message-idna-to-ascii-rhs): Also encode idna addresses in
9666         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9667         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9668         only ask about the same idna domain once per header and also tell
9669         in what header to replace the idna domain.
9670
9671         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9672         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9673         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9674         a header is decoded and not just the last one.
9675
9676 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9679         has been decoded.
9680
9681         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9682         (mm-insert-part): Don't modify text if it has been decoded.
9683
9684         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9685         decoded.
9686
9687         * mm-view.el (mm-inline-text): Don't strip text props unless
9688         decoding enriched or richtext parts.
9689
9690 2005-09-25  Romain Francoise  <romain@orebokech.com>
9691
9692         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9693         * gnus-start.el (gnus-subscribe-interactively):
9694         * gnus-uu.el (gnus-uu-grab-articles):
9695         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9696         space.
9697
9698 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9699
9700         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9701         * mm-view.el (mm-view-pkcs7-decrypt):
9702         * gnus-sum.el (gnus-summary-limit-to-extra)
9703         (gnus-summary-respool-article, gnus-read-move-group-name):
9704         * gnus-score.el (gnus-summary-increase-score):
9705         * gnus-util.el (gnus-completing-read-with-default):
9706         * gnus-art.el (gnus-read-save-file-name)
9707         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9708         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9709         * message.el (message-check-news-header-syntax):
9710         Follow convention for reading with the minibuffer.
9711
9712 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9713
9714         * spam-report.el (spam-report-url-ping-plain):
9715         Use gnus-extended-version as User-Agent.
9716
9717         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9718         default value is nil.
9719
9720         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9721         (mm-uu-verbatim-marks-extract): New function.
9722         (mm-uu-extract): New face.
9723         (mm-uu-copy-to-buffer): Use it.
9724
9725         * spam-report.el (spam-report-gmane-ham): Renamed from
9726         `spam-report-gmane-unspam'.
9727         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9728         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9729
9730         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9731         Autoload.
9732         (spam-report-gmane-unregister-routine): Renamed
9733         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9734
9735 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9736
9737         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9738         (spam-report-gmane-unregister-routine): Add support for gmane
9739         unregistration.
9740
9741         * spam-report.el (spam-report-gmane-unspam)
9742         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9743         (spam-report-gmane): Change to take a single article and do unspam
9744         registration.
9745
9746 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9747
9748         * mm-url.el (mm-url-decode-entities): Fix regexp.
9749
9750 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9751
9752         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9753         default to nil, to be able to use Gnus at all.  If the default
9754         switches to something else, then the function should be fixed not
9755         be exceedingly slow.
9756
9757 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9758
9759         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9760         fail hard.
9761
9762         * spam-report.el: Add better Keywords line.
9763
9764         * spam.el: Add Maintainer and better Keywords line.
9765
9766 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9767
9768         * gnus-art.el (gnus-article-replace-part)
9769         (gnus-mime-replace-part): New functions.
9770         (gnus-mime-action-alist, gnus-mime-button-commands)
9771         (gnus-mime-save-part-and-strip): Added file argument.
9772         (gnus-article-part-wrapper): Added interactive argument.
9773
9774         * gnus-sum.el (gnus-summary-mime-map): Add
9775         `gnus-article-replace-part'.
9776
9777 2005-09-19  Didier Verna  <didier@xemacs.org>
9778
9779         The nnml compaction feature:
9780         * nnml.el (nnml-request-compact-group): New function.
9781         * nnml.el (nnml-request-compact): New function.
9782         * gnus-int.el (gnus-request-compact-group): New function.
9783         * gnus-int.el (gnus-request-compact): New function.
9784         * gnus-group.el (gnus-group-compact-group): New function.
9785         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9786         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9787         * gnus-srvr.el (gnus-server-compact-server): New function.
9788         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9789         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9790
9791 2005-09-18  Deepak Goel  <deego@gnufans.org>
9792
9793         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9794         format spec.
9795
9796 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9799
9800 2005-09-15  Romain Francoise  <romain@orebokech.com>
9801
9802         * message.el (message-fill-paragraph): Clarify docstring.
9803
9804 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * gnus-art.el (gnus-mime-display-part): Protect against broken
9807         MIME messages.
9808
9809 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9810
9811         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9812         before parsing header.
9813
9814 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9815
9816         * html2text.el (html2text-replace-list): Add new entities.
9817
9818 2005-09-11  Romain Francoise  <romain@orebokech.com>
9819
9820         * message.el (message-alternative-emails): Improve docstring.
9821         (message-setup-1): Call `message-use-alternative-email-as-from'
9822         after `message-setup-hook' to give it precedence over posting
9823         styles, etc.
9824         (message-use-alternative-email-as-from): Add docstring.  Remove
9825         the original From header if present.
9826
9827         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9828         (nnml-save-mail): Use it.
9829
9830         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9831         articles.  Add new argument `silent'.
9832         (gnus-uu-mark-all): Report the total number of marked articles.
9833
9834 2005-09-10  Romain Francoise  <romain@orebokech.com>
9835
9836         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9837         (gnus-uu-mark-series): Likewise.
9838
9839 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * spam-report.el (spam-report-gmane): Fix generation of spam
9842         report URL.
9843
9844 2005-09-10  Simon Josefsson  <jas@extundo.com>
9845
9846         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9847         t, based on discussion on the ding list with Robert Epprecht
9848         <epprecht@solnet.ch>.
9849
9850 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * spam-report.el (spam-report-gmane): Make it work without
9853         X-Report-Spam header.  Gmane now only provides Archived-At.
9854         This is only used if `spam-report-gmane-use-article-number' is nil.
9855         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9856
9857         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9858         make `gnus-summary-sort-by-recipient' work with threading.
9859
9860         * nnweb.el (nnweb-google-wash-article): Print a message if article
9861         is not available.
9862
9863 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9864
9865         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9866         change.  Decode text/* parts content before displaying.
9867
9868 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9869
9870         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9871
9872 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9875
9876         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9877         url-package-name, url-package-version,
9878         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9879         w3m-display-inline-images, and w3m-minor-mode-map.
9880
9881 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * message.el (message-tab-body-function): Fix mismatched custom type.
9884
9885         * gnus.el (gnus-group-change-level-function): Ditto.
9886
9887         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9888
9889         * gnus-art.el (gnus-signature-limit)
9890         (gnus-article-mime-part-function): Ditto.
9891
9892 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * mml.el (mml-mode): Silence the byte compiler.
9895
9896         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9897         using `(sit-for 0)' before moving the point to the specified part;
9898         skip unbuttonized parts.
9899         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9900         return to the summary window if gnus-auto-select-part is non-nil.
9901
9902 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9903
9904         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9905         variables.
9906         (mml-dnd-attach-file, mml-mode): Use them.
9907
9908         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9909         Make fetching article by MID work again for Google Groups.  Added
9910         FIXME concerning gnus-group-make-web-group.
9911
9912         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9913         Don't depend on Gnus by using mail-extract-address-components if
9914         gnus-extract-address-components is not bound.
9915
9916 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9917
9918         * gnus-art.el (gnus-mime-display-security): Don't display the
9919         signature, but only the signed part.
9920
9921 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9924
9925         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9926         list, not listp.
9927
9928 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9929
9930         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9931         when encoding.
9932
9933         * mm-bodies.el (mm-decode-content-transfer-encoding):
9934         De-canonicalize CRLF for all text content types, not just
9935         text/plain.
9936
9937 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9940         valid article; point arrow and cursor at the MIME button.
9941
9942 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9945         Suggested by Dan Christensen <jdc@uwo.ca>.
9946
9947         * mm-decode.el (mm-save-part): Enable change of prompt.
9948
9949 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9950
9951         * gnus-msg.el (gnus-inews-add-send-actions): Made
9952         `message-post-method' lambda parameter ARG `&optional'.
9953
9954 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * gnus-sum.el (gnus-summary-mime-map): Added
9957         gnus-article-save-part-and-strip, gnus-article-delete-part and
9958         gnus-article-jump-to-part.
9959
9960         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9961         (gnus-article-edit-part): Use it.
9962         (gnus-article-part-wrapper): Added no-handle argument.
9963         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9964         functions.
9965
9966 2005-08-29  Romain Francoise  <romain@orebokech.com>
9967
9968         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9969         docstring.
9970         (gnus-face-from-file): Likewise.
9971
9972 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9973
9974         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9975         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9976         non-nil.
9977         (gnus-auto-select-part): New variable.
9978         (gnus-article-jump-to-part): New function.
9979         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9980         (gnus-mime-delete-part): Allow selecting specified part after
9981         deleting or stripping parts.
9982         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9983         part if argument is bogus.
9984
9985 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9986
9987         * gnus-art.el (w3m-minor-mode-map):
9988         * gnus-spec.el (gnus-newsrc-file-version):
9989         * gnus-util.el (nnmail-active-file-coding-system)
9990         (gnus-original-article-buffer, gnus-user-agent):
9991         * gnus.el (gnus-ham-process-destinations)
9992         (gnus-parameter-ham-marks-alist)
9993         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9994         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9995         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9996         * mm-decode.el (gnus-current-window-configuration):
9997         * mm-extern.el (gnus-article-mime-handles):
9998         * mm-url.el (url-current-object, url-package-name)
9999         (url-package-version):
10000         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10001         (smime-keys, w3m-cid-retrieve-function-alist)
10002         (w3m-current-buffer, w3m-display-inline-images)
10003         (w3m-minor-mode-map):
10004         * mml-smime.el (gnus-extract-address-components):
10005         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10006         (gnus-newsrc-hashtb, message-default-charset)
10007         (message-deletable-headers, message-options)
10008         (message-posting-charset, message-required-mail-headers)
10009         (message-required-news-headers):
10010         * mml1991.el (mc-pgp-always-sign):
10011         * mml2015.el (mc-pgp-always-sign):
10012         * nnheader.el (nnmail-extra-headers):
10013         * rfc1843.el (gnus-decode-encoded-word-function)
10014         (gnus-decode-header-function, gnus-newsgroup-name):
10015         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10016
10017 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10018
10019         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10020         the end of the date treatments.
10021
10022 2005-08-15  Simon Josefsson  <jas@extundo.com>
10023
10024         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10025         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10026         Capello and Romain Francoise.
10027         (pgg-fetch-key-function): Removed, not used?
10028         (pgg-insert-url-with-w3): Require url, to get
10029         url-insert-file-contents regardless of where it is defined.
10030
10031 2005-08-13  Romain Francoise  <romain@orebokech.com>
10032
10033         * message.el (message-cite-original-1): New function.
10034         (message-cite-original): Use it.
10035         (message-cite-original-without-signature): Ditto.
10036
10037 2005-08-08  Romain Francoise  <romain@orebokech.com>
10038
10039         * message.el (message-yank-empty-prefix): New variable.
10040         (message-indent-citation): Use it.
10041         (message-cite-original-without-signature): Respect X-No-Archive.
10042
10043 2005-08-08  Simon Josefsson  <jas@extundo.com>
10044
10045         * pgg.el: Autoload url-insert-file-contents instead of loading
10046         w3/url.
10047         (pgg-insert-url-with-w3): Don't load url here.
10048
10049 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10050
10051         * message.el (message-kill-to-signature): Don't insert newline at
10052         bol.
10053         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10054
10055 2005-08-06  Romain Francoise  <romain@orebokech.com>
10056
10057         * message.el (message-user-fqdn): Fix typo in docstring.
10058
10059 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10060
10061         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10062
10063         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10064
10065 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * mm-bodies.el (mm-encode-body): Use coding system rather than
10068         charset to encode text.
10069
10070         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10071         number of charsets if utf-8 is available (XEmacs).
10072
10073 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10074
10075         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10076         taken from `gnus-button-mid-or-mail-regexp'.
10077         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10078         (gnus-button-alist): Improve regexp for domain part of the MIDs
10079         for news:localpart@domain buttons.
10080         (gnus-button-ctan-directory-regexp): Update.
10081
10082 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * sieve-manage.el (sieve-manage-interactive-login): Use
10085         make-local-variable rather than make-variable-buffer-local.
10086         (sieve-manage-open): Ditto.
10087         (sieve-manage-authenticate): Ditto.
10088
10089         * mml.el (mml-generate-mime-1): Make the content type default to
10090         text/plain if the filename is not specified.
10091
10092 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10095         instead of insert-buffer.
10096
10097         * message.el (message-yank-original): Ditto; set the mark at the
10098         end of the yanked message.
10099
10100 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10103         lines to scroll rather than to stop it.
10104
10105         * mml.el (mml-generate-default-type): Add doc string.
10106         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10107         default to application/octet-stream when determining the content
10108         type if it is not specified for the part or the mml contents; add
10109         a comment about mml-generate-default-type.
10110
10111 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10112
10113         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10114         make it default to application/octet-stream when determining the
10115         content type if it is not specified for the external contents.
10116
10117 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10120         segmented parameter but also other parameters might be there.
10121
10122 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * mm-decode.el (mm-display-external): Delete temp file, directory
10125         and buffer immediately if the external process is exited.
10126
10127 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10130         fewer lines than that of scroll-margin.
10131         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10132
10133 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * gnus-art.el (gnus-article-next-page): Revert.
10136         (gnus-article-beginning-of-window): New macro.
10137         (gnus-article-next-page-1): Use it.
10138         (gnus-article-prev-page): Ditto.
10139         (gnus-article-edit-part): Use insert-buffer-substring instead of
10140         insert-buffer.
10141         (gnus-article-edit-exit): Ditto.
10142
10143         * gnus-util.el (gnus-beginning-of-window): Remove.
10144         (gnus-end-of-window): Remove.
10145
10146         * lpath.el: Don't bind header-line-format and scroll-margin.
10147
10148 2005-07-25  Simon Josefsson  <jas@extundo.com>
10149
10150         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10151         to have the url package without w3.  Reported by Daiki Ueno
10152         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10153
10154 2005-07-20  Didier Verna  <didier@xemacs.org>
10155
10156         * gnus-diary.el: Remove the description comment (nndiary is now
10157         properly documented in the Gnus manual).
10158         Fix the spelling of "Back End".
10159         * nndiary.el: Ditto.
10160         Fix the copyright notice.
10161
10162 2005-07-18  Romain Francoise  <romain@orebokech.com>
10163
10164         * gnus-sum.el (gnus-summary-to-prefix)
10165         (gnus-summary-newsgroup-prefix): New variables.
10166         (gnus-summary-from-or-to-or-newsgroups): Use them.
10167
10168 2005-07-17  Romain Francoise  <romain@orebokech.com>
10169
10170         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10171         space as it's generally not especially interesting to the user.
10172
10173 2005-07-16  Romain Francoise  <romain@orebokech.com>
10174
10175         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10176         nil to avoid prompting and file modification if one of the
10177         messages at the top of the nnfolder file contains a copyright
10178         notice.
10179         Update copyright notice.
10180
10181         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10182         instead of `current-time-string' as the latter creates a time
10183         string that is not RFC 2822 compliant (it lacks the zone).
10184         Update copyright notice.
10185
10186 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10187
10188         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10189         for text/rtf.  Display default in prompt.  Pass default for M-n.
10190
10191         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10192
10193 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10194
10195         * gnus-msg.el (gnus-button-mailto): Remove
10196         save-selected-window-window hackery because it relies on
10197         save-selected-window internals.
10198
10199 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10202         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10203         (gnus-article-prev-page): Ditto.
10204
10205         * gnus-util.el (gnus-beginning-of-window): New function.
10206         (gnus-end-of-window): New function.
10207
10208         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10209
10210 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10211
10212         * gnus-score.el (gnus-score-edit-all-score): Set
10213         gnus-score-edit-exit-function to gnus-score-edit-done and call
10214         gnus-message.
10215
10216 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10217
10218         * gnus-msg.el (gnus-button-mailto): Remove
10219         save-selected-window-window hackery because it relies on
10220         save-selected-window internals.
10221
10222 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10225         add-minor-mode.
10226         (gnus-binary-mode): Ditto.
10227
10228         * gnus-topic.el (gnus-topic-mode): Ditto.
10229
10230 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10231
10232         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10233         (gnus-article-prev-page): Take scroll-margin into consideration.
10234
10235 2005-07-04  Lute Kamstra  <lute@gnu.org>
10236
10237         Update FSF's address in GPL notices.
10238
10239 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10240
10241         * gnus.el (gnus-exit):
10242         * gnus-group.el (gnus-group-icons):
10243         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10244
10245         * gnus-nocem.el (gnus-nocem):
10246         * message.el (message-various, message-buffers, message-sending)
10247         (message-interface, message-forwarding, message-insertion)
10248         (message-headers, message-news, message-mail):
10249         * pgg-gpg.el (pgg-gpg):
10250         * pgg-parse.el (pgg-parse):
10251         * pgg-pgp.el (pgg-pgp):
10252         * pgg-pgp5.el (pgg-pgp5):
10253         * pop3.el (pop3): Finish `defgroup' description with period.
10254
10255 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * gnus-art.el (article-display-face): Improve the efficiency.
10258         (article-display-x-face): Ditto; remove grey x-face stuff.
10259
10260 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * gnus-art.el (article-display-face): Correct the position in
10263         which Faces are inserted.
10264
10265 2005-06-29  Didier Verna  <didier@xemacs.org>
10266
10267         * gnus-art.el (article-display-face): Display faces in correct
10268         order.
10269
10270 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10273         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10274         (gnus-nocem-check-article): Fetch the Type header.
10275         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10276         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10277         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10278         make sure gnus-nocem-hashtb is initialized.
10279         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10280         (gnus-nocem-unwanted-article-p): Ditto.
10281
10282         * pgg.el (pgg-verify): Return the verification result.
10283
10284 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10285
10286         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10287         is ascii.
10288
10289 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10290
10291         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10292         `show-nonbreak-escape'.
10293
10294 2005-06-23  Lute Kamstra  <lute@gnu.org>
10295
10296         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10297
10298         * dig.el (dig-mode):
10299         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10300
10301 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10302
10303         * nnimap.el (nnimap-split-download-body): Fix spellings.
10304
10305 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10306
10307         * gnus-art.el (gnus-article-encrypt-body):
10308         * gnus-cus.el (gnus-score-customize):
10309         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10310         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10311
10312 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10313
10314         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10315         header by looking for magic "MII" at the beginnig.
10316
10317 2005-06-16  Miles Bader  <miles@gnu.org>
10318
10319         * gnus-xmas.el (gnus-xmas-group-startup-message):
10320         Use renamed gnus-splash face.
10321
10322         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10323         (assistant-field-face): New backward-compatibility alias for renamed
10324         face.
10325         (assistant-render-text): Use renamed assistant-field face.
10326
10327         * spam.el (spam): Remove "-face" suffix from face name.
10328         (spam-face): New backward-compatibility alias for renamed face.
10329         (spam-face, spam-initialize): Use renamed spam face.
10330
10331         * message.el (message-header-to, message-header-cc)
10332         (message-header-subject, message-header-newsgroups)
10333         (message-header-other, message-header-name)
10334         (message-header-xheader, message-separator, message-cited-text)
10335         (message-mml): Remove "-face" suffix from face names.
10336         (message-header-to-face, message-header-cc-face)
10337         (message-header-subject-face, message-header-newsgroups-face)
10338         (message-header-other-face, message-header-name-face)
10339         (message-header-xheader-face, message-separator-face)
10340         (message-cited-text-face, message-mml-face):
10341         New backward-compatibility aliases for renamed faces.
10342         (message-font-lock-keywords): Use renamed message faces.
10343
10344         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10345         (sieve-test-commands, sieve-tagged-arguments):
10346         Remove "-face" suffix from face names.
10347         (sieve-control-commands-face, sieve-action-commands-face)
10348         (sieve-test-commands-face, sieve-tagged-arguments-face):
10349         New backward-compatibility aliases for renamed faces.
10350         (sieve-control-commands-face, sieve-action-commands-face)
10351         (sieve-test-commands-face, sieve-tagged-arguments-face):
10352         Use renamed sieve faces.
10353
10354         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10355         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10356         (gnus-group-news-3-empty, gnus-group-news-4)
10357         (gnus-group-news-4-empty, gnus-group-news-5)
10358         (gnus-group-news-5-empty, gnus-group-news-6)
10359         (gnus-group-news-6-empty, gnus-group-news-low)
10360         (gnus-group-news-low-empty, gnus-group-mail-1)
10361         (gnus-group-mail-1-empty, gnus-group-mail-2)
10362         (gnus-group-mail-2-empty, gnus-group-mail-3)
10363         (gnus-group-mail-3-empty, gnus-group-mail-low)
10364         (gnus-group-mail-low-empty, gnus-summary-selected)
10365         (gnus-summary-cancelled, gnus-summary-high-ticked)
10366         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10367         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10368         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10369         (gnus-summary-low-undownloaded)
10370         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10371         (gnus-summary-low-unread, gnus-summary-normal-unread)
10372         (gnus-summary-high-read, gnus-summary-low-read)
10373         (gnus-summary-normal-read, gnus-splash):
10374         Remove "-face" suffix from face names.
10375         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10376         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10377         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10378         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10379         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10380         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10381         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10382         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10383         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10384         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10385         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10386         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10387         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10388         (gnus-summary-normal-ticked-face)
10389         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10390         (gnus-summary-normal-ancient-face)
10391         (gnus-summary-high-undownloaded-face)
10392         (gnus-summary-low-undownloaded-face)
10393         (gnus-summary-normal-undownloaded-face)
10394         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10395         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10396         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10397         (gnus-splash-face):
10398         New backward-compatibility aliases for renamed faces.
10399         (gnus-group-startup-message): Use renamed gnus faces.
10400
10401         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10402         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10403         (gnus-server-agent): Remove "-face" suffix from face names.
10404         (gnus-server-agent-face, gnus-server-opened-face)
10405         (gnus-server-closed-face, gnus-server-denied-face)
10406         (gnus-server-offline-face):
10407         New backward-compatibility aliases for renamed faces.
10408         (gnus-server-agent-face, gnus-server-opened-face)
10409         (gnus-server-closed-face, gnus-server-denied-face)
10410         (gnus-server-offline-face): Use renamed gnus faces.
10411
10412         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10413         Remove "-face" suffix from face names.
10414         (gnus-picon-xbm-face, gnus-picon-face):
10415         New backward-compatibility aliases for renamed faces.
10416
10417         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10418         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10419         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10420         (gnus-cite-11): Remove "-face" suffix from face names.
10421         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10422         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10423         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10424         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10425         New backward-compatibility aliases for renamed faces.
10426         (gnus-cite-attribution-face, gnus-cite-face-list)
10427         (gnus-article-boring-faces): Use renamed gnus faces.
10428
10429         * gnus-art.el (gnus-signature, gnus-header-from)
10430         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10431         (gnus-header-content): Remove "-face" suffix from face names.
10432         (gnus-signature-face, gnus-header-from-face)
10433         (gnus-header-subject-face, gnus-header-newsgroups-face)
10434         (gnus-header-name-face, gnus-header-content-face):
10435         New backward-compatibility aliases for renamed faces.
10436         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10437
10438         * gnus-sum.el (gnus-summary-selected-face)
10439         (gnus-summary-highlight): Use renamed gnus faces.
10440         * gnus-group.el (gnus-group-highlight): Likewise.
10441
10442 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10443
10444         * gnus-sieve.el (gnus-sieve-article-add-rule):
10445         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10446         * spam-stat.el (spam-stat-buffer-change-to-spam)
10447         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10448
10449         * message.el (message-is-yours-p):
10450         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10451
10452 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * mm-view.el (mm-inline-text): Withdraw the last change.
10455
10456 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10459         executing enriched-decode.
10460
10461 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10464         charset of tar files.
10465
10466 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10467
10468         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10469
10470 2005-06-04  Lute Kamstra  <lute@gnu.org>
10471
10472         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10473         information is never recorded.
10474
10475 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10476
10477         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10478
10479 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * pop3.el (pop3-apop): Run md5 in the binary mode.
10482
10483         * starttls.el (starttls-set-process-query-on-exit-flag):
10484         Use eval-and-compile.
10485
10486 2005-05-31  Simon Josefsson  <jas@extundo.com>
10487
10488         * smime.el (smime-replace-in-string): Define.
10489         (smime-cert-by-ldap-1): Use it.
10490
10491 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * gnus-art.el (article-display-x-face): Replace
10494         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10495
10496         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10497         set-process-query-on-exit-flag or process-kill-without-query.
10498
10499         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10500         loop instead of replace-regexp.
10501
10502         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10503         instead of process-kill-without-query if it is available.
10504
10505         * lpath.el: Fbind ldap-search-entries.
10506
10507         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10508         instead of find-file-hooks if it is available.
10509
10510         * mml1991.el: Bind pgg-default-user-id when compiling.
10511
10512         * mml2015.el: Bind pgg-default-user-id when compiling.
10513
10514         * nndraft.el (nndraft-request-associate-buffer):
10515         Use write-contents-functions instead of write-contents-hooks if it is
10516         available.
10517
10518         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10519         instead of find-file-hooks if it is available.
10520
10521         * nntp.el (nntp-open-connection): Replace
10522         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10523         (nntp-open-ssl-stream): Ditto.
10524         (nntp-open-tls-stream): Ditto.
10525
10526         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10527         set-process-query-on-exit-flag or process-kill-without-query.
10528         (starttls-open-stream-gnutls): Use it instead of
10529         process-kill-without-query.
10530         (starttls-open-stream): Ditto.
10531
10532 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10533
10534         * smime.el (smime-cert-by-ldap-1): Don't use
10535         replace-regexp-in-string.
10536
10537 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10538
10539         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10540
10541         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10542         in PEM format.  Adjust to the XEmacs compability.
10543
10544 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10545
10546         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10547         by `string-to-number'.
10548         * gnus-agent.el (gnus-agent-regenerate-group)
10549         (gnus-agent-fetch-articles): Ditto.
10550         * gnus-art.el (gnus-button-fetch-group): Ditto.
10551         * gnus-cache.el (gnus-cache-generate-active)
10552         (gnus-cache-articles-in-group): Ditto.
10553         * gnus-group.el (gnus-group-set-current-level)
10554         (gnus-group-insert-group-line): Ditto.
10555         * gnus-score.el (gnus-score-set-expunge-below)
10556         (gnus-score-set-mark-below, gnus-summary-score-effect)
10557         (gnus-summary-score-entry): Ditto.
10558         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10559         (gnus-soup-pack): Ditto.
10560         * gnus-spec.el (gnus-xmas-format): Ditto.
10561         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10562         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10563         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10564         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10565         * nndb.el (nndb-get-remote-expire-response): Ditto.
10566         * nndiary.el (nndiary-parse-schedule-value)
10567         (nndiary-string-to-number, nndiary-request-replace-article)
10568         (nndiary-request-article): Ditto.
10569         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10570         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10571         * nneething.el (nneething-make-head): Ditto.
10572         * nnfolder.el (nnfolder-request-article)
10573         (nnfolder-retrieve-headers): Ditto.
10574         * nnheader.el (nnheader-file-to-number): Ditto.
10575         * nnkiboze.el (nnkiboze-request-article): Ditto.
10576         * nnmail.el (nnmail-process-unix-mail-format)
10577         (nnmail-process-babyl-mail-format): Ditto.
10578         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10579         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10580         (nnmh-request-create-group, nnmh-request-list-1)
10581         (nnmh-request-group, nnmh-request-article): Ditto.
10582         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10583         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10584         * nnsoup.el (nnsoup-make-active): Ditto.
10585         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10586         * nntp.el (nntp-find-group-and-number)
10587         (nntp-retrieve-headers-with-xover): Ditto.
10588         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10589         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10590         (pgg-format-key-identifier): Ditto.
10591         * pop3.el (pop3-last, pop3-stat): Ditto.
10592         * qp.el (quoted-printable-decode-region): Ditto.
10593
10594         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10595         of concat.
10596
10597 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10600
10601         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10602
10603         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10604
10605         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10606
10607         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10608
10609         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10610
10611         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10612         (gnus-carpal-mode): Ditto.
10613
10614         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10615         (gnus-browse-mode): Ditto.
10616
10617         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10618
10619         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10620
10621 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10622
10623         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10624
10625 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * gnus-util.el (gnus-run-mode-hooks): New function.
10628
10629         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10630
10631         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10632         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10633
10634 2005-05-27  Lute Kamstra  <lute@gnu.org>
10635
10636         * dns-mode.el (dns-mode): Specify customization group.
10637
10638 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10639
10640         * gnus-agent.el (gnus-agent-make-mode-line-string):
10641         Use mode-line-highlight as mouse-face.
10642
10643 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * canlock.el (canlock): Change the parent group to news.
10646
10647         * deuglify.el (gnus-outlook-deuglify): Add :group.
10648
10649         * dig.el (dig): Add :group.
10650
10651         * dns-mode.el (dns-mode): Add :group.
10652
10653         * encrypt.el (encrypt): Add :group.
10654
10655         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10656         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10657         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10658         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10659         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10660
10661         * gnus-diary.el (gnus-diary): Add :group.
10662
10663         * gnus.el (gnus-group-news-1-face): Add :group.
10664         (gnus-group-news-1-empty-face): Ditto.
10665         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10666         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10667         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10668         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10669         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10670         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10671         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10672         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10673         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10674         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10675         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10676         (gnus-summary-high-ticked-face): Ditto.
10677         (gnus-summary-low-ticked-face): Ditto.
10678         (gnus-summary-normal-ticked-face): Ditto.
10679         (gnus-summary-high-ancient-face): Ditto.
10680         (gnus-summary-low-ancient-face): Ditto.
10681         (gnus-summary-normal-ancient-face): Ditto.
10682         (gnus-summary-high-undownloaded-face): Ditto.
10683         (gnus-summary-low-undownloaded-face): Ditto.
10684         (gnus-summary-normal-undownloaded-face): Ditto.
10685         (gnus-summary-high-unread-face): Ditto.
10686         (gnus-summary-low-unread-face): Ditto.
10687         (gnus-summary-normal-unread-face): Ditto.
10688         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10689         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10690
10691         * hashcash.el (hashcash): New custom group.
10692         (hashcash-default-payment): Add :group.
10693         (hashcash-payment-alist): Ditto.
10694         (hashcash-default-accept-payment): Ditto.
10695         (hashcash-accept-resources): Ditto.
10696         (hashcash-path): Ditto.
10697         (hashcash-extra-generate-parameters): Ditto.
10698         (hashcash-double-spend-database): Ditto.
10699         (hashcash-in-news): Ditto.
10700
10701         * message.el (message-minibuffer-local-map): Add :group.
10702
10703         * netrc.el (netrc): Add :group.
10704
10705         * sieve-manage.el (sieve-manage-log): Add :group.
10706         (sieve-manage-default-user): Diito.
10707         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10708         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10709         (sieve-manage-authenticators): Ditto.
10710         (sieve-manage-authenticator-alist): Ditto.
10711         (sieve-manage-default-port): Ditto.
10712
10713         * sieve-mode.el (sieve-control-commands-face): Add :group.
10714         (sieve-action-commands-face): Ditto.
10715         (sieve-test-commands-face): Ditto.
10716         (sieve-tagged-arguments-face): Ditto.
10717
10718         * smime.el (smime): Add :group.
10719
10720         * spam-report.el (spam-report): Add :group.
10721
10722         * spam.el (spam, spam-face): Add :group.
10723
10724 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10725
10726         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10727         return \n.\n.\n at the end of articles.  Protect against that.
10728         (nntp-with-open-group): Allow debugging.
10729
10730         * nnheader.el (mail-header-set-extra): Make into a function
10731         because I just could't understand how to quote the list properly.
10732
10733         * dns.el (query-dns-cached): New function.
10734
10735 2005-05-26  Lute Kamstra  <lute@gnu.org>
10736
10737         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10738
10739 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10742
10743         * gnus-art.el: Don't autoload mail-extract-address-components.
10744
10745         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10746         eval-and-compile to evaluate it.
10747
10748         * hashcash.el: Don't autoload executable-find.
10749
10750         * nndb.el: Don't declare the nndb back end two or more times; don't
10751         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10752
10753         * nntp.el: Autoload format-spec instead of format; use
10754         eval-and-compile to evaluate autoload forms.
10755
10756 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10757
10758         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10759
10760 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10761
10762         * gnus.el (gnus-version-number): Bump version.
10763
10764 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10765
10766         * gnus.el: No Gnus v0.3 is released.
10767
10768 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10769
10770         * lpath.el (featurep): Bind show-nonbreak-escape.
10771
10772 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * gnus-art.el (gnus-article-edit-part): Disable undo.
10775
10776 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10779         gnus-article-date-lapsed-new-header is t if date timer is active;
10780         skip headers in which the original date value is empty.
10781         (gnus-article-save-original-date): Redefine it as a macro.
10782         (gnus-display-mime): Use it.
10783
10784 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * gnus-art.el (article-date-ut): Support converting date in
10787         forwarded parts as well.
10788         (gnus-article-save-original-date): New function.
10789         (gnus-display-mime): Use it.
10790
10791 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10792
10793         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10794         enclosure element of <item>.
10795
10796 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10797
10798         * message.el (message-kill-buffer-query): Renamed from
10799         `message-kill-buffer-query-if-modified'.  Added :version.
10800
10801 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10804         window layout.
10805
10806 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * mml.el: Autoload dnd when compiling.
10809
10810 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10811
10812         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10813         x-dnd-*.
10814
10815 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * qp.el (quoted-printable-encode-region): Save excursion.
10818
10819 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10820
10821         * message.el (message-kill-buffer-query-if-modified): Add new variable
10822         so the user can kill a modified message buffer quickly.
10823         (message-kill-buffer): Use it.
10824
10825 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * lpath.el: Fbind display-time-event-handler; don't fbind
10828         string-to-multibyte.
10829
10830         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10831
10832 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10835         contained in text because xml.el decodes entities) with LFs.
10836
10837 2005-04-11  Lute Kamstra  <lute@gnu.org>
10838
10839         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10840         differently.
10841
10842 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10843
10844         * mm-util.el (mm-detect-coding-region): Typo.
10845
10846 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10849
10850 2005-04-06  Deepak Goel  <deego@gnufans.org>
10851
10852         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10853         user-function allow user modifications of the scores.
10854         (spam-stat-score-buffer-user): New function, to allow
10855         user-computed modifications to the score.
10856         (spam-stat-score-buffer-user-functions): List of additional
10857         scoring functions.
10858         (spam-stat-error-holder): Global temporary error holder.
10859         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10860         variable.
10861
10862 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10863
10864         * gnus-registry.el (gnus-registry-clean-empty-function)
10865         (gnus-registry-trim, gnus-registry-fetch-groups)
10866         (gnus-registry-delete-group): Groups that match
10867         `gnus-registry-ignored-groups' are removed from the registry
10868         entries, not just ignored for splitting.  This helps clean up the
10869         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10870         to get all the groups a message ID is in.
10871
10872         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10873         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10874         (spam-stat-score-buffer-user-functions): Add :number custom type.
10875
10876 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10879         argument in XEmacs.
10880
10881         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10882         (nnrss-request-group): Decode group name first.
10883         (nnrss-request-article): Make a text/plain article if mml-to-mime
10884         failed.
10885         (nnrss-get-encoding): Return a compatible encoding according to
10886         nnrss-compatible-encoding-alist.
10887         (nnrss-find-el): Use consp instead of listp.
10888         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10889
10890 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10893         which Emacs 20 doesn't support.
10894         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10895
10896 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10897
10898         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10899         silence the byte compiler inside the defun.
10900
10901         * gnus-demon.el (parse-time-string): Add autoload.
10902
10903         * gnus-delay.el (parse-time-string): Add autoload.
10904
10905         * gnus-art.el (parse-time-string): Add autoload.
10906
10907         * nnultimate.el (parse-time): Require for `parse-time-string'.
10908
10909 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10910
10911         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10912
10913         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10914
10915         * smime.el (smime-ldap-host-list): Add :version.
10916
10917 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10918
10919         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10920         pass it to `gnus-browse-read-group'.
10921         (gnus-browse-read-group): Add NUMBER argument and pass it to
10922         `gnus-group-read-ephemeral-group'.
10923
10924         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10925         argument and pass it to `gnus-group-read-group'.
10926
10927 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10928
10929         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10930         mm-xemacs-find-mime-charset-1 if we have the mule feature
10931         available at runtime.
10932
10933 2005-03-25  Werner Lemberg  <wl@gnu.org>
10934
10935         * nnmaildir.el: Replace `illegal' with `invalid'.
10936
10937 2005-03-23  Lute Kamstra  <lute@gnu.org>
10938
10939         * time-date.el: Add comment on time value formats.
10940         Don't require parse-time.
10941         (with-decoded-time-value): New macro.
10942         (encode-time-value): New function.
10943         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10944         (days-to-time): Return a valid time value when arg is huge.
10945         (time-since): Use time-subtract.
10946         (time-to-number-of-days): Use time-to-seconds.
10947
10948 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10949
10950         * gnus-start.el (gnus-display-time-event-handler):
10951         Check display-time-timer at runtime rather than only at load time
10952         in case display-time-mode is turned off in the mean time.
10953
10954 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10955
10956         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10957         used.
10958
10959         * nneething.el (nneething-map-file-directory): Derive from
10960         `gnus-directory'.
10961
10962         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10963         the To/Cc button.
10964
10965 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * nnmaildir.el (nnmaildir-request-accept-article):
10968         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10969
10970 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10971
10972         * gnus-async.el: Require timer-funcs at compile time when in
10973         XEmacs for `run-with-idle-timer'.
10974
10975 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10976
10977         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10978         autoloaded function.
10979
10980 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10981
10982         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10983
10984 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10985
10986         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10987
10988 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10989
10990         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10991         gnus-expert-user to default.
10992
10993 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10994
10995         * nnimap.el (nnimap-open-server): Ditto.
10996
10997         * imap.el (imap-authenticate): Fix typo.
10998
10999 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11000
11001         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11002         buffer (since IMAP server might return FETCH response out of
11003         order, and the nntp buffer must be sorted).
11004
11005 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11006
11007         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11008         comparison on string.
11009
11010         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11011         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11012         (gnus-agent-summary-fetch-series): Modified to protect against
11013         gnus-agent-summary-fetch-group clearing processable flags.
11014         (gnus-agent-synchronize-group-flags): Update live group buffer as
11015         synchronization may occur due to the user toggle the plugged
11016         status.
11017         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11018         successfully downloaded.
11019         (gnus-agent-expire-group-1): Avoid using markers when the overview
11020         is in ascending order; greatly improves performance.
11021         (gnus-agent-regenerate-group): Use
11022         gnus-agent-synchronize-group-flags to reset read status in both
11023         gnus and server.
11024         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11025
11026 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11027
11028         * message.el: Don't autoload former message-utils variables.
11029         (message-strip-subject-trailing-was): Change doc string.
11030
11031         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11032         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11033         (nnweb-google-search): Add "hl=en" here.
11034         (nnweb-google-parse-1, nnweb-google-create-mapping):
11035         Don't hardcode URL.
11036
11037 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * message.el (message-get-reply-headers, message-followup):
11040         Mention related variables `message-use-followup-to' and
11041         `message-use-mail-followup-to', in the information buffer.
11042
11043         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11044         of broken groups(-beta).google.com.
11045
11046 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11047
11048         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11049         parameter to invoked gnus-request-move-article; remove the
11050         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11051         all at once instead of once per article.
11052         (gnus-summary-remove-process-mark): Accept a list of articles as
11053         well as a single article for processing.
11054
11055         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11056         parameter.
11057
11058         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11059
11060         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11061
11062         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11063         parameter.
11064
11065         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11066         parameter.
11067
11068         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11069         parameter and remove the gnus-sum-hint-move-is-internal variable.
11070
11071         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11072         parameter.
11073
11074         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11075         parameter.
11076
11077         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11078         parameter.
11079
11080         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11081
11082         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11083         parameter.
11084
11085         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11086         parameter.
11087
11088 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11089
11090         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11091         a more conservative way.
11092
11093 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11094
11095         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11096         buffer, so it moves the window's cursor.
11097
11098 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11099
11100         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11101         `mm-dissect-multipart' and receive the from field as an (optional)
11102         argument from `mm-dissect-multipart'.
11103         (mm-dissect-multipart): Receive the from field as an argument and
11104         pass it on when we call `mm-dissect-buffer' on MIME parts.
11105         Fixes verification/decryption of signed/encrypted MIME parts.
11106
11107 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11108
11109         * gnus-sum.el (gnus-summary-move-article): Set
11110         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11111         whatever it calls (right now, only nnimap-request-move article
11112         respects it).
11113
11114         * nnimap.el (nnimap-request-move-article): When
11115         gnus-sum-hint-move-is-internal is set, don't do the extra
11116         nnimap-request-article.
11117
11118 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11119
11120         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11121
11122         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11123         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11124
11125         * gnus-sum.el (gnus-summary-caesar-message):
11126         Apply `gnus-treat-article' after rotation.
11127
11128         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11129         doc string.
11130
11131 2005-02-22  Simon Josefsson  <jas@extundo.com>
11132
11133         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11134         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11135         <arne@arnested.dk>.
11136         (encrypt): Add password-cache and password-cache-expiry as group
11137         members.
11138
11139 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11140
11141         * smime.el (smime-ldap-host-list): Doc fix.
11142         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11143         cache) password.
11144         (smime-sign-region): Use it.
11145         (smime-decrypt-region): Use it.
11146         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11147         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11148         fails.
11149         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11150         certificate from DER to PEM format rather than calling openssl.
11151
11152         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11153
11154         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11155         for signing/encryption.
11156
11157         * mml.el (mml-parse-1): Use them.
11158
11159 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11160
11161         * nnrss.el (nnrss-verbose): Removed.
11162         (nnrss-request-group): Use `nnheader-message' instead.
11163
11164 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11165
11166         * nnrss.el (nnrss-verbose): New variable.
11167         (nnrss-request-group): Make it say nnrss is requesting a group.
11168
11169 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11170
11171         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11172         Handle news URL with given port correctly.
11173
11174 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11177         containing special characters.
11178
11179         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11180
11181         * mml.el (mime-to-mml): Ditto.
11182
11183         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11184         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11185         (rfc2047-decode-region): Quote decoded words containing special
11186         characters when rfc2047-quote-decoded-words-containing-tspecials
11187         is non-nil.
11188
11189 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11190
11191         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11192
11193         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11194
11195 2005-02-15  Simon Josefsson  <jas@extundo.com>
11196
11197         * nnimap.el (nnimap-debug): Doc fix.
11198
11199         * imap.el (imap-debug): Doc fix.
11200
11201 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11204
11205 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11206
11207         * gnus.el (spam-contents): Improve docs for spam-contents
11208         parameter in its variable incarnation.
11209
11210 2005-02-14  Simon Josefsson  <jas@extundo.com>
11211
11212         * smime-ldap.el: Use require instead of load-library for ldap.
11213         (smime-ldap-search): Indent.
11214         (smime-ldap-search-internal): Shorten line.
11215
11216         * smime.el (smime-cert-by-dns): Add doc-string.
11217         (smime-cert-by-ldap-1): Indent.
11218
11219         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11220         mml-smime-get-dns-ldap.
11221         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11222
11223 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11224
11225         * smime.el: Require smime-ldap.
11226         (smime-ldap-host-list): New variable.
11227         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11228
11229         * mml-smime.el (mml-smime-encrypt-query): New function.
11230         (mml-smime-encrypt-query): Use it.
11231
11232         * smime-ldap.el: New file.
11233
11234 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11237
11238 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11241         argument in doc string.  Make query for type more clear.
11242
11243 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11244
11245         * gnus.el (gnus-group-startup-message): Search for gnus images in
11246         etc/images/gnus.
11247         * mm-util.el (mm-image-load-path): Likewise.
11248         * smiley.el (smiley-data-directory): Search for smilies in
11249         etc/images/smilies.
11250
11251 2005-02-09  Kim F. Storm  <storm@cua.dk>
11252
11253         Change Emacs release version from 21.4 to 22.1 throughout.
11254         Change Emacs development version from 21.3.50 to 22.0.50.
11255
11256 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11259
11260         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11261         non-Mule XEmacs as well.
11262         (mm-decompress-buffer): Signal an error intentionally if it does
11263         not decompress compressed data because auto-compression-mode is
11264         disabled.
11265
11266 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11267
11268         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11269         an ID in the registry even if it has no groups.
11270
11271 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11274         merge it into mm-decompress-buffer.
11275         (gnus-mime-copy-part): Use the MIME part charset, the value which
11276         a user specified or gnus-newsgroup-charset for decoding, like
11277         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11278         save-buffer what was used.  Suggested by Kevin Ryde
11279         <user42@zip.com.au>.
11280         (gnus-mime-inline-part): Allow the name parameter as well as the
11281         filename parameter; force decompressing of compressed data; always
11282         display contents being not decoded as unibyte.
11283
11284         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11285         as well as the filename parameter.
11286
11287         * mm-util.el (mm-decompress-buffer): Merge
11288         gnus-mime-jka-compr-maybe-uncompress.
11289         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11290         of compressed data.
11291
11292 2005-02-08  Simon Josefsson  <jas@extundo.com>
11293
11294         * imap.el (imap-log): Doc fix.
11295
11296 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11299         the coding cookies; decompress compressed parts.
11300
11301         * mml.el (mml-generate-mime-1): Add the charset parameter according
11302         to the value which a user specified manually or the coding cookie.
11303
11304         * mm-util.el (mm-string-to-multibyte): New function.
11305         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11306         (mm-coding-system-to-mime-charset): New function.
11307         (mm-decompress-buffer): New function.
11308         (mm-find-buffer-file-coding-system): New function.
11309
11310         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11311         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11312         parts.
11313
11314 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11315
11316         * mm-view.el (mm-display-inline-fontify): Decode a part according
11317         to the charset parameter.
11318
11319 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11322         prefix arg is neither nil nor a number, as info specifies.
11323
11324 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11327         timestamps.
11328
11329 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11330
11331         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11332         groups error checking and notify user.
11333
11334 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11335
11336         * message.el (message-send-mail-function): Check existence of
11337         sendmail-program first before using default value
11338         `message-send-mail-with-sendmail'.  Otherwise use more generic
11339         `smtpmail-send-it'.
11340
11341 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * nntp.el (nntp-request-update-info): Always return nil.
11344
11345 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11346
11347         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11348
11349 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11350
11351         * message.el (message-beginning-of-line): Change the behavior when
11352         invoked between BOL and : so that it first moves backward.
11353
11354 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11357         article buffer when editing of the article is discarded.
11358         (gnus-article-prepare): Revert.
11359
11360 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * gnus-art.el (gnus-article-prepare):
11363         Remove message-strip-forbidden-properties from the local hook.
11364
11365 2005-01-27  Simon Josefsson  <jas@extundo.com>
11366
11367         * password.el (password-cache-add): Only start one timer per key.
11368         Reported by Derek Atkins <warlord@MIT.EDU>.
11369
11370 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11371
11372         * run-at-time.el: Removed.  It is no longer needed as
11373         timer-funcs.el in the xemacs-base package has a working version of
11374         `run-at-time'.
11375
11376         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11377
11378         * password.el: Require timer-funcs instead of run-at-time in
11379         XEmacs.
11380         Remove `password-run-at-time' macro.
11381         (password-cache-add): Use `run-at-time' instead of
11382         `password-run-at-time'.
11383
11384         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11385         Remove `nnheader-cancel-function-timers' alias,
11386         `cancel-function-timers' exists in XEmacs in timer-funcs.
11387
11388         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11389         for `run-with-idle-timer'.
11390
11391         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11392         for `run-at-time'.
11393
11394         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11395         for `with-timeout'.
11396
11397         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11398         the same as for XEmacs 21.4.
11399         No need to ignore `run-with-idle-timer', this function exists in
11400         XEmacs now in timer-funcs.el in the xemacs-base package.
11401         (dgnushack-compile): No need to delete
11402         run-at-time.el from the list of files to compile because it
11403         doesn't exist anymore.
11404
11405 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11406
11407         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11408         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11409
11410 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11411
11412         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11413         sensitively.
11414
11415 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11416
11417         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11418
11419 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11422         which will be inserted according to the multibyteness of a buffer
11423         rather than the type of contents.  Suggested by ARISAWA Akihiro
11424         <ari@mbf.ocn.ne.jp>.
11425
11426         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11427         of string which old xml.el may return rather than a string.
11428
11429 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11432
11433 2005-01-16  Simon Josefsson  <jas@extundo.com>
11434
11435         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11436         idn/idna.el isn't available.
11437         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11438         <michael@waxrat.com>.
11439
11440         * hashcash.el: Remove non-FSF copyright header.
11441
11442         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11443         (hashcash-generate-payment): Use it.
11444         (hashcash-generate-payment-async): Use it.
11445
11446 2005-01-15  Simon Josefsson  <jas@extundo.com>
11447
11448         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11449         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11450
11451         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11452         gnus-summary-idna-message.
11453         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11454         (gnus-summary-idna-message): New function.
11455
11456 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11459         gnus-novice-user.
11460
11461 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * nnrss.el (nnrss-request-delete-group): Delete entries in
11464         nnrss-group-alist as well.
11465         (nnrss-save-server-data): Insert newline.
11466
11467 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11468
11469         * gnus.el (gnus-user-agent): Use list of symbols instead of
11470         symbols.  Display full version number for (S)XEmacs.  Optionally
11471         display (S)XEmacs codename.
11472
11473         * gnus-util.el (gnus-emacs-version): Update for new
11474         `gnus-user-agent'.
11475
11476         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11477         Gnus version.
11478
11479 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11482         which is unreadable in some setups.
11483
11484 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * gnus-spec.el (gnus-update-format-specifications): Flush the
11487         group format spec cache if it doesn't support decoded group names.
11488
11489 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11492         Allow to apply decay on score files matching a regexp.
11493
11494 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11497         compatibility in %g and %c.
11498
11499 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11502         name for only %g and %c.
11503         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11504         of gnus-tmp-group to decoded group name.
11505         (gnus-group-make-rss-group): Exclude `/'s from group names.
11506
11507 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * nnrss.el (nnrss-get-encoding): Fix regexp.
11510
11511 2004-12-27  Simon Josefsson  <jas@extundo.com>
11512
11513         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11514         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11515         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11516
11517 2004-12-17  Kim F. Storm  <storm@cua.dk>
11518
11519         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11520
11521         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11522
11523 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11524
11525         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11526
11527 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * nnrss.el: Require rfc2047 and mml.
11530         (nnrss-file-coding-system): New variable.
11531         (nnrss-format-string): Redefine it as an inline function.
11532         (nnrss-decode-group-name): New function.
11533         (nnrss-string-as-multibyte): Remove.
11534         (nnrss-retrieve-headers): Decode group name; don't use
11535         nnrss-format-string.
11536         (nnrss-request-group): Decode group name.
11537         (nnrss-request-article): Decode group name; allow a Message-ID as
11538         well as an article number; don't use nnrss-format-string; encode a
11539         Message-ID string which may contain non-ASCII characters; use
11540         mml-to-mime to compose a MIME article.
11541         (nnrss-request-expire-articles): Decode group name.
11542         (nnrss-request-delete-group): Decode group name.
11543         (nnrss-fetch): Clarify error message.
11544         (nnrss-read-server-data): Use insert-file-contents instead of load;
11545         bind file-name-coding-system; use multibyte buffer.
11546         (nnrss-save-server-data): Bind coding-system-for-write to the
11547         value of nnrss-file-coding-system; bind file-name-coding-system;
11548         add coding cookie.
11549         (nnrss-read-group-data): Use insert-file-contents instead of load;
11550         bind file-name-coding-system; use multibyte buffer.
11551         (nnrss-save-group-data): Bind coding-system-for-write to the
11552         value of nnrss-file-coding-system; bind file-name-coding-system.
11553         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11554         make it work with non-ASCII text.
11555         (nnrss-find-el): Make it work with old xml.el as well.
11556
11557 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11558
11559         * nnrss.el (nnrss-get-encoding): New function.
11560         (nnrss-fetch): Use unibyte buffer initially; bind
11561         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11562         decode contents according to the encoding attribute.
11563         (nnrss-save-group-data): Add coding cookie.
11564         (nnrss-mime-encode-string): New function.
11565         (nnrss-check-group): Use it to encode subject and author.
11566
11567 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11568
11569         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11570         imaginary variable.
11571
11572 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11575         correctly even if there are wide characters.
11576
11577 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11578
11579         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11580         downcased symbol names; make a new cache instead of reusing
11581         bbdb-hashtable.
11582
11583 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11586         concatenating segments rather than before concatenating them.
11587         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11588
11589         * message.el (message-get-reply-headers): Bind `extra'.
11590
11591 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11592
11593         * message.el (message-extra-wide-headers): New variable.
11594         (message-get-reply-headers): Use it.
11595
11596 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11599         (gnus-agent-group-pathname): Ditto.
11600
11601         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11602
11603         * gnus-group.el (gnus-group-make-group): Decode group name.
11604         (gnus-group-make-rss-group): Register the group data after opening
11605         the nnrss group.
11606
11607 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11608
11609         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11610         by expiry now get marked as read.
11611
11612 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11615
11616 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11617
11618         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11619         unify Latin characters in XEmacs.
11620         (mm-find-mime-charset-region): Use it.
11621
11622 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-util.el (gnus-delete-directory): New function.
11625
11626         * gnus-agent.el (gnus-agent-delete-group): Use it.
11627
11628         * gnus-cache.el (gnus-cache-delete-group): Use it.
11629
11630 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11633         names.
11634
11635 2004-12-16  Simon Josefsson  <jas@extundo.com>
11636
11637         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11638
11639 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11642
11643         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11644         (gnus-group-set-current-level): Decode group name.
11645
11646 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11647
11648         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11649         failed.
11650
11651 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * gnus-group.el (gnus-group-delete-group): Decode group name.
11654         (gnus-group-make-rss-group): Encode group name.
11655         (gnus-group-catchup-current): Decode group name.
11656         (gnus-group-kill-group): Decode group name.
11657
11658 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11659
11660         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11661
11662 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * gnus-group.el (gnus-group-make-rss-group):
11665         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11666
11667         * gnus-start.el (gnus-setup-news): Honor user's setting to
11668         gnus-message-archive-method.  Suggested by Lute Kamstra
11669         <lute@gnu.org>.
11670
11671 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11672
11673         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11674         global counterparts of the buffer-local variables.
11675
11676 2004-11-16  Romain Francoise  <romain@orebokech.com>
11677
11678         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11679         counterparts of the buffer-local variables.
11680
11681 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11682
11683         * message.el (message-forbidden-properties): Fixed typo in doc
11684         string.
11685
11686 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11687
11688         * gnus-util.el (gnus-replace-in-string): Added doc string.
11689
11690         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11691         to avoid problems when splitting mails with many recipients.
11692
11693 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11694
11695         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11696         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11697
11698 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11699
11700         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11701         if there is no hashtable in memory or file modification time is
11702         newer than cached timestamp.
11703
11704 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11707         not-matching option.
11708
11709 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11712         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11713         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11714         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11715         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11716         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11717
11718 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * message.el (message-forward-make-body-mml): Remove headers
11721         according to message-forward-ignored-headers if a message is decoded.
11722
11723 2004-12-02  Romain Francoise  <romain@orebokech.com>
11724
11725         * message.el (message-forward-make-body-plain): Always remove
11726         headers according to message-forward-ignored-headers.
11727
11728 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11729
11730         * spam.el (spam-summary-prepare-exit): Remove the
11731         gnus-summary-limit pop for now, it has problems with ham marks for
11732         me.
11733
11734 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11735
11736         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11737         correctly.
11738
11739 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11740
11741         * format-spec.el (format-spec): Message the char.
11742
11743 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11744
11745         * gnus-art.el (gnus-split-methods): Reformat comments.
11746
11747         * spam.el (spam-summary-prepare-exit): Remove article limits
11748         before exiting the summary buffer.
11749
11750 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11753         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11754
11755         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11756         order to silence the byte compiler.
11757
11758         * spam.el: Fix the way to silence the byte compiler, which
11759         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11760         bbdb-search-simple, spam-BBDB-register-routine,
11761         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11762         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11763         spam-stat-buffer-is-spam, spam-stat-load,
11764         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11765         spam-stat-save and spam-stat-split-fancy.
11766
11767 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11770         which may confuse users.
11771         (canlock-password-for-verify): Ditto.
11772
11773         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11774
11775         * gnus-art.el (gnus-emphasis-alist): Ditto.
11776
11777         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11778
11779         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11780
11781         * gnus-start.el (gnus-save-killed-list): Ditto.
11782
11783         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11784         (gnus-sum-thread-tree-root): Ditto.
11785         (gnus-sum-thread-tree-false-root): Ditto.
11786         (gnus-sum-thread-tree-single-indent): Ditto.
11787
11788         * message.el (message-courtesy-message): Ditto.
11789         (message-archive-note): Ditto.
11790         (message-subscribed-address-file): Ditto.
11791         (message-user-fqdn): Ditto.
11792
11793         * spam-report.el (spam-report-gmane-regex): Ditto.
11794
11795         * spam.el (spam-blackhole-good-server-regex): Ditto.
11796
11797 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * mml.el (mml-preview): Widen the message buffer before copying
11800         the contents to the preview buffer; sort headers before previewing.
11801
11802         * message.el (message-hidden-headers): Fix the way to avoid a bug
11803         in the `repeat' widget in Emacs 21.3 or earlier.
11804
11805 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * message.el (message-hidden-headers): Default to "^References:".
11808         Improve customization type.  Suggested by Reiner Steib
11809         <Reiner.Steib@gmx.de>.
11810
11811 2004-11-25  Romain Francoise  <romain@orebokech.com>
11812
11813         * message.el (message-strip-forbidden-properties): Remove check for
11814         obsolete `message-hidden' text property, hidden headers are not
11815         accessible in the buffer anymore.
11816
11817 2004-11-22  Romain Francoise  <romain@orebokech.com>
11818
11819         * message.el (message-header-format-alist): Add `From' in list
11820         so that it can be sorted.
11821         (message-fix-before-sending): Widen and sort headers before
11822         sending.
11823         (message-hide-headers): Use narrowing to hide headers by moving
11824         them to the top of the buffer and narrowing to the region
11825         underneath.
11826
11827 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11828
11829         * message.el (message-strip-forbidden-properties): Bind
11830         buffer-read-only (etc) to nil.
11831
11832 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11835         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11836
11837 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11838
11839         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11840
11841 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11842
11843         * dns.el (query-dns): Use sit-for to time instead of
11844         accept-process-output, since that doesn't seem to work on udp
11845         sockets.
11846
11847 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11850
11851 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11852
11853         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11854         doc string.  Improve doc string.
11855
11856 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * nntp.el (nntp-request-update-info): Return nil if
11859         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11860         may not call gnus-activate-group which uselessly issues the GROUP
11861         commands for all nntp groups and wastes time.  Reported by Romain
11862         Francoise <romain@orebokech.com>.
11863
11864         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11865
11866 2004-11-15  Simon Josefsson  <jas@extundo.com>
11867
11868         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11869         headers separately.
11870         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11871         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11872
11873 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11874
11875         * gnus-start.el (gnus-convert-old-newsrc):
11876         Assign legacy-gnus-agent to 5.10.7.
11877
11878 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11879
11880         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11881         start of the lines.
11882
11883 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11884
11885         * hashcash.el (hashcash-default-payment): Change default to 20.
11886         (hashcash-default-accept-payment): Change default to 20.
11887         (hashcash-process-alist): New variable.
11888         (hashcash-generate-payment-async): Add.
11889         (hashcash-already-paid-p): Add.
11890         (hashcash-insert-payment): Don't generate payments twice.
11891         (hashcash-insert-payment-async): Add.
11892         (hashcash-insert-payment-async-2): Add.
11893         (hashcash-cancel-async): Add.
11894         (hashcash-wait-async): Add.
11895         (hashcash-processes-running-p): Add.
11896         (hashcash-wait-or-cancel): Add.
11897         (mail-add-payment): New optional argument.  Conditionally start
11898         asynchronous calculation.
11899         (mail-add-payment-async): Add.
11900
11901         * message.el (message-send-mail): Wait for asynchronous hashcash
11902         results.  Don't clobber existing X-Hashcash headers.
11903         (message-setup-1): Call mail-add-payment-async when
11904         message-generate-hashcash is non-nil.
11905
11906 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11907
11908         * message.el (message-use-alternative-email-as-from): Examine the
11909         From header as well; use message-make-from in order to include a
11910         user's full name.
11911
11912 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11915         default; improve customization type.
11916         (gnus-emphasis-custom-with-format): New macro.
11917         (gnus-emphasis-custom-value-to-external): New function.
11918         (gnus-emphasis-custom-value-to-internal): New function.
11919
11920 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11921
11922         * dns.el (query-dns): Resolve reverse addresses.
11923
11924 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11925
11926         * gnus-group.el (gnus-group-get-new-news): Use it.
11927
11928         * gnus-start.el (gnus-check-reasonable-setup): New function.
11929
11930 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11933         "Args out of range" error.  Reported by Arnaud Giersch
11934         <arnaud.giersch@free.fr>.
11935
11936 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11937
11938         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11939
11940 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11941
11942         * spam.el (spam group): Add :version.
11943
11944         * pgg-def.el (pgg group): Add :version.
11945
11946 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * gnus-art.el (gnus-article-edit-article): Don't associate the
11949         article buffer with a draft file.  This is a temporary measure
11950         against the 2004-08-22 change to gnus-article-edit-mode.
11951
11952 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11953
11954         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11955         (html2text-format-tags): Remove unused variable `attr'.
11956
11957 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11958
11959         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11960
11961         * tls.el (tls-process-connection-type, tls-success)
11962         (tls-certtool-program): Add :version.
11963
11964         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11965         (starttls-extra-arguments, starttls-process-connection-type)
11966         (starttls-connect, starttls-failure, starttls-success): Add :version.
11967
11968         * spam-stat.el (spam-stat): Add :version.
11969
11970         * sieve.el (sieve): Add :version.
11971
11972         * sha1.el (sha1): Add :version.
11973         (sha1-use-external): Remove redundant version.
11974
11975         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11976         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11977         (nnmail-split-fancy-match-partial-words)
11978         (nnmail-split-lowercase-expanded): Add :version.
11979
11980         * nndiary.el (nndiary): Add :version.
11981
11982         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11983
11984         * mml-sec.el (mml-default-sign-method)
11985         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11986         Add :version.
11987
11988         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11989
11990         * mm-url.el (mm-url-use-external, mm-url-program)
11991         (mm-url-arguments): Add :version.
11992
11993         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11994         (mm-attachment-file-modes, mm-decrypt-option)
11995         (mm-w3m-safe-url-regexp): Add :version.
11996
11997         * message.el (message-cite-prefix-regexp)
11998         (message-sendmail-envelope-from, message-minibuffer-local-map)
11999         (message-user-fqdn, message-completion-alist): Add :version.
12000
12001         * gnus-win.el (gnus-configure-windows-hook)
12002         (gnus-use-frames-on-any-display): Add :version.
12003
12004         * gnus-art.el (gnus-article-address-banner-alist)
12005         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12006         (gnus-treat-from-picon, gnus-treat-mail-picon)
12007         (gnus-treat-x-pgp-sig): Add :version.
12008
12009         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12010         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12011         (gnus-summary-article-delete-hook)
12012         (gnus-summary-display-while-building): Add :version.
12013
12014         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12015         (gnus-get-top-new-news-hook): Add :version.
12016
12017         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12018         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12019
12020         * gnus-registry.el (gnus-registry): Add :version.
12021
12022         * gnus-spec.el (gnus-use-correct-string-widths)
12023         (gnus-make-format-preserve-properties): Add :version.
12024
12025         * gnus.el (gnus-group-charter-alist)
12026         (gnus-group-fetch-control-use-browse-url)
12027         (gnus-install-group-spam-parameters): Add :version.
12028
12029         * gnus-diary.el (gnus-diary): Add :version.
12030
12031         * gnus-delay.el (gnus-delay): Add :version.
12032
12033         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12034         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12035         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12036         Add :version.
12037
12038         * gnus-agent.el (gnus-agent-max-fetch-size)
12039         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12040         (gnus-agent-prompt-send-queue): Add :version.
12041
12042         * deuglify.el (gnus-outlook-deuglify): Add :version.
12043
12044         * html2text.el: Beautify code.  Improve doc strings.  Some
12045         checkdoc cleanup.
12046         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12047
12048 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12049
12050         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12051
12052 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12053
12054         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12055         when package is loaded.
12056
12057         * spam.el (spam-summary-score-preferred-header): Add global preference
12058         for people who want to override the default SpamAssassin over
12059         Bogofilter preference (when both are set).
12060         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12061         (spam-user-format-function-S): Check
12062         spam-summary-score-preferred-header.
12063         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12064         (spam-user-format-function-S): Format the score correctly.
12065
12066 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12069         signature file.  Suggested by Manoj Srivastava
12070         <srivasta@golden-gryphon.com>.
12071
12072         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12073         iso-2022-jp even in the Japanese language environment.
12074         Suggested by Jason Rumney <jasonr@gnu.org>.
12075
12076 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12079         use the same characters as the dummy marks; make it free from
12080         getting affected by the language environment.
12081         (gnus-summary-read-group-1): Update mark positions only when the
12082         format spec is updated.
12083
12084         * gnus-spec.el (gnus-update-format-specifications): Return a list
12085         of updated types.
12086
12087 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12090         of boundp to check if display-warning is available.
12091
12092 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12093
12094         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12095
12096 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * nnspool.el (nnspool-spool-directory): Use news-path if the
12099         news-directory variable is not bound.
12100
12101         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12102         function instead of display-warning if it is not available.
12103
12104 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12107         v5-10: Use `point-at-bol'.
12108
12109 2004-10-26  Simon Josefsson  <jas@extundo.com>
12110
12111         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12112         <chenggao@gmail.com>.
12113
12114 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12117         instead.
12118
12119 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12120
12121         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12122         to remove a server from the nnimap-server-buffer-alist.
12123         (nnimap-open-connection, nnimap-close-server): Use it.
12124
12125         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12126
12127 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12130         running the major-mode function.
12131
12132 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12135         dummy marks in the right way.
12136
12137 2004-10-18  David Edmondson  <dme@dme.org>
12138
12139         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12140         excessively.
12141
12142 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12143
12144         * gnus-util.el (gnus-split-references): Accept a nil references
12145         string and go on blissfully.
12146
12147         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12148         cases where the references string is non-nil but has no references.
12149
12150         * encrypt.el: Add autoload tags.
12151
12152         * spam.el (spam-resolve-registrations-routine): Remove article
12153         from unregistration list too.  Reported by David Hanak
12154         <dhanak@isis.vanderbilt.edu>
12155
12156 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12159         nil.  Changed custom type.
12160
12161 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12162
12163         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12164
12165         * gnus-sum.el (gnus-summary-move-article): Use it.
12166
12167 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12168
12169         * encrypt.el: Add autoload cookies.
12170
12171         * spam.el (spam-backend-article-list-property)
12172         (spam-backend-get-article-todo-list)
12173         (spam-backend-put-article-todo-list)
12174         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12175         Resolve registrations separately.
12176         (spam-register-routine): Format comments.
12177         (spam-unregister-routine, spam-register-routine): Always call with
12178         specific-articles, no default list.
12179         (spam-summary-prepare-exit): Use the spam-classifications function.
12180
12181         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12182         gnus-encrypt.el.
12183
12184         * encrypt.el: Copied from gnus-encrypt.el.
12185
12186         * gnus-encrypt.el: Commented that it's obsolete.
12187
12188 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12189
12190         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12191         (gnus-score-save): Use it.
12192
12193         * message.el (message-bury): Use `window-dedicated-p'.
12194
12195 2004-10-15  Simon Josefsson  <jas@extundo.com>
12196
12197         * pop3.el (top-level): Don't require nnheader.
12198         (pop3-read-timeout): Add.
12199         (pop3-accept-process-output): Add.
12200         (pop3-read-response, pop3-retr): Use it.
12201
12202 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12203
12204         * spam.el (spam-register-routine): Move comment.
12205         (spam-verify-bogofilter): Use 'unknown for the initial
12206         spam-bogofilter-valid state, not 'never.
12207
12208         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12209         for netrc-machine.
12210
12211         * nnimap.el (nnimap-open-connection): Use
12212         netrc-machine-user-or-password.
12213
12214 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12215
12216         * gnus-registry.el (gnus-registry-unload-hook):
12217         Set as a variable with add-hook.
12218
12219         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12220         of news-path.
12221
12222         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12223
12224         * spam.el: Delete duplicate `provide'.
12225         (spam-unload-hook): Set as a variable with add-hook.
12226
12227 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12228
12229         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12230         in the doc string.
12231
12232         * message.el (message-ignored-news-headers)
12233         (message-ignored-supersedes-headers)
12234         (message-ignored-resent-headers)
12235         (message-forward-ignored-headers): Improve custom type.
12236
12237 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * message.el (message-tokenize-header): Fix 2004-09-06 change
12240         which used point-min in the wrong place.
12241
12242 2004-10-12  Simon Josefsson  <jas@extundo.com>
12243
12244         * tls.el (tls-certtool-program): New variable.
12245         (tls-certificate-information): New function, based on
12246         ssl-certificate-information.
12247
12248 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * compface.el: Move the version of ELisp-based uncompface program
12251         to the contrib directory because of the copyright problem.
12252
12253 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12254
12255         * message.el (message-kill-buffer): Raise the current frame.
12256
12257 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12258
12259         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12260
12261         * gnus.el (message-y-or-n-p): Autoload.
12262
12263         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12264         (pop3-password-required, pop3-authentication-scheme)
12265         (pop3-leave-mail-on-server): Made customizable.
12266         (pop3): New custom group.
12267         (pop3-retr): Remove `sleep-for' statements.
12268         Suggested by Dave Love <fx@gnu.org>.
12269
12270         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12271         Windows/DOS.
12272
12273         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12274         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12275         Dave Love <fx@gnu.org>.
12276
12277         * mml.el (mml-minibuffer-read-disposition): Require match.
12278         Suggested by Dave Love <fx@gnu.org>.
12279
12280 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12281
12282         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12283         doc string.
12284
12285 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12288
12289 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12290
12291         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12292         instead of calling `mm-insert-inline', to decode text/* parts
12293         before displaying them.
12294
12295 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * mm-uu.el (mm-uu-text-plain-type): New variable.
12298         (mm-uu-pgp-signed-extract-1): Use it.
12299         (mm-uu-pgp-encrypted-extract-1): Use it.
12300         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12301         bind mm-uu-text-plain-type with that value.
12302         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12303         mm-uu-dissect.
12304
12305 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * gnus-group.el (gnus-update-group-mark-positions):
12308         * gnus-sum.el (gnus-update-summary-mark-positions):
12309         * message.el (message-check-news-body-syntax):
12310         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12311         of string-as-multibyte.
12312
12313 2004-10-05  Juri Linkov  <juri@jurta.org>
12314
12315         * gnus-group.el (gnus-update-group-mark-positions):
12316         * gnus-sum.el (gnus-update-summary-mark-positions):
12317         * message.el (message-check-news-body-syntax):
12318         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12319         8-bit unibyte values to a multibyte string for search functions.
12320
12321 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12324         (mm-uu-dissect-text-parts): New function.
12325
12326         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12327         dissect text parts.
12328
12329         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12330         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12331
12332         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12333
12334         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12335         gnus-current-topics instead of gnus-current-topic.
12336
12337 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12338
12339         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12340
12341 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12342
12343         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12344         where approriate.
12345
12346         * nnml.el (nnml-generate-active-info): do.
12347
12348         * nndiary.el (nndiary-generate-active-info): do.
12349
12350         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12351         (gnus-topic-move): do.
12352
12353         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12354         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12355
12356         * gnus-srvr.el (gnus-server-prepare)
12357         (gnus-server-open-all-servers): do.
12358
12359         * gnus-msg.el (gnus-summary-cancel-article)
12360         (gnus-summary-resend-message)
12361         (gnus-summary-mail-crosspost-complaint): do.
12362
12363         * gnus-move.el (gnus-change-server): do.
12364
12365         * gnus-group.el (gnus-group-unmark-all-groups)
12366         (gnus-group-set-current-level): do.
12367
12368 2004-10-04  Simon Josefsson  <jas@extundo.com>
12369
12370         * message.el (message-generate-hashcash): Doc fix.
12371
12372 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12373
12374         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12375         avoid infinite recursion via gnus-get-function.
12376
12377 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12378
12379         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12380
12381         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12382
12383         * nnmail.el (nnmail-split-history): do.
12384
12385         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12386         (nnml-request-delete-group): do.
12387
12388         * nnslashdot.el (nnslashdot-read-groups): do.
12389
12390         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12391         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12392
12393         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12394         (nnspool-sift-nov-with-sed): Use last.
12395         (nnspool-retrieve-headers-with-nov): Use mapc.
12396         (nnspool-request-newgroups): Use dolist.
12397         (nnspool-request-group): Use last.
12398
12399         * nntp.el (nntp-read-server-type): Use dolist.
12400
12401         * nnvirtual.el (nnvirtual-create-mapping)
12402         (nnvirtual-update-read-and-marked): Use dolist.
12403         (nnvirtual-convert-headers): Simplify.
12404
12405 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12406
12407         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12408         support for sync'ing tick marks.
12409
12410 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12413         there's no visible header.
12414
12415 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12416
12417         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12418         necessary, pass full group name to gnus-request-set-marks.
12419
12420 2004-10-01  Simon Josefsson  <jas@extundo.com>
12421
12422         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12423         acroread.
12424
12425 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12426
12427         * spam-report.el (spam-report-gmane): Fix interactive.
12428
12429         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12430
12431         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12432         when writing file.
12433         (gnus-agent-synchronize-flags): Don't default to being
12434         interactive.
12435
12436 2004-09-30  Simon Josefsson  <jas@extundo.com>
12437
12438         * message.el (message-generate-hashcash): Add.
12439         (message-send-mail): Use it, call mail-add-payment.
12440
12441 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12442
12443         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12444
12445 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12446
12447         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12448         gnus-requst-update-info with explicit code to sync the in-memory
12449         info read flags with the marks being sync'd to the backend.
12450
12451         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12452
12453 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12454
12455         * spam.el (spam-verify-bogofilter): Add new function.
12456         (spam-check-bogofilter)
12457         (spam-bogofilter-register-with-bogofilter): Use it.
12458         (spam-verify-bogofilter): Add small fixes.
12459
12460 2004-09-28  Simon Josefsson  <jas@extundo.com>
12461
12462         * hashcash.el (hashcash-generate-payment): Revert.
12463
12464 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12465
12466         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12467         gnus-extract-references instead of gnus-split-references.
12468
12469         * gnus-util.el (gnus-extract-references): Add new function, analogous
12470         to gnus-split-references but extracts only the message-ID without
12471         anything extra.
12472
12473         * hashcash.el (hashcash-generate-payment)
12474         (hashcash-check-payment): Do the right thing if hashcash-path is
12475         nil (because the hashcash program could not be found).
12476
12477         * spam.el (spam-use-hashcash): Remove comment.
12478
12479 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12480
12481         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12482         (gnus-cache-enter-article, gnus-cache-remove-article)
12483         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12484
12485         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12486
12487         * gnus-art.el (article-hide-boring-headers)
12488         (article-translate-strings, article-display-face)
12489         (gnus-article-mime-match-handle-first)
12490         (gnus-article-highlight-headers)
12491         (gnus-article-add-buttons-to-head): do.
12492
12493 2004-09-27  Simon Josefsson  <jas@extundo.com>
12494
12495         * hashcash.el: New version, from
12496         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12497         ../contrib/.
12498
12499 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12502
12503 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12504
12505         * gnus-dup.el (gnus-dup-open): Use mapc.
12506         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12507
12508         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12509         Reported by Stefan Wiens <s.wi@gmx.net>.
12510
12511         * gnus.el (gnus-shutdown): Use dolist.
12512
12513         * gnus-undo.el (gnus-undo): Use mapc.
12514
12515         * nnrss.el (nnrss-generate-active): do.
12516
12517         * message.el (message-cite-original-without-signature)
12518         (message-cite-original): Use mapc.
12519         (message-do-actions, message-make-forward-subject): Use dolist.
12520
12521 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12522
12523         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12524         deletion to remove entire duplicate line.  Fixes merged article
12525         number bug.
12526
12527 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12528
12529         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12530         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12531         first ask if you want to open a server and then, even when you
12532         responded with no, asking if you want to synchronize the server's
12533         flags.
12534         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12535         multi-line expressions.
12536         (gnus-agent-synchronize-group-flags): New internal function.
12537         Updates marks in memory (in the info structure) AND in the
12538         backend.
12539
12540         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12541
12542         * nnagent.el (nnagent-request-set-mark): Use
12543         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12544         method, to ensure that synchronization updates marks in the
12545         backend and in the info (in memory) structure.
12546
12547 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12550         convention fully; don't miss the root article of a thread; make
12551         the X-Draft-From header with correct article numbers.
12552
12553 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12554
12555         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12556         unless plugged.  Disable the agent so that an open failure causes
12557         an error.
12558
12559         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12560         Reverted 2004-09-21 change.  The backend must be opened while
12561         synchronizing flags even when the backend stores the flags
12562         locally.
12563
12564 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12567         in `header' match.  Reported by Svend Tollak Munkejord.
12568
12569         * message.el (message-cite-original): Fix use of
12570         `message-cite-articles-with-x-no-archive'.
12571
12572 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12575         (gnus-window-to-buffer): Ditto.
12576
12577         * mml.el (mml-preview-buffer): New variable.
12578         (mml-preview): Manage window layout with gnus-buffer-configuration.
12579
12580         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12581         X-Draft-From header even if those articles aren't quoted.
12582
12583 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12584
12585         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12586         (gnus-request-set-mark, gnus-request-update-mark): Use new
12587         g-s-t-u-l-m to decide to use backend even when unplugged.
12588
12589 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12592         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12593
12594 2004-09-20  Simon Josefsson  <jas@extundo.com>
12595
12596         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12597         "utf-16-le".
12598
12599 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12600
12601         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12602
12603 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * uudecode.el (uudecode-use-external): Add :version.
12606
12607         * smime.el (smime-CA-file, smime-encrypt-cipher)
12608         (smime-dns-server): Add :version.
12609
12610         * smiley.el (gnus-smiley-file-types): Add :version.
12611
12612         * sha1.el (sha1-use-external): Add :version.
12613
12614         * pgg-def.el (pgg-query-keyserver): Add :version.
12615
12616         * nnmail.el (nnmail-fancy-expiry-targets)
12617         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12618         Add :version.
12619
12620         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12621         (nnimap-retrieve-groups-asynchronous): Add :version.
12622         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12623
12624         * mml.el (mml-content-disposition-parameters)
12625         (mml-insert-mime-headers-always): Add :version.
12626
12627         * mm-util.el (mm-coding-system-priorities): Add :version.
12628
12629         * mm-decode.el (mm-inline-text-html-with-images)
12630         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12631         (mm-verify-option): Add :version.
12632         (mm-text-html-renderer): Change :version.
12633
12634         * message.el (message-fcc-externalize-attachments)
12635         (message-required-headers, message-draft-headers)
12636         (message-subject-trailing-was-query)
12637         (message-subject-trailing-was-ask-regexp)
12638         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12639         (message-mark-insert-end, message-archive-header)
12640         (message-archive-note, message-cross-post-default)
12641         (message-cross-post-note, message-followup-to-note)
12642         (message-cross-post-note-function, message-use-mail-followup-to)
12643         (message-subscribed-address-functions)
12644         (message-subscribed-address-file, message-subscribed-addresses)
12645         (message-subscribed-regexps, message-allow-no-recipients)
12646         (message-yank-cited-prefix, message-signature-insert-empty-line)
12647         (message-hidden-headers, message-hierarchical-addresses)
12648         (message-mail-user-agent, message-use-idna)
12649         (message-valid-fqdn-regexp)
12650         (message-strip-special-text-properties, message-header-synonyms)
12651         (message-beginning-of-line, message-tab-body-function): Add :version.
12652         (message-insert-canlock, message-wide-reply-confirm-recipients):
12653         Change :version.
12654
12655         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12656         and :version.
12657         (mail-source-delete-old-incoming-confirm)
12658         (mail-source-movemail-program): Add :version.
12659
12660         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12661         (gnus-agent-cache, gnus-agent): Change :version.
12662
12663         * gnus-util.el (gnus-use-byte-compile): Change :version.
12664
12665         * gnus-sum.el (gnus-summary-make-false-root-always)
12666         (gnus-summary-default-high-score)
12667         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12668         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12669         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12670         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12671         (gnus-sum-thread-tree-single-indent)
12672         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12673         (gnus-sum-thread-tree-leaf-with-other)
12674         (gnus-sum-thread-tree-single-leaf): Add :version.
12675         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12676         (gnus-article-loose-mime): Change :version.
12677
12678         * gnus-start.el (gnus-backup-startup-file)
12679         (gnus-save-startup-file-via-temp-buffer): Add :version.
12680
12681         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12682         (gnus-server-offline-face): Add :version.
12683
12684         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12685
12686         * gnus-msg.el (gnus-gcc-externalize-attachments)
12687         (gnus-debug-files, gnus-debug-exclude-variables)
12688         (gnus-discouraged-post-methods): Change :version.
12689         (gnus-confirm-mail-reply-to-news)
12690         (gnus-confirm-treat-mail-like-news): Add :version.
12691
12692         * gnus-int.el (gnus-server-unopen-status): Add :version.
12693
12694         * gnus-group.el (gnus-group-jump-to-group-prompt)
12695         (gnus-large-ephemeral-newsgroup)
12696         (gnus-fetch-old-ephemeral-headers): Add :version.
12697
12698         * gnus-fun.el (gnus-x-face-directory)
12699         (gnus-convert-pbm-to-x-face-command)
12700         (gnus-convert-image-to-x-face-command)
12701         (gnus-convert-image-to-face-command): Add :version.
12702
12703         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12704
12705         * gnus-cite.el (gnus-cite-blank-line-after-header)
12706         (gnus-article-boring-faces): Add :version.
12707
12708         * gnus-art.el (gnus-buttonized-mime-types)
12709         (gnus-inhibit-mime-unbuttonizing)
12710         (gnus-treat-display-face)
12711         (gnus-treat-body-boundary): Change :version.
12712         (gnus-body-boundary-delimiter, gnus-picon-databases)
12713         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12714         (gnus-treat-date-english, gnus-treat-fold-headers)
12715         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12716         (gnus-treat-mail-picon, gnus-treat-wash-html)
12717         (gnus-article-encrypt-protocol)
12718         (gnus-use-idna, gnus-article-over-scroll)
12719         (gnus-mime-display-multipart-alternative-as-mixed)
12720         (gnus-mime-display-multipart-related-as-mixed)
12721         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12722         (gnus-ctan-url, gnus-button-ctan-handler)
12723         (gnus-button-handle-ctan-bogus-regexp)
12724         (gnus-button-ctan-directory-regexp)
12725         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12726         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12727         (gnus-button-man-level, gnus-button-emacs-level)
12728         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12729
12730         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12731         (gnus-agent-go-online): Change :version.
12732         (gnus-agent-expire-unagentized-dirs)
12733         (gnus-agent-auto-agentize-methods): Add :version.
12734
12735         * flow-fill.el (fill-flowed-display-column)
12736         (fill-flowed-encode-column): Add :version.
12737
12738         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12739         (gnus-outlook-deuglify-unwrap-max)
12740         (gnus-outlook-deuglify-cite-marks)
12741         (gnus-outlook-deuglify-unwrap-stop-chars)
12742         (gnus-outlook-deuglify-no-wrap-chars)
12743         (gnus-outlook-deuglify-attrib-cut-regexp)
12744         (gnus-outlook-deuglify-attrib-verb-regexp)
12745         (gnus-outlook-deuglify-attrib-end-regexp)
12746         (gnus-outlook-display-hook): Add :version.
12747
12748         * binhex.el (binhex-use-external): Add :version.
12749
12750 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12751
12752         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12753         and `invisible'.
12754
12755 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12756
12757         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12758         in gnus-registry-trim.
12759
12760 2004-09-13  Simon Josefsson  <jas@extundo.com>
12761
12762         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12763
12764         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12765
12766         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12767         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12768         <yamaoka@jpl.org>.
12769         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12770         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12771         <yamaoka@jpl.org>.
12772
12773         * sieve.el (sieve-manage-mode): Ditto.
12774
12775 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12778
12779 2004-09-11  Simon Josefsson  <jas@extundo.com>
12780
12781         * dns-mode.el: Add.
12782
12783         * mm-view.el (mm-display-dns-inline): Add.
12784
12785         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12786         (mm-automatic-display): Ditto.
12787
12788         * mailcap.el (mailcap-mime-data): Add text/dns.
12789         (mailcap-mime-extensions): Map .soa to text/dns.
12790
12791 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12792
12793         * gnus-art.el (article-decode-mime-words, article-babel)
12794         (gnus-article-highlight-signature, gnus-article-add-buttons)
12795         (gnus-signature-toggle): Remove unnecessary bindings of
12796         `inhibit-read-only' inherited from v5.10 merge.
12797
12798 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12799
12800         * nntp.el (nntp): New customization group.
12801         (nntp-authinfo-file): Add customization group.
12802
12803         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12804
12805         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12806
12807         * gnus.el (to-address, to-list, subscribed)
12808         (large-newsgroup-initial): Ditto.
12809
12810         * flow-fill.el (fill-flowed-display-column)
12811         (fill-flowed-encode-column): Ditto.
12812
12813 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12814
12815         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12816         Use point-min rather than 1.
12817         (message-send-mail): Use buffer-size rather than point-max.
12818
12819         * gnus-sum.el (gnus-summary-search-article-forward):
12820         Signal a specific `search-failed' rather than a generic `error'.
12821
12822         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12823         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12824         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12825
12826 2004-09-10  Simon Josefsson  <jas@extundo.com>
12827
12828         * nndb.el (require): Remove tcp and duplicate cl.
12829
12830 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * gnus-agent.el (directory-files-and-attributes): Move forward.
12833
12834 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12835
12836         * gnus-agent.el (directory-files-and-attributes): Optionally
12837         defined to support XEmacs.
12838
12839 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12840
12841         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12842         to avoid run-time CL dependencies.
12843         (gnus-agent-unfetch-articles): New function.
12844         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12845         article numbers even when local .overview file is missing.
12846         (gnus-agent-read-article-number): New function.  Only accepts
12847         27-bit article numbers.
12848         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12849         gnus-agent-read-article-number.
12850         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12851         from backend while recognizing that article numbers in .overview
12852         must be valid.
12853         (gnus-agent-update-files-total-fetched-for): Use
12854         directory-files-and-attributes to improve performance.
12855         * gnus-int.el (gnus-request-move-article): Use
12856         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12857         improve performance.
12858
12859         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12860         some users confused by references to .newsrc when they only have a
12861         .newsrc.eld file.
12862         (gnus-convert-mark-converter-prompt)
12863         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12864         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12865         New function.  Used internally to only display 'gnus converting
12866         files' message when actually necessary.
12867
12868         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12869         methods now autoloaded.
12870
12871 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12874         identifiers.
12875
12876 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12877
12878         * gnus-picon.el: Fix indentation and closing parenthesis.
12879
12880 2004-09-01  Simon Josefsson  <jas@extundo.com>
12881
12882         * message.el (message-canlock-generate): Require sha1, not
12883         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12884         to require within a function.  Sadly, if sha1.el isn't loaded, the
12885         let binding in m-c-g will hide the defcustom definition, which is
12886         bad.)
12887
12888         * canlock.el: Require sha1, not sha1-el.
12889
12890         * message.el: Don't autoload sha1 (there is a autoload cookie in
12891         sha1.el).
12892
12893         * sha1-el.el: Renamed to sha1.el.
12894
12895 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12896
12897         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12898
12899 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12900
12901         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12902
12903 2004-08-30  Kim F. Storm  <storm@cua.dk>
12904
12905         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12906
12907         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12908         Add :group 'nnimap.
12909
12910 2004-08-30  Andreas Schwab  <schwab@suse.de>
12911
12912         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12913         ?* and ?\;.
12914
12915         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12916         and ?\' to symbol instead of whitespace.
12917
12918 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12919
12920         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12921
12922         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12923         instead of re-search-forward.
12924
12925         * gnus-uu.el (gnus-uu-save-article): Ditto.
12926         (gnus-uu-post-encode-uuencode): Ditto.
12927
12928         * html2text.el (html2text-clean-list-items): Ditto.
12929         (html2text-clean-dtdd): Ditto.
12930         (html2text-format-tags): Ditto.
12931
12932         * message.el (message-send-mail-with-sendmail): Fix regexp.
12933         (message-fill-field-general): Use search-forward instead of
12934         re-search-forward.
12935         (unbold-region): Ditto.
12936
12937         * nnrss.el (nnrss-request-article): Ditto.
12938
12939         * nnslashdot.el (nnslashdot-request-article): Ditto.
12940
12941         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12942
12943         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12944         "Unrecognized menu descriptor" error in XEmacs.
12945
12946 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12947
12948         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12949         parent article of a sparse article in the thread hashtb.
12950
12951 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12952
12953         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12954         (nnmail-expand-newtext): Lowercase expanded entries if
12955         nnmail-split-lowercase-expanded is non-nil.
12956
12957 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12960
12961         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12962         of gnus-tmp-news-method into string under XEmacs.  It will be
12963         passed to gnus-correct-length which takes only a string argument.
12964
12965 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * gnus-util.el (gnus-bind-print-variables): New macro.
12968         (gnus-prin1): Use it.
12969         (gnus-prin1-to-string): Use it.
12970         (gnus-pp): New function.
12971         (gnus-pp-to-string): New function.
12972
12973         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12974         Replace pp-to-string with gnus-pp-to-string.
12975         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12976         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12977         * gnus-msg.el (gnus-debug): Ditto.
12978         * gnus-score.el (gnus-score-save): Ditto.
12979         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12980         gnus-pp-to-string.
12981         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12982         with gnus-pp.
12983         * score-mode.el (gnus-score-pretty-print): Ditto.
12984         * webmail.el (webmail-debug): Ditto.
12985
12986 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-art.el (article-display-face, article-display-x-face):
12989         Use buffer-read-only.
12990
12991 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * gnus-art.el (article-hide-list-identifiers):
12994         Bind inhibit-read-only as t.
12995
12996 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12997
12998         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12999
13000 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13001
13002         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13003         (gnus-narrow-to-page): Don't assume point-min == 1.
13004         (gnus-article-edit-mode): Derive from message-mode.
13005
13006         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13007         point-min == 1.
13008
13009         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13010         Disable incorrect use of `assert'.
13011
13012         * message.el (message-mode): Set comment-start-skip.
13013
13014
13015 2004-08-22  Sam Steingold  <sds@gnu.org>
13016
13017         * pop3.el (pop3-leave-mail-on-server): New user variable.
13018         (pop3-movemail): Delete mail only when it is nil.
13019
13020 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13021
13022         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13023
13024         * mml.el (mml-preview): Use `pop-to-buffer'.
13025
13026         * message.el (message-goto-mail-followup-to): Insert after "To".
13027         (message-carefully-insert-headers): Add comment.
13028
13029         * gnus.el: Remove unused variable `gnus-article-check-size'.
13030
13031         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13032
13033         * gnus-art.el (gnus-button-alist): Improve
13034         `gnus-button-handle-library' entry.
13035
13036 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13037
13038         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13039         downcase, since XEmacs capitalizes error messages differently.
13040
13041 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13042
13043         * nntp.el: Add (require 'gnus) due to reference to
13044         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13045
13046 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13047
13048         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13049         `mm-fill-flowed'.
13050
13051         * mm-decode.el (mm-dissect-singlepart): Check it.
13052
13053 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13054
13055         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13056         'imap' for netrc parsing.
13057
13058 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * mailcap.el (mailcap-mime-data): Mark as risky.
13061
13062 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13065         may be included in the encoded word.
13066         (rfc2047-encode): Don't append a space if the encoded word
13067         includes close parenthesis.
13068
13069 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13072         of text within parentheses.
13073
13074 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13075
13076         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13077         (gnus-encrypt-write-file-contents): Make the password key the file
13078         name PLUS the cipher, not just the cipher.  Also remove failed
13079         passwords from the cache.
13080
13081 2004-08-06  Simon Josefsson  <jas@extundo.com>
13082
13083         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13084         fix.
13085
13086 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13089         LWSP.
13090
13091 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13092
13093         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13094         to append in-reply-to: data to the references: header.
13095
13096         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13097         (netrc-parse): Use gnus-encrypt.el functions.
13098
13099         * gnus-encrypt.el: Add new file for encryption support; currently
13100         does only a few GPG ciphers and an internal XOR cipher.
13101
13102         * password.el: Add comments on using password-read-and-add.
13103         (password-read-and-add): Add function to read and add the
13104         password to the cache at once.
13105
13106 2004-07-28  Simon Josefsson  <jas@extundo.com>
13107
13108         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13109         parameter (but don't use it, for now).
13110
13111         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13112         instead of hard coding to nil.
13113
13114 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13117         as mm-inline-image-xemacs does.
13118
13119 2004-07-26  Simon Josefsson  <jas@extundo.com>
13120
13121         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13122         Revert part of 2004-07-17 change below.
13123
13124 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13127         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13128
13129 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13130
13131         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13132         quotes that actually start with ">" at the beginning of the
13133         lines.
13134
13135 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * rfc2047.el (rfc2047-encode-region): Fix last change.
13138         (rfc2047-encode-parameter): Remove useless concat.
13139
13140 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13143         encode special characters; fix some kind of misconfigured headers;
13144         signal a real error if debug-on-quit or debug-on-error is non-nil.
13145         (rfc2047-encode-max-chars): New variable.
13146         (rfc2047-encode-1): Use it.
13147         (rfc2047-encode-parameter): New function.
13148
13149         * mml.el (mml-insert-parameter): Remove an excessive space.
13150
13151 2004-07-17  Simon Josefsson  <jas@extundo.com>
13152
13153         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13154         Kai Grossjohann <kai@emptydomain.de>.
13155         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13156         (gnus-group-make-menu-bar): Ditto.
13157
13158         * gnus-util.el (gnus-group-server): Add.
13159
13160 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13161
13162         * message.el (message-clone-locals): Clone sendmail and smtp
13163         variables.
13164
13165 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * rfc2047.el (rfc2047-encode-region): Fix last change.
13168
13169 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13172         characters as non-special.
13173
13174 2004-07-09  Simon Josefsson  <jas@extundo.com>
13175
13176         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13177         Users will lose all flag changes made while unplugged with
13178         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13179         good default.  See numerous reports on ding mailing list.
13180
13181 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13184         add generate-head-function and generate-article-function to the
13185         rfc822-forward entry.
13186         (nndoc-rfc822-forward-generate-article): New function.
13187         (nndoc-rfc822-forward-generate-head): New function.
13188
13189         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13190
13191 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13192
13193         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13194         respect display group parameter and gnus-summary-expunge-below.
13195         (gnus-articles-to-read): Remove unused reference to display group
13196         parameter.
13197
13198 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13199
13200         * nnheader.el (nnheader-uniquify-message-id): New experimental
13201         variable.
13202         (nnheader-nov-read-message-id): Use it.
13203
13204         * spam-report.el (spam-report-gmane): Add interactive.
13205
13206 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13209         qp-or-base64 for the application/* types.
13210
13211 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13212
13213         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13214
13215 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13216
13217         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13218         trim value.
13219
13220 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13221
13222         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13223         New macro and function.
13224         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13225
13226 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13229         after-load-alist.
13230
13231 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13232
13233         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13234         update info that isn't there.
13235
13236 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13237
13238         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13239         entry.
13240
13241 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * mm-view.el (mm-inline-render-with-function): Use multibyte
13244         buffer; decode html source by charset.
13245
13246         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13247
13248         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13249         Mule-UCS is loaded under XEmacs.
13250         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13251
13252 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13253
13254         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13255
13256 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * mm-util.el (mm-coding-system-p): Return a coding-system.
13259         (mm-mime-mule-charset-alist): Use shift_jis instead of
13260         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13261         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13262         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13263         instead of japanese-shift-jis and iso-latin-1 respectively in
13264         order to share the default value with both Emacs and XEmacs-mule.
13265         (mm-mule-charset-to-mime-charset): Make
13266         mm-coding-system-priorities effective.
13267         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13268         while predicating of candidates upon the priorities.
13269
13270 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13271
13272         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13273         gnus-uu-invert-processable.
13274
13275         * gnus.el: Autoload gnus-uu-invert-processable.
13276
13277 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * mm-util.el (mm-with-multibyte-buffer): New macro.
13280
13281         * rfc2047.el (rfc2047-encode-string): Use it.
13282         (rfc2047-encode-region): Move point to the end of the region after
13283         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13284
13285 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13288         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13289
13290 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13293         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13294         Karl Chen <quarl@nospam.quarl.org>.
13295
13296 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13297
13298         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13299         invalid addresses.
13300
13301 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13302
13303         * spam.el: Change section markers, revise TODO list.
13304         (spam-backends): Make new master list of all installed backends.
13305         (spam-summary-exit-behavior): Add new variable to determine how
13306         messages moves are done at summary exit.
13307         (spam-move-spam-nonspam-groups-only)
13308         (spam-process-ham-in-nonham-groups)
13309         (spam-process-ham-in-spam-groups): Remove variables, the
13310         spam-summary-exit-behavior variable should be used to manage this
13311         behavior.
13312         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13313         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13314         and spam-old-spam-articles.
13315         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13316         Add empty variables, placeholders for the backends they represent.
13317         (spam-set-difference): Move, unchanged.
13318         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13319         unless the user has a processor variable.
13320         (spam-classifications, spam-classification-valid-p)
13321         (spam-backend-properties, spam-backend-property-valid-p)
13322         (spam-backend-function-type-valid-p)
13323         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13324         (spam-report-articles-gmane, spam-report-articles-resend):
13325         Remove functions, they are not needed.
13326         (spam-install-backend-super, spam-backend-list)
13327         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13328         (spam-backend-function, spam-backend-ham-registration-function)
13329         (spam-backend-spam-registration-function)
13330         (spam-backend-ham-unregistration-function)
13331         (spam-backend-spam-unregistration-function)
13332         (spam-backend-statistical-p, spam-backend-mover-p)
13333         (spam-install-backend-alias, spam-install-checkonly-backend)
13334         (spam-install-mover-backend, spam-install-nocheck-backend)
13335         (spam-install-backend, spam-install-statistical-backend)
13336         (spam-install-statistical-checkonly-backend): Add backend installation
13337         support.
13338         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13339         (spam-group-processor-p): Use the new backend code and respect the
13340         summary exit behavior.
13341         (spam-mark-spam-as-expired-and-move-routine): Remove.
13342         (spam-summary-prepare): Change to use the new spam-old-articles
13343         variable.
13344         (spam-copy-or-move-routine, spam-copy-spam-routine)
13345         (spam-move-spam-routine, spam-copy-ham-routine)
13346         (spam-move-ham-routine): Add code to copy/move ham or spam.
13347         (spam-fetch-field-fast): Improve doc and code, plus allow the
13348         'number request.
13349         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13350         variables.
13351         (spam-split, spam-find-spam): Use the new backend code.
13352         (spam-registration-functions): Remove variable.
13353         (spam-unregister-routine): Add convenience wrapper.
13354         (spam-log-undo-registration, spam-register-routine)
13355         (spam-log-processing-to-registry)
13356         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13357         where possible.
13358         (spam-check-gmane-xref, spam-check-regex-headers)
13359         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13360         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13361         (spam-check-bogofilter-headers, spam-check-spamoracle)
13362         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13363         (spam-check-crm114-headers): Use the spam-split-group that
13364         spam-split prepares, no need to determine it every time.
13365
13366         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13367         to the nnheader-parse-naked-head call.
13368
13369         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13370
13371         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13372         the nnheader-nov-read-message-id call.
13373
13374 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13377         gnus-activate-group twice.  Suggested by Markus Peter
13378         <warp@spin.de>.
13379
13380 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * gnus-art.el (gnus-article-time-format): Exchange the order of
13383         day and month in the default value; fix customization type.
13384         (article-date-ut): Use add-text-properties.
13385         (article-make-date-line): Use message-make-date instead of
13386         current-time-string.
13387
13388         * message.el (message-fetch-field): Don't use set-text-properties.
13389         (message-make-date): Simplify.
13390
13391         * messagexmas.el (message-xmas-make-date): New function.
13392         (message-xmas-redefine): Defalias message-make-date to it.
13393
13394 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13397         (rfc2047-encode-region): Treat text within parentheses as special;
13398         show the original text when error has occurred.
13399
13400         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13401         already-computed method to gnus-activate-group.
13402
13403         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13404         same select-methods identical Lisp objects.
13405
13406         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13407         object when modifying the info.
13408
13409 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13412         gnus-opened-servers since it has never been opened with the new
13413         configuration yet.
13414
13415 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13418         arg to nnheader-generate-fake-message-id.
13419
13420 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13421
13422         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13423         number and build a fake message ID localized to a group and
13424         article number (so it's repeatable from that point on).
13425         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13426         ID format.
13427
13428         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13429         nnheader-generate-fake-message-id with the article number.
13430
13431 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13432
13433         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13434         end-of-buffer.
13435
13436 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13437
13438         * message.el (message-ignored-supersedes-headers): Add Approved.
13439
13440 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13443         goto-char.
13444         (rfc2047-encode): Fold the line before encoding.
13445
13446 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13447
13448         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13449         folding -- not all headers can be folded, and this should be done
13450         by the message composition mode.  Probably.  I think.
13451
13452 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13455         fast.
13456
13457         * gnus-ems.el (gnus-remove-image): Don't use
13458         message-text-with-property; remove only the image found first.
13459
13460         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13461         found first.
13462
13463 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13464
13465         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13466
13467 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * message.el (message-text-with-property): Make it fast and accept
13470         optional arguments.
13471         (message-strip-forbidden-properties): Use it.
13472         (message-fix-before-sending): Follow the m-t-w-p change.
13473
13474         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13475
13476 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * gnus-art.el (article-hide-headers): Don't change the buffer
13479         mistakenly when performing mml-preview even if
13480         gnus-single-article-buffer is nil.
13481
13482 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13483
13484         * message.el (message-expand-name-databases): New user option.
13485         (message-expand-name): Use it.
13486
13487 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13488
13489         * spam.el (spam-report-articles-resend)
13490         (spam-report-resend-register-routine): Allow ham reporting.
13491         (spam-report-resend-register-ham-routine): Add wrapper.
13492         (spam-registration-functions): Add ham resending functions.
13493         (spam-list-of-processors): Add ham resend processor.
13494
13495         * gnus.el (ham-resend-to): Add new group parameter.
13496         (spam-process): Add ham resend option.
13497
13498         * spam-report.el (spam-report-resend): Allow reporting ham.
13499         (spam-report-resend-ham): Add wrapper.
13500
13501 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13502
13503         * message.el (message-cite-articles-with-x-no-archive): New
13504         variable.
13505         (message-cite-original): Use it.
13506
13507 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13508
13509         * message.el (message-cite-original): Respect X-No-Archive.
13510
13511 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * gnus-art.el (article-hide-headers): Refer to the values for
13514         gnus-ignored-headers and gnus-visible-headers in the summary
13515         buffer since a user may have set them as group parameters.
13516
13517 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13518
13519         * assistant.el (assistant-node-name): Add convenience function.
13520         (assistant-render-text, assistant-render-node): Add error handling,
13521         plus handle multiple next nodes.
13522         (assistant-find-next-node): Comment out for now.
13523         (assistant-find-next-nodes): Add function, returns list of next
13524         nodes.
13525
13526 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13527
13528         * mail-source.el (mail-source-directory): Fix doc-string.
13529
13530 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13531
13532         * assistant.el (assistant-render-text, assistant-eval): Add :set
13533         widget type, which is different because it takes and returns a
13534         list.  Much hilarity ensues.
13535
13536 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13537
13538         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13539
13540         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13541         doc-string.
13542
13543         * gnus-start.el (gnus-activate-group): Added doc-string.
13544
13545 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13548
13549 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13550
13551         * assistant.el (assistant-render-text): Try to add a :set
13552         widget, more to come.
13553
13554         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13555         strings.
13556         (spam-report-articles-resend)
13557         (spam-register-routine): Do registration iff any articles warrant
13558         it.
13559         (spam-summary-prepare-exit): Change log message for nil group
13560         destinations.
13561
13562 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13563
13564         * spam.el (spam-report-resend-register-routine): Allow
13565         spam-report-resend-to to be a group parameter or a global value.
13566
13567 2004-05-26  Simon Josefsson  <jas@extundo.com>
13568
13569         * starttls.el: Merge with my GNUTLS based starttls.el.
13570         (starttls-gnutls-program, starttls-use-gnutls)
13571         (starttls-extra-arguments, starttls-process-connection-type)
13572         (starttls-connect, starttls-failure, starttls-success): New
13573         variables.
13574         (starttls-program, starttls-extra-args): Doc fix.
13575         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13576         functions.
13577         (starttls-negotiate, starttls-open-stream): Check
13578         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13579         function if it is set.
13580
13581 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13584         structured fields.
13585
13586 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13589
13590 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13591
13592         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13593         variable.
13594         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13595         assigning the spam-mark to new messages.
13596
13597 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13598
13599         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13600
13601 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13604
13605         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13606         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13607         default.
13608
13609 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13610
13611         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13612         correct data.
13613
13614 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13615
13616         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13617         (spam-group-processor-p): Fix function.
13618         (spam-group-processor-multiple-p)
13619         (spam-group-spam-processor-report-gmane-p)
13620         (spam-group-spam-processor-report-resend-p)
13621         (spam-group-spam-processor-bogofilter-p)
13622         (spam-group-spam-processor-blacklist-p)
13623         (spam-group-spam-processor-ifile-p)
13624         (spam-group-ham-processor-ifile-p)
13625         (spam-group-spam-processor-spamoracle-p)
13626         (spam-group-spam-processor-crm114-p)
13627         (spam-group-ham-processor-bogofilter-p)
13628         (spam-group-spam-processor-stat-p)
13629         (spam-group-ham-processor-stat-p)
13630         (spam-group-ham-processor-whitelist-p)
13631         (spam-group-ham-processor-BBDB-p)
13632         (spam-group-ham-processor-spamoracle-p)
13633         (spam-group-ham-processor-copy-p): Remove functions with some
13634         prejudice against unneeded code.
13635         (spam-report-articles-resend)
13636         (spam-report-resend-register-routine): Allow the group/topic
13637         spam-resend-to value to override spam-report-resend-to.
13638         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13639         properly now.
13640
13641         * gnus.el (spam-resend-to): Add group/topic parameter.
13642         (spam-process): Move the OBSOLETE processors to the end of the
13643         choices.
13644
13645 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13646
13647         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13648         with resend-to set to nil, and then ask the user if necessary.
13649         (spam-report-resend): spam-report-resend takes a list of articles, not
13650         separate article numbers.
13651
13652 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13655         addition to emacs-w3m.
13656
13657 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13658
13659         * assistant.el (assistant-authinfo-data): New function.
13660         (assistant-eval): Eval for entire assistant.
13661
13662         * netrc.el (netrc-services-file): New variable.
13663         (netrc-parse-services): New function.
13664         (netrc-find-service-name): New function.
13665         (netrc-find-service-number): New function.
13666         (netrc-port-equal): New function.
13667         (netrc-machine): Use it.
13668
13669         * nnimap.el (nnimap-open-connection): Use netrc.
13670
13671         * gnus-util.el (gnus-netrc-get): Remove aliases.
13672
13673         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13674
13675         * assistant.el (wid-edit): Fix compilation.
13676
13677         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13678
13679 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13680
13681         * gnus-util.el (gnus-set-file-modes): New function.  (small
13682         patch).
13683
13684 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13685
13686         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13687
13688         * assistant.el (assistant-render-node): Fix up rendering and
13689         read-only text.
13690         (assistant-render-node): Reset.
13691         (assistant-make-read-only): Not sticky.
13692
13693 2004-05-20  Danny Siu  <dsiu@adobe.com>
13694
13695         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13696         centered even when gnus-auto-center-summary is t.
13697
13698 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13699
13700         * dns.el (dns-get-txt-answer): New function.
13701         (dns-read-txt): Ditto.
13702         (query-dns): Use it.
13703
13704 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13707         active for foreign groups even if the group level is higher than
13708         the specified value.
13709
13710 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13711
13712         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13713         non-active groups.
13714
13715         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13716
13717 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13718
13719         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13720
13721 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13722
13723         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13724         (spam-crm114-header, spam-crm114-spam-switch)
13725         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13726         (spam-crm114-positive-spam-header)
13727         (spam-crm114-database-directory, spam-list-of-processors)
13728         (spam-group-spam-processor-crm114-p)
13729         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13730         (spam-generic-score, spam-list-of-checks)
13731         (spam-list-of-statistical-checks, spam-registration-functions)
13732         (spam-check-crm114-headers, spam-crm114-score)
13733         (spam-check-crm114, spam-crm114-register-with-crm114)
13734         (spam-crm114-register-spam-routine)
13735         (spam-crm114-unregister-spam-routine)
13736         (spam-crm114-register-ham-routine)
13737         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13738         asjo@koldfront.dk (Adam Sjøgren).
13739
13740         * gnus.el: Add spam-use-crm114.
13741
13742         * spam.el (spam-list-of-processors, spam-registration-functions):
13743         Add spam-use-resend.
13744         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13745         (spam-report-articles-gmane): Add doc fix.
13746         (spam-report-articles-resend, spam-report-resend-register-routine):
13747         Add wrappers around spam-report-resend-to.
13748
13749         * spam-report.el (spam-report-resend-to, spam-report-resend):
13750         Add support for resending spam.
13751         (spam-report-gmane): Fix line length >80.
13752
13753         * gnus.el (spam-process): Add spam-use-resend.
13754
13755 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13756
13757         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13758         number of processed spam messages.
13759         (spam-ham-copy-or-move-routine): Return the number of processed
13760         ham messages.
13761         (spam-summary-prepare-exit): Use the above values to decide
13762         whether status messages shouled be displayed.
13763
13764 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13767         `rfc2047-encoding-function-alist' in order to avoid conflicting
13768         with the old version.
13769         (rfc2047-encode-region): Concatenate words containing non-ASCII
13770         characters in structured fields; don't encode space-delimited
13771         ASCII words even in unstructured fields; don't break words at
13772         char-category boundaries.
13773         (rfc2047-encode-1): New function.
13774         (rfc2047-encode): Use it; encode text so that it occupies the
13775         maximum width within 76-column; work correctly on Q encoding for
13776         iso-2022-* charsets.
13777         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13778         sure not to break a line just after the header name.
13779         (rfc2047-b-encode-region): Removed.
13780         (rfc2047-b-encode-string): New function.
13781         (rfc2047-q-encode-region): Removed.
13782         (rfc2047-q-encode-string): New function.
13783
13784         * mm-util.el (mm-replace-in-string): New function.
13785
13786 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13787
13788         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13789         get it right.
13790         (gnus-inews-make-draft): Really.
13791
13792 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13793
13794         * nnmh.el (nnmh-request-list-1): Don't check the link count
13795         before descending.  (small patch)
13796
13797 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13798
13799         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13800         stuff.
13801
13802         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13803         on real group name.
13804
13805         * gnus-art.el (gnus-signature-limit): Doc fix.
13806
13807         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13808
13809         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13810
13811 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13812
13813         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13814         isn't a string.
13815
13816 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13817
13818         * gnus-draft.el (gnus-draft-send): Bind
13819         rfc2047-encode-encoded-words.
13820
13821         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13822         (rfc2047-encodable-p): Say that =? needs encoding.
13823         (rfc2047-encode-encoded-words): New variable.
13824
13825         * gnus-group.el (gnus-group-select-group): Doc fix.
13826
13827         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13828
13829         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13830         to nil.
13831
13832         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13833
13834         * nnheader.el (nnheader-get-lines-and-char): New function.
13835
13836 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13837
13838         * gnus-msg.el (gnus-summary-followup-with-original): Document
13839         yanking of region when active.
13840
13841 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13844         groups if the group level is higher than the specified value.
13845
13846 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13849         (gnus-group-jump-to-group): Added prefix argument using
13850         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13851         non-active group.
13852
13853         * compface.el (uncompface): Be verbose when changing
13854         `uncompface-use-external'.
13855
13856         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13857         handle manual section.
13858
13859 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13860
13861         * gnus-art.el (gnus-button-alist): Revert previous change.
13862
13863 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13866
13867 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13868
13869         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13870         whether backend can accept message.
13871
13872         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13873
13874 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13875
13876         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13877         Avoid creating directory when nntp-marks-is-evil is true.
13878         Reported by Reiner Steib.
13879
13880 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13881
13882         * gnus-picon.el (gnus-picon-style): New variable.
13883         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13884         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13885         Jesper Harder <harder@ifa.au.dk>.
13886
13887 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13888
13889         * message.el (message-fill-field): Return point.
13890         (message-generate-headers): Go to end of field.
13891
13892         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13893         stuff for non-living groups.
13894
13895 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13896
13897         * gnus-art.el (gnus-article-followup-with-original)
13898         (gnus-article-reply-with-original): gnus-mark-active-p ->
13899         gnus-region-active-p.
13900
13901 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13902
13903         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13904         only when there is spam or ham to be processed.
13905
13906 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13907
13908         * mail-source.el (mail-source-delete-crash-box): Refactor.
13909         (mail-source-fetch): Use it.
13910         (mail-source-fetch-file): Ditto.
13911         (mail-source-fetch-directory): Run postscript in loop.
13912         (mail-source-fetch-pop): Delete.
13913         (mail-source-fetch-maildir): Ditto.
13914         (mail-source-fetch-imap): Ditto.
13915
13916         * imap.el (imap-authenticators): Comment out sasl.
13917
13918         * message.el (message-skip-to-next-address): New function.
13919         (message-fill-header-address): Refactor.
13920         (message-fill-address): Use it.
13921         (message-delete-address): Use it.
13922         (message-fill-header-general): Refactor.
13923         (message-fill-field-address): Rename.
13924         (message-narrow-to-field): Find the start of the header.
13925         (message-header-format-alist): Don't pre-fill.
13926         (message-fill-header): Removed.
13927         (message-insert-header): New function.
13928         (message-shorten-references): Use it.
13929
13930         * rfc2047.el (rfc2047-field-value): Strip props.
13931
13932         * mail-parse.el (mail-header-make-address): New alias.
13933
13934         * ietf-drums.el (ietf-drums-make-address): New function.
13935
13936         * imap.el: Add compiler directives.
13937
13938         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13939
13940         * gnus-art.el (article-decode-idna-rhs): Don't use
13941         message-idna-inside-rhs-p.
13942
13943 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13944
13945         * message.el (message-idna-inside-rhs-p): Removed.
13946         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13947
13948         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13949         false positives.
13950
13951 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13952
13953         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13954
13955 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13956
13957         * nneething.el (nneething-file-name): Don't create spurious
13958         files.
13959
13960         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13961         (gnus-inews-do-gcc): Remove sleep.
13962
13963         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13964         part under point.
13965
13966         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13967         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13968
13969 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13970
13971         * spam.el (spam-summary-prepare-exit): Fixed (length).
13972
13973 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13974
13975         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13976         as expired without moving it" message when there are spam
13977         messages left.
13978
13979 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13980
13981         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13982         header is not nil.
13983
13984 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13985
13986         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13987         nntp-possibly-create-directory, not nntp-possibly-change-group.
13988         (nntp-marks-changed-p): New arg SERVER.
13989         (nntp-request-update-info): Adjust caller.
13990
13991 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13992
13993         * nntp.el (nntp-save-marks): Pass missing arg.
13994
13995 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13996
13997         * nntp.el: Support marks.
13998         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13999         (nntp-marks-modtime, nntp-marks-directory): New variables.
14000         (nntp-request-set-mark, nntp-request-update-info)
14001         (nntp-possibly-create-directory, nntp-marks-changed-p)
14002         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14003         functions.
14004
14005 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14006
14007         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14008         (gnus-xmas-redefine): Rename.
14009
14010         * gnus-score.el (gnus-score-insert-help): Use
14011         gnus-select-lowest-window.
14012
14013         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14014         appt-select-lowest-window and rename to gnus-select-lowest-window.
14015
14016         * gnus.el: do.
14017
14018 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14019
14020         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14021         encodings of MIME-encoded words, in order to improve
14022         interoperability with several broken MUAs.
14023
14024 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14025
14026         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14027         tags, only when charsets are not specified in headers.
14028         (mm-inline-text-html-render-with-w3m): Ditto.
14029
14030         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14031         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14032
14033 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14034
14035         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14036         instead of MIME-decoded from fields when checking
14037         `gnus-article-address-banner-alist'.
14038
14039 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14040
14041         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14042         description rather than subject.
14043
14044 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14045
14046         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14047
14048 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14049
14050         * gnus.el (gnus-version-number): Bump.
14051
14052 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14053
14054         * gnus.el: No Gnus v0.2 is released.
14055
14056 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14057
14058         * gnus-agent.el (gnus-agent-read-agentview): Inline
14059         gnus-uncompress-range.
14060
14061 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14062
14063         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14064         `exec-installed-p'.
14065
14066 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14067
14068         * gnus.el (spam-process, spam-autodetect-methods): Add
14069         bsfilter and bsfilter-headers.
14070
14071         * spam.el (spam-bsfilter): New customize group.
14072         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14073         (spam-bsfilter-header, spam-bsfilter-probability-header)
14074         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14075         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14076         (spam-bsfilter-database-directory): New options.
14077         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14078         (spam-list-of-statistical-checks, spam-registration-functions):
14079         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14080         (spam-bsfilter-score): New command.
14081         (spam-check-bsfilter-headers, spam-check-bsfilter)
14082         (spam-bsfilter-register-with-bsfilter)
14083         (spam-bsfilter-register-spam-routine)
14084         (spam-bsfilter-unregister-spam-routine)
14085         (spam-bsfilter-register-ham-routine)
14086         (spam-bsfilter-unregister-ham-routine): New functions.
14087         (spam-generic-score): Support bsfilter; Accept an optional argument
14088         to recalcurate spam score even if scoring header has already been
14089         added.
14090         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14091         optional argument to recalcurate spam score even if scoring header
14092         has already been added.
14093
14094 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14095
14096         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14097         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14098         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14099         link is missing.
14100
14101 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14102
14103         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14104         (html2text-get-attr): Rewrite.
14105
14106         * message.el (message-setup-1): Remove redundant put-text-property
14107         on mail-header-separator.
14108
14109 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14110
14111         * gnus-registry.el (gnus-registry-cache-whitespace)
14112         (gnus-registry-action, gnus-registry-spool-action)
14113         (gnus-registry-split-fancy-with-parent): Change message levels
14114         from 5 to 3 or 7, as needed.
14115
14116         * spam.el (spam-summary-prepare-exit)
14117         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14118         (spam-split, spam-find-spam, spam-log-undo-registration)
14119         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14120         level from 5 to 6.
14121
14122 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14125         2004-03-04 change).
14126
14127 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14128
14129         * sieve-manage.el (sieve-manage-open):
14130         * nnweb.el (nnweb-insert-html):
14131         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14132         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14133         * nnspool.el (nnspool-request-group):
14134         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14135         * nnml.el (nnml-request-update-info):
14136         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14137         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14138         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14139         (nnimap-request-set-mark):
14140         * nnfolder.el (nnfolder-request-update-info):
14141         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14142         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14143         * gnus-uu.el (gnus-uu-find-articles-matching):
14144         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14145         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14146         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14147         * gnus-nocem.el (gnus-nocem-scan-groups):
14148         * gnus-int.el (gnus-start-news-server):
14149         * gnus-group.el (gnus-group-make-kiboze-group)
14150         (gnus-group-browse-foreign-server):
14151         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14152         Use mapc when appropriate.
14153
14154 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14155
14156         FIXME: Make separate entries for each person.
14157
14158         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14159         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14160         <shields@msrl.com>:
14161
14162         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14163         may need for spam sorting and scoring.
14164         (spam-user-format-function-S): Add user format function suitable for
14165         general use.
14166         (spam-article-sort-by-spam-status): Add sorting function for summary
14167         sorting.
14168         (spam-extra-header-to-number): Add function to get a score from a
14169         header.
14170         (spam-summary-score): Add function to get a numeric score from the
14171         headers.
14172         (spam-generic-score): Fix function doc, was in wrong place.
14173         (spam-initialize): Take symbols when it's run, and install the
14174         extra headers that spam-necessary-extra-headers thinks we need.
14175
14176 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14177
14178         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14179         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14180
14181 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14182
14183         * gnus-sum.el (gnus-set-global-variables)
14184         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14185         (gnus-article-get-xrefs, gnus-summary-best-group)
14186         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14187         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14188         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14189         Use with-current-buffer.
14190
14191 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14192
14193         * spam.el (spam-summary-prepare-exit): Simplify logic.
14194         (spam-fetch-article-header): Read the article header if it's not
14195         available.
14196         (spam-list-articles): Simplify logic.
14197         (spam-filelist-register-routine): Fix bug with unregister-list.
14198
14199         * gnus-registry.el: Fix comments at beginning.
14200
14201 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14202
14203         * message.el (message-cater-to-broken-inn): Remove.
14204         (message-shorten-references): Make sure the total folded length of
14205         References is shorter than 998 characters to cater to a bug in INN
14206         2.3.  Also, don't pretend that references aren't folded -- this
14207         hasn't worked for a while.
14208
14209 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14210
14211         * gnus-agent.el (gnus-agentize):
14212         gnus-agent-send-mail-real-function no longer set to current value
14213         of message-send-mail-function but rather a lambda that calls
14214         message-send-mail-function.  The change makes the agent real-time
14215         responsive to user changes to message-send-mail-function.
14216
14217 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14218
14219         * legacy-gnus-agent.el
14220         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14221         help from Florian Weimer <fw@deneb.enyo.de>
14222
14223 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * nnmail.el (nnmail-cache-insert): Revert last change.
14226
14227 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * nnmail.el (nnmail-cache-insert): Always check whether
14230         nnmail-cache-ignore-groups matches a group name.
14231
14232 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14233
14234         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14235         (spam-find-spam, spam-log-processing-to-registry)
14236         (spam-log-registered-p, spam-log-unregistration-needed-p)
14237         (spam-log-undo-registration): Use gnus-message instead of
14238         gnus-error, none of these errors are fatal.
14239
14240         * gnus-registry.el (gnus-registry-clean-empty-function)
14241         (gnus-registry-clean-empty): Remove only empty entries without
14242         extra data.
14243
14244 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14245
14246         * spam-stat.el (spam-stat-buffer-change-to-spam)
14247         (spam-stat-buffer-change-to-non-spam): Change (error) to
14248         (gnus-message 8) invocation.
14249
14250 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * nntp.el (nntp-via-netcat-command): New variable.
14253         (nntp-via-netcat-switches): New variable.
14254         (nntp-open-via-rlogin-and-netcat): New function.
14255         (nntp-open-connection-function): Doc fix.
14256         (nntp-telnet-command): Doc fix.
14257         (nntp-end-of-line): Doc fix.
14258         (nntp-via-rlogin-command): Doc fix.
14259         (nntp-via-user-name): Doc fix.
14260         (nntp-via-address): Doc fix.
14261
14262 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14265         error in Emacs 21.1.
14266
14267 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14268
14269         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14270
14271 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14272
14273         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14274         (gnus-agent-with-refreshed-group): New macro.
14275         (gnus-agent-rename-group): New function.
14276         (gnus-agent-delete-group): New function.
14277         (gnus-agent-save-group-info): Use gnus-command-method when
14278         `method' parameter is nil.  Don't write nil entries into the
14279         active file.
14280         (gnus-agent-get-group-info): New function.
14281         (gnus-agent-fetch-articles): Use
14282         gnus-agent-update-files-total-fetched-for to increment disk space
14283         used.
14284         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14285         gnus-agent-update-view-total-fetched-for to increment disk space
14286         used.
14287         (gnus-agent-get-local): Added optional parameters to avoid calling
14288         gnus-group-real-name and gnus-find-method-for-group.
14289         (gnus-agent-set-local): Delete stored entry if either min, or max,
14290         are nil.
14291         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14292         quit, use gnus-agent-regenerate-group to record existance of any
14293         articles fetched to disk before the quit occurred.
14294         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14295         gnus-agent-update-view-total-fetched-for, and
14296         gnus-agent-update-files-total-fetched-for to decrement disk space
14297         used.
14298         (gnus-agent-retrieve-headers): Use
14299         gnus-agent-update-view-total-fetched-for to increment disk space
14300         used.
14301         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14302         with gnus-agent-update-files-total-fetched-for to decrement disk
14303         space and fresh group buffer.
14304         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14305         (gnus-agent-need-update-total-fetched-for): New variable.
14306         (gnus-agent-update-files-total-fetched-for): New function.
14307         (gnus-agent-update-view-total-fetched-for): New function.
14308         (gnus-agent-total-fetched-for): New function.
14309
14310         * gnus-cache.el (gnus-cache-save-buffers): Use
14311         gnus-cache-update-overview-total-fetched-for to change disk space
14312         used by this group.
14313         (gnus-cache-possibly-enter-article): Use
14314         gnus-cache-update-file-total-fetched-for to increment disk space
14315         used by this group.
14316         (gnus-cache-possibly-remove-article): Use
14317         gnus-cache-update-file-total-fetched-for to decrement disk space
14318         used by this group.
14319         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14320         (gnus-cache-rename-group): New function.
14321         (gnus-cache-delete-group): New function.
14322         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14323         (gnus-cache-need-update-total-fetched-for): New variable.
14324         (gnus-cache-with-refreshed-group): New macro.
14325         (gnus-cache-update-file-total-fetched-for): New function.
14326         (gnus-cache-update-overview-total-fetched-for): New function.
14327         (gnus-cache-rename-group-total-fetched-for): New function.
14328         (gnus-cache-delete-group-total-fetched-for): New function.
14329         (gnus-cache-total-fetched-for): New function.
14330
14331         * gnus-group.el: Require gnus-sum and autoload functions to
14332         resolve warnings when gnus-group.el compiled alone.
14333         (gnus-group-line-format): Documented new %F.
14334         (size of Fetched data) group line format; identifies disk space
14335         used by agent and cache.
14336         (gnus-group-line-format-alist): Defined new F format.
14337         (gnus-total-fetched-for): New function.
14338         (gnus-group-delete-group): No longer update
14339         gnus-cache-active-altered as gnus-request-delete-group now keeps
14340         the cache in sync.
14341         (gnus-group-list-active): Let the agent store a server's active
14342         list if currently plugged.
14343
14344         * gnus-int.el (gnus-request-delete-group):
14345         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14346         local disk in sync with the server.
14347         (gnus-request-rename-group):
14348         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14349         local disk in sync with the server.
14350
14351         * gnus-start.el (gnus-get-unread-articles):
14352         Cosmetic simplification to logic.
14353
14354         * gnus-util.el (gnus-rename-file): New function.
14355
14356 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14357
14358         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14359
14360 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14361
14362         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14363         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14364
14365 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14366
14367         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14368         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14369
14370 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14371
14372         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14373
14374 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14375
14376         * spam.el (spam-set-difference): Add function to replace
14377         gnus-set-difference in spam.el.
14378         (spam-summary-prepare-exit): Use spam-set-difference.
14379
14380 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14381
14382         * gnus-registry.el (gnus-registry-cache-file): Update to use
14383         gnus-dribble-directory OR gnus-home-directory OR ~.
14384         (gnus-registry-split-fancy-with-parent): Fix doc.
14385
14386 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * message.el (message-exchange-point-and-mark): Use
14389         message-mark-active-p.  Suggested by Jesper Harder
14390         <harder@ifa.au.dk>.
14391
14392 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * message.el (message-exchange-point-and-mark): Don't activate
14395         region if it was inactive.  Suggested by Hiroshi Fujishima
14396         <pooh@nature.tsukuba.ac.jp>.
14397
14398 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * gnus-art.el (article-display-face): Display Faces in the same
14401         order as X-Faces.
14402
14403 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14406
14407 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14410         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14411         (gnus-article-mime-hierarchy): Remove.
14412         (gnus-article-mime-hierarchy-next): Remove.
14413         (gnus-article-mode): Revert 2004-03-19 change.
14414         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14415         (gnus-insert-mime-button): Revert 2004-03-19 change.
14416         (gnus-mime-accumulate-hierarchy): Remove.
14417         (gnus-mime-enter-multipart): Remove.
14418         (gnus-mime-leave-multipart): Remove.
14419         (gnus-mime-display-part): Revert 2004-03-19 change.
14420         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14421
14422         * mml.el (mml-preview): Revert 2004-03-19 change.
14423
14424 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14425
14426         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14427
14428 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14431         t while entering a file name using the mm-with-multibyte macro.
14432         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14433
14434         * mm-util.el (mm-with-multibyte): New macro.
14435
14436 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14439         user option.
14440         (gnus-mime-multipart-functions): Doc and customization fix.
14441         (gnus-article-mime-hierarchy): New variable.
14442         (gnus-article-mime-hierarchy-next): New variable.
14443         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14444         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14445         gnus-article-mime-hierarchy-next to nil.
14446         (gnus-insert-mime-button): Show hierarchy numbers.
14447         (gnus-mime-accumulate-hierarchy): New function.
14448         (gnus-mime-enter-multipart): New function.
14449         (gnus-mime-leave-multipart): New function.
14450         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14451         (gnus-mime-display-alternative): Show hierarchy numbers.
14452
14453         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14454         gnus-article-mime-hierarchy-next to nil.
14455
14456 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14457
14458         * dns.el: Don't require gnus-xmas.
14459
14460 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14461
14462         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14463         inline PGP.
14464         (mml-menu): Disable mml-quote-region if mark is inactive.
14465
14466 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14469         when the group's active is not available.
14470
14471 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14474         error.
14475
14476 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14477
14478         * imap.el (imap-store-password): New variable.
14479         (imap-interactive-login): Use it.
14480         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14481
14482 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14485         window-start and hscroll to summary window.
14486
14487 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14488
14489         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14490         conversion message to newsrc-dribble when an actual conversion is
14491         performed.
14492
14493 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14494
14495         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14496
14497 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * mm-decode.el (mm-complicated-handles): New function reviving
14500         former definition of mm-multiple-handles.
14501
14502         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14503         (gnus-mime-delete-part): Use it.
14504
14505 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14506
14507         * gnus-agent.el (gnus-agent-read-local): Bind
14508         nnheader-file-coding-system to gnus-agent-file-coding-system to
14509         avoid the implicit assumption that they will always be equal.
14510         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14511         coding-system-for-write, as the with-temp-file macro first prints
14512         to a buffer then saves the buffer.
14513
14514 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * gnus-art.el (gnus-article-edit-part): New function.
14517         (gnus-mime-save-part-and-strip): Use it; do query instead of
14518         signaling an error; don't use mm-multiple-handles.
14519         (gnus-mime-delete-part): Ditto.
14520
14521 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14522
14523         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14524         old file versions.
14525         (gnus-group-prepare-hook): Removed function that converted list
14526         form of gnus-agent-expire-days to group properties.
14527
14528         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14529         (gnus-request-accept-article): Re-indented.
14530
14531         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14532         converters to handle old agent file formats.  Added logic for a
14533         "backup before upgrading warning".
14534         (gnus-convert-mark-converter-prompt): Developers can mark
14535         functions as needing (default), or not needing,
14536         gnus-convert-old-newsrc's "backup before upgrading warning".
14537         (gnus-convert-converter-needs-prompt): Tests whether the user
14538         should be protected from potentially irreversable changes by the
14539         function.
14540
14541         * legacy-gnus-agent.el: New.  Provides converters that are only
14542         loaded when gnus-convert-old-newsrc needs to call them.
14543
14544 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * mail-source.el (mail-source-touch-pop): Doc fix.
14547
14548         * message.el (message-smtpmail-send-it): Doc fix.
14549
14550 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14551
14552         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14553
14554         * nnmail.el (nnmail-split-fancy): do.
14555
14556         * gnus-kill.el (gnus-kill, gnus-execute): do.
14557
14558 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14559
14560         * gnus-sum.el (gnus-widget-reversible-match)
14561         (gnus-widget-reversible-to-internal)
14562         (gnus-widget-reversible-to-external): New functions.
14563         (gnus-widget-reversible): New widget.
14564         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14565
14566 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14567
14568         * gnus-sum.el (gnus-thread-sort-functions)
14569         (gnus-article-sort-functions): Document `(not F)' items.
14570
14571 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14572
14573         * spam.el (spam-use-gmane-xref): Add new backend.
14574         (spam-gmane-xref-spam-group): Add variable to control the name of the
14575         Gmane spam group.
14576         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14577         (spam-regex-headers-spam, spam-regex-headers-ham)
14578         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14579         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14580         backends and checks.
14581         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14582
14583         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14584         an autodetect method.
14585
14586 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14587
14588         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14589         articles are being added to a group.
14590         (gnus-request-replace-article): Inform the agent that articles
14591         need to be uncached as the cached contents are no longer valid.
14592
14593 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * binhex.el: Don't autoload executable-find.
14596
14597         * canlock.el: Don't autoload mail-fetch-field.
14598
14599         * dgnushack.el: Autoload c-mode for XEmacs.
14600
14601         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14602
14603         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14604         rmail-dont-reply-to and rmail-output.
14605
14606         * gnus-score.el: Don't autoload ffap-string-at-point.
14607
14608         * gnus-setup.el: Don't autoload sc-cite-original.
14609
14610         * imap.el: Don't autoload base64-decode-string,
14611         base64-encode-string and md5.
14612
14613         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14614         and rmail-msg-restore-non-pruned-header.
14615
14616         * mm-decode.el: Don't autoload executable-find.
14617
14618         * mm-url.el: Don't autoload executable-find.
14619
14620         * mm-view.el: Don't autoload diff-mode.
14621
14622         * nndb.el: Don't autoload news-reply-mode, news-setup,
14623         cancel-timer and telnet.
14624
14625         * password.el: Don't autoload run-at-time for Emacs.
14626
14627         * sha1-el.el: Don't autoload executable-find.
14628
14629         * sieve-mode.el: Don't autoload c-mode.
14630
14631         * uudecode.el: Don't autoload executable-find.
14632
14633 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14634
14635         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14636         (gnus-agent-possibly-alter-active): Avoid null in numeric
14637         comparison.
14638         (gnus-agent-set-local): Refuse to save null in local object table.
14639         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14640         list of articles that will be marked as unread.
14641
14642 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14645
14646 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14647
14648         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14649         language tags.
14650
14651 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14652
14653         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14654         Don't bind "obarray".
14655
14656         * gnus-sum.el (gnus-thread-sort-functions): Added
14657         `gnus-thread-sort-by-most-recent-number' and
14658         `gnus-thread-sort-by-most-recent-date'.
14659         Reported by Kai Grossjohann <kai@emptydomain.de>.
14660
14661 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14664
14665 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14666
14667         * gnus-cus.el (gnus-agent-customize-category): Removed
14668         ignore-errors macro reference that required cl to be loaded at
14669         run-time.
14670
14671         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14672         single-interval range of the form (min . max).  Previously the
14673         range had to look like ((min . max)).  Likewise, return
14674         (min . max) rather than ((min . max)).
14675         (gnus-range-map): Use gnus-range-normalize to accept
14676         single-interval range.
14677
14678         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14679         the cache, but not the agent, now appear with their usual face.
14680
14681         * dgnushack.el (loaddir): New variable that is bound to the
14682         directory containing the dgnushack.el file. Use loaddir, rather
14683         than srcdir, to update load-path. Change lets dgnushack compile
14684         code in directories other than GNUS/lisp.
14685
14686 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * lpath.el: Don't bind w3m-safe-url-regexp.
14689
14690         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14691         w3m-safe-url-regexp variable buffer-local.
14692
14693         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14694
14695 2004-02-27  Simon Josefsson  <jas@extundo.com>
14696
14697         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14698         gnus-group-real-prefix.
14699         (gnus-summary-move-article): Use it, instead of
14700         gnus-group-real-prefix.
14701
14702 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * lpath.el: Bind w3m-safe-url-regexp.
14705
14706         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14707         w3m-safe-url-regexp variable buffer-local and set it as the value
14708         of mm-w3m-safe-url-regexp.
14709
14710         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14711
14712         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14713         parsing gnus-posting-styles when the message is not for replying.
14714
14715         * dgnushack.el: Autoload sgml-mode for XEmacs.
14716
14717         * nnrss.el (nnrss-opml-export): Use
14718         mm-set-buffer-file-coding-system instead of
14719         set-buffer-file-coding-system.
14720
14721 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14722
14723         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14724         of checkdoc.el).
14725         * nnrss.el: do.
14726         * gnus-mlspl.el: do.
14727         * gnus-ml.el: do.
14728         * gnus-srvr.el: do.
14729
14730         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14731
14732 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14733
14734         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14735         Corrections to custom-manual links.
14736
14737         * gnus-art.el (gnus-article): Ditto.
14738
14739         * mm-decode.el (mime-display, mime-security): Ditto.
14740
14741 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14742
14743         * flow-fill.el: Typo.
14744
14745 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14746
14747         * spam-wash.el: New file.
14748
14749 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14750
14751         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14752
14753 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14754
14755         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14756         to be run with new-articles as LIST1, not LIST2.
14757         (spam-registration-functions): Add spam-use-ham-copy as a nil
14758         registration backend.
14759
14760 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14761
14762         * spam-stat.el (spam-stat-washing-hook): New option.
14763         (spam-stat-buffer-words): Use it.
14764         (spam-stat-process-directory, spam-stat-test-directory): Use
14765         insert-file-contents-literally.
14766         (spam-stat-coding-system): New variable.
14767         (spam-stat-load, spam-stat-save): Use it.
14768
14769 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * spam-report.el (spam-report-plug-agent): Quote
14772         spam-report-url-to-file and spam-report-url-ping-plain.
14773
14774 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14775
14776         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14777         / in mailto URLs.
14778
14779 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14780
14781         * spam-report.el (spam-report-process-queue): Fix interactive use.
14782         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14783         (spam-report-unplug-agent): Doc fixes.
14784         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14785         (spam-report-agentize, spam-report-deagentize): Autoload.
14786
14787 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14790
14791         * message.el (message-setup-fill-variables): Add mml tags to
14792         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14793         <ajk@iu.edu>.
14794         (message-mode): Don't modify paragraph-separate there.
14795
14796 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * compface.el (uncompface-use-external): Default to undecided.
14799         (uncompface-use-external-threshold): New variable.
14800         (uncompface-float-time): New macro.
14801         (uncompface): Determine whether to use the external decoder if
14802         uncompface-use-external is undecided.
14803
14804 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14805
14806         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14807         after images.
14808
14809         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14810
14811 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14812
14813         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14814
14815         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14816
14817         * gnus-sum.el (gnus-summary-limit-to-age)
14818         (gnus-summary-limit-children): do.
14819
14820         * gnus-int.el (gnus-request-scan): do.
14821
14822         * gnus-group.el (gnus-group-suspend): do.
14823
14824         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14825
14826         * gnus-cite.el (gnus-cite-parse-attributions): do.
14827
14828         * gnus-agent.el (gnus-summary-set-agent-mark)
14829         (gnus-agent-regenerate-group): do.
14830
14831         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14832
14833         * binhex.el (binhex-decode-region-internal): do.
14834
14835 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * gnus-fun.el (gnus-face-properties-alist): New user option.
14838         (gnus-display-x-face-in-from): Use it.
14839
14840         * gnus-art.el (article-display-face): Ditto.
14841
14842         * compface.el (uncompface-use-external): Default to nil.
14843
14844 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14845
14846         * nntp.el (nntp-erase-buffer): New function.
14847         (nntp-retrieve-data, nntp-send-command)
14848         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14849         (nntp-possibly-change-group): Use it.
14850
14851         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14852         with-current-buffer.
14853
14854 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14855
14856         * compface.el: Merge the ELisp-based uncompface program.
14857         (compface): New customization group.
14858         (uncompface-use-external): New user option.
14859         (uncompface): Call uncompface-internal if uncompface-use-external
14860         is nil.
14861         (uncompface-internal): New function.  Note that there are also
14862         some other functions and variables added for this function.
14863
14864 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14865
14866         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14867         if necessary.
14868
14869 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14870
14871         * spam-report.el (spam-report-unplug-agent)
14872         (spam-report-plug-agent, spam-report-deagentize)
14873         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14874         Add support for the Agent in spam-report: when unplugged, report to a
14875         file; when plugged, submit all the requests.
14876
14877         * spam.el (spam-register-routine): Fix message about
14878         registration.
14879
14880 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14881
14882         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14883         dependencies.
14884         (rfc2047-encode): Use it.
14885
14886         * gnus-art.el (gnus-button-marker-list): Move before first
14887         reference.
14888
14889         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14890         (imap-parse-body): Fix format string mismatch.
14891
14892         * gnus-score.el (gnus-summary-increase-score): do.
14893
14894         * nnrss.el (nnrss-close): New function.
14895
14896 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14897
14898         * nnrss.el (nnrss-make-filename): New function.
14899         (nnrss-request-delete-group, nnrss-read-server-data)
14900         (nnrss-save-server-data, nnrss-read-group-data)
14901         (nnrss-save-group-data): Use it.
14902         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14903         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14904         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14905
14906 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14907
14908         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14909
14910 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14911
14912         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14913         files.
14914
14915         * message.el (message-generate-headers-first): Don't quote nil
14916         and t in docstrings.
14917
14918         * imap.el (imap-id): do.
14919
14920         * gnus-agent.el (gnus-agent-consider-all-articles)
14921         (gnus-agent-queue-mail): do.
14922
14923 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14924
14925         * spam-report.el (spam-report-process-queue): New function.
14926         Process requests from `spam-report-requests-file'.
14927         (spam-report-process-queue): Doc fix.
14928
14929 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14930
14931         * spam.el (spam-register-routine)
14932         (spam-log-processing-to-registry, spam-log-registered-p)
14933         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14934         Change "check" to "spam-check" for semi-clarity.
14935
14936 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14937
14938         * pop3.el: Require nnheader.
14939
14940         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14941
14942         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14943
14944         * gnus-picon.el: Require cl.
14945
14946         * gnus-fun.el: Require gnus-ems and gnus-util.
14947
14948         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14949
14950         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14951
14952         * gnus-art.el (gnus-article-edit-mode): Define before first
14953         reference.
14954
14955 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14956
14957         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14958         (gnus-uu-post-encoded): Use point-at-bol.
14959
14960         * gnus-topic.el (gnus-group-active-topic-p): do.
14961
14962         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14963
14964         * gnus-group.el (gnus-group-kill-region): do.
14965
14966         * gnus-art.el (article-date-ut): do.
14967
14968         * message.el (message-fetch-field): Remove redundant
14969         case-fold-search binding.
14970         (message-narrow-to-field): Simplify.
14971
14972 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14973
14974         * spam.el (spam-directory): Derive from `gnus-directory'.
14975
14976         * spam-report.el (spam-report-url-to-file)
14977         (spam-report-requests-file): New function and variable for offline
14978         reporting.
14979         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14980         and user defined function.
14981         (spam-report-url-ping-mm-url): Remove doubled slash.
14982
14983 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14984
14985         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14986
14987 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14988
14989         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14990         format string mismatch.
14991
14992         * sieve.el (sieve-deactivate-all): do.
14993
14994         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14995
14996         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14997
14998         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14999
15000         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15001
15002 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15003
15004         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15005         the list of checks.
15006
15007 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15008
15009         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15010         padding.
15011
15012 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15013
15014         * mm-view.el (mm-fill-flowed): New variable.
15015         (mm-inline-text): Use it.
15016
15017 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15018
15019         * spam.el (spam-spamassassin-register-ham-routine)
15020         (spam-spamassassin-register-spam-routine): Fix function names.
15021
15022 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * gnus.el (gnus-tmp-grouplens): Remove.
15025         (gnus-summary-line-format): Remove grouplens.
15026
15027         * gnus-group.el (gnus-group-line-format): Ditto.
15028
15029         * gnus-spec.el (gnus-format-specs): Ditto.
15030         (gnus-update-format-specifications): Flush the group format spec
15031         cache if there's the grouplens stuff.
15032         (gnus-parse-simple-format): Replace %l with the empty string.
15033
15034 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15035
15036         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15037         omission.
15038
15039 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15042         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15043
15044 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15045
15046         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15047         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15048         New macros and functions.
15049         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15050         Handle > NLINK_MAX messages.
15051         * nnmaildir.el (nnmaildir-request-set-mark): Use
15052         nnmaildir--emlink-p and nnmaildir--eexist-p.
15053
15054 2004-01-25  Alex Schroeder  <alex@gnu.org>
15055
15056         * spam-stat.el (spam-stat-process-directory-age): New option.
15057         (spam-stat-process-directory): Use it.
15058
15059 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15060
15061         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15062         (spam-stat-save): Accept prefix argument.
15063
15064 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15065
15066         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15067         links" error.
15068
15069 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15072         the rest of the and/or forms.
15073
15074 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15075
15076         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15077         compatibility with old .newsrc.eld files.
15078
15079         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15080
15081         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15082
15083         * gnus-start.el (gnus-1): do.
15084
15085         * gnus-group.el (gnus-group-line-format-alist): do.
15086
15087         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15088
15089         * gnus-gl.el: Remove.
15090
15091 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15092
15093         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15094         marks consisting of a single range {for example, (3 . 5)} rather
15095         than a list of a single range { ((3 . 5)) }.
15096
15097 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15098
15099         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15100         with-current-buffer.
15101         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15102         avoid consing a string.
15103
15104         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15105         Remove obsolete entries for big5 and gb2312.
15106
15107 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15108
15109         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15110         uncompressed list.
15111
15112 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15113
15114         * spam-stat.el (spam-stat-strip-xref): New function.
15115         (spam-stat-process-directory): Use it.
15116
15117         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15118         here -- it's done in message-fetch-field.
15119
15120 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15121
15122         * gnus-agent.el (gnus-agent-queue-mail)
15123         (gnus-agent-prompt-send-queue): New variables.
15124         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15125         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15126         "nndraft:queue" along to gnus-draft-send.  Use
15127         gnus-agent-prompt-send-queue.
15128         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15129         is "nndraft:queue".  Suggested by Gaute Strokkenes
15130         <gs234@srcf.ucam.org>
15131
15132         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15133         (agent-enable-undownloaded-faces): Added.
15134         (gnus-agent-cat-groups): Use eval-and-compile, not
15135         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15136         method of gnus-agent-cat-groups even when the buffer has been
15137         evaled.
15138         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15139         delete gnus-agent-save-active-1.
15140         (gnus-agent-save-groups): Deleted.  Identical to
15141         gnus-agent-save-active.
15142         (gnus-agent-write-active): No longer adjust agent's copy of active
15143         file as agent's adjustments are now stored in their own
15144         file.  Removed optional parameter.
15145         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15146         servers.  Add use of min/max range limits from server's local
15147         file.
15148         (gnus-agent-save-alist): Removed unused optional argument.
15149         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15150         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15151         (gnus-agent-set-local): A per-server file that keeps min/max range
15152         limits for articles known to the agent.  Provides a fast mechanism
15153         for altering many active ranges.
15154         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15155         active file (local makes it unnecessary).
15156         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15157
15158         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15159         (agent-enable-undownloaded-faces): Added.
15160
15161         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15162         disable it when sending to "nndraft:queue".
15163         (gnus-group-send-queue): Add safety check to avoid sending queue
15164         when unplugged.
15165
15166         * gnus-group.el (gnus-group-catchup): Use new
15167         gnus-sequence-of-unread-articles, not
15168         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15169         numbers of articles.  Use gnus-range-map to avoid having to
15170         uncompress the unread list.
15171         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15172         Fixed invalid ange-ftp reference.
15173
15174         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15175         (gnus-sorted-range-intersection): Intersection of two ranges
15176         without requiring that they first be uncompressed.
15177
15178         * gnus-start.el (gnus-activate-group): Unless blocked by the
15179         caller, possibly expand the active range to include both cached
15180         and agentized articles.
15181         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15182         multiple version-dependent converters.
15183         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15184         gnus-agent-save-active.
15185         (gnus-save-newsrc-file): Save dirty agent range limits.
15186
15187         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15188         gnus-agent-possibly-alter-active.
15189         (gnus-adjust-marked-articles): Faster handling of simple lists.
15190
15191 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15192
15193         * spam-stat.el (spam-stat-test-directory): New optional argument
15194         displays a list of files detected.  Suggested by Andrew Cohen
15195         <cohen@andy.bu.edu>.
15196         (spam-stat-buffer-words-with-scores): Don't narrow and change
15197         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15198
15199 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15200
15201         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15202         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15203         (spam-spamassassin-arguments)
15204         (spam-spamassassin-spam-flag-header)
15205         (spam-spamassassin-positive-spam-flag-header)
15206         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15207         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15208         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15209         (spam-list-of-processors, spam-list-of-checks)
15210         (spam-list-of-statistical-checks, spam-registration-functions)
15211         (spam-check-spamassassin-headers, spam-check-spamassassin)
15212         (spam-spamassassin-score)
15213         (spam-spamassassin-register-with-sa-learn)
15214         (spam-spamassassin-register-spam-routine)
15215         (spam-spamassassin-register-ham-routine)
15216         (spam-assassin-register-spam-routine)
15217         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15218         (spam-bogofilter-score): Fix to show article before scoring.
15219
15220 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15221
15222         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15223         default scoring function.
15224         (spam-generic-score): Call spam-spamassassin-score if
15225         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15226         spam-bogofilter-score otherwise.
15227
15228         * gnus.el (spam-process, spam-autodetect-methods): Add
15229         spamassassin and spamassassin-headers.
15230
15231 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15232
15233         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15234         Suppress unnecessary messages.
15235
15236 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15237
15238         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15239         make-hash-table.
15240
15241 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * canlock.el (base64-encode-string): Don't autoload it.
15244
15245 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * run-at-time.el: Remove useless (require 'itimer),
15248         eval-and-compile and (featurep 'xemacs).
15249
15250 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15251
15252         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15253         GROUP is a virtual group.
15254
15255 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15256
15257         * gnus.el: Autoload `message-y-or-n-p'.
15258
15259 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15260
15261         * pgg-parse.el: Remove unnecessary (require 'custom).
15262
15263         * pgg-def.el: do.
15264
15265         * nnmail.el: do.
15266
15267         * gnus-undo.el: do.
15268
15269         * gnus-picon.el: do.
15270
15271         * gnus-util.el: do.
15272
15273 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15274
15275         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15276
15277 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15280         handle, as well as a list.
15281
15282         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15283         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15284         (mm-w3m-cid-retrieve): Simplify.
15285
15286 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15287
15288         * message.el (message-kill-to-signature): Allow prefix arg to
15289         specify number of lines to keep before signature.
15290
15291 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15292
15293         * message.el (message-kill-to-signature): Change docstring.
15294
15295 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * canlock.el: Always require sha1-el.
15298         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15299
15300         * message.el: Autoload sha1 only when compiling.
15301
15302         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15303         eudc-expand-inline for XEmacs.
15304
15305 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * message.el (message-canlock-generate): Require sha1-el.
15308
15309 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15310
15311         * message.el (message-expand-name): Silence the byte compiler.
15312
15313         * lpath.el: Add detect-coding-system.
15314
15315         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15316         cus-edit.
15317
15318 2004-01-13  Simon Josefsson  <jas@extundo.com>
15319
15320         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15321         Invoke gnus-score-mode.  Reported by
15322         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15323
15324         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15325         Jim Blandy <jimb@redhat.com> (tiny change).
15326
15327 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15328
15329         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15330
15331 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15332
15333         * spam.el (spam-get-article-as-string): Update to use
15334         gnus-request-article-this-buffer, much simpler.
15335         (spam-get-article-as-buffer): Remove.
15336
15337 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15338
15339         * message.el (message-expand-name): Use EUDC if the user uses that.
15340
15341 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15342
15343         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15344         character for the encoding to avoid consing a string.
15345
15346         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15347         unnecessarily.
15348
15349         * mm-util.el (mm-replace-chars-in-string): Remove.
15350
15351         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15352         of mm-replace-chars-in-string.
15353
15354 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15355
15356         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15357
15358         * mm-util.el (mm-subst-char-in-string): Support inplace.
15359
15360         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15361         a new string in every iteration.  Use shy groups.
15362
15363 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15364
15365         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15366         * gnus-soup.el (gnus-soup-group-brew):
15367         * gnus-msg.el (gnus-put-message):
15368         * gnus-move.el (gnus-group-move-group-to-server):
15369         * gnus-kill.el (gnus-batch-score):
15370         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15371         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15372         (gnus-group-update-group, gnus-group-read-group)
15373         (gnus-group-make-group, gnus-group-make-help-group)
15374         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15375         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15376         (gnus-group-sort-by-unread, gnus-group-catchup)
15377         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15378         (gnus-group-yank-group, gnus-group-set-info)
15379         (gnus-group-list-groups):
15380         * gnus.el (gnus-generate-new-group-name):
15381         * gnus-delay.el (gnus-delay-send-queue):
15382         * nnvirtual.el (nnvirtual-catchup-group):
15383         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15384         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15385         (gnus-group-prepare-topics, gnus-topic-check-topology):
15386         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15387         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15388         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15389         (gnus-group-make-articles-read):
15390         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15391         (gnus-group-change-level, gnus-kill-newsgroup)
15392         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15393         (gnus-get-unread-articles, gnus-make-articles-unread)
15394         (gnus-make-ascending-articles-unread): Use accessor
15395         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15396         to get group information for improved readability.
15397
15398
15399 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15400
15401         * gnus-art.el (article-decode-mime-words, article-babel)
15402         (gnus-article-highlight-signature, gnus-article-add-buttons)
15403         (gnus-signature-toggle): Use gnus-with-article-buffer.
15404
15405         * gnus-art.el (gnus-article-highlight-headers)
15406         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15407
15408         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15409         (gnus-article-set-globals, gnus-request-article-this-buffer)
15410         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15411         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15412         (gnus-mime-display-alternative): Use with-current-buffer.
15413
15414 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15415
15416         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15417         also under 80 char limit, and call gnus-error if needed.
15418         (spam-fetch-article-header): Fix - it was a
15419         buffer-local variable (gnus-newsgroup-data).
15420         (spam-find-spam): Use spam-generate-fake-headers, forget about
15421         spam-insert-fake-headers.
15422         (spam-insert-fake-headers): Remove.
15423
15424 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15425
15426         * deuglify.el (gnus-article-outlook-unwrap-lines)
15427         (gnus-outlook-rearrange-article)
15428         (gnus-outlook-repair-attribution-outlook)
15429         (gnus-outlook-repair-attribution-block)
15430         (gnus-outlook-repair-attribution-other): Remove redundant
15431         save-excursion.
15432
15433 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15434
15435         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15436         (spam-fetch-field-subject-fast)
15437         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15438         (spam-fetch-article-header): Add functions to deal with Gnus
15439         internals for fast retrieval of article header data.
15440         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15441
15442 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15443
15444         * pop3.el (pop3-md5): Remove.
15445         (pop3-apop): Replace pop3-md5 with md5.
15446
15447         * mm-bodies.el: base64 is always built-in.
15448
15449         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15450         with-current-buffer.
15451
15452 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * canlock.el (canlock-insert-header): Remove excessive grouping in
15455         regexp.
15456
15457         * gnus-sum.el (gnus-summary-read-document): Ditto.
15458
15459         * gnus-uu.el (gnus-uu-part-number): Ditto.
15460
15461         * html2text.el (html2text-remove-tags): Ditto.
15462         (html2text-format-tags): Ditto.
15463         (html2text-format-single-elements): Ditto.
15464
15465         * mml.el (mml-parse-1): Ditto.
15466
15467 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15468
15469         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15470
15471         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15472
15473         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15474
15475         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15476
15477 2003-11-15  Simon Josefsson  <jas@extundo.com>
15478
15479         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15480         (pgg-gpg-lookup-key): Use regexp match instead of
15481         split-string (split-string is different between emacs 21.2 and
15482         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15483
15484 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15485
15486         * gnus-art.el (gnus-mime-view-all-parts)
15487         (gnus-article-part-wrapper, gnus-article-view-part): Use
15488         with-current-buffer.
15489
15490 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15491
15492         * spam.el (spam-disable-spam-split-during-ham-respool)
15493         (spam-spamoracle-database, spam-cache-lookups)
15494         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15495         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15496         (spam-group-ham-marks, spam-group-spam-marks)
15497         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15498         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15499         also add spam-use-blackholes to the statistical checks.
15500         (spam-fetch-field-fast): Add interface to fetching fields, may
15501         become a macro.
15502         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15503         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15504         (spam-insert-fake-headers): Fake an article when needed.
15505         (spam-find-spam): Fake article when possible.
15506         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15507         (spam-check-bogofilter-headers): Use message-fetch-field instead
15508         of nnmail-fetch-field.
15509
15510 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15511
15512         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15513
15514 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15515
15516         * spam.el (spam-split): Do not require spam-use-CHECK to be
15517         enabled if that check is passed to spam-split explicitly; also
15518         fix so 'spam doesn't get converted to spam-split-group when
15519         spam-split-symbolic-return is t.
15520         (spam-find-spam): Find registrations of the article and use those
15521         instead of re-running spam-split to find the spam/ham
15522         classification of the article.
15523         (spam-log-processing-to-registry, spam-log-registered-p)
15524         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15525         Use gnus-error instead of gnus-message.
15526         (spam-log-registration-type): Add function to determine the
15527         classification of a message based on registry entries; will
15528         return nil if both 'spam and 'ham are found.
15529         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15530         a reasonably fast local cache without the loading errors.
15531         (spam-cache-lookups): Set to t by default.
15532         (spam-find-spam): Don't try to guess spam-cache-lookups.
15533         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15534         spam-caches entry.
15535         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15536         caching of whitelist/blacklist entries.
15537         (spam-check-whitelist, spam-check-blacklist): Invoke
15538         spam-from-listed-p with a type, not a cache variable.
15539         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15540
15541 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15542
15543         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15544
15545         * nnmail.el (nnmail-split-fancy): do.
15546
15547         * mml.el (mml-parse): do.
15548
15549         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15550         (gnus-score-adaptive): do.
15551
15552 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15555         (gnus-mime-button-map): Don't set keymap parent.
15556         (gnus-button-ctan-directory-regexp): Use shy grouping.
15557         (gnus-prev-page-map): Don't set keymap parent.
15558         (gnus-prev-page-map): Remove duplicated one.
15559         (gnus-next-page-map): Don't set keymap parent.
15560         (gnus-mime-security-button-map): Ditto.
15561
15562         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15563         version number.
15564
15565         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15566
15567 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * canlock.el (canlock-sha1-function): Remove.
15570         (canlock-sha1-function-for-verify): Remove.
15571         (canlock-openssl-program): Remove.
15572         (canlock-openssl-args): Remove.
15573         (canlock-ignore-errors): Remove.
15574         (canlock-sha1-with-openssl): Remove.
15575         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15576         (canlock-verify): Don't use canlock-ignore-errors.
15577
15578         * sha1-el.el (sha1-string-external): Make it can return a string
15579         in binary form.
15580         (sha1-region-external): Ditto.
15581         (sha1-string-internal): Ditto.
15582         (sha1-region-internal): Ditto.
15583         (sha1-region): Ditto.
15584         (sha1-string): Ditto.
15585         (sha1): Ditto.
15586
15587 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15588
15589         * spam.el (spam-report-articles-gmane): New command.
15590
15591 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15594
15595         * run-at-time.el (run-at-time-saved): Remove.
15596         (run-at-time): Doc fix.
15597
15598 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15599
15600         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15601         (gnus-summary-limit-map): Add it.
15602         (gnus-summary-make-menu-bar): do.
15603
15604 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15605
15606         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15607         Make attempt at some caching support (done for BBDB only now).
15608         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15609         addresses to be checked.
15610         (spam-clear-cache-BBDB): Add function, to be invoked by
15611         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15612         (spam-check-BBDB): Check and use the caches, if
15613         spam-cache-lookups is on, remove superfluous (provide).
15614
15615 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15616
15617         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15618
15619 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15620
15621         * run-at-time.el (run-at-time-saved): Move to after the definition
15622         of `run-at-time'.
15623
15624         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15625
15626 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15629         mm-w3m-local-map-property.
15630
15631         * mm-view.el (mm-w3m-mode-map): Remove.
15632         (mm-w3m-local-map-property): Remove.
15633         (mm-inline-text-html-render-with-w3m): Don't use
15634         mm-w3m-local-map-property.
15635
15636 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15637
15638         * run-at-time.el: New file.
15639
15640         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15641         under Emacs.
15642
15643         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15644         of gnus-set-text-properties.
15645
15646         * gnus-uu.el (gnus-uu-save-article): Ditto.
15647
15648         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15649
15650         * gnus-cite.el (gnus-cite-parse): Ditto.
15651
15652         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15653         of gnus-.
15654
15655         * gnus-xmas.el (run-at-time): Require run-at-time.
15656
15657         * gnus.el: Changed calls to nnheader-run-at-time and
15658         password-run-at-time throughout to use run-at-time directly.
15659
15660         * password.el: Removed definition of run-at-time.
15661
15662         * nnheaderxm.el: Remove definition of run-at-time.
15663
15664 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15665
15666         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15667         in prompt.
15668
15669 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15670
15671         * messagexmas.el (message-xmas-redefine): Alias
15672         `message-make-caesar-translation-table' to
15673         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15674         version.
15675
15676         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15677         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15678         `gnus-xmas-set-text-properties'.
15679         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15680         `gnus-xmas-completing-read'.
15681         (gnus-xmas-completing-read): Removed.
15682         (gnus-xmas-open-network-stream): Removed.
15683
15684         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15685         XEmacs version.
15686
15687         * dns.el (dns-make-network-process): Use `open-network-stream'
15688         instead of `gnus-xmas-open-network-stream'.
15689
15690         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15691
15692         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15693
15694 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15695
15696         * gnus-art.el (gnus-mime-display-alternative)
15697         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15698         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15699         Don't use gnus-local-map-property.
15700
15701         * gnus-util.el (gnus-local-map-property): Remove.
15702
15703         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15704         gnus-completing-read-maybe-default with completing-read.
15705
15706         * gnus-util.el (gnus-completing-read): do.
15707         (gnus-completing-read-maybe-default): Remove.
15708
15709 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15710
15711         * password.el: Only autoload `run-at-time' if not XEmacs.
15712         Only autoload the itimer functions if XEmacs.
15713
15714 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15717         XEmacsen.
15718
15719         * dgnushack.el: Autoload executable-find for XEmacs.
15720
15721 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15722
15723         * gnus-art.el (gnus-read-string): Remove.
15724         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15725         read-string.
15726
15727 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15728
15729         * netrc.el: Autoload password-read.
15730         (netrc): Add configuration group.
15731         (netrc-encoding-method, netrc-openssl-path): Add
15732         variables for encoding and decoding of files with symmetric
15733         ciphers.
15734         (netrc-encode): Add assistant function to encode a file with
15735         netrc-encoding-method.
15736         (netrc-parse): Add interactive parameter, added optional
15737         decoding if netrc-encoding-method is non-nil but otherwise
15738         behavior is standard.
15739         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15740         Do s/encode/encrypt/ everywhere.
15741
15742         * spam.el: Remove executable-find autoload.
15743
15744 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15745
15746         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15747
15748         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15749
15750 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15751
15752         * gnus-art.el (gnus-treat-ansi-sequences)
15753         (article-treat-ansi-sequences): New variable and function.
15754         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15755
15756         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15757         Use it.
15758
15759 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15760
15761         * mm-util.el (mm-quote-arg): Remove.
15762
15763         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15764         shell-quote-argument.
15765
15766         * gnus-uu.el (gnus-uu-command): do.
15767
15768         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15769
15770         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15771         with make-char.
15772
15773         * mm-util.el (mm-make-char): Remove.
15774
15775         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15776         add-minor-mode.
15777
15778         * gnus-undo.el (gnus-undo-mode): do.
15779
15780         * gnus-topic.el (gnus-topic-mode): do.
15781
15782         * gnus-sum.el (gnus-dead-summary-mode): do.
15783
15784         * gnus-start.el (gnus-slave-mode): do.
15785
15786         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15787
15788         * gnus-ml.el (gnus-mailing-list-mode): do.
15789
15790         * gnus-gl.el (gnus-grouplens-mode): do.
15791
15792         * gnus-draft.el (gnus-draft-mode): do.
15793
15794         * gnus-dired.el (gnus-dired-mode): do.
15795
15796         * gnus-ems.el (gnus-add-minor-mode): Remove.
15797
15798         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15799         Replace gnus-char-width with char-width.
15800
15801         * gnus-ems.el (gnus-char-width): Remove.
15802
15803         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15804         Replace gnus-char-width with char-width.
15805
15806         * gnus-ems.el (gnus-char-width): Remove.
15807
15808         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15809         definition.
15810         Remove Emacs 20 hash table compatibility code.
15811
15812         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15813         20 compatibility code.
15814
15815         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15816
15817         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15818
15819         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15820         with point-at-{eol,bol}.
15821
15822         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15823
15824         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15825
15826         * flow-fill.el (fill-flowed-point-at-bol)
15827         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15828
15829         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15830         Replace with point-at-{eol,bol} throughout all files.
15831
15832 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15833
15834         * ntlm.el (ntlm-string-as-unibyte): New macro.
15835         (ntlm-build-auth-response): Use it.
15836
15837         Remove Emacs 20 stuff:
15838         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15839         (butlast, mapc, remove): Remove the compiler macros.
15840         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15841         of delq and copy-sequence.
15842         * gnus-art.el (popup-menu): Remove the compiler macro.
15843         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15844         Emacs 20.
15845
15846 2004-01-05  Simon Josefsson  <jas@extundo.com>
15847
15848         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15849         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15850         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15851         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15852         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15853         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15854         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15855         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15856         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15857         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15858         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15859         string-xor into ntlm-string-xor.  Suggested by
15860         Jesper Harder <harder@myrealbox.com>.
15861
15862         * ntlm.el: Don't include poem.
15863
15864         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15865         Jesper Harder <harder@myrealbox.com>.
15866
15867         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15868
15869         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15870         probably breaks emacs with DL patch, but do we care? Is anyone
15871         still using the DL stuff?)
15872
15873         * sieve-manage.el: Use the password package.
15874         (sieve-manage-read-passwd): Remove.
15875         (sieve-manage-interactive-login): Use password.  Re-add
15876         condition-case around loop.
15877
15878         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15879         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15880         the password package.
15881
15882 2003-02-19  Simon Josefsson  <jas@extundo.com>
15883
15884         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15885         token.
15886
15887 2002-08-07  Simon Josefsson  <jas@extundo.com>
15888
15889         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15890         (sieve-manage-authenticators):
15891         (sieve-manage-authenticator-alist): Add some SASL mechs.
15892         (sieve-sasl-auth): New function.
15893         (sieve-manage-cram-md5-auth):
15894         (sieve-manage-plain-auth): Rewrite using SASL library.
15895         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15896         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15897         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15898         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15899
15900 2004-01-05  Simon Josefsson  <jas@extundo.com>
15901
15902         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15903         New files.
15904
15905 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15906
15907         * gnus-group.el (gnus-no-groups-message): Update.
15908
15909         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15910
15911 2003-11-09  Simon Josefsson  <jas@extundo.com>
15912
15913         * imap.el: Support for ID IMAP extension (RFC 2971).
15914         (imap-local-variables): Add imap-id.
15915         (imap-id): New variable.
15916         (imap-id): New function.
15917         (imap-parse-response): Parse untagged ID response.
15918         * nnimap.el (nnimap-id): New variable.
15919         (nnimap-open-connection): Use it.
15920
15921 2003-12-28  Simon Josefsson  <jas@extundo.com>
15922
15923         * gnus-score.el (gnus-score-edit-all-score): New.
15924         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15925
15926 2004-01-04  Simon Josefsson  <jas@extundo.com>
15927
15928         * password.el: Add.
15929
15930 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15931
15932         * dns.el (dns-query-types): Fix typo.
15933         (dns-query-types): New function.
15934         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15935         PTR and SOA replies, see RFC 1035.
15936
15937 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15938
15939         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15940
15941         * Moved to Changelog.2.
15942
15943 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15944
15945         * gnus.el (gnus-version-number): Bump version.
15946
15947 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15948
15949         * gnus.el: No Gnus v0.1 is released.
15950
15951 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15952
15953         * gnus.el: No Gnus v0.0 is released.
15954
15955 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15956
15957         * gnus.el (gnus-version-number): Bump.
15958         (gnus-version): No.
15959
15960 See ChangeLog.2 for earlier changes.
15961
15962     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15963       Free Software Foundation, Inc.
15964
15965   This file is part of GNU Emacs.
15966
15967   GNU Emacs is free software: you can redistribute it and/or modify
15968   it under the terms of the GNU General Public License as published by
15969   the Free Software Foundation, either version 3 of the License, or
15970   (at your option) any later version.
15971
15972   GNU Emacs is distributed in the hope that it will be useful,
15973   but WITHOUT ANY WARRANTY; without even the implied warranty of
15974   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15975   GNU General Public License for more details.
15976
15977   You should have received a copy of the GNU General Public License
15978   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15979
15980 ;; Local Variables:
15981 ;; coding: utf-8
15982 ;; fill-column: 79
15983 ;; add-log-time-zone-rule: t
15984 ;; End: